summaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2015-06-24Set update interval or time of dayMartin Fietz
2015-06-21Merge pull request #925 from danners/developMartin Fietz
Download Report: introduce setting to disable
2015-06-21Merge pull request #861 from mfietz/feature/120-share-download-urlTom Hennen
Share feeds and episodes
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-06-21Download Report: introduce setting to disableSimon Danner
Give the use the option to disable the download report. While it is useful to see the failed downloads, if a user is subscribed to many podcasts, most of the times a few fail, which makes the notifications rather annonying.
2015-06-20Sharing in options and context menusMartin Fietz
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-19Fix for indicator, changes in context menusMartin Fietz
2015-05-19Context dialog for feed item listMartin Fietz
2015-05-19Reset dialog in progressMartin Fietz
2015-05-19Show feed new items and refresh failureMartin Fietz
2015-05-19Mark as unplayed optionMartin Fietz
Users can mark feed items as unplayed from feed item fragment and the queue
2015-05-13Merge pull request #814 from mfietz/issue/813Tom Hennen
Use localization for clear queue
2015-05-13Use localization for clear queueMartin Fietz
2015-05-13Show alwaysMartin Fietz
2015-05-12Fix ActionBar SearchViewMartin Fietz
2015-05-10Add feed item filterMartin Fietz
2015-05-03Optionally resume playback after call.Tom Hennen
Defaults to true. fixes AntennaPod/AntennaPod#753
2015-05-03Show lock icon always, use correct search view text color on older devicesMartin 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-18Preference: Change nav drawerMartin Fietz
Preference
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-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences
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-17Merge pull request #683 from mfietz/feature/gpodder-tags-layoutTom Hennen
Gpodder tags show title and usage
2015-03-17Merge pull request #678 from mfietz/feature/setting_number_parallel_downloadsTom Hennen
Inverse background of EditTextPreference for older android versions
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-17Set edittext's text color blackMartin 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