summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/offline/OfflineActivity.java
AgeCommit message (Expand)Author
2014-10-17initialAndrew Dolgov
2014-10-15remove actionbarsherlock, switch to appcompat stuffAndrew Dolgov
2013-11-29add ability to toggle headlines activity sidebar manually in landscapeAndrew Dolgov
2013-11-15replace integer android version numbers with version codesAndrew Dolgov
2013-10-21add article image context menu entry to copy link to clipboardAndrew Dolgov
2013-06-10support view_mode setting in offline (without adaptive for the timeAndrew Dolgov
2013-06-10add image context menu in offline mode (closes #711)Andrew Dolgov
2013-05-29fix headlines catchup button not respecting confirm optionAndrew Dolgov
2013-05-18better handle moving back from nested feedsAndrew Dolgov
2013-04-21support actionbarsherlockAndrew Dolgov
2013-04-16offline: modernize UIAndrew Dolgov
2013-04-16unify theme setting, disable light theme on HCAndrew Dolgov
2013-03-23added handling of volume keys in onKeyUp to suppress beepingMarcel Dopita
2013-02-09implement dark gray theme, bump versionAndrew Dolgov
2012-12-31layout improvements, add missing filesAndrew Dolgov
2012-09-23reimplement going between articles with volume keys, bump versionAndrew Dolgov
2012-09-20offline not syncing fixesAndrew Dolgov
2012-09-20fix missing stuff for default_view_mode implementation in fragmentsAndrew Dolgov
2012-09-19disable share intent debuggingAndrew Dolgov
2012-09-19fix articlefragment progressbarAndrew Dolgov
2012-09-19remove smalltablet code as unnecessary, store showunreadfeeds inAndrew Dolgov
2012-09-19various lint-related stuffAndrew Dolgov
2012-09-18offline: set show unread feeds default same with online modeAndrew Dolgov
2012-09-17basic work on offline mode stuff for tabletsAndrew Dolgov
2012-09-17various offline fixesAndrew Dolgov
2012-09-17implement most of offline menusAndrew Dolgov
2012-09-17more offline functionality stuffAndrew Dolgov
2012-09-17implement core offline functionsAndrew Dolgov
2012-09-16initialAndrew Dolgov
2012-09-09implement shareintent handler for tt-rss sharing functionalityAndrew Dolgov
2012-09-02move small tablet stuff detection to CommonActivityAndrew Dolgov
2012-09-02Small tablet support (< 8")lpetrus
2012-09-01set small screen mode based on loaded layout, instead of relying onAndrew Dolgov
2012-09-01properly detect portrait orientationAndrew Dolgov
2012-07-01attempt to workaround against some unknown actionbar navigation relatedAndrew Dolgov
2012-06-26add menu options to close active feed and article panelsAndrew Dolgov
2012-06-26disable share provider showAsAction altogether (refs #463)Andrew Dolgov
2012-06-26offline: properly restore views after rotationAndrew Dolgov
2012-06-26try to workaround against galaxy nexus going crazy when trying to drawAndrew Dolgov
2012-06-25fragment navigation tweaksAndrew Dolgov
2012-06-25display list navigation in xlarge-portrait mode similar to small screenAndrew Dolgov
2012-06-25support GB title in offline modeAndrew Dolgov
2012-06-25move copyToClipboard() to CommonActivityAndrew Dolgov
2012-06-24move some more common stuff to CommonActivityAndrew Dolgov
2012-06-24move some shared activity code to CommonActivityAndrew Dolgov
2012-06-24minor code cleanupAndrew Dolgov
2012-06-24simplify back stack handling a bitAndrew Dolgov
2012-06-24properly deselect active feed when going back in tablet modeAndrew Dolgov
2012-06-24fix navigation in portrait modeAndrew Dolgov
2012-06-23offline: fix sharingactionproviderAndrew Dolgov