summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-06-25support GB title in offline modeAndrew Dolgov
2012-06-25show title/loading progressbar on GBAndrew 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-23make sure split actionbar actually worksAndrew Dolgov
remove collapsible share provider hack
2012-06-23fix home button not enabled for navigation when browsing feedAndrew Dolgov
2012-06-23actionbar navigation fixesAndrew Dolgov
2012-06-23implement actionbar list navigationAndrew Dolgov
small fragment behaviour tweaks restart application if login session is lost
2012-06-22offline: properly deselect current category when closing headlinesAndrew Dolgov
2012-06-22fix offline crash when browsing category as feedAndrew Dolgov
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