summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
AgeCommit message (Collapse)Author
2015-07-31Improved blurringMartin Fietz
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-09Spinner items now taken from the string resources and can be localized.Udi Finkelstein
Also fixed the TextView Hebrew string (break into 2 lines).
2015-07-09Added new per-feed auto download override flag.Udi Finkelstein
2015-07-07Merge pull request #994 from mfietz/redesign-new-stateTom Hennen
Drawer: Feed context menu, counter and order
2015-07-04Fix button moving and icon being cutMartin Fietz
2015-07-02Call former indicator "counter"Martin Fietz
2015-06-30Set subscription order and counter in the preferencesMartin Fietz
2015-06-28Fix enqueueing order, prevent NPEsMartin Fietz
2015-06-27Add episode action fragmentMartin Fietz
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-21Store information if media has an embedded picture in the databaseMartin Fietz
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-20Capitalize titlesMartin Fietz
2015-06-20Sharing in options and context menusMartin Fietz
2015-06-02Fix typo.Martin Fietz
2015-05-28Remove cancel, adjust stringsMartin Fietz
2015-05-19Fix download bar displacementMartin 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-10Add feed item filterMartin Fietz
2015-05-09CANCELLEDMartin Fietz
2015-05-09Cancel auto downloadMartin Fietz
2015-05-08Merge pull request #790 from TomHennen/resume_after_call_753Tom Hennen
Optionally resume playback after call
2015-05-08Merge pull request #789 from mfietz/feature/confirm-download-mobileTom Hennen
Confirm download on mobile data connection This seems to work well. We may want to tweak the workflow further, but we'll figure that out as we use it an in Alpha testing.
2015-05-03Fix typoMartin Fietz
2015-05-03Check if items are already in the queueMartin Fietz
2015-05-03Optionally resume playback after call.Tom Hennen
Defaults to true. fixes AntennaPod/AntennaPod#753
2015-05-03Show confirmation dialog when downloading over mobile data connection is ↵Martin Fietz
disabled
2015-05-02Add ActionBar icon to enable/disable list drag (reorder, swipe)Martin Fietz
2015-05-02Generate lock open and lock closed iconsMartin Fietz
2015-04-29Changed download report icon, ticker and content titleMartin 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-18Add longclick Drawer Preference dialogMartin Fietz
2015-04-18Minor changesMartin Fietz
2015-04-18Preference: Change nav drawerMartin Fietz
Preference
2015-04-18Layout changes and optimizationsMartin Fietz
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-05ProGuard config, small fixMartin 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-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
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-15Merge pull request #677 from eerden/itunes-search-pullTom Hennen
Add ability to search iTunes for podcasts
2015-03-15Add ability to search iTunes for podcastsErcan Erden