summaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2019-08-11Merge pull request #3316 from ByteHamster/online-feed-viewH. Lehmann
Updated OnlineFeedView layout
2019-08-11Merge pull request #3315 from damoasda/Queue-Sort-Order2H. Lehmann
Queue sort order - with keep sorted checkbox
2019-08-11Updated OnlineFeedView layoutByteHamster
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-08-10Queue: Keep sorted #1556damoasda
2019-08-04Merge branch 'develop' into Queue-Sort-Orderdamoasda
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-23Make ExoPlayer the default playerByteHamster
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-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-14add android:imeOptions="flagNoFullscreen" attribute in EditTextbhlee
2019-07-13Merge pull request #3233 from jas14/pad-scrubberH. Lehmann
Pad scrubber on large devices
2019-07-12Removed Flattr supportByteHamster
2019-07-09Queue: Keep sorted #1556damoasda
2019-07-02Extend play/pause functionality to Image CoverWagubi Brian
2019-07-01Increase scrubber padding for large devicesJoe Stein
2019-06-26Combined podcast searchByteHamster
2019-06-14CleanupByteHamster
2019-06-14Added authentication and episode filter dialogsByteHamster
2019-06-14Updated feed settings screenByteHamster
2019-06-01add pref_episode_cache_summaryUnknown
2019-05-28Merge pull request #3043 from CedricCabessa/remaining_time_playback_speedH. Lehmann
Fixes #2197: Remaining time playback speed
2019-05-28rename category title to match with "playback speeds"Cédric Cabessa
also rename the key to be consistent with the content
2019-05-27Sort options: 'old to new' instead of 'ascending'ByteHamster
2019-05-19Merge pull request #3136 from andersonvom/developH. Lehmann
Add progress bar with space information to data folder selection dialog
2019-05-19Add space usage bar to data folder dialogAnderson Mesquita
This displays a progress bar with the amount of used/free space in each storage location to make it easier to identify storage devices. This is particularly useful for devices that use non-standard names. Reference: #3049
2019-05-19Extract data folder dialog layoutAnderson Mesquita
This is in preparation to add a progress bar displaying the amount of used/free space in the dialog (#3049). Since we'll need a custom view to do it, this extracts the layout beforehand.
2019-05-19Merge pull request #3165 from ByteHamster/opml-import-mismatchH. Lehmann
Removed opml pick action
2019-05-19Merge pull request #3177 from andersonvom/fix-episodes-searchbarH. Lehmann
Prevent actionbar items from moving when searching for episodes
2019-05-11Prevent actionbar items from moving when searchingAnderson Mesquita
Previously, when the user clicked the search button, the context menu would be hidden and the refresh button would move way too close to the edge of the screen. This makes sure that when a user clicks the search button on the episodes screen, the remaining actionbar items (refresh and context menu) stay where they are.
2019-05-08Fix cover fragment in small screensAnderson Mesquita
The cover fragment would hide both podcast and episode names in small screen devices or multi-window mode. This replaces the deprecated PercentRelativeLayout in favor of a regular LinearLayout with weights to make sure that each section of the fragment (podcast title, image, episode name) will have the necessary space in the screen. Since PercentRelativeLayout was only being used here, it also removes the dependencies from the gradle files. Closes: #3169
2019-05-06Removed opml pick actionByteHamster
2019-05-04Fix padding when count is zero and error happenedAnderson Mesquita
When we're not able to get the episode count for a podcast and updating the feed fails, the error icon shown in the navbar is too close to the right/end border of the nav drawer. This fixes this padding. Closes: #2982
2019-05-03Simplify empty view handling on recycler viewsByteHamster
2019-04-28add preference for "Time respects playback speed"Cédric Cabessa
2019-04-11Set number of subscription columnsByteHamster