Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-14 | Remove robotium-solo library | TacoTheDank | |
2022-02-27 | Move database to its own module | ByteHamster | |
2022-02-23 | Move strings files to their own module | ByteHamster | |
2022-02-09 | Fix some gradle deprecations | TacoTheDank | |
2021-12-04 | Centralize library versions used in multiple modules | TacoTheDank | |
2021-12-01 | Add preference to show subscription title (#5538) | vbh | |
2021-11-28 | Chromecast rework (#5518) | ByteHamster | |
2021-11-04 | Merge pull request #5520 from ByteHamster/move-events-to-module | ByteHamster | |
Move (most) events to their own module | |||
2021-11-02 | Move (most) events to their own module | ByteHamster | |
2021-10-30 | Use OkHttp as backend for ExoPlayer | ByteHamster | |
2021-09-24 | Update AndroidX Fragment to 1.3.6 (#5201) | Taco | |
2021-08-28 | Update AppCompat to 1.3.x | TacoTheDank | |
2021-08-28 | Moved media file parser to its own module | ByteHamster | |
2021-08-28 | Merge pull request #5360 from ByteHamster/parser | ByteHamster | |
Moved feed parser to its own module | |||
2021-08-28 | Moved feed parser to its own module | ByteHamster | |
2021-08-24 | Only declare used ExoPlayer submodules | TacoTheDank | |
2021-05-11 | Move common gradle setup to a single file | ByteHamster | |
Original idea by @TacoTheDank | |||
2021-04-24 | Moved synchronization to its own module | ByteHamster | |
2021-04-22 | Moved model to its own module | ByteHamster | |
2021-04-21 | Moved notification icons to their own module, so they don't crash old ↵ | ByteHamster | |
Android versions | |||
2021-04-18 | Use VectorDrawable compat library | ByteHamster | |
2021-04-17 | Enabled Lint with dependency checking | ByteHamster | |
2021-04-06 | Parsing podcast:funding tag, showing payment, funding links on the show info ↵ | Tony Tam | |
screen (#4933) | |||
2021-03-01 | Moved SSL providers to new module | ByteHamster | |
2021-03-01 | Merge branch 'master' into develop | ByteHamster | |
2021-02-23 | Remove free build hack | ByteHamster | |
2021-02-12 | Move basic views to new module | ByteHamster | |
2021-02-12 | Remove PlaybackServiceCallbacks | ByteHamster | |
2020-10-25 | Upgrade roboelectric for API 30 compatibility | ByteHamster | |
2020-10-25 | Merge branch 'develop' into add-local-feeds | ByteHamster | |
2020-10-25 | Local feeds: Unit tests for LocalFeedUpdater (#4551) | Herbert Reiter | |
2020-10-17 | Merge branch 'master' into develop | ByteHamster | |
2020-10-02 | Use freeImplementation for including conscrypt in Free builds. | Mats Wahlberg | |
This removes the need for the -PfreeBuild flag to gradle, and makes assemblePlay and assembleDebug build all flavours without errors again. Changed circleci config back accordingly and removed comment about -PfreeBuild. Based on #4457. | |||
2020-10-01 | Enabled core lint check on CircleCI | ByteHamster | |
2020-10-01 | Enabled Lint for core module | ByteHamster | |
2020-09-30 | Cleaned up string to println in core/build.gradle | Mats Wahlberg | |
Variable can be used and gets replaced directly in the string without using '+' to concatenate strings. | |||
2020-09-30 | Bundle Conscrypt security provider for Free builds | Mats Wahlberg | |
This fixes protocol and cipher errors on older versions of android without requiring Google API/Services (which are non-free) to replace the security provider from the OS. No changes are made to Play builds. The value of conscryptVersion in build.gradle should be updated regularly to keep the bundled version of conscrypt up to date (or changed to "latest.release", which will cause issues with verifying reproducible builds). Fixes: #2814 (for users of free builds) | |||
2020-09-12 | Merge branch 'develop' into add-local-feeds | ByteHamster | |
2020-08-28 | Update ExoPlayer to 2.11.8 | TacoTheDank | |
2020-05-25 | Added DocumentFile dependency | ByteHamster | |
2020-05-08 | Clean up version locations and order | TacoTheDank | |
2020-05-04 | Merge branch 'develop' into develop | H. Lehmann | |
2020-05-03 | Switched to MaterialComponents theme | ByteHamster | |
2020-05-01 | fix a lint error (#4090) | hannesa2 | |
Project depends on com.google.android.support:wearable:2.4.0, so it must also depend (as a provided dependency) on com.google.android.wearable:wearable:2.4.0 | |||
2020-04-25 | Update Studio and some dependencies | TacoTheDank | |
2020-04-10 | Don't mix android.arch & androidx dependencies | Hamidreza Bayat | |
Update WorkManager to latest version | |||
2019-11-06 | Merge pull request #3587 from ByteHamster/remove-commons-text | H. Lehmann | |
Removed commons text library that was just used 2 times | |||
2019-11-06 | Moved robotium dependency to test flavour | ByteHamster | |
2019-11-06 | Removed commons text library that was just used 2 times | ByteHamster | |
2019-10-04 | Fixed free build | ByteHamster | |