summaryrefslogtreecommitdiff
path: root/src/instrumentationTest
AgeCommit message (Collapse)Author
2014-06-15Added support for itpc-protocol. closes #333daniel oeh
2014-06-08Show queue size and number of unread items in navdrawer. closes #453daniel oeh
2014-06-07Added test cases for starting playbackdaniel oeh
2014-06-01Added basic MainActivity testsdaniel oeh
2014-06-01Finished UITestUtils implementationdaniel oeh
2014-05-30Added UI test classesdaniel oeh
2014-05-25Added support for "pcast"-protocol, start FeedViewActivity immediately when ↵daniel oeh
clicking on a link. closes #425
2014-05-18Added support for file downloads to HTTP test server, update media player testsdaniel oeh
2014-05-18Implemented Httpbin server for HttpDownloader testingdaniel oeh
gzip not working yet
2014-05-18Merge branch 'better-feedparser-tests' into developdaniel oeh
2014-05-18Finished basic feed testsdaniel 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-04-27Added more HttpDownloader testsdaniel oeh
2014-03-31Added feed generators, basic rss testsdaniel oeh
2014-03-19Added support for images in itunes:image tags.daniel oeh
2014-03-19Don't encode already encoded URLs. fixes #376daniel 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-02-11Merge branch 'playbackservice_rewrite' into developdaniel 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-12-31Escape URLs in HttpDownloader. fixes #329, #332daniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-22Added basic tests for PlaybackServiceMediaPlayerdaniel oeh
2013-12-20Added tests for PlaybackServiceTaskManagerdaniel oeh
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-11Merge branch 'release-0975' into developdaniel oeh
2013-09-11"markFeedRead" and "markAllItemsRead" did not work correctlydaniel oeh
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
Conflicts: AndroidManifest.xml res/values/arrays.xml res/values/strings.xml res/xml/preferences.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java
2013-09-02Upload changes instead of whole subscription listdaniel oeh
2013-08-31New episodes weren't marked as unreaddaniel oeh
2013-08-28Updated unit testsdaniel oeh
2013-08-21Added classes for accessing gpodder.net servicedaniel oeh
Directory + Subscription upload/download
2013-08-21Fixed problems with auto-cleanupdaniel oeh
2013-08-19Added more testsdaniel oeh
2013-08-19Fixed HttpDownloaderTestdaniel 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
2013-08-11Restructured unit test folders to support the new build systemdaniel oeh