summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-18Added symlinks to alternative publisher locationsByteHamster
2019-01-18Allow to configure play api keyByteHamster
2019-01-17Changed implementation using themeUtils insteadpachecosf
2019-01-17Changed implementation using themeUtils insteadpachecosf
2019-01-17fixed stylespachecosf
2019-01-17Upgrade android gradle plugin to v3.3.0. Also upgraded plugins that wouldorionlee
otherwise generate warning message (dexcount, play-publisher).
2019-01-16adding highlighting of drawer item functunalitypachecosf
2019-01-16Merge pull request #1 from pachecosf/add-highlighting-of-drawer-itemAustin Wimberley
Adding some highlighting of drawer items
2019-01-16Adding some highlighting of drawer itemspachecosf
2019-01-15Merge pull request #2988 from ByteHamster/deleteMediaH. Lehmann
Only delete from queue if deletion of media succeeds
2019-01-15NonNull annotationByteHamster
2019-01-15Only delete from queue if deletion of media succeedsByteHamster
2019-01-15Merge pull request #2921 from qkolj/delete-episodesH. Lehmann
Add delete option to episode's context menu
2019-01-15Merge pull request #2987 from ByteHamster/audio-settings-dialogH. Lehmann
Hiding settings that ExoPlayer does not yet support
2019-01-15Hiding settings that ExoPlayer does not yet supportByteHamster
2019-01-15Merge pull request #2961 from HaBaLeS/AP2253H. Lehmann
Remove silence in podcast episodes
2019-01-15Merge pull request #2984 from orionlee/to_last_activity_when_launch_2948H. Lehmann
make AntennaPod go to last activity (rather than MainActivity) when launched again
2019-01-15Merge pull request #2969 from ByteHamster/colorDarkH. Lehmann
Expanding toolbar
2019-01-15Merge pull request #2970 from keunes/patch-1H. Lehmann
Remove radio mention
2019-01-15Merge pull request #2968 from ByteHamster/translation-updateH. Lehmann
Translation updates
2019-01-14#2948: make AntennaPod go to last activity when launched again, perorionlee
standard Android App behavior.
2019-01-12Merge pull request #2978 from orionlee/bugfix_crash_playback_2947Martin Fietz
Fix app crash in some error cases with ExoPlayer
2019-01-11Merge pull request #2979 from orionlee/bugfix_opml_export_send_2950H. Lehmann
#2950 - fix app crash in OPML Export > Send flow
2019-01-11#2950 - fix app crash in OPML Export > Send floworionlee
(for non-production builds)
2019-01-11#2947 - fix app crash in some error case with ExoPlayer.orionlee
(It does not address root problems in #2947 though).
2019-01-10Splash status bar colorByteHamster
2019-01-10Remove radio mentionKoen Glotzbach
AntennaPod doesn't manage radio stations. Related to #2968.
2019-01-09Expanding toolbarByteHamster
2019-01-09Fixed typoByteHamster
2019-01-09Updated strings.xml translationsByteHamster
2019-01-09Pulled descriptionByteHamster
2019-01-09File structure to support play publisherByteHamster
Only the language codes on the following page are supported: https://support.google.com/googleplay/android-developer/answer/3125566
2019-01-09Removed changelog translationsByteHamster
2019-01-06Merge pull request #2963 from ByteHamster/fix-release-buildH. Lehmann
Fix release build
2019-01-06Fix release buildByteHamster
2019-01-06Merge pull request #2960 from ByteHamster/ci-release-buildH. Lehmann
Using release build for CI
2019-01-06Merge branch 'develop' into ci-release-buildByteHamster
2019-01-06Merge pull request #2944 from abendebury/developH. Lehmann
Fix bug preventing database import on Android 9.
2019-01-05Add skip silence checkbox to audio controlfalko
Add new Checkbox to dialog. Enable only if ExoPlayer is selected. Selection directly changes player behavior
2019-01-05Enable ExoPlayer feature to skip silencefalko
SetSpeed was change to SetPlaybackParams which contain speed and a switch to skip silence. For Players that fo not support this the call is ignored or only SetSpeed is used. It is only working if ExoPlayeris used Default is OFF
2019-01-05Update ExoPlayer Version to 2.9.3falko
In order to support the feature to skip silence audio ExoPlayer must be updated. Lateste avaiable Version is 2.9.3
2019-01-05Merge pull request #1 from AntennaPod/developFalko
upstream
2019-01-05Using release build for CIByteHamster
2019-01-04fix import orderorionlee
2019-01-04fix code formattingorionlee
2019-01-04correct the misleading commentorionlee
2019-01-04episode cleanup 12 hour option - use hours internally part 2 (persisted ↵orionlee
shared preference) requires data migartion: app versionCode increased to 1070196
2019-01-04episode cleanup 12 hour option - use hours internally part 1 (actual ↵orionlee
algorithm, no persistence)
2019-01-04episode cleanup 12 hour option: add unit test to prepare for using hoursorionlee
rather than days as data structure
2019-01-04Mark method only used in testing.orionlee