425 Commits

Author SHA1 Message Date
Martin Fietz
f858844644 Merge branch 'version_1.1.1' of https://github.com/AntennaPod/AntennaPod into AntennaPod/version_1.1.1 2015-04-18 21:36:52 +02:00
Martin Fietz
512ce6ad51 Small fix 2015-04-18 16:16:45 +02:00
Martin Fietz
1bb1f0990f Prepare merge. 2015-04-18 12:44:43 +02:00
Tom Hennen
91fb7e6c2a Fixed some NullPointerExceptions
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-17 17:29:00 -04:00
Tom Hennen
beabcf4302 Merge pull request #748 from TomHennen/new_and_all_episodes
New and all episodes fixes AntennaPod/AntennaPod#741 and fixes AntennaPod/AntennaPod#742
2015-04-16 21:08:41 -04:00
Tom Hennen
b0b228303c reuse listView from AllEpisodesFragment 2015-04-16 19:11:36 -04:00
Tom Hennen
b721a5d35f renamed EpisodesFragment to AllEpisodesFragment 2015-04-16 19:09:26 -04:00
Tom Hennen
6d3fe6dd3e using different icon for the 'All Episodes' fragment 2015-04-16 19:04:59 -04:00
Tom Hennen
0172951d4e now properly setting the title and changed the icon for 'All Episodes' 2015-04-15 21:26:08 -04:00
Tom Hennen
78768ae9d9 now we have 'All Episodes' and 'New Episodes' 2015-04-15 21:12:19 -04:00
Tom Hennen
d568150b4a now saving the last navigation fragment the user had loaded 2015-04-15 20:05:59 -04:00
Martin Fietz
a34acb71d1 Add feed: remember credentials after selecting feed, try UTF-8 for HTTP basic authentication 2015-04-11 11:21:16 +02:00
Martin Fietz
07ce9579fb Refactoring 2015-04-11 11:12:33 +02:00
Martin Fietz
fd30ec8189 Set fast forward and rewind time 2015-04-10 11:10:25 +02:00
Martin Fietz
76b6ae654b Refactorings 2015-04-10 11:05:04 +02:00
Tom Hennen
b44e0dde58 Merge pull request #706 from mfietz/feature/gpodder_episode_actions
Sync episode actions with gpodder, smart mark as played.
2015-04-09 19:34:23 -04:00
Martin Fietz
0b4b328324 EventBus license, fixed NPE with undobar onHide(), no smarking on closing of audio player activity 2015-04-06 00:26:08 +02:00
Tom Hennen
2a5c7e0454 now persisting the scroll position for New Episodes 2015-04-05 16:52:51 -04:00
Martin Fietz
8850c09920 QueueEvents, Queue shows undobar on removal of an item 2015-04-05 22:37:35 +02:00
Martin Fietz
b2a50983ef smart mark as played: media player activity, player widget, when media is changed 2015-04-05 22:12:29 +02:00
Martin Fietz
fbf1d8373c Minor changes: Log, import order, small refactorings 2015-04-05 22:12:29 +02:00
Martin Fietz
67cc7c9885 Sync episode actions with gpodder, smart mark as played
* 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-05 22:11:19 +02:00
Tom Hennen
1cfe3b8b85 show the correct icon for queue and new episodes 2015-04-05 14:36:44 -04:00
Tom Hennen
1fb8b64b34 Merge pull request #709 from TomHennen/swipe_to_mark_as_read
Swipe to mark as read
2015-04-05 13:47:13 -04:00
Tom Hennen
e7bde8ff82 switched to 'New Episodes', also displaying queue first in the drawer 2015-04-05 11:34:06 -04:00
Tom Hennen
033572bde9 setting alpha instead of background color. 2015-04-05 11:12:51 -04:00
Tom Hennen
8deb1860e2 'All Episodes' by default now only shows new episodes.
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-03 14:51:16 -04:00
Tom Hennen
13012a2c41 Merge pull request #693 from volhol/develop
Addresses #669 and #664: play buttons in the lists
2015-04-03 12:24:04 -04:00
Tom Hennen
0aed6ce383 switched to use just RemoveListener 2015-04-03 11:00:52 -04:00
Tom Hennen
c277166f77 Can now undo swipe to mark as read.
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-03 10:47:01 -04:00
volhol
42e118626e Direct play from the lists
subsequent play of the next feed item from the queue now works
2015-04-02 19:54:04 +02:00
volhol
247ef778aa Direct play from the the lists
position in media item is now updated
2015-04-01 12:47:35 +02:00
volhol
71db0368c4 Direct play from the the lists
Pause/play buttons work; position in media item not always updated yet
2015-03-31 01:33:04 +02:00
Martin Fietz
680c9db075 "Add feed" facelift, OPML import with better explanations and usage of external apps 2015-03-30 13:10:48 +02:00
Tom Hennen
1a63f26de4 added remove handler for list view.
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-29 15:12:20 -04:00
Tom Hennen
b612a557ea Merge pull request #697 from mfietz/feature/downloader-if-modified-since
Downloader use If-Modified-Since HTTP header (Take 2)
2015-03-29 11:39:25 -04:00
Martin Fietz
dc2f2b5828 Revert 95b0393a62e12956cb72740b301f6fee846a6cba and fix conflicts. 2015-03-27 21:23:04 +01:00
Tom Hennen
abdf9a3f28 for some reason the intent doesn't have EXTRA_STATUS anymore. We'll just see what the action type is. closes #695 2015-03-26 21:17:41 -04:00
Volker Hollich
af7b947368 Direct play from the the list is now enabled. A pause button is no
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-26 11:17:46 +01:00
Tom Hennen
d961b1796e Revert "Downloader use If-Modified-Since HTTP header" 2015-03-21 10:11:26 -04:00
Tom Hennen
21dabab909 Merge pull request #681 from mfietz/feature/downloader-if-modified-since
Downloader use If-Modified-Since HTTP header
2015-03-21 09:58:41 -04:00
Tom Hennen
c51a798b59 Merge pull request #683 from mfietz/feature/gpodder-tags-layout
Gpodder tags show title and usage
2015-03-17 17:34:04 -04:00
Tom Hennen
ab2c75d4b1 Merge pull request #678 from mfietz/feature/setting_number_parallel_downloads
Inverse background of EditTextPreference for older android versions
2015-03-17 17:19:25 -04:00
Martin Fietz
596462b7a2 Gpodder categories shows title instead of tag and additionally the usage 2015-03-17 12:36:04 +01:00
Martin Fietz
ae138e2b1c New feed last update is never, not now 2015-03-17 10:39:46 +01:00
Martin Fietz
f62b53edce Set edittext's text color black 2015-03-17 09:51:44 +01:00
Tom Hennen
d1d0013c67 Merge pull request #679 from mfietz/feature/gpodder_search_more_information
Gpodder search shows feed url and number of subscribers
2015-03-16 21:02:27 -04:00
Martin Fietz
9c337c7875 Gpodder search shows feed url and number of subscribers 2015-03-16 18:07:10 +01:00
Martin Fietz
a6e2844f3a Inverse background of EditTextPreference for older android versions 2015-03-15 21:09:19 +01:00
Tom Hennen
c680c10c91 Merge pull request #677 from eerden/itunes-search-pull
Add ability to search iTunes for podcasts
2015-03-15 15:46:20 -04:00