summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-07Removed pull-to-refreshdaniel oeh
Causes too much accidental updates
2014-06-07Updated version numbers in build.gradledaniel oeh
requires submodule update
2014-06-01Fixed up-/back-button behavior in PreferenceActivity. fixes #412, fixes #107daniel oeh
2014-06-01Merge branch 'ui-tests' into developdaniel oeh
2014-06-01Added basic MainActivity testsdaniel oeh
2014-06-01Finished UITestUtils implementationdaniel oeh
2014-05-31Added missing contentIntent0.9.9.0daniel oeh
2014-05-31Do not show dialog if activity has been closeddaniel oeh
Should fix BadTokenException in OnlineFeedViewActivity
2014-05-31Dismiss item dialog when starting playback of downloaded episodedaniel oeh
2014-05-31Pulled translationsdaniel oeh
2014-05-31Merge branch 'patch-1' of git://github.com/mschuetz/AntennaPod into ↵daniel oeh
mschuetz-patch-1
2014-05-30Added UI test classesdaniel oeh
2014-05-29Prepared release of version 0.9.9.0daniel oeh
2014-05-29Upgraded flattr4j library. fixes #437daniel oeh
2014-05-25Added support for podlove alternate feedsdaniel oeh
http://podlove.org/alternate-feeds/
2014-05-25Added support for "pcast"-protocol, start FeedViewActivity immediately when ↵daniel oeh
clicking on a link. closes #425
2014-05-24Disabled update of rewritten URLs in gpodder.net sync servicedaniel oeh
Othwerwise, feeds might be synced twice
2014-05-20Added missing resourcedaniel oeh
2014-05-19Removed unused resources, reduced number of lint warningsdaniel oeh
2014-05-19Cleaned up manifest, moved intent filters from AddFeedActivity to MainActivitydaniel oeh
2014-05-19Merge branch 'newgui' into develop. closes #407daniel oeh
Conflicts: res/layout/feedinfo.xml
2014-05-18Fixed: Pull-to-refresh was not working when there were no new episodesdaniel oeh
2014-05-18Fix permissions in .travis.ymldaniel oeh
2014-05-18Emulator should run in backgrounddaniel oeh
2014-05-18Added travis config filedaniel oeh
2014-05-18Added gradle wrapper scriptdaniel oeh
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-17Re-added EventDistributor call to DBTasks.updateFeed()daniel oeh
2014-05-17Auto-download episodes on DownloadService shutdown. fixes #316 closes #408daniel 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-05-17Added playback speeds below 1.0. fixes #413daniel oeh
2014-05-17Open drawer on first launchdaniel oeh
2014-05-17Added "swipe to refresh" in new episodes listdaniel oeh
2014-05-17Improved space usage of title area in episode dialogdaniel oeh
2014-05-17Improved spacing in FeedItemlist and Downloads listdaniel oeh
- Removed InternalFeedItemlistAdapter
2014-05-12Moved "show info" into itemlist headerdaniel oeh
2014-05-12Reopen episode dialog on configuration changedaniel oeh
2014-05-12Added missing file from previous commitdaniel oeh
2014-05-12Reimplemented move to top/bottom feature in queue fragmentdaniel oeh
- move to top(bottom) is now disabled for the item at the first(last) item instead of removed. closes #380
2014-05-11Split "new episodes" list into two listsdaniel oeh
2014-05-11Fixed: gpodder.net taglist searched local subscriptions instead of gpodder.netdaniel oeh
2014-05-11Fixed Download screen problems and download report notificationdaniel oeh
2014-05-07NUM_LENGTH should be 1024 for accurate download progess displayMatthias Schütz
unless NUM_LENGTH is 1024, the displayed size is 0KB or 0MB etc. for growing ranges below the respective boundary i.e. 1000-1023, 1024000-1048575
2014-04-28Bugfix: Title in audio player was invisible in some casesdaniel oeh
2014-04-27Fixed visibility issue with playback speed buttondaniel oeh
2014-04-27Improved spacingdaniel oeh