aboutsummaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/offline
AgeCommit message (Collapse)Author
2012-09-17implement core offline functionsAndrew Dolgov
2012-09-16initialAndrew Dolgov
2012-09-09implement shareintent handler for tt-rss sharing functionalityAndrew Dolgov
bump version
2012-09-02move small tablet stuff detection to CommonActivityAndrew Dolgov
use small tablet UI on screens up to 9"
2012-09-02Small tablet support (< 8")lpetrus
* Portrait mode ** feed list is now smaller and article list is bigger * Landscape mode ** small tablets display always only two columns
2012-09-01set small screen mode based on loaded layout, instead of relying onAndrew Dolgov
XLARGE screen size
2012-09-01properly detect portrait orientationAndrew Dolgov
move to ICS style of naming resources for various dpi bump version
2012-08-13remove in-app billingAndrew Dolgov
add spinner-like triangles for headlines fragment context menu bump version
2012-07-01attempt to workaround against some unknown actionbar navigation relatedAndrew Dolgov
crash, bump version
2012-06-26set LayoutAlgorithm.SINGLE_COLUMN in webviews to fit images without cssAndrew Dolgov
hacks
2012-06-26add menu options to close active feed and article panelsAndrew Dolgov
2012-06-26disable share provider showAsAction altogether (refs #463)Andrew Dolgov
disable splitactionbarwhennarrow because it's not needed without share action bump version
2012-06-26offline: properly restore views after rotationAndrew Dolgov
add workaround against viewpager weirdness after rotation bump version
2012-06-26try to workaround against galaxy nexus going crazy when trying to drawAndrew Dolgov
shareprovider in viewpager with split action bar. thanks, google. (refs #462)
2012-06-25fragment navigation tweaksAndrew Dolgov
2012-06-25display list navigation in xlarge-portrait mode similar to small screenAndrew Dolgov
mode
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
disable feed fragments selected state in small screen mode
2012-06-24properly deselect active feed when going back in tablet modeAndrew Dolgov
other layout-related fixes
2012-06-24fix navigation in portrait modeAndrew Dolgov
2012-06-23offline: fix sharingactionproviderAndrew Dolgov
offline: implement list navigation
2012-06-22offline: properly deselect current category when closing headlinesAndrew Dolgov
2012-06-22fix offline crash when browsing category as feedAndrew Dolgov
2012-06-22adjust headlines left padding in vertical mode on tabletsAndrew Dolgov
add getOrientation()
2012-06-22code cleanupAndrew Dolgov
offline: support feed title in vfeeds
2012-06-22initial support for categories in offline modeAndrew Dolgov
layout tweaks
2012-06-22add DB stuff for offline category syncAndrew Dolgov
2012-06-22add shadows to light theme, misc layout/theme tweaksAndrew Dolgov
2012-06-20hide feed_title in offline modeAndrew Dolgov
2012-06-20do not use progressbar in offlineactivity, stopself in download serviceAndrew Dolgov
2012-06-20allow canceling offline download taskAndrew Dolgov
2012-06-20use activity progress indicatorAndrew Dolgov
2012-06-19offline mode fixesAndrew Dolgov
2012-06-19xlarge layout fixesAndrew Dolgov
2012-06-19revert ics fragment stuffAndrew Dolgov
2012-06-19categorize source filesAndrew Dolgov