summaryrefslogtreecommitdiff
path: root/core/build.gradle
AgeCommit message (Collapse)Author
2021-02-12Move basic views to new moduleByteHamster
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2020-10-25Upgrade roboelectric for API 30 compatibilityByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Local feeds: Unit tests for LocalFeedUpdater (#4551)Herbert Reiter
2020-10-17Merge branch 'master' into developByteHamster
2020-10-02Use 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-01Enabled core lint check on CircleCIByteHamster
2020-10-01Enabled Lint for core moduleByteHamster
2020-09-30Cleaned up string to println in core/build.gradleMats Wahlberg
Variable can be used and gets replaced directly in the string without using '+' to concatenate strings.
2020-09-30Bundle Conscrypt security provider for Free buildsMats 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-12Merge branch 'develop' into add-local-feedsByteHamster
2020-08-28Update ExoPlayer to 2.11.8TacoTheDank
2020-05-25Added DocumentFile dependencyByteHamster
2020-05-08Clean up version locations and orderTacoTheDank
2020-05-04Merge branch 'develop' into developH. Lehmann
2020-05-03Switched to MaterialComponents themeByteHamster
2020-05-01fix 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-25Update Studio and some dependenciesTacoTheDank
2020-04-10Don't mix android.arch & androidx dependenciesHamidreza Bayat
Update WorkManager to latest version
2019-11-06Merge pull request #3587 from ByteHamster/remove-commons-textH. Lehmann
Removed commons text library that was just used 2 times
2019-11-06Moved robotium dependency to test flavourByteHamster
2019-11-06Removed commons text library that was just used 2 timesByteHamster
2019-10-04Fixed free buildByteHamster
2019-10-04Fixed compilationByteHamster
2019-10-04Adapted dependency versions to stable onesByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-24remove unnecessary thread DBTasks.refreshAllFeeds(): it is invoked by ↵orionlee
FeedUpdateWorker in background only.
2019-08-11Fixed core integration testsByteHamster
2019-07-12Removed Flattr supportByteHamster
2019-06-03Merge pull request #3164 from ByteHamster/work-managerH. Lehmann
Work manager
2019-05-28Merge branch 'develop' into work-managerByteHamster
2019-05-28Use annotation processor for EventBusByteHamster
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-08Fix cover fragment in small screensAnderson Mesquita
The cover fragment would hide both podcast and episode names in small screen devices or multi-window mode. This replaces the deprecated PercentRelativeLayout in favor of a regular LinearLayout with weights to make sure that each section of the fragment (podcast title, image, episode name) will have the necessary space in the screen. Since PercentRelativeLayout was only being used here, it also removes the dependencies from the gradle files. Closes: #3169
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-03-31Require the Mockito library for unit testingBorjan Tchakaloff
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-03Merge pull request #2859 from ByteHamster/glide-48H. Lehmann
Upgraded Glide to version 4.8.0
2019-01-03Fixed loading embedded pictureByteHamster
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-10-21Updated testsByteHamster
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-09-302815 Extract versionMartin Fietz
2018-09-27When auto refreshing feeds, give network some time to get availableMartin Fietz
2018-06-08Merge branch 'develop' into exo-playerByteHamster
2018-05-27Executing core unit tests on CircleCIByteHamster