summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util
AgeCommit message (Collapse)Author
2012-10-02Implemented methods for modifying the playback historydaniel 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-23trim url when preparing itdaniel oeh
2012-09-22Moved 'last played media' preference into default shared preferencedaniel oeh
2012-09-22Prevented infinite loop in skipBytes()daniel oeh
2012-09-22Hide 'mark unread' item in release versiondaniel oeh
2012-09-22Added support for 'Unknown Host' error messagedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-22chapterValid() now tests for empty chapter listsdaniel oeh
2012-09-22Added support for reading chapters from streamsdaniel oeh
2012-09-22Merge branch 'develop' into chaptersdaniel oeh
2012-09-22Reload media info later if playbackservice has no media object when it'sdaniel oeh
queried
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Integrated id3 chapterreader in Antennapoddaniel oeh
2012-09-21Auto-enqueue will now enqueue when the user starts the downloaddaniel oeh
2012-09-13Fixed menu item visibility in feeditemmenudaniel oeh
2012-09-10Fixed NullPointerException in bindToServicedaniel oeh
2012-09-10Removed 'paused'-status messagedaniel oeh
2012-09-10Bug that caused PlaybackService to load without a media object shoulddaniel oeh
now be fixed
2012-09-07Replaced AsyncTask in PlaybackController withdaniel oeh
ScheduledThreadPoolExecutor
2012-09-06Reset VideoSurface of Videoplayer after it has been destroyeddaniel oeh
2012-09-06Hide play button of external player when last played media is videodaniel oeh
2012-09-06Seeking should now work againdaniel oeh
2012-09-06Implemented PlaybackController in the MediaPlayerActivitiesdaniel oeh
2012-08-28Debug logging statement was visible in release version0.9.4.2daniel oeh
2012-08-26Cached bitmaps will now have the same size as their ImageViewsdaniel oeh
2012-08-25Fixed bug in calculation of free spacedaniel oeh
2012-08-19Itemlists were not updating their content properly if "Display onlydaniel oeh
episodes'-preference was enabled
2012-08-18Hide 'mark all read' and 'refresh all feeds' - items when they aren'tdaniel oeh
needed
2012-08-18Failed downloads were not handled correctlydaniel oeh
2012-08-18DownloadLog entries are now sorted by their completion datedaniel oeh
2012-08-17HttpDownloader now checks if enough storage is availabledaniel oeh
2012-08-17Removed references to Downloadmanagerdaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-16Implemented HttpDownloaderdaniel oeh
2012-08-16Created abstract downloader classdaniel oeh
2012-08-15Cover was not displayed correctly on some devicesdaniel oeh
2012-08-11Simplified AddFeedActivitydaniel oeh
2012-08-10Items can now only be added to the queue if they also have a mediadaniel oeh
object
2012-08-10Implemented episode filterdaniel oeh
2012-08-06Enabled auto-scaling of bitmapsdaniel oeh
2012-08-04Added value check when feed has been parseddaniel oeh
2012-08-04Removed imageview from channellistdaniel oeh
2012-08-03Removed DiskLruCache dependencydaniel oeh
2012-08-03Thumbnail download is now partly workingdaniel oeh
2012-08-03Moved Bitmap decoding methods into separate classdaniel oeh
2012-08-01Fixed incorrect behavior of FeedItemMenuHandler if an item had no mediadaniel oeh