summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
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 #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-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-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-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-06Merge pull request #3083 from orionlee/bulk_remove_from_queue_1145H. Lehmann
Bulk remove from queue
2019-04-06refactor - rename string resource name `remove_episode_lable` , which was ↵orionlee
ambiguous with typos, to `delete_episode_label` - non-default string resources to be handled by Transifex
2019-04-06remove comment to reduce mental work per review feedbackorionlee
2019-04-06refactor - bulk edit UI - make fab clickable on Pre-Lollipop devices without ↵orionlee
custom codes.
2019-04-03Merge pull request #3060 from jatinkumarg/issue-3052H. Lehmann
Added empty views to the PlayBack History, Queue,and Downloads
2019-04-02Renamed text view ids and added tools namespaceJatin Kumar
2019-04-02document android:elevation API compatibilityorionlee
2019-04-02batch edit - replace the bottom button UI with FAB Speed Dial (no new ↵orionlee
actions yet)
2019-04-02ensure speed dials clickable (for pre-Android 5 devices)orionlee
2019-04-02make speed dials scrollable, so that they work in landscape / split window mode.orionlee
2019-04-02UI Prototype for Batch Edit Episodes rework (from #1145)orionlee
2019-04-01Added include to the queue and episode layoutJatin Kumar
2019-03-30Updated text sizes from dp to spJatin Kumar
2019-03-29Change the icons in interface #3040Matias de Andrea
2019-03-27Fixes #3052: Added empty views to the Playback History, Queue, Downloads and ↵Jatin Kumar
Episodes
2019-03-21Added empty views to the PlayBack History, Queue,and DownloadsJatin Kumar
2019-01-23moved closing backet up one linepachecosf
2019-01-22fixed placing of the attr into nav_feedlistitempachecosf
2019-01-22reimplemented the ripple effect when choosing a nav itempachecosf
2019-01-05Add skip silence checkbox to audio controlfalko
Add new Checkbox to dialog. Enable only if ExoPlayer is selected. Selection directly changes player behavior
2018-12-01force LTR dir for play controlsMostafa Ahangarha
2018-12-01Fix padding and marginMostafa Ahangarha
2018-12-01replave right with end for gravity attrMostafa Ahangarha
2018-12-01force LTR dir for progressBarMostafa Ahangarha