summaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
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
2015-03-15Inverse background of EditTextPreference for older android versionsMartin Fietz
2015-03-15Merge pull request #677 from eerden/itunes-search-pullTom Hennen
Add ability to search iTunes for podcasts
2015-03-15Merge pull request #672 from mfietz/feature/setting_number_parallel_downloadsTom Hennen
Number of parallel downloads can be set in the preferences
2015-03-15Add ability to search iTunes for podcastsErcan Erden
2015-03-15now always displaying both refresh and search. closes #633Tom Hennen
2015-03-14Queue: Drag section now over 4x the sizeMartin Fietz
2015-03-11Number of parallel downloads can be set in the preferencesMartin 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
2015-03-04Delete items from the queue by swipingMartin Fietz
2015-03-04Correct audio player cover scalingMartin Fietz
2015-03-03Merge pull request #618 from rharriso/masterTom Hennen
added preference to add to front of queue
2015-02-28Merge branch 'master' of https://github.com/AntennaPod/AntennaPod into ↵Ross Harrison
AntennaPod-master core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java
2015-02-08Merge branch 'master' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-08t was missingRoss Harrison
2015-02-01Merge branch 'develop' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-01queue to front or backRoss Harrison
2015-01-31added preference, need to work into databaseRoss Harrison
2015-01-30Added option to empty/clear the queue.Tom Hennen
Used the word 'clear' because it seems more active than 'empty'. For issue #593
2015-01-26Merge branch 'feature/design-time-attributes' of ↵daniel oeh
git://github.com/johnjohndoe/AntennaPod into johnjohndoe-feature/design-time-attributes
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!
2015-01-24Options to sort queue refactor, add sort by alpha and durationdrabux
2015-01-22Options to sort queue by datedrabux
2015-01-19Merge branch 'SamWhited-delete-episode-update' into developdaniel oeh
2015-01-19Merge branch 'add_refresh_button_to_queue_view_595' of ↵daniel oeh
git://github.com/TomHennen/AntennaPod into TomHennen-add_refresh_button_to_queue_view_595
2015-01-18Option to delete episode after playbackSam Whited
Fixes #498
2015-01-18Added option to delete epidode upon completion of playback.Tim Butram
Conflicts: app/dslv
2015-01-15Moved updateRefreshMenuItem into core packagedaniel oeh
2015-01-11Updated QueueFragment to have a refresh button.Tom Hennen
Issue #595 Also resolved an issue that may have been latent when 'All Episodes' was default. Namely, that the search and other option menus didn't show up until you navigated away and then back to the fragment. This was happening because the items weren't loaded yet, which prevented the options menu from being created. If we switch back to 'All Episodes' as being default, this problem may appear again.
2015-01-05Add ability to only do autodl when charging.Tom Hennen
Defaults to allow autodl on battery to preserve existing behavior. Might be a good idea to add a receiver for the intent similar to ConnectivityActionReceiver as this will allow us to start/stop downloads as needed.
2014-12-28Added missing text color attributedaniel oeh
2014-12-19Fixed 2.3 issuesdaniel oeh
- Title in FeedItemFragment was not properly displayed - ItemlistFragment crashed when ItemFragment was closed
2014-12-19Improved layoutdaniel oeh
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-12-19Replaced tabs with viewpager indicatorsdaniel oeh
Tabs are not supported when using Toolbars