summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2019-04-01Added include to the queue and episode layoutJatin Kumar
2019-03-30Updated text sizes from dp to spJatin Kumar
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
2018-05-03Start PlaybackService lazily to allow using ForegroundServiceByteHamster
2018-04-22Merge pull request #2564 from xisberto/adaptive_iconMartin Fietz
Adaptive icon
2018-04-22Merge pull request #2641 from ByteHamster/feed-info-and-settingsMartin Fietz
Split feed info and settings
2018-04-20Fix typosheckler01
2018-04-13Allow to select textByteHamster
2018-04-13Use better header in feed info and settingsByteHamster
2018-04-13Moved info and settings button closer togetherByteHamster
2018-04-13Split feed info and settingsByteHamster
2018-04-08Merge branch 'develop' into picture-in-pictureByteHamster
2018-04-07Merge pull request #2626 from ByteHamster/failed-urlMartin Fietz
Showing URL for failed downloads
2018-04-07Removed unneeded backgroundByteHamster
2018-04-05Merge pull request #2625 from ByteHamster/focusMartin Fietz
Allow to focus settings button
2018-04-05Showing URL for failed downloadsByteHamster
Closes #1082
2018-04-05Allow to focus settings buttonByteHamster
Without this change, it seems like the sidebar is not usable by using arrow keys only. Related to #445.
2018-04-05Added scrolling to Import/ExportByteHamster
Fixes #2582
2018-04-02Extracted color resourceByteHamster
2018-02-20Revert "Set background of playerFragment to same color as toolbar"ByteHamster
This reverts commit 2f6c9c49f81ddb735d5241026ee661a3a88b0cd2.
2018-02-14Make feed title selectableByteHamster
2018-02-13Darken background of feed headerByteHamster
This change only applies to feed items using transparent backgrounds. The item is darkened but the background keeps transparent, which looks weird, especially in light theme (have a look at the 34C3 feed)
2018-02-13Set background of playerFragment to same color as toolbarByteHamster
Most noticeable in dark theme
2018-02-13Removed useless nested layoutByteHamster
2018-02-10Removing old files and changing references.Humberto Fraga
Splash screen now follows icon color.
2018-02-05Make player selectableByteHamster
2018-01-21Merge branch 'develop' into picture-in-pictureH. Lehmann