summaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2019-08-20Updated Gradle publisherByteHamster
2019-08-10Merge pull request #3283 from andersonvom/3273-renable-lintingH. Lehmann
Re-enable deprecation and serial linting
2019-07-22Targeting Android API 28ByteHamster
2019-07-21Re-enable lintingAnderson Mesquita
We were currently ignoring both deprecation and serial warnings. This prevents warnings during the build, but hides useful information about code that could/should be changed for all sorts of reasons. In some instances of such warnings, the appropriate action is already being taken (e.g. StorageUtils), so instead of ignoring all warnings, we can just add a @SuppressWarnings("deprecation") in the appropriate methods. Others scenarios will require more effort, like replacing ProgressDialogs with something else. Let's re-enable the lint warnings and work our way through them. Closes: #3273
2019-07-12Removed Flattr supportByteHamster
2019-07-02New ViewModel for loading feed preferences across lifecycleJoe Stein
2019-05-28Merge branch 'develop' into work-managerByteHamster
2019-05-06Using WorkManager for feed updatesByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster
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-27unify lint options for all modulesHannes Achleitner
2019-01-27simplify build concerning maven reposHannes Achleitner
2019-01-27remove buildtools specificationHannes Achleitner
2019-01-27Merge branch 'develop' into android_gradle_330_upgradeMartin Fietz
2019-01-27simplify versionCodeHannes Achleitner
removed implementation was some Eclipse/ant style, now it's Gradle style
2019-01-17Upgrade android gradle plugin to v3.3.0. Also upgraded plugins that wouldorionlee
otherwise generate warning message (dexcount, play-publisher).
2019-01-05Update ExoPlayer Version to 2.9.3falko
In order to support the feature to skip silence audio ExoPlayer must be updated. Lateste avaiable Version is 2.9.3
2019-01-03Merge pull request #2859 from ByteHamster/glide-48H. Lehmann
Upgraded Glide to version 4.8.0
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-12-23Do not crashByteHamster
2018-12-23Merge branch 'develop' into glide-48H. Lehmann
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