summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2015-08-29Upgrade iconifyMartin Fietz
2015-08-02Try loading the episode cover first; if that fails, try to load the ↵Martin Fietz
podcast's cover
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-20Merge pull request #1020 from mfietz/feature/queue-informationTom Hennen
Queue shows number of episodes and total duration
2015-07-19Info text has smaller font, conversion moved utility classMartin Fietz
2015-07-19Minor improvementsMartin Fietz
2015-07-19Queue has status bar that shows number of episodes and total durationMartin Fietz
2015-07-13Make itunes search more prominent and fix squashed griviewTom Hennen
The GridView on large devices (Nexus 6 for example) was showing iTunes and gpodder results in two columns, which was cutting off valuable information. I simply double the default size of the grid columns on the theory that on a tablet someone may still want multiple columns and that 400dp was wide enough to show the needed detail. fixes AntennaPod/AntennaPod#1012
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-07-04Fix button moving and icon being cutMartin Fietz
2015-06-27Add episode action fragmentMartin Fietz
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-05-28Handle failed refresh correctly, fix for nav drawer layoutMartin Fietz
2015-05-27put the LinearView in a ScrollView. fixes AntennaPod/AntennaPod#841Tom Hennen
2015-05-22renamed download progress bar to just progressTom Hennen
2015-05-22removed unneeded layout marginsTom Hennen
2015-05-22now display the download bar under the other windowsTom Hennen
2015-05-21restored alignment for progress bar in episode view. fixes ↵Tom Hennen
AntennaPod/AntennaPod#822
2015-05-19Show feed new items and refresh failureMartin Fietz
2015-05-10Add feed item filterMartin Fietz
2015-05-02Add ActionBar icon to enable/disable list drag (reorder, swipe)Martin Fietz
2015-04-28Add ability to retry failed downloads in the download logMartin Fietz
2015-04-22Merge pull request #759 from mfietz/nav_drawer_preferencesMartin Fietz
Nav Drawer Preferences
2015-04-21Show URL in feed info, layout optimizationsMartin Fietz
2015-04-18Layout fixMartin Fietz
2015-04-18Bux fixes, testsMartin Fietz
2015-04-18Layout changes and optimizationsMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-16renamed EpisodesFragment to AllEpisodesFragmentTom Hennen
2015-04-15now we have 'All Episodes' and 'New Episodes'Tom Hennen
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-05Merge pull request #709 from TomHennen/swipe_to_mark_as_readTom Hennen
Swipe to mark as read
2015-04-03Can now undo swipe to mark as read.Tom Hennen
Behavior isn't ideal when the user is displaying all the items in their feed. (you can swipe new and read items and they don't go away (obviously)).
2015-04-03Adding drag handle allows swipe to remove.Tom Hennen
Turns out all we needed was a drag handle to allow swipe to remove. This still needs further testing, but is looking pretty good. Will add an undo feature shortly.
2015-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
2015-03-27Drawer slide fixed, drag handle is now 9 patch PNGMartin Fietz
2015-03-17Gpodder tags alignmentMartin Fietz
2015-03-17Removed unintended layout element to make list items clickable againMartin Fietz
2015-03-17Gpodder categories shows title instead of tag and additionally the usageMartin Fietz
2015-03-16Merge pull request #679 from mfietz/feature/gpodder_search_more_informationTom Hennen
Gpodder search shows feed url and number of subscribers
2015-03-16Gpodder search shows feed url and number of subscribersMartin Fietz
2015-03-15Add ability to search iTunes for podcastsErcan Erden
2015-03-14Queue: Drag section now over 4x the sizeMartin Fietz
2015-03-05Merge pull request #658 from mfietz/issue-126Tom Hennen
Queue view: Swipe to dismiss, undo bar, status information
2015-03-05Show duration and pubDate on episode displayMartin Fietz
... which was - despite the commit message - missing from last commit...
2015-03-04Show UndoBar when dismiss-by-swipeMartin Fietz
2015-03-04MERGE stash.Martin Fietz