summaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2018-10-21Updated testsByteHamster
2018-10-14Upgraded Glide to version 4.8.0ByteHamster
2018-09-30Merge 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-30Migrate rxjava to version 2Martin Fietz
2018-09-302815 Extract versionMartin Fietz
2018-09-27Upgrade gradle wrapper to version 4.10.2Martin Fietz
2018-07-04Merge branch 'develop' into exo-playerByteHamster
2018-06-11Addressing build fail issue due to jcenter mirroring the google repoKurian Vithayathil
2018-05-26Merge branch 'develop' into exo-playerH. Lehmann
2018-05-07Merge branch 'develop' into api-26-supportByteHamster
2018-05-07Add search function to preferencesByteHamster
2018-05-03Updated build toolsByteHamster
2018-04-22Merge branch 'develop' into exo-playerByteHamster
2018-04-22Merge pull request #2564 from xisberto/adaptive_iconMartin Fietz
Adaptive icon
2018-04-22Merge branch 'develop' into exo-playerByteHamster
2018-04-21Variable for exoplayer versionByteHamster
2018-04-21Replace deprecated org.apache.commons.lang3 methods with ↵ydinath
org.apache.commons.text methods
2018-04-04update some libsHannes Achleitner
2018-04-04update to AndroidStudio 3.1Hannes Achleitner
2018-03-13Upgrade 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-10Setting target SDK to 26 to enable adaptive iconsHumberto Fraga
2018-01-21Merge branch 'develop' into refactorMartin 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-14Replace equals with operatorMartin Fietz
2018-01-13Update gradle wrapperMartin Fietz
2018-01-08set minSdkVersion to 14Dirk 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-07Update jsoup to 1.11.2Dirk 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-08Merge pull request #2390 from CedricCabessa/wear_rewind_forwardMartin Fietz
add a "rewind" and "fast forward" button for android Wear
2017-09-23Update glide to 3.8.0Martin Fietz
2017-09-23Update okhttp to 3.9.0Martin Fietz
2017-09-23Update support library to last version for current target sdk 25Martin Fietz
2017-09-23Update commons io and langMartin Fietz
2017-09-23Update cast companion to version 2.9.1Martin Fietz
2017-09-23Update material dialogs to last version with minsdk 10Martin Fietz
2017-09-23Update jsoup to 1.10.3Martin Fietz
2017-09-23Update rxjava to 1.3.2Martin Fietz
2017-09-23Update flattr4jMartin Fietz
2017-09-23Update robotium soloMartin Fietz
2017-09-23Update retrolambdaMartin Fietz
2017-09-23Update gradle wrapper to 4.2Martin Fietz
2017-08-14add a "rewind" and "fast forward" button for android WearCé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-13Target Android API level 25Martin Fietz
2017-08-13Use latest audio player version 1.0.17Martin Fietz
2017-05-31Update gradle to version 3.5Martin Fietz
2016-12-31Upgrade gradle build toolsMartin Fietz
2016-12-30Merge pull request #2188 from mfietz/okhttp3Martin Fietz
Upgrade okhttp to version 3
2016-12-03Upgrade gradle wrapper to 3.2.1Martin Fietz
2016-11-13Upgrade to OkHttp3Martin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-10-30Merge branch 'develop' into 2085-auto-enable-sleep-timerMartin Fietz
2016-10-30Upgrade gradle retrolambda pluginMartin Fietz