summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh
AgeCommit message (Collapse)Author
2015-04-18Preference: Change nav drawerMartin Fietz
Preference
2015-04-18Merge branch 'version_1.1.1' of https://github.com/AntennaPod/AntennaPod ↵Martin Fietz
into AntennaPod/version_1.1.1
2015-04-18Small fixMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-17Fixed some NullPointerExceptionsTom Hennen
These were happening on some handsets when onPrepareOptionsMenu was getting called. It is sometimes called before the menu is actually loaded, causing us to not find the MenuItem we're looking for. This solves the symptom, if not the cause. After making this change the number of failures reported on Apkudo dropped from 20 devices to just 6.
2015-04-16Merge pull request #748 from TomHennen/new_and_all_episodesTom Hennen
New and all episodes fixes AntennaPod/AntennaPod#741 and fixes AntennaPod/AntennaPod#742
2015-04-16reuse listView from AllEpisodesFragmentTom Hennen
2015-04-16renamed EpisodesFragment to AllEpisodesFragmentTom Hennen
2015-04-16using different icon for the 'All Episodes' fragmentTom Hennen
2015-04-15now properly setting the title and changed the icon for 'All Episodes'Tom Hennen
2015-04-15now we have 'All Episodes' and 'New Episodes'Tom Hennen
2015-04-15now saving the last navigation fragment the user had loadedTom Hennen
2015-04-11Add feed: remember credentials after selecting feed, try UTF-8 for HTTP ↵Martin Fietz
basic authentication
2015-04-11RefactoringMartin Fietz
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-10RefactoringsMartin Fietz
2015-04-09Merge pull request #706 from mfietz/feature/gpodder_episode_actionsTom Hennen
Sync episode actions with gpodder, smart mark as played.
2015-04-06EventBus license, fixed NPE with undobar onHide(), no smarking on closing of ↵Martin Fietz
audio player activity
2015-04-05now persisting the scroll position for New EpisodesTom Hennen
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05smart mark as played: media player activity, player widget, when media is ↵Martin Fietz
changed
2015-04-05Minor changes: Log, import order, small refactoringsMartin 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-05show the correct icon for queue and new episodesTom Hennen
2015-04-05Merge pull request #709 from TomHennen/swipe_to_mark_as_readTom Hennen
Swipe to mark as read
2015-04-05switched to 'New Episodes', also displaying queue first in the drawerTom Hennen
2015-04-05setting alpha instead of background color.Tom Hennen
2015-04-03'All Episodes' by default now only shows new episodes.Tom Hennen
The user can still easily show all episodes via the menu. The view also now greys out the background for any non-new episodes.
2015-04-03Merge pull request #693 from volhol/developTom Hennen
Addresses #669 and #664: play buttons in the lists
2015-04-03switched to use just RemoveListenerTom Hennen
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-02Direct play from the listsvolhol
subsequent play of the next feed item from the queue now works
2015-04-01Direct play from the the listsvolhol
position in media item is now updated
2015-03-31Direct play from the the listsvolhol
Pause/play buttons work; position in media item not always updated yet
2015-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
2015-03-29added remove handler for list view.Tom Hennen
Not working yet because dslv.startDrag returns false unless the list view supports dragging. I'm not sure we want dragging, just fling remove.
2015-03-29Merge pull request #697 from mfietz/feature/downloader-if-modified-sinceTom Hennen
Downloader use If-Modified-Since HTTP header (Take 2)
2015-03-27Revert 95b0393a62e12956cb72740b301f6fee846a6cba and fix conflicts.Martin Fietz
2015-03-26for some reason the intent doesn't have EXTRA_STATUS anymore. We'll just see ↵Tom Hennen
what the action type is. closes #695
2015-03-26Direct play from the the list is now enabled. A pause button is noVolker Hollich
longer displayed in the list. It would need additional changes to get a pause button to work and to always be updated accordingly. Instead the play button of the selected item changes to blank.
2015-03-21Revert "Downloader use If-Modified-Since HTTP header"Tom Hennen
2015-03-21Merge pull request #681 from mfietz/feature/downloader-if-modified-sinceTom Hennen
Downloader use If-Modified-Since HTTP header
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 categories shows title instead of tag and additionally the usageMartin Fietz
2015-03-17New feed last update is never, not nowMartin 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