summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2019-12-19Do not crash when clicking menu items while loadingByteHamster
2019-12-15Merge pull request #3685 from ByteHamster/reset-position-currently-playingH. Lehmann
Stop playback when resetting position of currently playing item
2019-12-14Stop playback when resetting position of currently playing itemByteHamster
2019-12-13Merge pull request #3681 from ByteHamster/add-logging-feeditemH. Lehmann
Parameter checking
2019-12-12Parameter checkingByteHamster
2019-12-12Make sure to create notification channelsByteHamster
2019-11-26Fixed NPE in EmptyViewHandlerByteHamster
2019-11-22Merge branch 'develop' into remove-prestissimoH. Lehmann
2019-11-22Merge pull request #3636 from ByteHamster/api-16H. Lehmann
Bumped minimum API version to 16
2019-11-22Fixed some lint errorsByteHamster
2019-11-22Removed API 14 methodByteHamster
2019-11-22Removed prestissimoByteHamster
2019-11-22Bumped minimum API version to 16ByteHamster
2019-11-21Merge pull request #3629 from ByteHamster/streaming-iconH. Lehmann
Updated streaming icon
2019-11-21Updated streaming iconByteHamster
2019-11-21Explicitly set default download/streaming value for existing usersByteHamster
This mankes it easier to change the default later without affecting existing installs
2019-11-15Fixed empty adapter in some casesByteHamster
2019-11-15Fixed displaying wrong menuByteHamster
2019-11-15Tiny layout improvementsByteHamster
2019-11-15Merge branch 'develop' into feeditem-viewpagerByteHamster
2019-11-15Moved actionbar menu to ItemPagerFragmentByteHamster
ViewPager keeps multiple fragments in background and therefore, the menu was shown multiple times.
2019-11-14Merge pull request #3609 from ByteHamster/fix-auto-download-titleH. Lehmann
Fixed auto download settings title
2019-11-13Switched from gestures to ViewPagerByteHamster
2019-11-13Fixed auto download settings titleByteHamster
2019-11-12Fixed info bar ignoring 'time respects playback speed' settingByteHamster
2019-11-12Merge pull request #3601 from ByteHamster/fix-playback-speed-dialogH. Lehmann
Fixed playback speed button
2019-11-12Merge pull request #3600 from ByteHamster/fix-currently-playing-updateH. Lehmann
Fixed position sometimes updated in wrong item
2019-11-12Merge pull request #3592 from ↵H. Lehmann
orionlee/more_respect_download_order_2448_handle_cancel More respect download order - handle cancel
2019-11-12Fixed playback speed buttonByteHamster
Problem was that a float 5.99999 was casted to an int and therefore was 5.
2019-11-12Fixed position sometimes updated in wrong itemByteHamster
2019-11-09Merge pull request #3597 from ByteHamster/rework-about-screenH. Lehmann
Rework about screen
2019-11-09CleanupByteHamster
2019-11-09Added licenses screenByteHamster
2019-11-09Added commit to new about screenByteHamster
2019-11-09Added translators screenByteHamster
2019-11-09Added developers listByteHamster
2019-11-07Made add podcast button even more prominentByteHamster
2019-11-06Refactor downloadMedia() : move entry points to DownloadRequester (from DBTasks)orionlee
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-11-05Merge pull request #3582 from ByteHamster/empty-view-subscriptionsH. Lehmann
Added empty view to subscription list
2019-11-05Added empty view to subscription listByteHamster
2019-11-05Merge pull request #3580 from ByteHamster/swipe-directionH. Lehmann
Modified episode swipe directions
2019-11-05Merge pull request #3581 from ByteHamster/feedview-dialogH. Lehmann
Style OnlineFeedViewActivity like a dialog
2019-11-05enqueue location: use the new 3-value settingsorionlee
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-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-03Modified episode swipe directionsByteHamster
- Allow queue swiping in both directions - Do not allow swiping on tabbed screens where it interferes with tab switching
2019-11-01Make search button clickable (#3577)sevenmaster
2019-10-31Clearer button text for feching podcast (#3575)sevenmaster
When subscribing to a podcast, the old text might be confusing to new users (it's not downloading an episode, just the feed. That is not considered downloading for most users) Signed-off-by: sevenmaster <seven-master@hotmail.de>