summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-08updated .gitignore to ignore keystoresTom Hennen
2015-03-08Merge pull request #660 from twiceyuan/masterTom Hennen
Update Chinese translation
2015-03-08Merge pull request #656 from mfietz/issue-610Tom Hennen
Recognize DublinCore date tags
2015-03-08Merge pull request #661 from mfietz/fix/queue-false-scroll-position-restoreTom Hennen
Fix for false restore where swipe to dismiss scrolls to the top of the list
2015-03-06Fix for false restore where swipe to dismiss scrolls to the top of the listMartin Fietz
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-05Merge pull request #658 from mfietz/issue-126Tom Hennen
Queue view: Swipe to dismiss, undo bar, status information
2015-03-05Show duration and pubDate on episode displayMartin Fietz
... which was - despite the commit message - missing from last commit...
2015-03-04Merge pull request #657 from mfietz/issue-621Tom Hennen
Correct audio player cover scaling
2015-03-04Merge pull request #655 from mfietz/issue-551Tom Hennen
Persist scroll position in Queue view
2015-03-04Merge pull request #654 from mfietz/issue-506Tom Hennen
Clear the download log
2015-03-04Show UndoBar when dismiss-by-swipeMartin Fietz
2015-03-04MERGE stash.Martin Fietz
2015-03-04Delete items from the queue by swipingMartin Fietz
2015-03-04Correct audio player cover scalingMartin Fietz
2015-03-04Recognize DublinCore date tagsMartin Fietz
2015-03-04Persist scroll position in Queue viewMartin 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-27Fix 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-02-25Added link to issue #604danieloeh
2015-02-25Checked in market descriptiondaniel oeh
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-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-08t was missingRoss Harrison
2015-02-01Merge branch 'develop'1.0daniel oeh
2015-02-01Updated README and CONTRIBUTING filesdaniel oeh
2015-02-01Updated changelogdaniel oeh
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-01Merge pull request #1 from rharriso/feature/add_to_front_of_queueRoss Harrison
Feature/add to front of queue
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-30Added option to empty/clear the queue.Tom Hennen
Used the word 'clear' because it seems more active than 'empty'. For issue #593
2015-01-26Clarified preference title and summarydaniel oeh
2015-01-26Merge branch 'feature/design-time-attributes' of ↵daniel oeh
git://github.com/johnjohndoe/AntennaPod into johnjohndoe-feature/design-time-attributes
2015-01-26Execute sortQueue method on ExecutorServicedaniel oeh
2015-01-25Use design time attributes to assist layouting and value preview.Tobias Preuss
+ See: http://tools.android.com/tips/layout-designtime-attributes + This commit introduces no functional code changes!