summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
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
2012-09-06Added external player to feeditemlistdaniel oeh
2012-09-06Reset VideoSurface of Videoplayer after it has been destroyeddaniel oeh
2012-09-06Seeking should now work againdaniel oeh
2012-09-06Implemented PlaybackController in the MediaPlayerActivitiesdaniel oeh
2012-09-05Added player fragment to main activitydaniel oeh
2012-09-04Play/Pause button now toggles startWhenPrepared when PlaybackService isdaniel oeh
in PREPARING state
2012-08-27Added up-button to AddFeedActivitydaniel oeh
2012-08-27Up-button in ItemviewActivity will now take the user to the last screendaniel oeh
2012-08-26Cached bitmaps will now have the same size as their ImageViewsdaniel oeh
2012-08-18Hide 'mark all read' and 'refresh all feeds' - items when they aren'tdaniel oeh
needed
2012-08-18Made sure that mediaplayeractivity loads progress information as soon asdaniel oeh
possible
2012-08-17Fixed problems with the Downloadlog listadapterdaniel oeh
2012-08-17Fixed problem with DownloadlistAdapterdaniel oeh
2012-08-17DownloadActivity should now display the content correctlydaniel oeh
2012-08-17Download should now workdaniel oeh
2012-08-16Content of Downloads list is now refresheddaniel oeh
2012-08-16Implemented download queueingdaniel oeh