summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2019-08-10CleanupByteHamster
2019-07-25Display notification when trying to streamByteHamster
2019-07-25Refactored mobile updates settingByteHamster
2019-07-23Merge pull request #3286 from ByteHamster/batch-edit-queueH. Lehmann
Added batch edit to queue
2019-07-23Merge pull request #3287 from ByteHamster/add-feed-page-redesignH. Lehmann
Added error message, do not jump after loading completed
2019-07-23Added batch edit to queueByteHamster
2019-07-23Merge pull request #3284 from ByteHamster/default-exoplayerH. Lehmann
Make ExoPlayer the default player
2019-07-23Do not set PlaybackService to null while still updating widgetByteHamster
2019-07-23Make ExoPlayer the default playerByteHamster
2019-07-23Fixed crash when context is nullByteHamster
From Google Play console
2019-07-23Added error message, do not jump after loading completedByteHamster
2019-07-23CleanupByteHamster
2019-07-22Added quick discovery fragmentByteHamster
2019-07-22Redesigned add feed pageByteHamster
2019-07-22Merge pull request #3278 from ByteHamster/empty-viewH. Lehmann
Updated empty views
2019-07-22Merge pull request #3240 from ByteHamster/combined-searchH. Lehmann
WIP: Combined podcast search
2019-07-22Removed unused importsByteHamster
2019-07-22Targeting Android API 28ByteHamster
2019-07-22Using EmptyViewHandler for chapters fragmentByteHamster
2019-07-22Updated appearance of empty viewByteHamster
2019-07-14Merge pull request #3272 from andersonvom/3225-remove-new-flagH. Lehmann
Reword "Mark as seen" to "Remove 'new' flag"
2019-07-14Reword "Mark as seen" to "Remove 'new' flag"Anderson Mesquita
This avoids the confusion between "Mark as seen" and "Mark as played". Closes: #3225
2019-07-14Merge pull request #3267 from libliboom/developH. Lehmann
Removed screenOrientation attributes in manifest
2019-07-14add android:imeOptions="flagNoFullscreen" attribute in EditTextbhlee
2019-07-14add android:imeOptions="flagNoFullscreen" attribute in EditTextbhlee
2019-07-14Merge pull request #3271 from ByteHamster/fix-batch-editH. Lehmann
Fixed batch edit items grayed out on API 23 and 24
2019-07-14add android:imeOptions="flagNoFullscreen" attribute in EditTextbhlee
2019-07-13Fixed batch edit items grayed out on API 23 and 24ByteHamster
2019-07-13Merge pull request #3233 from jas14/pad-scrubberH. Lehmann
Pad scrubber on large devices
2019-07-13Merge pull request #3266 from ByteHamster/remove-flattrH. Lehmann
Removed Flattr support
2019-07-13Resolves #3235. Refer to the changes.bhlee
- Remove android:screenOrientation="portrait" for rotating. - Remove override onConfigurationChanged function that does nothing.
2019-07-12Removed Flattr supportByteHamster
2019-07-12Added total space to storage select dialogByteHamster
2019-07-12Simplified encoding queryByteHamster
2019-07-12Added CombinedSearcher for podcastsByteHamster
2019-07-11Merge branch 'develop' into 2747-completed-downloads-updateH. Lehmann
2019-07-11Merge pull request #3261 from archibishop/fix-removing-wrong-favourite-messageH. Lehmann
Fix removing wrong favourite message
2019-07-10Fix removing wrong favoruite messageWagubi Brian
2019-07-06Merge pull request #3254 from jas14/feed-rotation-crash-3245H. Lehmann
New ViewModel for loading feed preferences across lifecycle
2019-07-06Merge pull request #3249 from archibishop/imagecover-playpause-fuctionalityH. Lehmann
Extend play/pause functionality to Image Cover
2019-07-02Extend play/pause functionality to Image CoverWagubi Brian
2019-07-02New ViewModel for loading feed preferences across lifecycleJoe Stein
2019-07-01Increase scrubber padding for large devicesJoe Stein
2019-06-26Combined podcast searchByteHamster
2019-06-26validate username for characters not accepted.Wagubi Brian
2019-06-24Fix recycler and empty view hide/show logicAnderson Mesquita
The `emptyViewHandler` already handles hiding and showing both the empty view and the recycler view on data changes, so this commit removes this part of the logic from the episodes fragment. It also hides the empty view right after creating the recycle adapter for the first time (when the fragment is created) to prevent the progress bar and the empty view from being displayed at the same time. `createRecycleAdapter()` signature was changed to make it explicit that it depends on both the `recyclerView` and `emptyViewHandler`. Similarly, `onFragmentLoaded()`, since it also depends on the new data that gets loaded.
2019-06-24Reorganize subscription fragment lifecycleAnderson Mesquita
2019-06-24Reorganize search fragment lifecycleAnderson Mesquita
2019-06-24Reorganize playback history lifecycleAnderson Mesquita
2019-06-24Reorganize item fragments lifecycleAnderson Mesquita