summaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2019-11-09Added developers listByteHamster
2019-11-07Added shadow to discovery listByteHamster
2019-11-07Made add podcast button even more prominentByteHamster
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-11-05Merge pull request #3581 from ByteHamster/feedview-dialogH. Lehmann
Style OnlineFeedViewActivity like a dialog
2019-11-05code style fixes: naming, indentation.orionlee
2019-11-05#2652 the UI of a new setting enqueue locationorionlee
- replaced existing enqueue at front - the option after current episode will replace Keep In-Progress in Queue that was in the PR (30f104f4).
2019-11-05code style fixes - naming, indentation, etc.orionlee
2019-11-05#2652 (part of): Expose keep in-progress at front as a preferenceorionlee
(in Playback > Queue section)
2019-11-05Style OnlineFeedViewActivity like a dialogByteHamster
User study showed that new users do not get the difference between the actual feed list and the preview. If the preview is a dialog, this is a lot easier to see. Additionally, the "dialog" now closes after the subscription succeeded.
2019-11-01episodes should not look like a link (#3576)sevenmaster
2019-11-01Make search button clickable (#3577)sevenmaster
2019-10-25Merge pull request #3528 from orionlee/podcast_screen_sort_2524H. Lehmann
Sort Support in Podcast screen
2019-10-23Merge pull request #3544 from M-arcel/developH. Lehmann
Transparent widget
2019-10-23Showing a more interesting background imageByteHamster
2019-10-23Code cleanupByteHamster
2019-10-23Material design layout tweaksByteHamster
2019-10-23Showing wallpaper on widget config pageByteHamster
2019-10-23Transparent widgetMarcel Regeci
2019-10-20UX tweak - move batch edit to overflow menu to make UI less busy.orionlee
2019-10-20Sort in Podcast screen - UIorionlee
2019-10-20Merge pull request #3520 from dsmith47/streamH. Lehmann
Show stream button rather than download (in queue, podcast views)
2019-10-17Add an option to replace Episode cover with Podcast coverXavier Gouchet
The default is to use the episode cover (keep the previous behavior). Fixes #3070
2019-10-17Merge remote-tracking branch 'origin/develop' into ↵Max Bechtold
feat/simple-adjust-volume-per-feed
2019-10-17#3248 Extract @string resource for summaryMax Bechtold
2019-10-16Implemented feature to show stream button (instead of Download/Play-Pause) ↵Doug Smith
in podcast episode views. * Added user preference to specify that stream buttons are preferred * Added StreamAction button to trigger streams on podcast options
2019-10-14Remove icon from "Reset statistics" option menu itemXavier Gouchet
2019-10-14Reset playback statisticsXavier Gouchet
Fixes #1867
2019-10-07Implement a FAB to add podcast on the Subscriptions screenXavier Gouchet
Fixes #3475
2019-10-05Merge remote-tracking branch 'antennapod/develop' into per_feed_playbackspeedJonas Kalderstam
2019-10-05Merge branch 'master' into developByteHamster
2019-10-05Fixed F-Droid build1.7.3b-fixByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-10-03Added pie chart to statistics pageByteHamster
2019-10-03Converted statistics to RecyclerViewByteHamster
2019-10-02Merge branch 'develop' into feat/simple-adjust-volume-per-feedH. Lehmann
2019-10-02Merge pull request #3426 from ByteHamster/feedinfo-fragmentH. Lehmann
Feedinfo page animation
2019-09-29Updated statistics layoutByteHamster
2019-09-29Merge branch 'develop' into feat/simple-adjust-volume-per-feedH. Lehmann
2019-09-27Merge branch 'develop' into feedinfo-fragmentByteHamster
2019-09-25Added refresh item to subscriptions viewByteHamster
2019-09-24Merge branch 'develop' into feedinfo-fragmentH. Lehmann
2019-09-22Queue context menu refactor - move queue menu definition xml reuse the ↵orionlee
generic one
2019-09-22Merge pull request #3437 from orionlee/easier_remove_new_flag_3302H. Lehmann
Support remove new flag in Podcast screen and Podcast Episode Screen
2019-09-22#3302 - refactor retire episode screen item context menu (and reuse the ↵orionlee
common item context menu)
2019-09-22Merge pull request #3434 from orionlee/access_feed_from_player_2929H. Lehmann
add Open Podcast to player screen
2019-09-22#3302 - support remove new flag in Podcast screen and Podcast Episode Screen.orionlee
- moved the logic in Episodes Screen (AllEpisodesRecycleAdapter and EpisodesListFragment) to the generic FeedItemMenuHandler
2019-09-21#2929 add Open Podcast to player screenorionlee
2019-09-21#2977 fix incorrect label on Podcast Info Screen as well pre review.orionlee
2019-09-21#2977 fix incorrect "share podcast url" labelorionlee