summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2019-07-02Extend play/pause functionality to Image CoverWagubi Brian
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
2018-12-01Added margenLeft for wider supportMostafa Ahangarha
2018-12-01force LTR dir for play btnMostafa Ahangarha
2018-11-30Force LTR in playing btnsMostafa Ahangarha
Force LTR direction for keeping consistancy in playing experience across all apps
2018-11-30Force LTR directionMostafa Ahangarha
Playing btns should remain in LTR direction to keep consistancy in playing media experience across applications.
2018-11-29fix icon margin in main menuMostafa Ahangarha
2018-11-29Fix margin for authorMostafa Ahangarha
2018-11-23Improve RTL supportMostafa Ahangarha
For all the layout elements having margin, padding,... to right or left, releavnt start/end property is added so all the elements are supposed to be displayed properly in RTL mode. There are still minor issues related to some icons such as play, ff and rev. This issue must be addressed separately in future.
2018-09-26Implemented number picker preferenceByteHamster
2018-08-06Database access threading (#2781)H. Lehmann
2018-06-27Render preview for all episodes layout with sample data.Tobias Preuss
2018-05-26Merge pull request #2638 from ydinath/AboutActivityCleanupH. Lehmann
About activity cleanup
2018-05-07Merge branch 'develop' into api-26-supportByteHamster
2018-05-05Moved widget from app to coreByteHamster
2018-05-04Switched to PreferenceCompatByteHamster