summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feedinfo.xml
AgeCommit message (Collapse)Author
2020-04-21Feed page theme tweaksByteHamster
2020-03-21Made sure that all fragments have a progress barByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
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-04-13Allow to select textByteHamster
2018-04-13Use better header in feed info and settingsByteHamster
2018-04-13Split feed info and settingsByteHamster
2018-01-10Move attributes to edittextMartin Fietz
2018-01-07remove reference to nonexisting onClick callbackDirk Mueller
This defined onClick callback does not exist, so we don't need to specify it.
2016-01-25Global Refresh -> Keep UpdatedTom Hennen
2016-01-25update layout, remove unneeded callTom Hennen
2016-01-25allow feeds to be excluded from global refreshingTom Hennen
2016-01-25updated hint, allow multiple lines in the filter boxTom Hennen
2016-01-25enable/disable controls based on auto-download settingTom Hennen
2016-01-25ability to filter episodes to include or not when autodownloadingTom Hennen
2015-11-08Fix dialog colorsMartin Fietz
2015-07-10Merge pull request #1004 from mfietz/issue/992-fix-pasteTom Hennen
Fix edittext pasting issues on some devices
2015-07-10Hopefully fixes problems with pasting into edittextMartin Fietz
2015-07-09Make the Spinner work on Android versions <5.0Udi Finkelstein
2015-07-09Added new per-feed auto download override flag.Udi Finkelstein
2015-06-21Fixes Queue not opening from the drawer, small podcasts images not scaling ↵Martin Fietz
up and long URL not wrapping in the podcast info view
2015-04-21Show URL in feed info, layout optimizationsMartin Fietz
2015-01-25Use design time attributes to assist layouting and value preview.Tobias Preuss
+ See: http://tools.android.com/tips/layout-designtime-attributes + This commit introduces no functional code changes!
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure