summaryrefslogtreecommitdiff
path: root/src/instrumentationTest/de/test/antennapod/storage
AgeCommit message (Collapse)Author
2014-06-08Show queue size and number of unread items in navdrawer. closes #453daniel oeh
2014-05-17Improved syncing speed for large amounts of feeds. fixes #371daniel oeh
- Bundle db operations in FeedSyncThread - Show "Processing downloads" message instead of "0 downloads left"
2014-05-17Treat feeds with same title and different download URLs as different feeds. ↵daniel oeh
fixes #101
2014-03-19Added support for images in itunes:image tags.daniel oeh
2014-02-17FeedStatistics list was not sorted correctlydaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-11Make sort order in feed list case-insensitive. closes issue #339daniel oeh
2014-02-11Fixed order of playback history. closes issue #325daniel oeh
2014-01-01get unittests to compile with new FlattrStatus()Simon Rutishauser
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of ↵daniel oeh
git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-12Fixed race condition in testMarkAllItemsReadSameFeeddaniel oeh
2013-10-09Fixed a bug that might cause the wrong episode to be auto-deleteddaniel oeh
2013-10-08Added tests for DBReaderdaniel oeh
2013-10-04Fixed problem with automatic feed updatesdaniel oeh
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto ↵Simon Rutishauser
flattr) into a single commit, rebased onto the current development branch
2013-09-11"markFeedRead" and "markAllItemsRead" did not work correctlydaniel oeh
2013-08-31New episodes weren't marked as unreaddaniel oeh
2013-08-28Updated unit testsdaniel oeh
2013-08-21Fixed problems with auto-cleanupdaniel oeh
2013-08-19Added more testsdaniel oeh
2013-08-19Made FeedItem/FeedMedia objects easier to createdaniel oeh
2013-08-15Several bugfixesdaniel oeh
2013-08-14Added test classes for DB*-classesdaniel oeh