summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
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
2018-01-21Merge branch 'develop' into refactorMartin Fietz
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
2018-01-21Merge pull request #2445 from ByteHamster/exportMartin Fietz
Database import/export
2018-01-14Merge folder configurationMartin Fietz
2018-01-14Collapse empty tagMartin Fietz
2018-01-10Move attributes to edittextMartin Fietz
2018-01-10LinearLayout should use 'layout_height="wrap_content"'Martin Fietz
2018-01-10'ellipsize=start' and 'lines=1' can lead to crashesMartin Fietz
2018-01-09Centered seekBarByteHamster
2018-01-09Allow to touch space next to video playerByteHamster
2018-01-07remove reference to nonexisting onClick callbackDirk Mueller
This defined onClick callback does not exist, so we don't need to specify it.