summaryrefslogtreecommitdiff
path: root/core/src/main/java/de
AgeCommit message (Collapse)Author
2015-04-26Fixes bug with undo toast.Tom Hennen
After adding EventBus whenever you move an episode or attempt to swip to remove (but don't actually remove) the undo toast for removing an episode would be displayed. This is now resolved.
2015-04-18Bux fixes, testsMartin Fietz
2015-04-18Preference: Change nav drawerMartin Fietz
Preference
2015-04-18Small fixMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-16now actually using the date to figure out what is omst recent rather than ↵Tom Hennen
just assuming it's the first
2015-04-16the most recent episode in new feeds is marked unplayedTom Hennen
2015-04-12gpodder now properly sets the initial data for feedsTom Hennen
2015-04-10Some additional loggingMartin Fietz
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-10RefactoringsMartin Fietz
2015-04-06EventBus license, fixed NPE with undobar onHide(), no smarking on closing of ↵Martin Fietz
audio player activity
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05smart mark as played: media player activity, player widget, when media is ↵Martin Fietz
changed
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2015-04-05Dismiss remote play actions if queued play actions for that episode are more ↵Martin Fietz
recent
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-03Merge pull request #693 from volhol/developTom Hennen
Addresses #669 and #664: play buttons in the lists
2015-04-02Direct play from the listsvolhol
subsequent play of the next feed item from the queue now works
2015-04-01Direct play from the the listsvolhol
position in media item is now updated
2015-03-31Direct play from the the listsvolhol
Pause/play buttons work; position in media item not always updated yet
2015-03-29Merge pull request #697 from mfietz/feature/downloader-if-modified-sinceTom Hennen
Downloader use If-Modified-Since HTTP header (Take 2)
2015-03-27Merge branch 'revert-revert-681-feature/downloader-if-modified-since' into ↵Martin Fietz
feature/downloader-if-modified-since
2015-03-27Revert 95b0393a62e12956cb72740b301f6fee846a6cba and fix conflicts.Martin Fietz
2015-03-27Refresh at least every 3 daysMartin Fietz
2015-03-27Refresh at least every 3 daysMartin Fietz
2015-03-26Fixes non-working app tests, especially GUI testsMartin Fietz
2015-03-21Merge pull request #685 from mfietz/issues/684-detect-feed-media-changeTom Hennen
Fix issue where feed media attributes did not get updated
2015-03-21Revert "Downloader use If-Modified-Since HTTP header"Tom Hennen
2015-03-21Merge pull request #681 from mfietz/feature/downloader-if-modified-sinceTom Hennen
Downloader use If-Modified-Since HTTP header
2015-03-21Fix issue where feed media attributes did not get updatedMartin Fietz
2015-03-17Gpodder categories shows title instead of tag and additionally the usageMartin Fietz
2015-03-17Download service submits If-Modified-Since header for feedsMartin Fietz
2015-03-11Number of parallel downloads can be set in the preferencesMartin Fietz
2015-03-09Fix for AntennaPod/AntennaPod#629Martin Fietz
On older devices, crucial intermediate certificates are missing. In this fix, we create a custom trustmanager. The algorithm follows the certificate chain and checks validity and issuer signature. In the last step, we take the root CA's certificate from the system's keystore and verify the chain's last certificate thus validating the whole chain.
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-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-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-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-26Execute sortQueue method on ExecutorServicedaniel oeh