summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/FeedsFragment.java
AgeCommit message (Expand)Author
2012-09-20fix http basic authAndrew Dolgov
2012-09-20fix missing stuff for default_view_mode implementation in fragmentsAndrew Dolgov
2012-09-20fix for opening category in proper mode from feedsfragmentAndrew Dolgov
2012-09-20fix two context menu crashesAndrew Dolgov
2012-09-19implement default browsing of articlesAndrew Dolgov
2012-09-19implement several loading progressbarsAndrew Dolgov
2012-09-19various lint-related stuffAndrew Dolgov
2012-09-18switch to HttpURLConnection (which should enable SNI on recent androidAndrew Dolgov
2012-09-18do not try to download category iconsAndrew Dolgov
2012-09-18enable nested categories APIAndrew Dolgov
2012-09-17use separate activities for views in small screen modeAndrew Dolgov
2012-09-16fix options menu disappearing on refreshAndrew Dolgov
2012-09-16initialAndrew Dolgov
2012-09-01revert to old way of handling LOGIN_FAILED in subfragmentsAndrew 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-23implement actionbar list navigationAndrew Dolgov
2012-06-22initial support for categories in offline modeAndrew Dolgov
2012-06-20work around against activity always asking about continue/stop sync;Andrew Dolgov
2012-06-20use activity progress indicatorAndrew 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-19switch to ICS native fragmentsAndrew Dolgov
2012-05-05Fix AndroidHttpClient leaks.Michael Kuhn
2012-05-02disable transitioner in offline mode (broken)Andrew Dolgov
2012-05-02Use AndroidHttpClient.Michael Kuhn
2012-03-08on API 3, sort feeds and categories using order configured in tt-rssAndrew Dolgov
2012-01-19properly unmark previously active feed in feedlist when closing feedAndrew Dolgov
2012-01-19move cache directories to sdcard/dataAndrew Dolgov
2012-01-19add some index out of bounds checks to feeds/headline fragmentsAndrew Dolgov
2011-12-07implement offline image cachingAndrew Dolgov
2011-12-06switch mainactivity typecasting to an interfaceAndrew Dolgov
2011-12-06menu updates, bump version, misc cleanupAndrew Dolgov
2011-12-06implement synchronization of offline stuff back to the mothershipAndrew Dolgov
2011-12-06use setemptyview on online listsAndrew Dolgov
2011-11-30use compact portrait vertical headlines layout for small screenAndrew Dolgov
2011-11-29properly use context menu for operations on selected headlinesAndrew Dolgov
2011-11-29fix previous changesetAndrew Dolgov
2011-11-29add experimental feed context menuAndrew Dolgov
2011-11-29implement batch actions on selected articlesAndrew Dolgov
2011-11-29implement API level checkingAndrew Dolgov
2011-11-29feed icon scaling fixesAndrew Dolgov
2011-11-29improve error handling by ApiRequestAndrew Dolgov
2011-11-28add category support to tablet UIAndrew Dolgov
2011-11-28implement categories for smallscreen viewAndrew Dolgov
2011-11-28properly download feed icons, properly adjust feedsfragment onAndrew Dolgov