summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2015-11-06Minor issue: don't display anything in the info bar while loadingMartin Fietz
2015-11-06RecyclerView context menus (with ripple)Martin Fietz
2015-11-05Queue: Replace DSVL with RecyclerViewMartin Fietz
2015-11-03switched to snackbarTom Hennen
2015-11-03resolved compilation problem and got rid of the 'no items' labelTom Hennen
2015-11-03playing around with recycler view. context menu and swiping isn't workingTom Hennen
2015-09-20basic favorite functionalityTom Hennen
2015-09-07tabs fill all space and are rememberedTom Hennen
2015-09-07normalized how we were using tab layouts between different fragments.Tom Hennen
2015-09-07move Gpodnet and Downloads to use TabLayout alsoTom Hennen
2015-09-07fixed dark themeTom Hennen
2015-09-07changed method of tab useTom Hennen
2015-09-07episodes fragment with tabs. layout of item info is messed up for some reason.Tom Hennen
2015-09-05Fix popup colorsMartin Fietz
2015-09-05Use CardView to add a shadowMartin Fietz
2015-09-05Show dialog where user chooses new playback speedMartin Fietz
2015-09-05Sleep Timer dialog remembers settingsMartin Fietz
2015-09-05Add options to sleep timer dialogMartin Fietz
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