summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-27add support for http basic authorizationAndrew Dolgov
2011-11-27drop databasehelper, misc cleanup, suppress some warningsAndrew Dolgov
2011-11-27unify interfaces used by headlines fragmentAndrew Dolgov
2011-11-27implement marking articles as unreadAndrew Dolgov
do not notify server to catchup article if it isn't unread when selecting
2011-11-27implement published articlesAndrew Dolgov
2011-11-27add menus to toggle marked/published on active articleAndrew Dolgov
2011-11-27cleaner preference handling in ApiRequestAndrew Dolgov
make json data debugging optional
2011-11-27various progressbar usage fixesAndrew Dolgov
remove unnecessary runOnUiThread from asynctask methods
2011-11-27only report null object in feedsfragment when no feeds are presentlyAndrew Dolgov
loaded
2011-11-27fix upside-down orientation handlingAndrew Dolgov
2011-11-27better compatMode animation checkingAndrew Dolgov
2011-11-27switch to yet another hack to display utf-8 characters in webview,Andrew Dolgov
thanks google!
2011-11-27properly display escaped entities in headlines viewAndrew Dolgov
2011-11-27better handle http errorsAndrew Dolgov
2011-11-27add option to trust all SSL certificatesAndrew Dolgov
2011-11-26fix smallscreenmode being enabled in portrait Andrew Dolgov
2011-11-26only show load more menu option when there's stuff to loadAndrew Dolgov
2011-11-26implement basic view animationsAndrew Dolgov
2011-11-26implement show all/show unreadAndrew Dolgov
tweak menu theme tweaks bump version
2011-11-26fix themes for 2.x devicesAndrew Dolgov
2011-11-26scroll to the first new entry when loading more headlinesAndrew Dolgov
2011-11-26article: drop link color override in dark themeAndrew Dolgov
2011-11-26fix load more headlines menu item being shown while in feedlistAndrew Dolgov
2011-11-26add compatibility with small screen devicesAndrew Dolgov
2011-11-26support loading more headlines from main menuAndrew Dolgov
2011-11-26add preference to sort feeds by unreadAndrew Dolgov
2011-11-25implement Parcelable.CREATORAndrew Dolgov
2011-11-25notify to configure application when neededAndrew Dolgov
rebuild with ACP update ADT
2011-11-25disable irrelevant menu items when article is openAndrew Dolgov
fix link color in dark theme webview
2011-11-25fix closeArticle updating menu before setting m_selectedArticle toAndrew Dolgov
null
2011-11-25refresh feeds when article is closedAndrew Dolgov
fixes for dark theme
2011-11-25implement article sharingAndrew Dolgov
2011-11-25properly restore state on orientation changeAndrew Dolgov
2011-11-25implement feedlist serialization and proper restoring ofAndrew Dolgov
feedlist/login status on orientation change
2011-11-25use animations from layouttransitionerAndrew Dolgov
2011-11-25fix webview encoding in articlefragmentAndrew Dolgov
2011-11-25fix article timestamp in headlines displayed in UTCAndrew Dolgov
use custom back button handling to prevent backstack idiocy
2011-11-24reorganize actionbarAndrew Dolgov
2011-11-24various layout tweaksAndrew Dolgov
fix logout action
2011-11-24handle login/logout and session errors in child fragmentsAndrew Dolgov
2011-11-24mark articles as read when readingAndrew Dolgov
2011-11-24implement closing of articlepanelAndrew Dolgov
2011-11-24more interface stuff, allow marking headlines as checkedAndrew Dolgov
2011-11-24draw separate views for active/unread/normal headlines and feedsAndrew Dolgov
2011-11-24menu updatesAndrew Dolgov
2011-11-24add show unread/show all menu itemAndrew Dolgov
2011-11-23add misc drawablesAndrew Dolgov
update layouts
2011-11-23refresh feeds automaticallyAndrew Dolgov
2011-11-23sort m_feedsAndrew Dolgov
2011-11-23rework fragment interaction through listenersAndrew Dolgov
articlefragment now works