summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-15Improved layout of download listdaniel oeh
2012-08-15Fixed width of TextViews in Feedlistdaniel oeh
2012-08-12Prepared release 0.9.3.10.9.3.1daniel oeh
2012-08-12Added stopForeground() when DownloadSerice has finished waiting fordaniel oeh
shutdown
2012-08-12Adjusted GridView behaviordaniel oeh
2012-08-12Use CopyOnWriteArrayList for itemlist of feeds instead of ArrayListdaniel oeh
2012-08-12Placed .nomedia in the external files directorydaniel oeh
2012-08-12Added confirmation dialog when deleting a feeddaniel oeh
2012-08-12Created ConfirmationDialog classdaniel oeh
2012-08-12Disabled autofocus on EditTextdaniel oeh
2012-08-12Adjusted grid sizedaniel oeh
2012-08-11Fixed possible nullpointer exceptiondaniel oeh
2012-08-11Fixed crashes caused by orientation changesdaniel oeh
2012-08-11notifyDownloadService() in DownloadRequester now uses intents to notifydaniel oeh
the DownloadService
2012-08-11Imageviews were not updating correctlydaniel oeh
2012-08-11Made sure that db operations are executed seriallydaniel oeh
2012-08-11Simplified AddFeedActivitydaniel oeh
2012-08-11Fixed position of buttons in AddFeedActivity when keyboard is showndaniel oeh
2012-08-11Fixed imageview sizedaniel oeh
2012-08-11Implemented GridView in FeedlistFragmentdaniel oeh
2012-08-11Added logging statementsdaniel oeh
2012-08-11Deleting a feed will now cancel running image and media downloads ofdaniel oeh
that feed
2012-08-11Image might not have been saved correctly after downloaddaniel oeh
2012-08-10Prevented crash in DownloadRequester when unbinding failsdaniel oeh
2012-08-10Items can now only be added to the queue if they also have a mediadaniel oeh
object
2012-08-10Implemented episode filterdaniel oeh
2012-08-10Added preference to display only items which have an episodedaniel oeh
2012-08-07Added flattr button to readme filedaniel oeh
2012-08-07Added/updated documentation for application and activity classes anddaniel oeh
removed unused imports
2012-08-06Prepared release 0.9.30.9.3daniel oeh
2012-08-06Fixed bugs in the downloadobserverdaniel oeh
2012-08-06Enabled auto-scaling of bitmapsdaniel oeh
2012-08-06Implemented auto-enqueue featuredaniel oeh
2012-08-06Added auto-queue preferencedaniel oeh
2012-08-05progressIndicator wasn't always set invisible when expecteddaniel oeh
2012-08-05Added listener for buffering information and progressbar in videoplayerdaniel oeh
2012-08-05Changed visibility of status textview to visibledaniel oeh
2012-08-05Bugfix: Videoplayer crashed when screen was turned offdaniel oeh
2012-08-05Prevented videooverlay from hiding while the user is touching thedaniel oeh
video overlay
2012-08-05Switching between players should now workdaniel oeh
2012-08-05added notification extra to reload notification to switch betweendaniel oeh
mediaplayers when the media type changes
2012-08-05Videoplayer controls weren't visible on some api versionsdaniel oeh
2012-08-05Videoplayback is now workingdaniel oeh
2012-08-04Implemented Videoplayerdaniel oeh
2012-08-04Created superclass for mediaplayer, implemented Audioplayerdaniel oeh
2012-08-04Improved layout of downloadlogdaniel oeh
2012-08-04Added value check when feed has been parseddaniel oeh
2012-08-04Feeds can now be added from the miroguidedaniel oeh
2012-08-04Removed unused variabledaniel oeh
2012-08-04Renamed MiroChannel and MiroItem to MiroGuideChannel and MiroGuideItemdaniel oeh