summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-19Split DownloadStatus into two separate classesdaniel oeh
DownloadStatus is now used only for finished downloads, whereas DownloadRequest is used for running/unfinished downloads
2013-05-17Implemented several DBTasks and DBWriter methodsdaniel oeh
2013-05-04Implemented DBWriter-methodsdaniel oeh
2013-05-01Added DBReader-methodsdaniel oeh
2013-04-27Created DB* classesdaniel oeh
2013-04-26Fixed nullpointer exception in DescriptionFragmentdaniel oeh
2013-04-23Automatic download didn't work if episode cache size was set todaniel oeh
unlimited
2013-04-21Fixes #174daniel oeh
2013-04-20Episode cache size can now be set to 'unlimited'daniel oeh
2013-04-20Moved preference strings into strings.xmldaniel oeh
2013-04-20Made sure links are opened in external applicationdaniel oeh
2013-04-20Used wrong methodsdaniel oeh
2013-04-20Feedlist displayed wrong value in 'last update' if feed had no episodesdaniel oeh
2013-04-20Removed 'accept' button in OrganizeQueueActivitydaniel oeh
2013-04-20Use onPageFinished instead of deprecated PictureListenerdaniel oeh
2013-04-20Merge branch 'delete-oldest-episodes' of ↵daniel oeh
git://github.com/patheticpat/AntennaPod into patheticpat-delete-oldest-episodes
2013-04-20Updated contributors filedaniel oeh
2013-04-20Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-masterdaniel oeh
2013-04-20Don't autodownload episodes when item is removed from queue viadaniel oeh
drag&drop
2013-04-19Delete oldest episodes first when performing auto cleanup.Michael Kaiser
2013-04-17without a_moment_ago there is no need for a Converter method anymoreHanno Zulla
2013-04-17Fix layoutMichael Kaiser
2013-04-17Rename UndoItem to UndoTokenMichael Kaiser
2013-04-16comment typo fixedHanno Zulla
2013-04-16removed a_moment_ago (looks silly and is hard to translate properly)Hanno Zulla
2013-04-16display most recent episode's date instead of last feed updateHanno Zulla
2013-04-16changed dates in lists to relative timespans (e.g. "3 days ago")Hanno Zulla
2013-04-15Make removal of queued items undoableMichael Kaiser
2013-04-12Prepared release of version 0.9.7.30.9.7.3daniel oeh
2013-04-12Set launchMode of AudioplayerActivity to "singleTop"daniel oeh
2013-04-11Updated contributors filedaniel oeh
2013-04-11Audioplayer didn't always restore its state correctlydaniel oeh
2013-04-11Merge branch 'master' of git://github.com/wseemann/AntennaPod into ↵daniel oeh
wseemann-master
2013-04-11Merge branch 'external_itemlist_update' into developdaniel oeh
2013-04-11Set line number of title textview in itemlist to 2.daniel oeh
This ensures that entries are equally high
2013-04-10Updated header view layoutdaniel oeh
2013-04-09Updated list of test feedsdaniel oeh
2013-04-09Recognize 'application/xml+xhtml' as valid link type for websitedaniel oeh
2013-04-09Improved external itemlist layoutdaniel oeh
2013-04-09Check MIME-Type when parsing alternate linksMichael Kaiser
Some feeds offer alternate links to feeds representing the content in different formats, like MP3, AAC or Opus. AntennaPod must not falsely interpret them as the feed's website link.
2013-04-08Issue #109 (feature request) - Display metadata on bluetooth devices that ↵William Seemann
support AVRCP 1.3 and higher
2013-04-07Fixed NullpointerException in DownloadRequesterdaniel oeh
2013-04-07Catch RuntimeException thrown by MediaMetadataRetrieverdaniel oeh
2013-04-07Fixed: Search queries with ' caused crashdaniel oeh
2013-04-07Hide waiting list if emptydaniel oeh
2013-04-07Position of playing queue item can now be changeddaniel oeh
2013-04-06Increased player button size, decreased title text sizedaniel oeh
2013-04-06Moved setQueue into transactiondaniel oeh
2013-04-06Fixed IndexOutOfBoundsException in extractQueueFromCursordaniel oeh
2013-04-06Webview in AudioPlayerActivity now saves and restores its scrolldaniel oeh
position