Martin Fietz
9bd6bcf9d3
Picasso can handle basic authentication
2015-04-11 23:46:33 +02: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
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
Tom Hennen
89691019e3
updated version info
2015-04-07 19:03:57 -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
Martin Fietz
e8a4bd7c11
ProGuard config, small fix
2015-04-05 23:45:28 +02:00
Tom Hennen
2a5c7e0454
now persisting the scroll position for New Episodes
2015-04-05 16:52:51 -04:00
Tom Hennen
4013707f96
Merge pull request #714 from TomHennen/fix_nav_list_icon_for_queuea
...
show the correct icon for queue and new episodes
2015-04-05 16:45:19 -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
2230e48aa8
updated to rc3
2015-04-05 13:55:22 -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
56a86d19d2
don't log messages in release mode
2015-04-03 15:24:29 -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
Tom Hennen
b8d25d4123
Adding drag handle allows swipe to remove.
...
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-04-03 10:29:49 -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
e5e59abd55
updated manifest for new alpha version
2015-03-29 12:25:35 -04:00
Tom Hennen
94fee9a5e8
Merge pull request #698 from mfietz/issue/queue-cannot-slopen-nav-drawer
...
Fix for un-slidable queue navigation drawer
2015-03-29 12:07:54 -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
a5a149df6f
Drawer slide fixed, drag handle is now 9 patch PNG
2015-03-27 22:46:16 +01:00
Martin Fietz
dc2f2b5828
Revert 95b0393a62
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
f5a824ce1b
Merge pull request #691 from mfietz/issue/app-tests
...
Fixes non-working app tests, especially GUI tests
2015-03-25 20:24:38 -04:00
Tom Hennen
0aa8d04cb2
update manifest to have different versions so that we can start an alpha test in the play store.
2015-03-25 20:06:00 -04:00
Martin Fietz
2aec26aa8e
Fixes non-working app tests, especially GUI tests
2015-03-26 00:19:46 +01:00
Tom Hennen
d378c599bc
Merge pull request #687 from mfietz/dslv-integrate
...
Integration of DSLV and fling adjustments
2015-03-24 19:30:57 -04:00
Martin Fietz
e63e0a4f1c
Delete dslv submodule
2015-03-22 11:05:06 +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
75d683a6db
Gpodder tags alignment
2015-03-17 13:26:30 +01:00
Martin Fietz
61dbe18a90
Removed unintended layout element to make list items clickable again
2015-03-17 12:53:04 +01: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