Commit Graph

539 Commits

Author SHA1 Message Date
daniel oeh 88e544a6e6 Failed downloads were not handled correctly 2012-08-18 16:11:16 +02:00
daniel oeh 095618855d Implemented RemoteControlClient in PlaybackService 2012-08-18 15:55:58 +02:00
daniel oeh 6336db46ed Made sure that mediaplayeractivity loads progress information as soon as
possible
2012-08-18 14:02:31 +02:00
daniel oeh bd2d65f6f9 Set number of parallel downloads to 4 2012-08-18 13:45:08 +02:00
daniel oeh 1d890208e0 DownloadLog entries are now sorted by their completion date 2012-08-18 01:04:33 +02:00
daniel oeh fdb9a296ad Merge branch 'downloadmanager' into develop 2012-08-18 00:53:09 +02:00
daniel oeh bcbc162412 Made sure that cancelled/failed downloads are handled correctly 2012-08-18 00:47:52 +02:00
daniel oeh 026efe29c3 HttpDownloader now checks if enough storage is available 2012-08-17 20:47:35 +02:00
daniel oeh f2d72739f9 Removed references to Downloadmanager 2012-08-17 19:10:55 +02:00
daniel oeh 00c9422191 Implemented report in Downloadservice 2012-08-17 19:04:27 +02:00
daniel oeh 1b15ad65b6 Fixed crash in getFeedMedia(long, Feed) 2012-08-17 17:08:51 +02:00
daniel oeh fb15cba2cf Fixed crash in imageloader when feed had no image 2012-08-17 16:57:16 +02:00
daniel oeh 8d065864c5 FeedlistFragment now refreshes more frequently 2012-08-17 14:59:18 +02:00
daniel oeh 28784ab1bf Fixed problems with the Downloadlog listadapter 2012-08-17 14:53:14 +02:00
daniel oeh 1057682860 Fixed problem with DownloadlistAdapter 2012-08-17 14:37:21 +02:00
daniel oeh 5fe7287ecd Set connection timeout to 5 seconds 2012-08-17 13:05:11 +02:00
daniel oeh 27afa983ac DownloadActivity should now display the content correctly 2012-08-17 12:59:30 +02:00
daniel oeh d420e67a07 Download should now work 2012-08-17 11:11:49 +02:00
daniel oeh e4a2d21b9d Content of Downloads list is now refreshed 2012-08-16 19:53:22 +02:00
daniel oeh 697c00e0eb Downloads can now be cancelled 2012-08-16 19:30:19 +02:00
daniel oeh e8894926ff Implemented handler for completed downloads 2012-08-16 18:59:57 +02:00
daniel oeh 1b6a35c8a0 Implemented download queueing 2012-08-16 18:33:16 +02:00
daniel oeh 2f3ddfc35f Implemented HttpDownloader 2012-08-16 16:02:26 +02:00
daniel oeh 1dd128a46c Created abstract downloader class 2012-08-16 15:09:49 +02:00
daniel oeh 853ae9af79 Made sure that completed downloads get the correct destination url 2012-08-15 18:01:25 +02:00
daniel oeh 034fa8a9e7 Cover was not displayed correctly on some devices 2012-08-15 17:12:57 +02:00
daniel oeh 336beae409 Download list entries should now be more informative 2012-08-15 17:01:55 +02:00
daniel oeh 22bcb2463c Improved layout of download list 2012-08-15 16:46:42 +02:00
daniel oeh 54c135b6a2 Fixed width of TextViews in Feedlist 2012-08-15 16:37:38 +02:00
daniel oeh 183ea832cb Prepared release 0.9.3.1 2012-08-12 15:06:08 +02:00
daniel oeh abe1f8b07a Added stopForeground() when DownloadSerice has finished waiting for
shutdown
2012-08-12 14:49:01 +02:00
daniel oeh 41f352d3f9 Adjusted GridView behavior 2012-08-12 14:41:11 +02:00
daniel oeh 9a6968ec3b Use CopyOnWriteArrayList for itemlist of feeds instead of ArrayList 2012-08-12 14:30:30 +02:00
daniel oeh 71593ddeb3 Placed .nomedia in the external files directory 2012-08-12 14:21:36 +02:00
daniel oeh 1dce5a3061 Added confirmation dialog when deleting a feed 2012-08-12 13:46:24 +02:00
daniel oeh b20bdea18e Created ConfirmationDialog class 2012-08-12 13:08:28 +02:00
daniel oeh 006ab71702 Disabled autofocus on EditText 2012-08-12 12:46:46 +02:00
daniel oeh 89e83ac9a0 Adjusted grid size 2012-08-12 12:42:38 +02:00
daniel oeh 099dd93027 Fixed possible nullpointer exception 2012-08-11 23:54:15 +02:00
daniel oeh 69c3d2a589 Fixed crashes caused by orientation changes 2012-08-11 22:59:54 +02:00
daniel oeh 7481a4c326 notifyDownloadService() in DownloadRequester now uses intents to notify
the DownloadService
2012-08-11 22:55:40 +02:00
daniel oeh 86ef0f233e Imageviews were not updating correctly 2012-08-11 22:19:08 +02:00
daniel oeh 5856c74e79 Made sure that db operations are executed serially 2012-08-11 21:52:07 +02:00
daniel oeh e4cbebde10 Simplified AddFeedActivity 2012-08-11 21:37:28 +02:00
daniel oeh 8a52f216ea Fixed position of buttons in AddFeedActivity when keyboard is shown 2012-08-11 17:40:50 +02:00
daniel oeh 0044e0f91f Fixed imageview size 2012-08-11 17:34:17 +02:00
daniel oeh 522d61577b Implemented GridView in FeedlistFragment 2012-08-11 15:45:30 +02:00
daniel oeh 168d48cd02 Added logging statements 2012-08-11 13:41:38 +02:00
daniel oeh 9d2a8a7750 Deleting a feed will now cancel running image and media downloads of
that feed
2012-08-11 13:12:47 +02:00
daniel oeh cd7c368287 Image might not have been saved correctly after download 2012-08-11 12:47:43 +02:00