summaryrefslogtreecommitdiff
path: root/src/de
AgeCommit message (Collapse)Author
2012-09-10Improved layout of external player fragment, added status textviewdaniel oeh
2012-09-10Only seek to last position if status is not pauseddaniel oeh
2012-09-10Moved init() call of controller into onResumedaniel oeh
2012-09-10Bug that caused PlaybackService to load without a media object shoulddaniel oeh
now be fixed
2012-09-08Moved contentUpdate receiver in try-blockdaniel oeh
2012-09-07Fixed up-button behavior in various activitiesdaniel oeh
2012-09-07Replaced AsyncTasks in PlaybackService with ScheduledThreadPoolExecutordaniel oeh
2012-09-07Replaced AsyncTask in PlaybackController withdaniel oeh
ScheduledThreadPoolExecutor
2012-09-06Added external player to feeditemlistdaniel oeh
2012-09-06Reset VideoSurface of Videoplayer after it has been destroyeddaniel oeh
2012-09-06Hide play button of external player when last played media is videodaniel oeh
2012-09-06Seeking should now work againdaniel oeh
2012-09-06Implemented PlaybackController in External Playerdaniel oeh
2012-09-06Implemented PlaybackController in the MediaPlayerActivitiesdaniel oeh
2012-09-05Added player fragment to main activitydaniel oeh
2012-09-05Implemented external player fragmentdaniel oeh
2012-09-05Set widget update interval to 1 seconddaniel oeh
2012-09-05PlaybackService now raises audio volume after it has regained audiodaniel oeh
focus
2012-09-05Made sure that WidgetUpdateService is stopped if necessarydaniel oeh
2012-09-04Play/Pause button now toggles startWhenPrepared when PlaybackService isdaniel oeh
in PREPARING state
2012-09-04PlaybackService will now stopForeground when playback completes anddaniel oeh
there is no next episode
2012-09-03Bugfix: Deleting a feed without an image caused an application crashdaniel oeh
2012-09-02Exclude failed image downloads from download reportdaniel oeh
2012-09-02Improved behavior of download reportsdaniel oeh
2012-09-02Added support for id-tag in Atom's feed-elementdaniel oeh
2012-09-02SyndHandler wasn't always selecting the correct namespace handlerdaniel oeh
2012-09-01Fixed bug in prefix mapping of SyndHandlerdaniel oeh
2012-09-01Atom parser now accepts <updated> tagdaniel oeh
2012-09-01Prevented namespace URIs from being added more than oncedaniel oeh
2012-09-01Improved SyndDateUtilsdaniel oeh
2012-09-01Fixed problems in Atom feed parserdaniel oeh
2012-08-28Debug logging statement was visible in release version0.9.4.2daniel oeh
2012-08-27Added up-button to AddFeedActivitydaniel oeh
2012-08-27Up-button in ItemviewActivity will now take the user to the last screendaniel oeh
2012-08-27List adapters will now get the imageViews size from the resources ifdaniel oeh
possible
2012-08-26Cached bitmaps will now have the same size as their ImageViewsdaniel oeh
2012-08-26Fixed crash in TimeDialog caused by invalid inputdaniel oeh
2012-08-25Fixed bug in calculation of free spacedaniel oeh
2012-08-23Fixed crash in OPML import if 'text' attribute in opml document wasdaniel oeh
missing
2012-08-21Downloads weren't cancelled properlydaniel oeh
2012-08-21Downloadreport is now shown when all downloads have been completeddaniel oeh
2012-08-19Itemlists were not updating their content properly if "Display onlydaniel oeh
episodes'-preference was enabled
2012-08-19PlaybackService will now reload the last episode if no more episodes aredaniel oeh
available
2012-08-18Hide 'mark all read' and 'refresh all feeds' - items when they aren'tdaniel oeh
needed
2012-08-18FeedManager will now delete the oldest DownloadStatus when log becomesdaniel oeh
too big
2012-08-18'markAllItemsRead' is now working correctlydaniel oeh
2012-08-18DownloadService was not always counting queued downloadsdaniel oeh
2012-08-18Failed downloads were not handled correctlydaniel oeh
2012-08-18Implemented RemoteControlClient in PlaybackServicedaniel oeh
2012-08-18Made sure that mediaplayeractivity loads progress information as soon asdaniel oeh
possible