summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2015-05-02fixes a null pointer exception that can sometimes occur when the ↵Tom Hennen
PlaybackWidgetService is shutdown
2015-05-02Merge pull request #777 from mfietz/feature/download-log-retryTom Hennen
Retry failed downloads in the download log
2015-04-28Add ability to retry failed downloads in the download logMartin Fietz
2015-04-27Merge pull request #728 from mfietz/issues/627+727Tom Hennen
Add feed: remember credentials, Basic authentication: try UTF-8 encoding
2015-04-22Merge pull request #759 from mfietz/nav_drawer_preferencesMartin Fietz
Nav Drawer Preferences
2015-04-22Small fixesMartin Fietz
2015-04-21Add copy to clipboardMartin Fietz
2015-04-21Show URL in feed info, layout optimizationsMartin Fietz
2015-04-19Start: Restore last feedMartin Fietz
2015-04-19Change new pref key to not crash previous versions (type changed)Martin Fietz
2015-04-18Remove checks for opened drawer, now unneccessaryMartin Fietz
2015-04-18FixesMartin Fietz
2015-04-18Keep index of selected navigation drawer item up to dateMartin Fietz
2015-04-18Bux fixes, testsMartin Fietz
2015-04-18Use Fragment tags to reference to fragments, hide nav elementsMartin Fietz
2015-04-18Add longclick Drawer Preference dialogMartin Fietz
2015-04-18Minor changesMartin Fietz
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