Martin Fietz
e977b5fa54
Merge pull request #925 from danners/develop
...
Download Report: introduce setting to disable
2015-06-21 23:55:22 +02:00
Tom Hennen
6b70e304e0
Merge pull request #861 from mfietz/feature/120-share-download-url
...
Share feeds and episodes
2015-06-21 12:02:46 -04:00
Martin Fietz
1e53df0f5f
Fixes Queue not opening from the drawer, small podcasts images not scaling up and long URL not wrapping in the podcast info view
2015-06-21 13:03:19 +02:00
Simon Danner
7c944cbe65
Download Report: introduce setting to disable
...
Give the use the option to disable the download report.
While it is useful to see the failed downloads, if a user is subscribed
to many podcasts, most of the times a few fail, which makes the notifications rather annonying.
2015-06-21 12:46:42 +02:00
Martin Fietz
b0ba5a08f7
Sharing in options and context menus
2015-06-20 18:49:56 +02:00
Martin Fietz
ef518f3ec0
Handle failed refresh correctly, fix for nav drawer layout
2015-05-28 22:42:08 +02:00
Tom Hennen
7add1854c8
put the LinearView in a ScrollView. fixes AntennaPod/AntennaPod#841
2015-05-27 19:34:40 -04:00
Tom Hennen
f28853b00d
renamed download progress bar to just progress
2015-05-22 17:13:31 -04:00
Tom Hennen
d8b6943f5d
removed unneeded layout margins
2015-05-22 16:57:43 -04:00
Tom Hennen
ec156b4016
now display the download bar under the other windows
2015-05-22 16:21:21 -04:00
Tom Hennen
7aafe23b6b
restored alignment for progress bar in episode view. fixes AntennaPod/AntennaPod#822
2015-05-21 18:45:39 -04:00
Martin Fietz
298b02b0aa
Fix for indicator, changes in context menus
2015-05-19 11:58:38 +02:00
Martin Fietz
c829a4e9b2
Context dialog for feed item list
2015-05-19 11:58:38 +02:00
Martin Fietz
518e8207da
Reset dialog in progress
2015-05-19 11:58:37 +02:00
Martin Fietz
406dab0a24
Show feed new items and refresh failure
2015-05-19 11:58:37 +02:00
Martin Fietz
e68ca0529b
Mark as unplayed option
...
Users can mark feed items as unplayed from feed item fragment and the queue
2015-05-19 11:58:37 +02:00
Tom Hennen
e1f8509ff3
Merge pull request #814 from mfietz/issue/813
...
Use localization for clear queue
2015-05-13 20:27:20 -04:00
Martin Fietz
333eccb0bc
Use localization for clear queue
2015-05-13 15:53:43 +02:00
Martin Fietz
75f3756857
Show always
2015-05-13 09:29:46 +02:00
Martin Fietz
0f293a4d78
Fix ActionBar SearchView
2015-05-12 21:21:16 +02:00
Martin Fietz
9ec0d735c8
Add feed item filter
2015-05-10 10:50:22 +02:00
Tom Hennen
db0ce285a3
Optionally resume playback after call.
...
Defaults to true.
fixes AntennaPod/AntennaPod#753
2015-05-03 15:16:47 -04:00
Martin Fietz
a92220f8db
Show lock icon always, use correct search view text color on older devices
2015-05-03 15:07:25 +02:00
Martin Fietz
103fb635d1
Add ActionBar icon to enable/disable list drag (reorder, swipe)
2015-05-02 21:10:14 +02:00
Martin Fietz
8050372ba0
Add ability to retry failed downloads in the download log
2015-04-28 17:10:06 +02:00
Martin Fietz
b253289b1f
Merge pull request #759 from mfietz/nav_drawer_preferences
...
Nav Drawer Preferences
2015-04-22 09:53:48 +02:00
Martin Fietz
7829ddc94e
Show URL in feed info, layout optimizations
2015-04-21 17:34:02 +02:00
Martin Fietz
25f5c1e360
Layout fix
2015-04-18 23:10:40 +02:00
Martin Fietz
4aa68e74e0
Bux fixes, tests
2015-04-18 22:12:40 +02:00
Martin Fietz
158821c0e1
Preference: Change nav drawer
...
Preference
2015-04-18 22:12:39 +02:00
Martin Fietz
85ace6fb01
Layout changes and optimizations
2015-04-18 22:12:39 +02:00
Martin Fietz
1bb1f0990f
Prepare merge.
2015-04-18 12:44:43 +02:00
Tom Hennen
b721a5d35f
renamed EpisodesFragment to AllEpisodesFragment
2015-04-16 19:09:26 -04:00
Tom Hennen
78768ae9d9
now we have 'All Episodes' and 'New Episodes'
2015-04-15 21:12:19 -04:00
Martin Fietz
fd30ec8189
Set fast forward and rewind time
2015-04-10 11:10:25 +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
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
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
Martin Fietz
680c9db075
"Add feed" facelift, OPML import with better explanations and usage of external apps
2015-03-30 13:10:48 +02:00
Martin Fietz
a5a149df6f
Drawer slide fixed, drag handle is now 9 patch PNG
2015-03-27 22:46:16 +01: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
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