summaryrefslogtreecommitdiff
path: root/core/src/free
AgeCommit message (Collapse)Author
2019-10-04Automatic AndroidX migrationByteHamster
2019-08-30Added missing importByteHamster
2019-08-30Do not crash on undeliverable InterruptedExceptionByteHamster
2019-07-24Remove non-existing class from ClientConfigAnderson Mesquita
When #3284 (Make ExoPlayer the default player) was merged [1], `UpdateManager` was removed but a reference to it was left behind in `ClientConfig`, which causes the project not to build. Since its contents were integrated into `app/PreferenceUpgrader`, we no longer need this entry here. [1]: https://github.com/AntennaPod/AntennaPod/pull/3284
2019-07-12Removed Flattr supportByteHamster
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin 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-10-09Extract sleep timer preferences into dedicated classMartin Fietz
2016-06-30Merge pull request #2054 from ↵Martin Fietz
DevFactory/release/Utility_classes_should_not_have_public_constructors_fix_2 squid:S1118 - Utility classes should not have public constructors (part 2)
2016-06-29Fixed rule 'Utility classes should not have public constructors'Soso Tughushi
2016-06-28implement custom mediaroute playback controllerDomingos Lopes
2016-06-08new lines (end of strings.xml)Domingos Lopes
2016-06-07rename helper classesDomingos Lopes
2016-06-07adapt PlaybackService to different flavorsDomingos Lopes
2016-06-07adapt Playable interface to different flavorsDomingos Lopes
2016-06-07adapt FeedMedia class to different flavorsDomingos Lopes
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz