Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | Using WorkManager for feed updates | ByteHamster | |
2019-04-12 | Upgraded EventBus to v3 | ByteHamster | |
Also made sure that register/unregister are called in onStart/onStop instead of onResume/onPause (prevents possible MultiWindow problems where updates are not received because activity is not fucused). | |||
2019-01-27 | unify lint options for all modules | Hannes Achleitner | |
2019-01-27 | simplify build concerning maven repos | Hannes Achleitner | |
2019-01-27 | remove buildtools specification | Hannes Achleitner | |
2019-01-27 | Merge branch 'develop' into android_gradle_330_upgrade | Martin Fietz | |
2019-01-27 | simplify versionCode | Hannes Achleitner | |
removed implementation was some Eclipse/ant style, now it's Gradle style | |||
2019-01-17 | Upgrade android gradle plugin to v3.3.0. Also upgraded plugins that would | orionlee | |
otherwise generate warning message (dexcount, play-publisher). | |||
2019-01-05 | Update ExoPlayer Version to 2.9.3 | falko | |
In order to support the feature to skip silence audio ExoPlayer must be updated. Lateste avaiable Version is 2.9.3 | |||
2019-01-03 | Merge pull request #2859 from ByteHamster/glide-48 | H. Lehmann | |
Upgraded Glide to version 4.8.0 | |||
2018-12-26 | Merge branch 'develop' into rxjava2 | ByteHamster | |
2018-12-23 | Do not crash | ByteHamster | |
2018-12-23 | Merge branch 'develop' into glide-48 | H. Lehmann | |
2018-10-21 | Updated tests | ByteHamster | |
2018-10-14 | Upgraded Glide to version 4.8.0 | ByteHamster | |
2018-09-30 | Merge pull request #2839 from ↵ | Martin Fietz | |
AntennaPod/bugfix/2691-auto-update-network-not-ready When auto refreshing feeds, give network some time to get available | |||
2018-09-30 | Migrate rxjava to version 2 | Martin Fietz | |
2018-09-30 | 2815 Extract version | Martin Fietz | |
2018-09-27 | Upgrade gradle wrapper to version 4.10.2 | Martin Fietz | |
2018-07-04 | Merge branch 'develop' into exo-player | ByteHamster | |
2018-06-11 | Addressing build fail issue due to jcenter mirroring the google repo | Kurian Vithayathil | |
2018-05-26 | Merge branch 'develop' into exo-player | H. Lehmann | |
2018-05-07 | Merge branch 'develop' into api-26-support | ByteHamster | |
2018-05-07 | Add search function to preferences | ByteHamster | |
2018-05-03 | Updated build tools | ByteHamster | |
2018-04-22 | Merge branch 'develop' into exo-player | ByteHamster | |
2018-04-22 | Merge pull request #2564 from xisberto/adaptive_icon | Martin Fietz | |
Adaptive icon | |||
2018-04-22 | Merge branch 'develop' into exo-player | ByteHamster | |
2018-04-21 | Variable for exoplayer version | ByteHamster | |
2018-04-21 | Replace deprecated org.apache.commons.lang3 methods with ↵ | ydinath | |
org.apache.commons.text methods | |||
2018-04-04 | update some libs | Hannes Achleitner | |
2018-04-04 | update to AndroidStudio 3.1 | Hannes Achleitner | |
2018-03-13 | Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, ↵ | orionlee | |
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-02-10 | Setting target SDK to 26 to enable adaptive icons | Humberto Fraga | |
2018-01-21 | Merge branch 'develop' into refactor | Martin Fietz | |
# 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-14 | Replace equals with operator | Martin Fietz | |
2018-01-13 | Update gradle wrapper | Martin Fietz | |
2018-01-08 | set minSdkVersion to 14 | Dirk Mueller | |
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-07 | Update jsoup to 1.11.2 | Dirk Mueller | |
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. | |||
2017-10-08 | Merge pull request #2390 from CedricCabessa/wear_rewind_forward | Martin Fietz | |
add a "rewind" and "fast forward" button for android Wear | |||
2017-09-23 | Update glide to 3.8.0 | Martin Fietz | |
2017-09-23 | Update okhttp to 3.9.0 | Martin Fietz | |
2017-09-23 | Update support library to last version for current target sdk 25 | Martin Fietz | |
2017-09-23 | Update commons io and lang | Martin Fietz | |
2017-09-23 | Update cast companion to version 2.9.1 | Martin Fietz | |
2017-09-23 | Update material dialogs to last version with minsdk 10 | Martin Fietz | |
2017-09-23 | Update jsoup to 1.10.3 | Martin Fietz | |
2017-09-23 | Update rxjava to 1.3.2 | Martin Fietz | |
2017-09-23 | Update flattr4j | Martin Fietz | |
2017-09-23 | Update robotium solo | Martin Fietz | |