summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/OfflineArticleFragment.java
AgeCommit message (Collapse)Author
2012-06-19categorize source filesAndrew Dolgov
2012-06-19switch to ICS native fragmentsAndrew Dolgov
2012-05-02add some lint fixes, bump minimum SDK version to froyoAndrew Dolgov
2012-03-21add option to justify/left-align article textAndrew Dolgov
2012-03-12implement new attachment UI with buttons to copy URL/view separateAndrew Dolgov
attachment
2012-03-12add context menu for article linkAndrew Dolgov
2012-02-25support different article text sizesAndrew Dolgov
2012-02-03open preferences automatically on first startAndrew Dolgov
2012-02-03set webview acceleration to software to prevent background flicker onAndrew Dolgov
ics
2012-02-01use proper link colors in webview (bump version)Andrew Dolgov
2012-02-01add placeholder textColorLink resolving code to color webview linksAndrew Dolgov
2012-01-26fix crash with ActivityNotFound exception when opening urls prefixed byAndrew Dolgov
spaces
2012-01-25remove ads, bump versionAndrew Dolgov
2011-12-19enable zoom controls in article webview, bump versionAndrew 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-07remove <video> tags from webviewsAndrew Dolgov
2011-12-07webview: try to trap runtimeexceptionAndrew Dolgov
2011-12-07implement offline image cachingAndrew Dolgov
2011-12-07code cleanupAndrew Dolgov
2011-12-06switch mainactivity typecasting to an interfaceAndrew Dolgov
2011-12-06reimplement moving between articles using volume buttons,Andrew Dolgov
articlefragment clicks, etc
2011-12-06code cleanup, use separate menu for offline mode, start implementingAndrew Dolgov
menu actions
2011-12-05split offline stuff into offline activityAndrew Dolgov
2011-12-05implement basic offline headline/article fragmentsAndrew Dolgov