summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2013-05-04Adding AntennaPod as RSS/XML ReaderNis Wechselberg
2013-04-30Moved update interval preference strings into strings.xml. Fixes #182daniel oeh
2013-04-20Episode cache size can now be set to 'unlimited'daniel oeh
2013-04-20Used wrong methodsdaniel oeh
2013-04-20Removed 'accept' button in OrganizeQueueActivitydaniel oeh
2013-04-20Don't autodownload episodes when item is removed from queue viadaniel oeh
drag&drop
2013-04-17Rename UndoItem to UndoTokenMichael Kaiser
2013-04-15Make removal of queued items undoableMichael Kaiser
2013-04-11Audioplayer didn't always restore its state correctlydaniel oeh
2013-04-07Position of playing queue item can now be changeddaniel oeh
2013-04-06Webview in AudioPlayerActivity now saves and restores its scrolldaniel oeh
position
2013-04-06AudioplayerActivity now saves and restores the selected positiondaniel oeh
2013-04-06Fixed nullpointerexception in AudioplayerActivitydaniel oeh
2013-04-05Fragments disappeared when dialog was openeddaniel oeh
2013-04-04Added landscape layout to audio playerdaniel oeh
2013-03-25Added workaround for PreferenceScreen bugdaniel oeh
http://code.google.com/p/android/issues/detail?id=4611
2013-03-25Added option to disable auto-downloaddaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-10audio player didn't always play external files correctlydaniel oeh
2013-03-10Merge branch 'queue_update' into developdaniel oeh
2013-03-10Close media player if no more episodes are available for playbackdaniel oeh
2013-03-09Used wrong label for tabdaniel oeh
2013-03-09Use tabs instead of viewpager indicator in main screendaniel oeh
2013-03-09Added episode cache size preferencedaniel oeh
2013-03-08Added preferences for configuring auto-downloaddaniel oeh
2013-03-07Implemented skip functionalitydaniel oeh
2013-03-07Made sure that first queue item can't be moved while it's playingdaniel oeh
2013-03-06Merge branch 'online_feed_view' into developdaniel oeh
2013-03-06Merge branch 'apichanges' into developdaniel oeh
2013-02-28Implemented OnlineFeedViewActivitydaniel oeh
2013-02-28Added support for local external video filesdaniel oeh
2013-02-27Added support for playing local external media filesdaniel oeh
2013-02-27Created de.danoeh.antennapod.util.playback packagedaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-25License.html wasn't loaded correctlydaniel oeh
2013-02-25ImageView tags weren't set correctlydaniel oeh
2013-02-25FeedImageLoader now works independently from FeedImagesdaniel oeh
2013-02-25Implemented EventDistributordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-23Added status indicator to audioplayerdaniel oeh
2013-02-23Merge branch 'ligi-better_ompl_import' into developdaniel oeh
2013-02-22Replace ItemlistFragment instead of adding it. fixes #105daniel oeh
2013-02-18Implemented drag & drop reorderingdaniel oeh
2013-02-18Created list layout for OrganizeActivitydaniel oeh
2013-02-18Created OrganizeQueueActivitydaniel oeh
2013-02-13Removed non-empty constructorsdaniel oeh
2013-02-03Moved resetFragmentView into onStop (fixes problems when opening dialogs ↵daniel oeh
inside AudioplayerActivity)
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2013-02-02Minor layout improvementsdaniel oeh