summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-12-13Remove unused import statements to reduce dependenciesHerbert Reiter
2020-11-30Moved export log function to menu and added confirm dialog (#4712)markamaze
2020-11-20Write to crash report file if app is unable to openByteHamster
2020-11-06Merge branch 'master' into developByteHamster
2020-11-06disable hardware keyboard shortcuts when an EditText is focusedasdoi
2020-11-04Show "include in auto downloads" checkbox on adding podcast (#4627)asdoi
2020-11-01Fixed toolbar state updatesByteHamster
Do not modify up arrow state of background fragments's toolbars. They are invisible anyways and their state can be kept when resuming later.
2020-11-01Converted main fragments except pagers to stand-alone toolbarByteHamster
2020-10-28Merge branch 'master' into developByteHamster
2020-10-28Use of ViewBinding in OnlineFeedViewActivity.java class (#4399)mohit
2020-10-26Fixed NPEs related to bottom sheetByteHamster
2020-10-24Share exported logs added (#4582)zawad hossain
2020-10-22Merge pull request #4576 from ByteHamster/dont-spam-crashByteHamster
Don't spam stacktrace when there is no crash report
2020-10-21Don't spam stacktrace when there is no crash reportByteHamster
2020-10-20Move notification settings to their own screen (#4526)chrk2205
added a new fragment named "notification manager" replaced all settings related into this fragment
2020-10-17Merge branch 'master' into developByteHamster
2020-10-16Hardware keyboard support (#4486)asdoi
2020-10-11Generate unique view IDsByteHamster
2020-10-09Replacing deprecated default constructor of handler with constructor that ↵Chetan Pawar
accepts Looper (#4513)
2020-10-04Allow to go back to search results listByteHamster
2020-09-30Merge branch 'master' into developByteHamster
2020-09-29Merge pull request #4463 from ByteHamster/buffering-indicatorH. Lehmann
Fix buffering indicator sometimes sticking
2020-09-29Swallow undeliverable RxJava exceptionsByteHamster
AntennaPod threads might throw NPEs after disposing because we set controllers to null.
2020-09-29Fix a few more deprecations, tiny cleanup (#4388)Taco
2020-09-29Fix buffering indicator sometimes stickingByteHamster
We currently have no method to actively query the buffering state. Remove indicator if we can no longer receive updates.
2020-08-15Merge branch 'master' into developByteHamster
2020-08-09Dynamical navigation drawer sizeasdoi
2020-08-03Be more verbose about invalid type errorsByteHamster
2020-07-29Revert "Added new icon poll"ByteHamster
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7.
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-07-25Added new icon pollByteHamster
2020-07-21Merge pull request #4298 from ByteHamster/tablet-layoutH. Lehmann
Tablet layout
2020-07-17Do not display navigation icon if unneccessaryByteHamster
2020-07-17Persistent drawerByteHamster
2020-07-16New playback speed dialogByteHamster
2020-07-16Merge branch 'master' into developByteHamster
2020-07-12Install provider in any caseByteHamster
2020-07-11Remove unnecessary conditionsTacoTheDank
2020-07-11Fix redundant initializersTacoTheDank
2020-07-11Replace addAlls with parametrized constructor callsTacoTheDank
2020-07-11Fix lambdasTacoTheDank
2020-07-11Replace switch statements with too few case labels with ifsTacoTheDank
2020-07-10updates for share dialog and implementing new instance patternGerardo Vázquez
2020-07-02Removed custom Consumer implementation and decoupled adapter from dialogByteHamster
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-06-28updating ShareDialog according to code reviewGerardo Vázquez
2020-06-26adding shared preferences to ShareEpisodeDialogGerardo Vázquez
2020-06-26updating share episode dialogGerardo Vázquez
2020-06-23fixes #1215 replacing share menu by dialogGerardo Vázquez