Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | Fixed compilation | ByteHamster | |
2019-10-04 | Adapted dependency versions to stable ones | ByteHamster | |
2019-10-04 | Automatic AndroidX migration | ByteHamster | |
2019-09-24 | remove unnecessary thread DBTasks.refreshAllFeeds(): it is invoked by ↵ | orionlee | |
FeedUpdateWorker in background only. | |||
2019-08-11 | Fixed core integration tests | ByteHamster | |
2019-07-12 | Removed Flattr support | ByteHamster | |
2019-06-03 | Merge pull request #3164 from ByteHamster/work-manager | H. Lehmann | |
Work manager | |||
2019-05-28 | Merge branch 'develop' into work-manager | ByteHamster | |
2019-05-28 | Use annotation processor for EventBus | ByteHamster | |
2019-05-19 | Merge branch 'develop' into eventbus-v3 | ByteHamster | |
2019-05-08 | Fix cover fragment in small screens | Anderson 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-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-03-31 | Require the Mockito library for unit testing | Borjan Tchakaloff | |
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-03 | Merge pull request #2859 from ByteHamster/glide-48 | H. Lehmann | |
Upgraded Glide to version 4.8.0 | |||
2019-01-03 | Fixed loading embedded picture | ByteHamster | |
2018-12-26 | Merge branch 'develop' into rxjava2 | ByteHamster | |
2018-10-21 | Updated tests | ByteHamster | |
2018-09-30 | Migrate rxjava to version 2 | Martin Fietz | |
2018-09-30 | 2815 Extract version | Martin Fietz | |
2018-09-27 | When auto refreshing feeds, give network some time to get available | Martin Fietz | |
2018-06-08 | Merge branch 'develop' into exo-player | ByteHamster | |
2018-05-27 | Executing core unit tests on CircleCI | ByteHamster | |
2018-05-26 | Merge branch 'develop' into exo-player | H. Lehmann | |
2018-05-18 | core tests: Convert tests that are effectively unit tests to be one | orionlee | |
(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-17 | core 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-06 | Fixed compile error and warning about mixed support versions | ByteHamster | |
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-19 | Added ExoPlayer | ByteHamster | |
2018-03-13 | remove the deprecated publishNonDefault | orionlee | |
2018-03-13 | robotium-solo : corrected its dependency as androidTestImplementation in app/ | orionlee | |
2018-03-13 | dependencies: replace deprecated compile with implementation / api | orionlee | |
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-01-09 | Replace ViewHelper | Martin Fietz | |
2017-08-14 | add a "rewind" and "fast forward" button for android Wear | Cé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-13 | Upgrade to OkHttp3 | Martin Fietz | |
2016-06-08 | Fix gradle free builds | drabux | |
2016-06-04 | Create one flavor with Google Cast support and one (free) without | Martin Fietz | |
2016-05-17 | Enable Xlint and correct warnings | Andrew Gaul | |
2016-04-24 | add cast dependencies (mediarouter, play services) | Domingos Lopes | |
2016-04-23 | Include chromecast dependencies | Domingos Lopes | |
2016-03-13 | Upgrade Support libs, Glide, OkHttp, Robotium | Martin Fietz | |
2016-01-16 | Audio player redesign | Martin Fietz | |
Sleep timer and audio effects (e.g. balance) accessible from actionbar, fragment pager | |||
2016-01-07 | Upgrade to latest versions | Martin Fietz | |
2016-01-02 | Upgrade AudioPlayer to latest version; Fallback | Martin Fietz | |