summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2013-01-20Added context menu to itemlistdaniel oeh
2013-01-16Release PlaybackController when MediaplayerActivity is stopped0.9.6.4daniel oeh
2012-12-30Updated storage availability checkdaniel oeh
2012-12-30Added 'set to default folder' menu buttondaniel oeh
2012-12-30Added 'empty directory' warningdaniel oeh
2012-12-30Disable 'confirm' button if selected folder isn't validdaniel oeh
2012-12-26Added data folder preferencedaniel oeh
2012-12-25Added documentationdaniel oeh
2012-12-23DirectoryChooser can now create new foldersdaniel oeh
2012-12-23Added FileObserverdaniel oeh
2012-12-23Implemented directory navigationdaniel oeh
2012-12-22Created layout for directorychooserdaniel oeh
2012-12-22Merge branch 'develop' into issue-49daniel oeh
2012-12-19Renamed podfetcher.xml to main.xmldaniel oeh
2012-12-18Created DirectoryChooserActivitydaniel oeh
2012-11-28use supportInvalidateOptionsMenu instead of invalidateOptionsMenudaniel oeh
2012-11-28Call setTheme() before super.onCreate()daniel oeh
2012-11-28Fixed crash because of non-empty constructordaniel oeh
2012-11-24Revert "Revert "PreferenceActivity now applies its theme correctly""daniel oeh
This reverts commit aee135d724c9f7dfeda9c68ac9907361335a0158.
2012-11-23Revert "PreferenceActivity now applies its theme correctly"daniel oeh
This reverts commit 50072c4ebbc60006c04974650a75c243a31cc35c.
2012-11-23PreferenceActivity now applies its theme correctlydaniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-11-20Created styles for dark and light themedaniel oeh
2012-11-11Organized importsdaniel oeh
2012-11-11Merge branch 'description_update' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
2012-11-06Ignore invalid chaptersdaniel oeh
2012-10-28Use thread for searching instead of AsyncTaskdaniel oeh
2012-10-28Searching descriptions should now workdaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-21Renamed package de.danoeh.antennapod.miroguide.conMichael Kaiser
2012-10-13Select 'New' tab on start if there are new itemsdaniel oeh
2012-10-11Move player into INITIALIZED state in some cases to save bandwidthdaniel oeh
2012-10-10Improved visibility change animation in videoplayerdaniel oeh
2012-10-03Moved Opml import button to AddfeedActivity, Opml export button todaniel oeh
preferences
2012-10-03Implemented PlaybackHistoryActivitydaniel oeh
2012-09-26Fixed possible nullpointerexception in onPositionObserverUpdate()daniel oeh
2012-09-26Release PlaybackController in onDestroy() method in MediaplayerActivitydaniel oeh
2012-09-26Made sure getDuration() and getCurrentPosition() are not called in andaniel oeh
invalid state
2012-09-25Feeds weren't always deleted properlydaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-22Added support for reading chapters from streamsdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Renamed simplechapter variable namesdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel oeh
2012-09-13Fix orientation change bug in ItemDescriptionFragmentdaniel oeh
2012-09-13layout adjustmentsdaniel oeh
2012-09-13Added missing strings to resource filedaniel oeh
2012-09-07Fixed up-button behavior in various activitiesdaniel oeh