summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-27remove buildtools specificationHannes Achleitner
2019-01-27Merge pull request #2994 from orionlee/android_gradle_330_upgradeMartin Fietz
Upgrade android gradle plugin to v3.3.0
2019-01-27Merge branch 'develop' into android_gradle_330_upgradeMartin Fietz
2019-01-27Merge pull request #3012 from hannesa2/SimplifyVersionCodeMartin Fietz
simplify versionCode
2019-01-27Merge branch 'develop' into android_gradle_330_upgradeMartin Fietz
2019-01-27simplify versionCodeHannes Achleitner
removed implementation was some Eclipse/ant style, now it's Gradle style
2019-01-23Merge pull request #3005 from pachecosf/fix-ripple-effectH. Lehmann
Reimplemented the ripple effect when choosing a nav item
2019-01-23moved closing backet up one linepachecosf
2019-01-23Merge pull request #3006 from pachecosf/fixed-losing-media-dataH. Lehmann
Fixed losing media data on rotation
2019-01-23changed location of setupGUI to prevent nullpointerexeptions when saved ↵pachecosf
fragment had no initiliazed id
2019-01-22fixed losing media images and descriptions on rotatepachecosf
2019-01-22fixed placing of the attr into nav_feedlistitempachecosf
2019-01-22reimplemented the ripple effect when choosing a nav itempachecosf
2019-01-19Fixed displaying feed urlByteHamster
Closes #2989
2019-01-19Re-added shorter lt descriptionByteHamster
2019-01-19Merge pull request #2993 from pachecosf/add-highlighting-of-drawer-itemH. Lehmann
Adding highlighting of drawer item functionality
2019-01-18cleaned up a couple of linespachecosf
2019-01-18switched implementation to ussing attrpachecosf
2019-01-18Merge pull request #2998 from ByteHamster/tripletH. Lehmann
Play description update
2019-01-18Added title to every languageByteHamster
2019-01-18Play publisher forces to provide all resources for all languagesByteHamster
Filling with English until it's translated
2019-01-18Disabled lt description until it's short enoughByteHamster
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