summaryrefslogtreecommitdiff
path: root/core/src/main/res
AgeCommit message (Collapse)Author
2015-04-05ProGuard config, small fixMartin Fietz
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* 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-05Merge pull request #709 from TomHennen/swipe_to_mark_as_readTom Hennen
Swipe to mark as read
2015-04-03Can now undo swipe to mark as read.Tom Hennen
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-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
2015-03-27Drawer slide fixed, drag handle is now 9 patch PNGMartin Fietz
2015-03-16Merge pull request #679 from mfietz/feature/gpodder_search_more_informationTom Hennen
Gpodder search shows feed url and number of subscribers
2015-03-16Gpodder search shows feed url and number of subscribersMartin Fietz
2015-03-15Merge pull request #677 from eerden/itunes-search-pullTom Hennen
Add ability to search iTunes for podcasts
2015-03-15Add ability to search iTunes for podcastsErcan Erden
2015-03-11Number of parallel downloads can be set in the preferencesMartin Fietz
2015-03-08Merge pull request #660 from twiceyuan/masterTom Hennen
Update Chinese translation
2015-03-06Update Chinese translationtwiceyuan
- add Chinese translation of "Seek time", "Auto delete" and "Headphones reconnect" in the preferences.
2015-03-06Merge remote-tracking branch 'origin/develop'twiceyuan
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-25update Chinese translationtwiceyuan
2015-02-25fix Chinese translationtwiceyuan
"博客" replace to "播客" "单集" better than "曲目" (reference Podcast app for iOS) "畸形" replace to "错误的"
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-01Pulled translationsdaniel oeh
2015-02-01Merge branch 'develop' of github.com:rharriso/AntennaPodRoss 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-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-15Moved updateRefreshMenuItem into core packagedaniel oeh
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.
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-10Merge branch 'develop' of git://github.com/scarito/AntennaPod into ↵daniel oeh
scarito-develop
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-08Pulled translationsdaniel oeh
2014-12-07Fixed fullscreen issues in video playerdaniel oeh
Affects issue #563
2014-11-29Merge branch 'fix_blurry_videoplayer_overlay' of ↵daniel oeh
git://github.com/jmue/AntennaPod into jmue-fix_blurry_videoplayer_overlay Conflicts: gradle/wrapper/gradle-wrapper.properties
2014-11-25use a radius of 37.5% of parent width to match pre-lollipop lookJens Müller
2014-11-21Created a user preference to enable the headphone resume featureMichael Scarito
2014-11-20fix videoplayer overlay background on lollipopJens Müller
2014-11-20fix blurry play/pause overlay in videoplayer activityJens Müller
2014-11-19Widget wasn't workingdaniel oeh
Apparently, selectableItemBackground is not available in widget layouts
2014-11-19Pulled translationsdaniel oeh
2014-11-12Clarified phrasingdaniel oeh
2014-11-10Squashed commit of the following:daniel oeh
commit 7d0e6d5c2dc75f8f1e54f4a1279c6b0cffa7b8cc Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 21:00:58 2014 +0100 Made tests compile commit 05c57df87dd469d8f64835700eefe2e3c87e04e4 Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 20:56:58 2014 +0100 Removed unused code commit 0a1fbc9e6d9648646140e30dec0ec8389fb8d37f Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 15:48:24 2014 +0100 Added UI controls to download more feed pages closes #245 commit 6486fb40f1d03887e264df95946f91f0a9cdac9b Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 14:49:43 2014 +0100 Added support for downloading feed pages commit e1faa06908bfd50f2aa0c28ee5118772c4281557 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 5 21:27:03 2014 +0100 Added "paged" and "loadAllPages" attributes