Commit Graph

89 Commits

Author SHA1 Message Date
Tom Hennen 006f793fae Merge pull request #658 from mfietz/issue-126
Queue view: Swipe to dismiss, undo bar, status information
2015-03-05 17:48:27 -05:00
Martin Fietz 9444f26673 Show UndoBar when dismiss-by-swipe 2015-03-04 14:42:35 +01:00
Martin Fietz 8f9c9c8d3b Add ability to clear the download log, as requested in AntennaPod/AntennaPod#506 2015-03-04 09:33:26 +01:00
Tom Hennen 30a202665a Merge pull request #618 from rharriso/master
added preference to add to front of queue
2015-03-03 17:22:42 -05:00
Ross Harrison ab34f84e2c Merge branch 'master' of https://github.com/AntennaPod/AntennaPod into AntennaPod-master
core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java
2015-02-28 14:45:14 -06:00
Tom Hennen 2316a260bb Merge pull request #616 from TomHennen/empty_queue_command_593
Empty queue command 593
2015-02-23 18:46:37 -05:00
Tom Hennen 44f99e3b2f Merge pull request #617 from TomHennen/confirm_mark_all_read_596
Confirm mark all read
2015-02-23 18:46:27 -05:00
Ross Harrison 46252ce663 move to user preferences 2015-02-08 19:21:42 -06:00
Ross Harrison 7c76d2c57b some files use spaces, some use tabs 2015-02-08 12:01:35 -06:00
Ross Harrison 67aca21858 Merge branch 'master' of github.com:rharriso/AntennaPod 2015-02-08 11:49:44 -06:00
Ross Harrison 6fcd04ea36 move preferences to Player preferences 2015-02-08 11:48:55 -06:00
daniel oeh 1aff5f6365 Fixed AntennaPod auto-cleanup algorithm 2015-02-01 13:12:13 +01:00
daniel oeh cb2dcc7984 Pulled translations 2015-02-01 12:29:13 +01:00
Ross Harrison e3a78e9cd5 Merge branch 'develop' of github.com:rharriso/AntennaPod 2015-02-01 00:36:16 -06:00
Ross Harrison 509b2a7f58 queue to front or back 2015-02-01 00:29:46 -06:00
Ross Harrison 672c38e20a added preference, need to work into database 2015-01-31 23:30:01 -06:00
Tom Hennen 4b8a3c00ca added feed specific mark_all_read confirmation dialog. #596 2015-01-30 13:43:16 -05:00
Tom Hennen 49c714a5a5 added confirmation dialog when marking all episodes as read. #596 2015-01-30 13:06:32 -05:00
Tom Hennen 2bea83706b added confirmation when clearing the queue. for issue #593 2015-01-30 12:55:38 -05:00
daniel oeh 212644aebd Clarified preference title and summary 2015-01-26 20:05:38 +01:00
daniel oeh e01b7ca466 Execute sortQueue method on ExecutorService 2015-01-26 17:12:15 +01:00
drabux 9764b80935 Options to sort queue refactor, add sort by alpha and duration 2015-01-24 13:18:29 -05:00
drabux 520ed8327c Options to sort queue by date 2015-01-22 23:37:07 -05:00
daniel oeh efcbbfe2b9 Merge branch 'SamWhited-delete-episode-update' into develop 2015-01-19 21:54:19 +01:00
Sam Whited 7f02e1b187 Option to delete episode after playback
Fixes #498
2015-01-18 19:53:53 -05:00
Tim Butram 2d68f025d7 Added option to delete epidode upon completion of playback.
Conflicts:
	app/dslv
2015-01-18 19:17:14 -05:00
daniel oeh 373f28c8ae Fixed several problems APSP algorithms 2015-01-15 15:02:16 +01:00
daniel oeh 3c473c490b Made auto-cleanup and auto-download methods changeable 2015-01-15 14:37:35 +01:00
daniel oeh 066cab8da5 Moved updateRefreshMenuItem into core package 2015-01-15 12:22:27 +01:00
daniel oeh d58c2b6a2e Merge branch 'download-when-charging-issue-104' of git://github.com/TomHennen/AntennaPod into TomHennen-download-when-charging-issue-104 2015-01-08 13:13:34 +01:00
daniel oeh 389e1accdd Bugfix: Chapters were saved multiple times 2015-01-08 13:12:45 +01:00
Tom Hennen fe5d1debc2 made conditional for auto-download easier to read, moved log message output to a better spot 2015-01-06 21:42:04 -05:00
Tom Hennen 1b9c96bc76 Add ability to only do autodl when charging.
Defaults to allow autodl on battery to preserve existing behavior.
Might be a good idea to add a receiver for the intent similar to
ConnectivityActionReceiver as this will allow us to start/stop
downloads as needed.
2015-01-05 21:23:21 -05:00
daniel oeh b738fc268e Blur effect improvements
- Reduce time it takes to blur image
- Fixed IndexOutOfBoundsException by reducing radius
2015-01-04 20:17:58 +01:00
daniel oeh e127fa79c7 Trim filename if it is too long
Caused download failures on filesystems with filename limitations

fixes #579
2015-01-04 20:01:49 +01:00
daniel oeh d697fab7eb Use MediaStyle Notification on Lollipop
fixes  #543
2015-01-02 00:01:53 +01:00
daniel oeh c33081b909 Fixed file name generator
fixes #580
2014-12-28 14:11:36 +01:00
daniel oeh 1f49a15085 Fixed persistent notification behavior on API < Jellybean 2014-12-28 13:29:10 +01:00
daniel oeh 40408e7063 Merge branch 'master' of git://github.com/24hours/AntennaPod into 24hours-master 2014-12-28 12:58:44 +01:00
Lee Yeong Khang 5f503cc5fd Adding Missing semicolon 2014-12-25 15:23:10 +09:00
Lee Yeong Khang 282b29eb5d Honor User Preference on Persistence notification
commented in
https://github.com/danieloeh/AntennaPod/pull/578#issuecomment-67489354

- option disabled
notification has only "play/pause" button, hitting pause hides
notification

- option enabled
notification has both "play/pause" button and "close" button, hitting
pause does not hide notification
2014-12-20 17:25:52 +09:00
daniel oeh ab772e55f5 Replaced FeedItemDialog with ItemFragment 2014-12-19 19:47:38 +01:00
daniel oeh bba448aa69 Use 2-line TextView in AudioplayerActivity toolbar 2014-12-19 19:47:38 +01:00
daniel oeh 6bba71469f Moved settings button into navigation drawer 2014-12-19 19:47:38 +01:00
daniel oeh 6962d13974 Updated audio player layout 2014-12-19 19:47:37 +01:00
daniel oeh 8083a064a0 Improved look of ItemlistFragment header 2014-12-19 19:47:37 +01:00
Lee Yeong Khang e9ed796fd4 Combine play and pause button into 1
detailed in https://github.com/danieloeh/AntennaPod/issues/574
2014-12-11 19:54:58 +09:00
daniel oeh 520e0ae8db Merge branch 'develop' of git://github.com/scarito/AntennaPod into scarito-develop 2014-12-10 21:34:27 +01:00
daniel oeh 43243c1b70 Video overlay was hidden in some cases 2014-12-08 19:01:46 +01:00
daniel oeh 75194887e7 Pulled translations 2014-12-08 16:04:28 +01:00