Commit Graph

787 Commits

Author SHA1 Message Date
daniel oeh d71831e7ad Implemented 'enqueue all' 2012-09-21 12:57:34 +02:00
daniel oeh 0459f91299 Excluded cancelled downloads from the download service report and the
download log
2012-09-21 12:33:55 +02:00
daniel oeh b2aed41e8c Download log now also supports DownloadStatus objects whose feedfile is
null
2012-09-21 12:21:41 +02:00
daniel oeh e25e3cab88 Improved layout of download log 2012-09-20 19:47:26 +02:00
daniel oeh cb6be9d32a Fixed scrolling issues in Downloadlog 2012-09-20 19:42:39 +02:00
daniel oeh 844e15c841 ReasonDetailed wasn't loaded on startup 2012-09-20 19:38:48 +02:00
daniel oeh 47b27cc07d Updated DownloadLogAdapter to support changes in DownloadStatus 2012-09-20 19:33:09 +02:00
daniel oeh 76e11c76b5 Added title attribute to every DownloadStatus constructor 2012-09-20 19:06:02 +02:00
daniel oeh 82db128a66 Added 'title' and 'reasonDetailed' attributes to DownloadStatus 2012-09-20 19:03:21 +02:00
daniel oeh f78bb0be13 Updated proguard.cfg 2012-09-20 18:21:01 +02:00
daniel oeh 9633cd0c62 Ignore lint warnings in arrays.xml 2012-09-20 11:48:13 +02:00
daniel oeh 7c731919be Set target sdk to 16 2012-09-20 11:47:35 +02:00
daniel oeh 45154693bd Prepared release of version 0.9.4.6 2012-09-19 12:23:33 +02:00
daniel oeh 28be600b0e Cancelling the sleep timer should now work again 2012-09-19 12:18:03 +02:00
daniel oeh 6c9c4d5f7c Enabled support for small screens 2012-09-19 12:02:28 +02:00
daniel oeh 49956bfe93 Updated about-page 2012-09-17 22:01:33 +02:00
daniel oeh 48ad342a12 Prepared release of version 0.9.4.5 2012-09-17 13:43:14 +02:00
daniel oeh a7377614d7 Preserve line number information for release versions 2012-09-17 00:48:52 +02:00
daniel oeh b49aa41e24 Added German translation 2012-09-16 13:34:53 +02:00
daniel oeh e2a6a58d1a Added Russian translation (thanks older!) 2012-09-16 13:23:55 +02:00
daniel oeh 0f99acc360 Moved mediaplayer from DownloadService into MediaHandlerThread 2012-09-16 13:16:13 +02:00
daniel oeh 56d29bd44c Made sure that statusBeforeSeeking does not become SEEKING 2012-09-16 13:10:09 +02:00
daniel oeh 4bd3aec642 Fixed typo 2012-09-15 14:16:38 +02:00
daniel oeh 35d083e463 Hide download progress in percent if download size is unknown 2012-09-14 15:53:29 +02:00
daniel oeh 858cdc6233 swapped position of 'refresh' and 'add feed' items 2012-09-14 15:24:41 +02:00
daniel oeh 9f25077b94 Made sure PlaybackService only reacts to transient audio focus loss if
it's in the PLAYING state
2012-09-14 14:34:46 +02:00
daniel oeh 71f948cafa Fixed crash that occured if DB had saved a very large feed 2012-09-13 14:18:11 +02:00
daniel oeh 33711e1657 Fix orientation change bug in ItemDescriptionFragment 2012-09-13 13:15:30 +02:00
daniel oeh 7ae8c906c3 Fixed menu item visibility in feeditemmenu 2012-09-13 12:40:31 +02:00
daniel oeh c97c21990a layout adjustments 2012-09-13 11:39:31 +02:00
daniel oeh 2c9bbe9e87 Added missing strings to resource file 2012-09-13 11:18:17 +02:00
daniel oeh 98d75f6e61 improved structure of strings.xml 2012-09-11 22:06:25 +02:00
daniel oeh 7a8b18f3a4 suppressed lint warning in FeedRemover 2012-09-11 20:51:40 +02:00
daniel oeh 4a22f1be42 Prevented IllegalArgumentException if service was not registered 2012-09-11 12:50:21 +02:00
daniel oeh fd6f93abc1 External player fragment wasn't always reloading when necessary 2012-09-11 12:30:48 +02:00
daniel oeh acce72d71b Fixed NullPointerException in bindToService 2012-09-10 16:35:44 +02:00
daniel oeh bdb6e008aa Prepared release of version 0.9.4.4 2012-09-10 13:14:43 +02:00
daniel oeh 6d40b2ed04 Removed 'paused'-status message 2012-09-10 13:04:48 +02:00
daniel oeh 5df974a85e Improved layout of external player fragment, added status textview 2012-09-10 13:02:08 +02:00
daniel oeh ade896787f Removed bottom margin of buttons at the bottom 2012-09-10 12:48:56 +02:00
daniel oeh c3c6ed8d65 Only seek to last position if status is not paused 2012-09-10 12:48:18 +02:00
daniel oeh 67e97785e9 Moved init() call of controller into onResume 2012-09-10 12:07:00 +02:00
daniel oeh ce7653fb8d Bug that caused PlaybackService to load without a media object should
now be fixed
2012-09-10 12:05:16 +02:00
daniel oeh c6af7b542a Moved contentUpdate receiver in try-block 2012-09-08 13:32:30 +02:00
daniel oeh 9c8585b6de Fixed up-button behavior in various activities 2012-09-07 17:21:02 +02:00
daniel oeh 4ef98bd218 Replaced AsyncTasks in PlaybackService with ScheduledThreadPoolExecutor 2012-09-07 13:14:49 +02:00
daniel oeh b24b1365b3 Replaced AsyncTask in PlaybackController with
ScheduledThreadPoolExecutor
2012-09-07 12:47:01 +02:00
daniel oeh 5e63586d7c Added external player to feeditemlist 2012-09-06 18:10:29 +02:00
daniel oeh 906f85da07 Reset VideoSurface of Videoplayer after it has been destroyed 2012-09-06 17:47:47 +02:00
daniel oeh 141515f078 Hide play button of external player when last played media is video 2012-09-06 17:25:20 +02:00