Commit Graph

164 Commits

Author SHA1 Message Date
Hannes Achleitner 0f9fe833bc update some libs 2018-04-04 13:52:30 +02:00
Hannes Achleitner 3ab4ad2a35 update to AndroidStudio 3.1 2018-04-04 13:52:30 +02:00
orionlee b71e61a221 Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, ignoring depercation warnings
Details:
- upgraded buildtools to the latest (minimum 26.0.2 required)
- retired retrolambda
- added flavorDimensions (v3 requirement)
- Migrate dependency configurations for local modules (:core)
- Declaration of resources update in styles.xml (AAPT2 requirement)
- upgraded plugin github play-publisher to v1.2.0
2018-03-13 09:51:50 -07:00
Humberto Fraga ebbf3f754f Setting target SDK to 26 to enable adaptive icons 2018-02-10 16:41:45 -03:00
Martin Fietz d3491d1858 Merge branch 'develop' into refactor
# Conflicts:
#	app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java
#	core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
2018-01-21 11:10:20 +01:00
Martin Fietz f8d1f32e9b Replace equals with operator 2018-01-14 17:55:51 +01:00
Martin Fietz b98571ede8 Update gradle wrapper 2018-01-13 15:46:23 +01:00
Dirk Mueller dfa8766754 set minSdkVersion to 14
According to https://developer.android.com/about/dashboards/index.html
API levels of 14 and lower are only on less than 0.5% of the devices.
IMHO it is time to move on, and allow for some compat code cleanup.
2018-01-08 22:12:15 +01:00
Dirk Mueller ad09587298 Update jsoup to 1.11.2
jsoup 1.11.1 features a 30% lower DOM memory footprint, streaming
network HTML parsing, faster HTML generation, and a bunch of other
improvements and bug fixes.

See https://jsoup.org/news/release-1.11.1 and
https://jsoup.org/news/release-1.11.2 (with the followup bugfixes)
for details.
2018-01-07 19:27:50 +01:00
Martin Fietz 4ee195fba5 Merge pull request #2390 from CedricCabessa/wear_rewind_forward
add a "rewind" and "fast forward" button for android Wear
2017-10-08 17:01:57 +02:00
Martin Fietz 9c3a28f68b Update glide to 3.8.0 2017-09-23 10:36:20 +02:00
Martin Fietz 4e3414a9ec Update okhttp to 3.9.0 2017-09-23 10:22:31 +02:00
Martin Fietz b5eeddf83c Update support library to last version for current target sdk 25 2017-09-23 10:09:36 +02:00
Martin Fietz e372cf67c6 Update commons io and lang 2017-09-23 10:04:00 +02:00
Martin Fietz e4c5bea9eb Update cast companion to version 2.9.1 2017-09-23 10:03:36 +02:00
Martin Fietz b0d34296c1 Update material dialogs to last version with minsdk 10 2017-09-23 10:03:09 +02:00
Martin Fietz 741ff5b8d0 Update jsoup to 1.10.3 2017-09-23 09:57:31 +02:00
Martin Fietz b0308a9867 Update rxjava to 1.3.2 2017-09-23 09:57:05 +02:00
Martin Fietz 0597e2e73e Update flattr4j 2017-09-23 09:56:49 +02:00
Martin Fietz cf434cc405 Update robotium solo 2017-09-23 09:56:37 +02:00
Martin Fietz 8340debf05 Update retrolambda 2017-09-23 09:25:59 +02:00
Martin Fietz f20e04b590 Update gradle wrapper to 4.2 2017-09-23 09:22:32 +02:00
Cédric Cabessa f3ceccfa82 add a "rewind" and "fast forward" button for android Wear
This feature is only enabled for "play" build.
It is useful to skip advertisement during a podcast.

Note: I originaly tried to implement this in the "4 ways controller" managed by
the mediaSession (it contains vol up / vol down / skip). This object is linked
to the capabilities of the session and seems to be hard to customise without
changing the capabilities.
This patch simply add 2 new buttons
2017-08-14 23:33:25 +02:00
Martin Fietz e010a8d22e Target Android API level 25 2017-08-13 18:09:58 +02:00
Martin Fietz 2737fe8bfc Use latest audio player version 1.0.17 2017-08-13 18:09:44 +02:00
Martin Fietz d5db62c70b Update gradle to version 3.5 2017-05-31 17:09:20 +02:00
Martin Fietz 2ff99375e3 Upgrade gradle build tools 2016-12-31 16:01:20 +01:00
Martin Fietz 27bbe3ae80 Merge pull request #2188 from mfietz/okhttp3
Upgrade okhttp to version 3
2016-12-30 20:03:50 +01:00
Martin Fietz 3aac3f1fc2 Upgrade gradle wrapper to 3.2.1 2016-12-03 12:41:39 +01:00
Martin Fietz 2682cbd784 Upgrade to OkHttp3 2016-11-13 23:02:25 +01:00
Martin Fietz 8a626faf73 Add ability to rename feeds 2016-11-01 19:43:23 +01:00
Martin Fietz 0062cab106 Merge branch 'develop' into 2085-auto-enable-sleep-timer 2016-10-30 13:37:39 +01:00
Martin Fietz 851c6edf67 Upgrade gradle retrolambda plugin 2016-10-30 11:56:39 +01:00
Martin Fietz 874a2a64bd Upgrade gradle build tools to latest version 2016-10-30 11:54:51 +01:00
Martin Fietz fdc7d41824 Replace toast with snackbar and optional undo action 2016-10-12 21:31:34 +02:00
Martin Fietz e0b918d1a8 Update gradle wrapper to version 3.1 2016-10-03 11:02:53 +02:00
Martin Fietz ad5c97c5bc Upgrade Android Plugin for Gradle 2016-10-02 21:27:03 +02:00
orionlee e35f5cb81c fix build on windows with gradle-retrolambda plugin upgrade
- compileRetrolambda generates command line exceeding windows limit
- https://github.com/evant/gradle-retrolambda/issues/206
2016-09-10 12:56:30 -07:00
Martin Fietz 509960bc26 Upgrade libraries 2016-08-04 21:19:03 +02:00
Martin Fietz 0fb22e8500 Upgrade grade 2016-08-04 21:18:53 +02:00
Domingos Lopes 52e07bc526 keep support version at 23 2016-06-26 10:10:09 -04:00
Domingos Lopes 1aaeb5072b update support library. Resolves #1909 2016-06-25 23:50:55 -04:00
drabux 3070fc7210 Fix gradle free builds: use hasProperty 2016-06-09 00:59:02 +02:00
drabux 93bc61b197 Fix gradle free builds 2016-06-08 20:11:26 +02:00
Tom Hennen 8c320e3ae1 added plugin to gradle build files 2016-05-10 14:17:56 -04:00
Domingos Lopes b6ac9414e6 add cast dependencies (mediarouter, play services) 2016-04-24 22:06:27 -04:00
Domingos Lopes c4b25269de update cast companion lib version 2016-04-24 22:06:27 -04:00
Domingos Lopes 1b6459c8ee Include chromecast dependencies 2016-04-23 21:39:51 -04:00
Martin Fietz c29ca716f2 Make Flattr work again 2016-04-14 08:53:48 +02:00
Tom Hennen 901eb3f12b Fix problem with TriangleLabelView by updating to latest version. 2016-04-02 09:43:27 -04:00
Martin Fietz 2e19bba6b9 Upgrade audioplayer 2016-03-25 13:14:33 +01:00
Martin Fietz 96634c42b3 React to enabling sonic mediaplayer 2016-03-25 13:14:33 +01:00
Martin Fietz 36213fa94e Upgrade Support libs, Glide, OkHttp, Robotium 2016-03-13 09:47:43 +01:00
Martin Fietz afb6b43c16 Upgrade support libraries to version 23.2.0 2016-03-07 10:26:12 +01:00
Martin Fietz 578e5cc9ad AudioPlayer v1.0.14 2016-03-03 23:58:46 +01:00
Martin Fietz 57489a8066 Upgrade audioplayer 2016-03-03 20:16:57 +01:00
Tobias Preuss c2935ec427 Update Gradle wrapper to v.2.11.
+ Complete earlier update in commit 5f23a3ae4d.
  I used the following command to update all files: `$ gradle wrapper`.
+ Convert line endings from CRLF to LF.
2016-02-13 13:15:01 +01:00
Martin Fietz e8e023a6f6 Merge pull request #1659 from mfietz/upgrade_audioplayer
Upgrade AudioPlayer to v1.0.12
2016-02-12 10:56:37 +01:00
Martin Fietz dccae5dca5 Upgrade okhttp to 2.7.4 2016-02-11 11:06:45 +01:00
Martin Fietz 0639840679 Upgrade AudioPlayer to v1.0.12 2016-02-10 20:48:36 +01:00
Martin Fietz 2380f8b309 Upgrade AntennaPod-AudioPlayer to v1.0.11 2016-01-31 13:47:17 +01:00
Martin Fietz d1e10d54e1 Prevents native mediaplayer from unpausing when playback speed is changed 2016-01-24 14:45:27 +01:00
Tom Hennen 1e90f1822d Merge pull request #1561 from mfietz/redesign_audio_player
Audio player redesign (Part 2)
2016-01-21 16:27:04 -05:00
Martin Fietz 99d7992dc8 Audio player redesign
Sleep timer and audio effects (e.g. balance) accessible from actionbar, fragment pager
2016-01-16 22:08:09 +01:00
Martin Fietz e5b7f12732 Indicate that episode cache is exhausted 2016-01-09 14:22:21 +01:00
Martin Fietz f45ad575d1 Upgrade OkHttp to 2.7.2 2016-01-08 12:31:15 +01:00
Martin Fietz 754ff931b1 Upgrade AudioPlayer to v1.0.8 2016-01-07 23:45:49 +01:00
Martin Fietz 52ee1f1258 Fix material preferences appearance 2016-01-07 23:16:01 +01:00
Martin Fietz 4b2570e46c Upgrade libs 2016-01-07 23:16:01 +01:00
Martin Fietz 810b2c2df5 Upgrade to latest versions 2016-01-07 23:16:01 +01:00
Martin Fietz 8816d144f5 Upgrade AudioPlayer to latest version; Fallback 2016-01-02 02:39:58 +01:00
Tom Hennen 19353464cf apply the correct rxjava rules. version 1.4.1.1 2015-11-27 13:22:58 -05:00
Martin Fietz c45797631d Current RxJava version, not reloading when downloads are queued 2015-11-25 21:35:15 +01:00
Martin Fietz 0049fbec27 External version variables, lombok AST 2015-11-01 17:51:50 +01:00
Martin Fietz e74a549b1b Upgrade Gradle and AntennaPod-AudioPlayer 2015-09-27 15:12:12 +02:00
Tom Hennen 58822faf7d disable predexing to get CircleCI doing a full build 2015-09-05 11:40:17 -04:00
Martin Fietz 3abce4c597 Load feed media size on demand 2015-08-18 18:24:16 +02:00
Martin Fietz 42b20170bc Upgrade gradle 2015-05-19 12:00:30 +02:00
Martin Fietz f5812fe894 Some working, some not 2015-05-14 11:29:58 +02:00
daniel oeh 30ac9ecf1d Upgraded dependencies
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
2014-12-10 21:28:56 +01:00
daniel oeh c78297d6b4 Updated dependencies
Removed unused dependencies
2014-12-07 19:28:19 +01:00
daniel oeh bdda8a7e26 Upgraded build tools 2014-11-29 18:00:44 +01:00
daniel oeh f46d7dad2e Updated dependencies 2014-11-19 15:46:45 +01:00
daniel oeh c179ec7d35 Updated build files 2014-11-05 20:44:18 +01:00
daniel oeh 1995a18a21 Updated build files 2014-10-14 18:41:13 +02:00
daniel oeh 072639b5b2 Changed project structure
Switched from custom layout to standard gradle project structure
2014-09-17 20:51:45 +02:00
daniel oeh 04cb23acff Removed FlattrConfig
API credentials have been moved into gradle.properties
2014-08-06 18:47:54 +02:00
daniel oeh 09c4736867 Replaced ImageLoader and DiskCache with Picasso
Implemented Picasso Downloaders

Replaced ImageLoader and DiskCache with Picasso

Removed ImageLoader, DiskCache code
2014-07-30 12:42:01 +02:00
daniel oeh f59623bb94 Fixed ui tests 2014-07-06 13:49:02 +02:00
daniel oeh 60214f6306 Enabled Java 7 source compatibility 2014-07-06 12:37:43 +02:00
daniel oeh 2633d17046 Updated build.gradle 2014-06-28 14:02:24 +02:00
daniel oeh a275786640 Remove HTML markup in OnlineFeedView. closes #401 2014-06-15 21:02:35 +02:00
daniel oeh 5ede220e63 Replaced TimerDialog with HmsDialog from the BetterPickers-library 2014-06-15 20:21:31 +02:00
daniel oeh 80066bcf01 Replaced deprecated symbols in build.gradle 2014-06-08 14:02:00 +02:00
daniel oeh 9e1eba29ab Updated version numbers in build.gradle
requires submodule update
2014-06-07 11:32:11 +02:00
daniel oeh 662f8a4679 Finished UITestUtils implementation 2014-06-01 14:32:06 +02:00
daniel oeh 6407e680dd Added UI test classes 2014-05-30 21:11:44 +02:00
daniel oeh 65324d0ba9 Upgraded flattr4j library. fixes #437 2014-05-29 18:04:58 +02:00
daniel oeh 0d1d256ee4 Added gradle wrapper script 2014-05-18 22:11:12 +02:00
daniel oeh df55792d27 Updated dependencies 2014-04-26 23:51:07 +02:00