Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-09-23 | Update retrolambda | Martin Fietz | |
2017-09-23 | Update gradle wrapper to 4.2 | Martin Fietz | |
2017-08-14 | add a "rewind" and "fast forward" button for android Wear | Cédric Cabessa | |
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-13 | Target Android API level 25 | Martin Fietz | |
2017-08-13 | Use latest audio player version 1.0.17 | Martin Fietz | |
2017-05-31 | Update gradle to version 3.5 | Martin Fietz | |
2016-12-31 | Upgrade gradle build tools | Martin Fietz | |
2016-12-30 | Merge pull request #2188 from mfietz/okhttp3 | Martin Fietz | |
Upgrade okhttp to version 3 | |||
2016-12-03 | Upgrade gradle wrapper to 3.2.1 | Martin Fietz | |