summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/MainActivity.java
AgeCommit message (Collapse)Author
2021-02-16Fixed disappearing drawer toggleByteHamster
When the activity is recreated after it was stopped in background, the BackStackEntryCount is the same for all fragments. The one that should display the toggle therefore thinks it shouldn't. This change saves the button state now. This is only needed for top-level fragments.
2021-02-12Move basic views to new moduleByteHamster
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2021-01-24Google Assistant App Actions for AntennaPod (#4417)Margaret Borowiec
2020-11-06disable hardware keyboard shortcuts when an EditText is focusedasdoi
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-26Fixed NPEs related to bottom sheetByteHamster
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-08-09Dynamical navigation drawer sizeasdoi
2020-07-29Revert "Added new icon poll"ByteHamster
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7.
2020-07-25Added new icon pollByteHamster
2020-07-17Do not display navigation icon if unneccessaryByteHamster
2020-07-17Persistent drawerByteHamster
2020-06-14Fixed crash when changing themeByteHamster
Apparently, recreate() brings RxJava in a strange state where errors are directly thrown instead of relaying them to the error callback. Because of a race condition in ItemDescriptionFragment.loadData, this throws a NPE.
2020-05-27Cleaned up unused IDsByteHamster
2020-05-20Sleep timer adjustmentsByteHamster
- Close button instead of OK - Save settings on-the-fly
2020-05-06Merge pull request #4125 from ByteHamster/theme-switch-without-restartH. Lehmann
Switch theme without user obstruction
2020-05-06Switch theme without user obstructionByteHamster
2020-05-06Do not replace the fragment if it existsByteHamster
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-04-10Merge pull request #4030 from ByteHamster/restore-visibilityH. Lehmann
Restore ExternalPlayer visibility when restoring instance state
2020-04-09Restore ExternalPlayer visibility when restoring instance stateByteHamster
2020-04-08Fixed 'Open podcast' menu item in media playerByteHamster
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-03-30App shortcuts (#3748)Shinichiro Fujiwara
2020-03-29Merge pull request #3976 from ByteHamster/fix-player-overlapH. Lehmann
Fixed description overlapping mini player
2020-03-29Fixed description overlapping mini playerByteHamster
2020-03-27Hide the miniplayer if there is no media playingByteHamster
2020-03-26Fixed external player not being hidden when expanding with intentByteHamster
2020-03-25Merge pull request #3954 from ByteHamster/audioplayer-fragmentH. Lehmann
Convert AudioPlayer to fragment
2020-03-25Removed AudioPlayerActivityByteHamster
2020-03-25Reworked cast button handlingByteHamster
2020-03-25Fixed sidebar sometimes highlighting wrong fragmentByteHamster
2020-03-23Lock bottom sheet when playing videoByteHamster
2020-03-23Added bottom sheet to activityByteHamster
2020-03-22Created audio player fragmentByteHamster
2020-03-20Fixed back button no longer closing appByteHamster
2020-03-18Using nav list fragment in MediaPlayerInfoActivityByteHamster
2020-03-18Migrated nav list to a fragmentByteHamster
2020-03-16Fixed clicking up arrowByteHamster
2020-03-15Added drawer hamburger iconByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-02-01Removed unused codeByteHamster
2019-12-24Switched to less demanding animationByteHamster