summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/NavDrawerFragment.java
AgeCommit message (Collapse)Author
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-25Move DBReader to :storage:database (#7027)ByteHamster
2024-03-06Clean up some old SpotBugs rulesTacoTheDank
2024-01-02Migrate subscriptions filter dialog to DialogFragment (#6846)ueen
Co-authored-by: ByteHamster <info@bytehamster.com>
2023-10-01Switch to colorBackground instead of windowBackground (#6674)ByteHamster
2023-05-28Make drawer's corners round (#6478)ebraminio
2023-05-05Ignore subscription filter when suggesting tags (#6453)mueller-ma
I have the following setup: * A tag 'Done' with fully listened podcasts * The subscription filter "counter greater 0" * The subscription counter "downloaded episodes" This way all done podcasts aren't visible in the drawer. When I want to tag another podcast as done, 'Done' isn't auto-completed. With this change all tags will be auto-completed.
2023-04-07Do not switch screens when clicking "Remove podcast" (#6259)GitStart
2023-02-19Remove another global callback object (#6316)ByteHamster
2023-02-12Automatically switch to different screen when hiding current one from drawer ↵GitStart
(#6254)
2022-11-06Move preferences to a new moduleByteHamster
2022-09-10Add 'default screen' setting (replaces 'back button behavior') (#6041)ByteHamster
2022-08-27Home Screen (#5864)ByteHamster
Co-authored-by: ueen <ueli.sarnighausen@online.de>
2022-08-06Remove favorites tabByteHamster
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2022-03-15Fix context menu click ending up in wrong fragmentByteHamster
This can have all kinds of weird side effects. For example, it could trigger the "delete" button of a podcast and then ask for deleting another one because another fragment handles the deletion.
2022-02-19Fix side drawer detecting click on 'remove item'ByteHamster
remove_item referred to both, feeds and media files. Sometimes the wrong fragment receives the context menu click event.
2021-12-19Rename tags (#5601)vbh
2021-11-21Add 'add to tag' option to multiselect menu (#5553)vbh
2021-11-06Fix crash when deleting feedByteHamster
When the database is huge, loading the subscription item list takes a long time. Redirecting to the episodes screen after deleting sometimes results in the item list starting to update before. If the screen is then hidden before the Callable returns, the app crashes.
2021-11-02Move (most) events to their own moduleByteHamster
2021-10-02Rename folder to tag (#5381)seeto
2021-08-17Fix: #5298 "Add to folder" in podcast contextual side menu (#5344)vbh
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-04-22Moved model to its own moduleByteHamster
2021-03-07Merge pull request #4998 from ByteHamster/fix-navdrawer-pressedByteHamster
Only react to onContextItemSelected if something was actually selected
2021-03-07Only react to onContextItemSelected if something was actually selectedByteHamster
2021-03-06Fix regression: flashing progress barByteHamster
2021-03-05Code cleanupByteHamster
2021-03-05Store opened folders across app launchesByteHamster
2021-03-05Fix selection highlightingByteHamster
2021-03-05Fixed long-pressing drawer itemsByteHamster
2021-03-05Merge branch 'develop' into foldersByteHamster
2021-02-16Don't flicker with nav drawer loading indicator when refreshingByteHamster
2021-01-02Calculate layer in makeFlatDrawerDataByteHamster
2021-01-02Added support for folder counterByteHamster
2021-01-02Merge branch 'develop' into foldersByteHamster
2020-12-02Use RxJava for deleting feedsByteHamster
2020-11-03Fixed checkstyleByteHamster
2020-11-02Converted nav list to RecyclerViewByteHamster
2020-11-02Added basic proof of concept for displaying foldersByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-16Fixed NavDrawer sometimes not updatingByteHamster
2020-10-16Extended subscriptions filter (#4502)asdoi
2020-10-16Add progress bar when loading feeds in sidebar (#4533)Ezequiel
2020-08-15Merge branch 'develop' into add-local-feedsByteHamster
2020-08-15Merge branch 'master' into developByteHamster
2020-08-09Add subscriptions filterasdoi