summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util/menuhandler
AgeCommit message (Collapse)Author
2014-07-15Hide local menu items when nav drawer is showndaniel oeh
2014-07-13Added buttons to FeedItemDialog and the episode lists for items without an ↵daniel oeh
episode. fixes #470, fixes #464
2014-05-12Moved "show info" into itemlist headerdaniel oeh
2014-04-21Re-implemented searchdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
- Bugfix: The no-token dialog was shown every time a feed was refreshed if the user wasn't logged in and had clicked the "flattr this" button before
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-01-12avoid waiting on the GUI threaddaniel oeh
2014-01-02* directly update Feed/FeedItem FlattrStatus instead of writing back entire ↵Simon Rutishauser
Feed/FeedItem to database * fix race condition when fetching FlattrStatus * fix missing copy of Flattr status in Feed.updateFromOther() * fix feed reading from db, was missing FlattrStatus followup on #331
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of ↵daniel oeh
git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-12-15Created playback package inside service packagedaniel oeh
2013-10-19Fixed menu item visibilitydaniel oeh
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto ↵Simon Rutishauser
flattr) into a single commit, rebased onto the current development branch
2013-09-04Deleting a media file didn't work correctlydaniel oeh
2013-08-16Resolved Android 2.3 issuesdaniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/DownloadLogActivity.java src/de/danoeh/antennapod/activity/FeedItemlistActivity.java src/de/danoeh/antennapod/activity/ItemviewActivity.java src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java src/de/danoeh/antennapod/activity/OrganizeQueueActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/fragment/EpisodesFragment.java src/de/danoeh/antennapod/fragment/FeedlistFragment.java src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java src/de/danoeh/antennapod/fragment/ItemlistFragment.java
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-02Organizing the queue now works, several bugfixes etc.daniel oeh
2013-04-20Don't autodownload episodes when item is removed from queue viadaniel oeh
drag&drop
2013-03-24Currently playing item cannot be removed from the queue any longerdaniel oeh
2013-03-10Hide 'mark as unread' when not in debug modedaniel oeh
2013-03-08Fixed menu item visibilitydaniel oeh
2013-03-07Implemented skip functionalitydaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-13Removed 'share link' and 'share source link' from feedmenudaniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2013-01-21Added extended menu option, ignore long-press in itemlistdaniel oeh
2013-01-21Improved performance of FeedItemMenuHandler's prepare methoddaniel oeh
2013-01-20Added context menu to itemlistdaniel oeh
2012-11-16Make media position resettable in markItemRead instead of setter.daniel oeh
In some cases, when setting the 'read' attribute, the programmer might not want to reset the media position.
2012-11-16Added state enum to feeditem classdaniel oeh
The getStatus() method should now be used to handle feeditems in different states instead of handling its attributes directly.
2012-11-16Added 'Playing' statedaniel oeh
2012-10-23Enable transition to "read" and "unread" states for "in progress" itemsMichael Kaiser
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Hide 'mark unread' item in release versiondaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21Auto-enqueue will now enqueue when the user starts the downloaddaniel oeh
2012-09-13Fixed menu item visibility in feeditemmenudaniel oeh
2012-08-18Hide 'mark all read' and 'refresh all feeds' - items when they aren'tdaniel oeh
needed
2012-08-18Failed downloads were not handled correctlydaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-16Created abstract downloader classdaniel oeh
2012-08-10Items can now only be added to the queue if they also have a mediadaniel oeh
object
2012-08-01Fixed incorrect behavior of FeedItemMenuHandler if an item had no mediadaniel oeh
2012-07-26Restored flattr integrationdaniel oeh
2012-07-26cleaned up packagesdaniel oeh