summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-09-17more offline functionality stuffAndrew Dolgov
2012-09-17implement core offline functionsAndrew Dolgov
2012-09-17implement background loading in ArticlePagerAndrew Dolgov
various loading and state related fixes
2012-09-17use separate activities for views in small screen modeAndrew Dolgov
2012-09-16fix headlinesactivity initial item not being scrolled toAndrew Dolgov
2012-09-16fix appending new headlines on scrollAndrew Dolgov
remove unused stuff from preferences
2012-09-16reimplement action mode for headlines selectionAndrew Dolgov
2012-09-16fix options menu disappearing on refreshAndrew Dolgov
2012-09-16properly restore state when going back from headlinesactivityAndrew Dolgov
2012-09-16implement application singleton to store retrieved headlines Andrew Dolgov
activities
2012-09-16further tweaks for tabletsAndrew Dolgov
2012-09-16reimplement most menu handlersAndrew Dolgov
2012-09-16more experimental stuffAndrew Dolgov
2012-09-16initialAndrew Dolgov
2012-09-10closeFeed: add some null pointer checkingAndrew Dolgov
2012-09-09remove sharing stuffAndrew Dolgov
2012-09-09externalize stringsAndrew Dolgov
2012-09-09implement shareintent handler for tt-rss sharing functionalityAndrew Dolgov
bump version
2012-09-09CategoryNavigationEntry: check if fragment is missing before enabling itAndrew Dolgov
2012-09-09add null check to getArticlePosition()Andrew Dolgov
2012-09-05add toast notifications for article mark/publish/setnote Andrew Dolgov
2012-09-04types: add empty constructors for gsonAndrew Dolgov
2012-09-02move small tablet stuff detection to CommonActivityAndrew Dolgov
use small tablet UI on screens up to 9"
2012-09-02use small tablet mode on screens <9"Andrew Dolgov
2012-09-02Small tablet support (< 8")lpetrus
* Portrait mode ** feed list is now smaller and article list is bigger * Landscape mode ** small tablets display always only two columns
2012-09-01set small screen mode based on loaded layout, instead of relying onAndrew Dolgov
XLARGE screen size
2012-09-01revert to old way of handling LOGIN_FAILED in subfragmentsAndrew Dolgov
2012-09-01properly detect portrait orientationAndrew Dolgov
move to ICS style of naming resources for various dpi bump version
2012-08-13remove in-app billingAndrew Dolgov
add spinner-like triangles for headlines fragment context menu bump version
2012-07-10prevent trying to login twice on startupAndrew Dolgov
open idiot-friendly dialog when application is not configured bump version
2012-07-01attempt to workaround against some unknown actionbar navigation relatedAndrew Dolgov
crash, bump version
2012-06-26set LayoutAlgorithm.SINGLE_COLUMN in webviews to fit images without cssAndrew Dolgov
hacks
2012-06-26add menu options to close active feed and article panelsAndrew Dolgov
2012-06-26disable share provider showAsAction altogether (refs #463)Andrew Dolgov
disable splitactionbarwhennarrow because it's not needed without share action bump version
2012-06-26offline: properly restore views after rotationAndrew Dolgov
add workaround against viewpager weirdness after rotation bump version
2012-06-26try to workaround against galaxy nexus going crazy when trying to drawAndrew Dolgov
shareprovider in viewpager with split action bar. thanks, google. (refs #462)
2012-06-25fragment navigation tweaksAndrew Dolgov
2012-06-25display list navigation in xlarge-portrait mode similar to small screenAndrew Dolgov
mode
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