summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/MainActivity.java
AgeCommit message (Collapse)Author
2012-06-19categorize more stuffAndrew Dolgov
2012-06-19revert ics fragment stuffAndrew 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-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-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-25enable transitions for API 15, remove TransitionHelperAndrew Dolgov
2012-02-06add apprater, fix logging in two times, bump versionAndrew Dolgov
2012-02-03tweak actionbar title displayAndrew Dolgov
2012-02-03enable split actionbarAndrew Dolgov
use shareprovider dropdown better use of actionbar title in various modes
2012-02-03hide unneeded fragments on logoutAndrew Dolgov
2012-02-03try to login onResume if session_id is nullAndrew Dolgov
2012-02-03open preferences automatically on first startAndrew Dolgov
2012-02-01do not always mark uncategorized as selected on goBack()Andrew Dolgov
2012-01-27dump active headlines fragment when closing feedAndrew Dolgov
2012-01-27disable layout transitioner on ICS since it doesn't seem to workAndrew Dolgov
properly, bump version
2012-01-25remove ads, bump versionAndrew Dolgov
2012-01-24properly unmark categories when going backAndrew Dolgov
2012-01-24include article title when sharingAndrew Dolgov
2012-01-19properly reset search text on viewCategory()Andrew Dolgov
2012-01-19properly unmark previously active feed in feedlist when closing feedAndrew Dolgov
2012-01-19implement basic search dialog for compat modeAndrew Dolgov
2012-01-19limit search to API level 2Andrew Dolgov
2012-01-19implement actionbar search for HC/ICS devicesAndrew Dolgov
2012-01-18fix layout weirdness caused by articlepager on several consequentAndrew Dolgov
rotates
2012-01-18allow closing active feed in tablet modeAndrew Dolgov
2012-01-18properly handle home button on actionbar in small screen modeAndrew Dolgov
2012-01-17unbreak animations for HCAndrew Dolgov
2012-01-17move libraries to libs/Andrew Dolgov
properly detect xlarge screens update ACP library link against API 14 (ICS) various fixes for ICS bump version
2012-01-17add color theme for ICSAndrew Dolgov
2012-01-17compatibility fixes for ICS (galaxy nexus)Andrew Dolgov
2012-01-10Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-HoneycombAndrew Dolgov
2012-01-10use runOnUiThread in RefreshTaskAndrew Dolgov
2012-01-07Update src/org/fox/ttrss/MainActivity.javapoitzorg
2012-01-05fix width/height detection for portrait screensAndrew Dolgov
2012-01-04potential fix for 2.3 tabletsAndrew Dolgov
2011-12-25implement setting labels for selected articleAndrew Dolgov
2011-12-16store offline mode status preference in a separate file to preventAndrew Dolgov
backing it up to the cloud
2011-12-13make API level request less crashyAndrew Dolgov
2011-12-10use viewpager-based article swiping for offline modeAndrew Dolgov
2011-12-09smooth article swiping using viewpager (in online mode)Andrew Dolgov
2011-12-09fix contextual actionbar for 2.xAndrew Dolgov
2011-12-09use actionbar home button to close article on HCAndrew Dolgov