summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2015-03-08Merge pull request #656 from mfietz/issue-610Tom Hennen
Recognize DublinCore date tags
2015-03-05Merge pull request #658 from mfietz/issue-126Tom Hennen
Queue view: Swipe to dismiss, undo bar, status information
2015-03-04Show UndoBar when dismiss-by-swipeMartin Fietz
2015-03-04Recognize DublinCore date tagsMartin Fietz
2015-03-04Add ability to clear the download log, as requested in AntennaPod/AntennaPod#506Martin Fietz
2015-03-03Merge pull request #618 from rharriso/masterTom Hennen
added preference to add to front of queue
2015-02-28Merge branch 'master' of https://github.com/AntennaPod/AntennaPod into ↵Ross Harrison
AntennaPod-master core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java
2015-02-23Merge pull request #616 from TomHennen/empty_queue_command_593Tom Hennen
Empty queue command 593
2015-02-23Merge pull request #617 from TomHennen/confirm_mark_all_read_596Tom Hennen
Confirm mark all read
2015-02-08move to user preferencesRoss Harrison
2015-02-08some files use spaces, some use tabsRoss Harrison
2015-02-08Merge branch 'master' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-08move preferences to Player preferencesRoss Harrison
2015-02-01Fixed AntennaPod auto-cleanup algorithmdaniel oeh
2015-02-01Pulled translationsdaniel oeh
2015-02-01Merge branch 'develop' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-01queue to front or backRoss Harrison
2015-01-31added preference, need to work into databaseRoss Harrison
2015-01-30added feed specific mark_all_read confirmation dialog. #596Tom Hennen
2015-01-30added confirmation dialog when marking all episodes as read. #596Tom Hennen
2015-01-30added confirmation when clearing the queue. for issue #593Tom Hennen
2015-01-26Clarified preference title and summarydaniel oeh
2015-01-26Execute sortQueue method on ExecutorServicedaniel oeh
2015-01-24Options to sort queue refactor, add sort by alpha and durationdrabux
2015-01-22Options to sort queue by datedrabux
2015-01-19Merge branch 'SamWhited-delete-episode-update' into developdaniel oeh
2015-01-18Option to delete episode after playbackSam Whited
Fixes #498
2015-01-18Added option to delete epidode upon completion of playback.Tim Butram
Conflicts: app/dslv
2015-01-15Fixed several problems APSP algorithmsdaniel oeh
2015-01-15Made auto-cleanup and auto-download methods changeabledaniel oeh
2015-01-15Moved updateRefreshMenuItem into core packagedaniel oeh
2015-01-08Merge branch 'download-when-charging-issue-104' of ↵daniel oeh
git://github.com/TomHennen/AntennaPod into TomHennen-download-when-charging-issue-104
2015-01-08Bugfix: Chapters were saved multiple timesdaniel oeh
2015-01-06made conditional for auto-download easier to read, moved log message output ↵Tom Hennen
to a better spot
2015-01-05Add ability to only do autodl when charging.Tom Hennen
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-04Blur effect improvementsdaniel oeh
- Reduce time it takes to blur image - Fixed IndexOutOfBoundsException by reducing radius
2015-01-04Trim filename if it is too longdaniel oeh
Caused download failures on filesystems with filename limitations fixes #579
2015-01-02Use MediaStyle Notification on Lollipopdaniel oeh
fixes #543
2014-12-28Fixed file name generatordaniel oeh
fixes #580
2014-12-28Fixed persistent notification behavior on API < Jellybeandaniel oeh
2014-12-28Merge branch 'master' of git://github.com/24hours/AntennaPod into 24hours-masterdaniel oeh
2014-12-25Adding Missing semicolonLee Yeong Khang
2014-12-20Honor User Preference on Persistence notificationLee Yeong Khang
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-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-12-19Use 2-line TextView in AudioplayerActivity toolbardaniel oeh
2014-12-19Moved settings button into navigation drawerdaniel oeh
2014-12-19Updated audio player layoutdaniel oeh
2014-12-19Improved look of ItemlistFragment headerdaniel oeh
2014-12-11Combine play and pause button into 1Lee Yeong Khang
detailed in https://github.com/danieloeh/AntennaPod/issues/574
2014-12-10Merge branch 'develop' of git://github.com/scarito/AntennaPod into ↵daniel oeh
scarito-develop