summaryrefslogtreecommitdiff
path: root/core/build.gradle
AgeCommit message (Collapse)Author
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
2018-05-26Merge branch 'develop' into exo-playerH. Lehmann
2018-05-18core tests: Convert tests that are effectively unit tests to be oneorionlee
(standard android junit tests). Provides implementations for android platform utils needed (in unit test environment): 1. android.util.Log, 2. android.text.TextUtils.isEmpty()
2018-05-17core tests fix: ensure running test suite (gradlew connectedAndroidTest)orionlee
include all test. The existing config does not include the tests in feed/ directory.
2018-05-06Fixed compile error and warning about mixed support versionsByteHamster
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-19Added ExoPlayerByteHamster
2018-03-13remove the deprecated publishNonDefaultorionlee
2018-03-13robotium-solo : corrected its dependency as androidTestImplementation in app/orionlee
2018-03-13dependencies: replace deprecated compile with implementation / apiorionlee
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-01-09Replace ViewHelperMartin 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
2016-11-13Upgrade to OkHttp3Martin Fietz
2016-06-08Fix gradle free buildsdrabux
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-05-17Enable Xlint and correct warningsAndrew Gaul
2016-04-24add cast dependencies (mediarouter, play services)Domingos Lopes
2016-04-23Include chromecast dependenciesDomingos Lopes