summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util
AgeCommit message (Collapse)Author
2013-02-28Renamed getFileUrl method of Playable interfacedaniel 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-25Implemented PlaybackPreferencesdaniel 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-21Added context menu to shownotes viewdaniel oeh
2013-02-13Removed 'share link' and 'share source link' from feedmenudaniel oeh
2013-02-10Added expandable notifications to PlaybackServicedaniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2013-01-21Added extended menu option, ignore long-press in itemlistdaniel oeh
2013-01-21Improved performance of FeedItemMenuHandler's prepare methoddaniel oeh
2013-01-20Added context menu to itemlistdaniel oeh
2013-01-13PlaybackController now checks if episode exists when the restoring lastdaniel oeh
played episode.
2013-01-13FeedManager now checks if episode file exists before playing.daniel oeh
2013-01-05Unicode strings weren't read correctly0.9.6.3daniel oeh
2013-01-04Skip rest of tag header if size of frame is too bigdaniel oeh
2012-12-31Updated getFreeSpaceAvailable() methoddaniel oeh
2012-12-30Updated storage availability checkdaniel oeh
2012-11-25Fixed playbackService crash when trying to seek in INITIALIZED statedaniel oeh
2012-11-23Selected list items are now highlighted with the correct colordaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-11-16Make media position resettable in markItemRead instead of setter.daniel oeh
In some cases, when setting the 'read' attribute, the programmer might not want to reset the media position.
2012-11-16Added state enum to feeditem classdaniel oeh
The getStatus() method should now be used to handle feeditems in different states instead of handling its attributes directly.
2012-11-16Added 'Playing' statedaniel oeh
2012-11-16Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod ↵daniel oeh
into patheticpat-feed-item-labels Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
2012-11-11Organized importsdaniel oeh
2012-11-09Added support for links in vorbis commentdaniel oeh
2012-11-08Reading UTF-8 strings should now workdaniel oeh
2012-11-06getChapterById was using wrong attributedaniel oeh
2012-11-06Integrated vorbis chapterreader into appdaniel oeh
2012-11-06Added classes for reading vorbis comment chaptersdaniel oeh
2012-10-31Created FileNameGenerator classdaniel oeh
2012-10-23Enable transition to "read" and "unread" states for "in progress" itemsMichael Kaiser
2012-10-22Removed unused importsdaniel oeh
2012-10-22Removed feedburner specific URL handlingMichael Kaiser
The ?format=xml parameter should not be necessary. It could even cause problems in case the url already contains a parameter string.
2012-10-11Move player into INITIALIZED state in some cases to save bandwidthdaniel oeh
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