summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment
AgeCommit message (Collapse)Author
2021-05-08Fixed NPE in ExternalPlayerFragmentByteHamster
2021-04-02Rename audio player tabsByteHamster
2021-04-02Safer remain time - default to zero when the media duration is wrong (#5043)Tony Tam
2021-03-27Merge pull request #5054 from ByteHamster/always-update-coverByteHamster
Better metadata for previewed episodes
2021-03-26Removed invalid upcastByteHamster
2021-03-26Fix crash when resuming while there is no playableByteHamster
2021-03-07Fix crash when selecting gpodder.net categorytntabaka
Stack trace: java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.appcompat.app.ActionBar.setTitle(java.lang.CharSequence)' on a null object reference at de.danoeh.antennapod.fragment.gpodnet.TagFragment.onActivityCreated(TagFragment.java:49) at androidx.fragment.app.Fragment.performActivityCreated(Fragment.java:2717) at androidx.fragment.app.FragmentStateManager.activityCreated(FragmentStateManager.java:346) at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1188) at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1356) at androidx.fragment.app.FragmentManager.moveFragmentToExpectedState(FragmentManager.java:1434) at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1497) at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:447) at androidx.fragment.app.FragmentManager.executeOps(FragmentManager.java:2169) at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:1992) at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:1947) at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1849) at androidx.fragment.app.FragmentManager$4.run(FragmentManager.java:413) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7073) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
2021-03-07Fixed clicks going through the playerByteHamster
2021-03-07Fixed 2 little bugs related to queue movementByteHamster
- moving while downloading sometimes caused ArrayIndexOutOfBoundsException - Long-pressing and then swiping out leaves the screen empty and the context menu open. Pressing items crashed the app.
2021-02-26Merge pull request #4967 from ByteHamster/remove-asynctaskByteHamster
Remove deprecated asynctask from gpodder fragments
2021-02-26Removed AsyncTask from PodcastListFragmentByteHamster
2021-02-26Removed AsyncTask from TagListFragmentByteHamster
2021-02-26Removed DbWriter dependency from modelByteHamster
2021-02-25use full URL for custom gpodder server (#4932)MStrecke
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter
2021-02-19Don't flicker progress bar while refreshingByteHamster
2021-02-16Don't flicker with nav drawer loading indicator when refreshingByteHamster
2021-02-16Merge pull request #4939 from ByteHamster/fix-toggle-disappearingByteHamster
Fixed disappearing drawer toggle
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-15Removed method that does the same as loadMediaInfo anywayByteHamster
2021-02-15Removed return parameter of loadMediaInfoByteHamster
We return true anyways. The call for actually loading is asynchronous, so returning anything here does not make sense. Reduces likelihood of loader being interrupted to just load the same item again when the state changes.
2021-02-15changed the "Use Episode Cover" setting to only apply to list items. (#4908)Geist5000
2021-02-14Merge branch 'master' into developByteHamster
2021-02-14New preference to show the remaining time in the 'queue' and podcast episode ↵Tony Tam
view (#4880)
2021-02-13Merge pull request #4920 from ByteHamster/jcenter-deprecationByteHamster
Migrate away from jcenter
2021-02-13Removed unmaintained recyclerview-flexibledivider libraryByteHamster
2021-02-12Move basic views to new moduleByteHamster
2021-02-05Added new cleanup option: when not favoritedJonas Kalderstam
This is another way of solving #2077. The root issue is that queued episodes are never auto-deleted currently which means that if you automatically add episodes to the queue you will eventually end up with AntennaPod refusing to auto download more episodes because the cache is full and it can't make space. This option will only refuse to delete favorited items. Otherwise it will simply delete the oldest episodes.
2021-02-04Fixed local folder name being set to nullByteHamster
2021-01-31Fix cover image cut off in landscape mode (#4901)Tony Tam
2021-01-25Show publish date for podcasts and file creation date for local feeds (#4862)Tony Tam
2021-01-23Merge pull request #4892 from ByteHamster/every-hoursByteHamster
Added new string for 'every x hours'
2021-01-23Added new string for 'every x hours'ByteHamster
2021-01-23Use podcast image as fallback when episode image returns 404 (#4861)Jonas Burian
2021-01-22Add Notifications for episodes (#4646)Connectety
Co-authored-by: ByteHamster <info@bytehamster.com>
2021-01-22Merge pull request #4563 from SebiderSushi/fix_episodes_list_item_loading_bByteHamster
Keep loading on the All Episodes tab even if items are filtered out
2021-01-22Split up filter model and database handlingByteHamster
2021-01-22Merge branch 'develop' into fix_episodes_list_item_loading_bByteHamster
2021-01-21Add scrubbing time overlay (#4786)asdoi
2021-01-21Fix ClassCastException in FeedItemlistFragment (#4857)Herbert Reiter
2021-01-03Added share icon to feed_info menu, moved the Website Address and Podcast ↵Thom Merrilin
Feed URL into a submenu of this icon. Will resolve #4734 Details: Website Address and Podcast Feed URL menu options were previously always in the overflow menu, which is inconsistent with over menus such as the FeedList menu where these options are under a "Share..." submenu. Two new vector drawables were added for the black and white options of a "Share" icon, these are used to create a submenu for Website Address and Podcast Feed URL if there's room, otherwise the submenu text "Share..." is used in the overflow menu.
2021-01-02Revert back to device selection instead of linkingByteHamster
Until this is fixed upstream on the gpodder.net server.
2021-01-02Simplified gpodder login processByteHamster
2021-01-02Fixed unused importByteHamster
2021-01-01Merge branch 'master' into developByteHamster
2021-01-01Added textual tab indicator to player screen (#4731)ByteHamster
2021-01-01Fix search button to forward the search query (#4798)Herbert Reiter
2020-12-24Update played/unplayed status in playback historyHerbert Reiter
2020-12-15Removed unused importByteHamster
2020-12-15Merge pull request #4760 from damoasda/cleanup-importsByteHamster
Refactoring: Remove unused import statements