Commit Graph

1104 Commits

Author SHA1 Message Date
daniel oeh ca795a3fdc Removed FeedManager
DBReader, DBTasks and DBWriter should be used instead from now on
2013-08-05 01:30:08 +02:00
daniel oeh 6d1a8535f5 Added FeedItemStatistics.
Makes it possible to get number of (new, in progress) episodes of a feed without loading the whole list of items
2013-08-05 01:27:38 +02:00
daniel oeh edd84c6a4c Removed last references to FeedManager 2013-08-04 21:42:28 +02:00
daniel oeh 24c50f7840 Ported search components to DB*-classes 2013-08-04 21:35:44 +02:00
daniel oeh 355fc8114f Ported playback classes to DB* classes 2013-08-04 17:28:29 +02:00
daniel oeh 9f36cecf4b Ported PlaybackController to DB*-classes 2013-08-04 15:50:57 +02:00
daniel oeh e28229a29c Ported playback service to DB* classes 2013-08-04 15:35:18 +02:00
daniel oeh 9ba3dc0d82 Improved DownloadService, several bugfixes
- DownloadService should now terminate properly as soon as all downloads have been completed.
- Notification bug ("0 downloads left" notification) should be fixed
2013-08-03 13:58:31 +02:00
daniel oeh 2071793e6a Organizing the queue now works, several bugfixes etc. 2013-08-02 23:54:50 +02:00
daniel oeh 71a47c0a5b Ported several classes from FeedManager to DB*-classes 2013-06-01 18:29:04 +02:00
daniel oeh b83656049d Added search methods to DBTasks 2013-05-26 03:53:10 +02:00
daniel oeh c6545a5643 Implemented refresh, auto-download, auto-cleanup methods 2013-05-26 03:47:57 +02:00
daniel oeh a704a33e2b Split DownloadStatus into two separate classes
DownloadStatus is now used only for finished downloads, whereas
DownloadRequest is used for running/unfinished downloads
2013-05-19 17:32:15 +02:00
daniel oeh 11fb858909 Implemented several DBTasks and DBWriter methods 2013-05-17 23:20:23 +02:00
daniel oeh e89f1a9b1f Implemented DBWriter-methods 2013-05-04 00:22:00 +02:00
daniel oeh beda074e5f Added DBReader-methods 2013-05-01 11:56:46 +02:00
daniel oeh f891514ec7 Created DB* classes 2013-04-27 21:18:59 +02:00
daniel oeh cb2e5f14ab Fixed nullpointer exception in DescriptionFragment 2013-04-26 22:16:55 +02:00
daniel oeh 99ac62fd1c Automatic download didn't work if episode cache size was set to
unlimited
2013-04-23 19:40:58 +02:00
daniel oeh 83595ded9f Fixes #174 2013-04-21 11:10:38 +02:00
daniel oeh d086579e09 Episode cache size can now be set to 'unlimited' 2013-04-20 17:14:43 +02:00
daniel oeh 6eb0c58a08 Moved preference strings into strings.xml 2013-04-20 16:44:27 +02:00
daniel oeh 1c139616ba Made sure links are opened in external application 2013-04-20 16:38:03 +02:00
daniel oeh f781bba3f3 Used wrong methods 2013-04-20 12:49:06 +02:00
daniel oeh 6fa2fe6c7d Feedlist displayed wrong value in 'last update' if feed had no episodes 2013-04-20 12:40:51 +02:00
daniel oeh 1ad54cb21a Removed 'accept' button in OrganizeQueueActivity 2013-04-20 12:25:45 +02:00
daniel oeh 8be08bcddb Use onPageFinished instead of deprecated PictureListener 2013-04-20 12:19:05 +02:00
daniel oeh c0de44d0ee Merge branch 'delete-oldest-episodes' of git://github.com/patheticpat/AntennaPod into patheticpat-delete-oldest-episodes 2013-04-20 11:19:03 +02:00
daniel oeh 7c2979972e Updated contributors file 2013-04-20 11:15:55 +02:00
daniel oeh 303e2a53df Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-master 2013-04-20 11:07:23 +02:00
daniel oeh 960dd3425f Don't autodownload episodes when item is removed from queue via
drag&drop
2013-04-20 11:03:31 +02:00
Michael Kaiser 63084d8c79 Delete oldest episodes first when performing auto cleanup. 2013-04-19 20:37:35 +02:00
Hanno Zulla ec1ff07702 without a_moment_ago there is no need for a Converter method anymore 2013-04-17 10:40:39 +02:00
Michael Kaiser 5b4fde69de Fix layout 2013-04-17 10:14:41 +02:00
Michael Kaiser b11654fa02 Rename UndoItem to UndoToken 2013-04-17 09:45:08 +02:00
Hanno Zulla 52dfc8a9b8 comment typo fixed 2013-04-16 15:50:28 +02:00
Hanno Zulla 63cd69d06b removed a_moment_ago (looks silly and is hard to translate properly) 2013-04-16 15:49:32 +02:00
Hanno Zulla 7688265451 display most recent episode's date instead of last feed update 2013-04-16 14:57:22 +02:00
Hanno Zulla b5f4789865 changed dates in lists to relative timespans (e.g. "3 days ago") 2013-04-16 14:24:20 +02:00
Michael Kaiser a66d225b9f Make removal of queued items undoable 2013-04-15 18:53:52 +02:00
daniel oeh 4707139def Prepared release of version 0.9.7.3 2013-04-12 11:24:31 +02:00
daniel oeh 27bdbbb795 Set launchMode of AudioplayerActivity to "singleTop" 2013-04-12 11:12:51 +02:00
daniel oeh 0aa18de36c Updated contributors file 2013-04-11 12:16:32 +02:00
daniel oeh c11288fcdb Audioplayer didn't always restore its state correctly 2013-04-11 11:07:23 +02:00
daniel oeh 565ff19510 Merge branch 'master' of git://github.com/wseemann/AntennaPod into wseemann-master 2013-04-11 10:56:58 +02:00
daniel oeh 7e4827e253 Merge branch 'external_itemlist_update' into develop 2013-04-11 10:56:09 +02:00
daniel oeh 7a33b7f96e Set line number of title textview in itemlist to 2.
This ensures that entries are equally high
2013-04-11 10:55:27 +02:00
daniel oeh 1ab5a09429 Updated header view layout 2013-04-10 11:46:17 +02:00
daniel oeh 0a350c5c9e Updated list of test feeds 2013-04-09 18:58:00 +02:00
daniel oeh d3ad2cfb8c Recognize 'application/xml+xhtml' as valid link type for website 2013-04-09 18:57:44 +02:00