summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-06-22remove hardcoded gray from headline rows layoutAndrew Dolgov
properly deselect active article in headlines when closing article panel
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-22layout/style update (add selection marker arrowheads)Andrew Dolgov
2012-06-22add shadows to light theme, misc layout/theme tweaksAndrew Dolgov
2012-06-21rate limit refresh(); better update feed counters when browsing feed inAndrew Dolgov
tablet mode
2012-06-21cache feeds/cats fragment when going back from headlines for speedAndrew Dolgov
2012-06-20tablet-related fixesAndrew Dolgov
2012-06-20hide feed_title in offline modeAndrew Dolgov
2012-06-20implement publish with noteAndrew Dolgov
2012-06-20fix layout not restoring properly when article is openAndrew Dolgov
2012-06-20various layout and code updates to support feed_title in virtual feedsAndrew Dolgov
(requires API 3)
2012-06-20remove de, fr translations because of lack of updatesAndrew Dolgov
various lint-related fixes
2012-06-20try to automatically refresh headlines while going through articlepagerAndrew Dolgov
add missing dummy_fragment.xml
2012-06-20work around against activity always asking about continue/stop sync;Andrew Dolgov
misc fixes
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-19fix category back navigationAndrew Dolgov
2012-06-19offline mode fixesAndrew Dolgov
2012-06-19xlarge layout fixesAndrew Dolgov
2012-06-19simplify fragment managementAndrew Dolgov
2012-06-19find fragments by tags, misc stuffAndrew Dolgov
2012-06-19store feed/category objects inside fragments instead of idsAndrew Dolgov
2012-06-19categorize more stuffAndrew Dolgov
2012-06-19revert ics fragment stuffAndrew Dolgov
2012-06-19Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-HoneycombAndrew Dolgov
2012-06-19categorize source filesAndrew Dolgov
2012-06-19remove m_compatMode stuff; add missing FragmentStagePagerAdapter hackAndrew Dolgov
2012-06-19switch to ICS native fragmentsAndrew Dolgov
2012-05-05Fix AndroidHttpClient leaks.Michael Kuhn
2012-05-02add some lint fixes, bump minimum SDK version to froyoAndrew Dolgov
2012-05-02disable transitioner in offline mode (broken)Andrew Dolgov
fix androidhttpclient leaks introduced with previous patch
2012-05-02Use AndroidHttpClient.Michael Kuhn
2012-03-21add some preference key dependency trackingAndrew Dolgov
2012-03-21add option to justify/left-align article textAndrew Dolgov
2012-03-12hide headlines row separator in small screen modeAndrew Dolgov
2012-03-12implement new attachment UI with buttons to copy URL/view separateAndrew Dolgov
attachment
2012-03-12add copy article text to combined mode article context menu (refs #437)Andrew Dolgov
2012-03-12add context menu for article linkAndrew Dolgov
2012-03-11support non-image attachments (closes #434)Andrew Dolgov
bump version
2012-03-08on API 3, sort feeds and categories using order configured in tt-rssAndrew Dolgov
properly unmark Uncategorized on closeCategory()
2012-03-06remove share intent SUBJECTAndrew Dolgov
2012-03-01add optional article swiping for xlarge devicesAndrew Dolgov
2012-02-29add in-app billing donation stuffAndrew Dolgov
2012-02-25only enable layouttransitioner for large screensAndrew Dolgov
2012-02-25support different article text sizesAndrew Dolgov
2012-02-25enable transitions for API 15, remove TransitionHelperAndrew Dolgov