Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | Adapted dependency versions to stable ones | ByteHamster | |
2019-09-30 | Fixed sharing ViewModel with multiple feeds | ByteHamster | |
2019-09-24 | Merge pull request #3441 from ByteHamster/circleci-improvements | H. Lehmann | |
Circleci improvements | |||
2019-09-24 | Added checkstyle | ByteHamster | |
2019-09-23 | Upgrade OkHttp (to the latest that still support Android 4.x) | orionlee | |
2019-08-20 | Updated Gradle publisher | ByteHamster | |
2019-08-10 | Merge pull request #3283 from andersonvom/3273-renable-linting | H. Lehmann | |
Re-enable deprecation and serial linting | |||
2019-07-22 | Targeting Android API 28 | ByteHamster | |
2019-07-21 | Re-enable linting | Anderson 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-12 | Removed Flattr support | ByteHamster | |
2019-07-02 | New ViewModel for loading feed preferences across lifecycle | Joe Stein | |
2019-05-28 | Merge branch 'develop' into work-manager | ByteHamster | |
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. |