summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-11Delete obsolete version checkTacoTheDank
2020-07-11Remove unneeded return statementTacoTheDank
2020-07-11Fix manual math calculationsTacoTheDank
2020-07-11Fix duplicate branchesTacoTheDank
2020-07-11Remove unnecessary conditionsTacoTheDank
2020-07-11Fix redundant initializersTacoTheDank
2020-07-11Replace addAlls with parametrized constructor callsTacoTheDank
2020-07-11Simplify Arrays.asList with too few argumentsTacoTheDank
2020-07-11Use Long.compare in ChapterStartTimeComparatorTacoTheDank
2020-07-11Fix lambdasTacoTheDank
2020-07-11Convert try finally into try with resourcesTacoTheDank
2020-07-11Simplify junit assertionsTacoTheDank
2020-07-11Convert wrapper types to primitivesTacoTheDank
2020-07-11Replace switch statements with too few case labels with ifsTacoTheDank
2020-07-11Extract common partsTacoTheDank
2020-07-11Replace fragment tag with FragmentContainerViewTacoTheDank
2020-07-11Redesign filter dialogbws9000
2020-07-11Redesign filter dialogbws9000
2020-07-11Merge pull request #9 from AntennaPod/developBurt Snyder
update me
2020-07-11Merge pull request #4260 from gerardolgvr/replace-share-menu-by-dialogH. Lehmann
fixes #1215 replacing share menu by dialog
2020-07-11Merge pull request #4284 from msoose/patch-1H. Lehmann
Add seekbar to notification
2020-07-11Add seekbar to Android 10 notificationsMarlin Sööse
Adds a seekbar which is scrubbable for the media player notification in Android 10
2020-07-11Updated contribution guidelinesByteHamster
2020-07-10adjustments for string share... at menusGerardo Vázquez
2020-07-10Merge pull request #4282 from ByteHamster/issue-templatesH. Lehmann
Updated issue templates
2020-07-10Updated issue templatesByteHamster
2020-07-10updates for share dialog and implementing new instance patternGerardo Vázquez
2020-07-08Delete removed files in local feedsHerbert Reiter
2020-07-07Redesign filter dialogbws9000
2020-07-07Merge pull request #8 from AntennaPod/developBurt Snyder
update me
2020-07-06Merge pull request #4269 from ByteHamster/fix-filenotfoundH. Lehmann
Fixed file not found exception after database import
2020-07-06Merge pull request #4270 from ByteHamster/storage-availableH. Lehmann
Removed DirectoryChooserActivity
2020-07-06Merge pull request #4271 from ByteHamster/disable-cacheH. Lehmann
Do not cache feeds
2020-07-06Merge pull request #4272 from ByteHamster/fix-useragentH. Lehmann
Fix useragent
2020-07-06Merge pull request #4274 from ByteHamster/filename-accentsH. Lehmann
Stripping accents before generating file name
2020-07-04Fix #1560 for some remaining platforms still affectedMats Wahlberg
Added extra check in onStartCommand() for PlaybackService to check if eventTime or downTime are positive (which seems to indicate the intent was generated by a hardware button press instead of a touchscreen tap, like the lockscreen playback controls).
2020-07-03Stripping accents before generating file nameByteHamster
2020-07-02Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
2020-07-02Merge pull request #7 from AntennaPod/developBurt Snyder
update me
2020-07-02Removed custom Consumer implementation and decoupled adapter from dialogByteHamster
2020-07-02Allow to select new folder even if current folder is nullByteHamster
2020-07-02Adding internal storage if no external existsByteHamster
2020-07-01updating strings xml for share dialog and share podcastGerardo Vázquez
2020-07-01Set user-agent for chapter loadingByteHamster
2020-07-01Set user-agent for file playbackByteHamster
2020-07-01Do not cache feedsByteHamster
This speeds up feed refresh but it is confusing to users if new episodes do not appear instantly.
2020-07-01Removed DirectoryChooserActivityByteHamster
This lead to problems when removing the sd card and left the app in stuck mode. Selecting a folder freely that way will not work with new Android versions anyway. Now, AntennaPod shows the folder chooser that is displayed on the storage settings screen.
2020-07-01Fixed file not found exception after database importByteHamster