summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/ArticleFragment.java
AgeCommit message (Collapse)Author
2014-10-17initialAndrew Dolgov
2014-10-15rename generic dark theme to holo, set light as default themeAndrew Dolgov
2014-01-25use line-spacing on headlines; increase default line-height on articlesAndrew Dolgov
a bit
2014-01-25add option for condensed fontsAndrew Dolgov
2014-01-25adjust other relevant element sizes in headline and article views basedAndrew Dolgov
on user setting
2014-01-24tweak typography and layouts a bitAndrew Dolgov
2013-11-24allow more precise font size selection for headlines & articleAndrew Dolgov
remove single_column layout stuff
2013-11-23support displaying article notes (requires API 8)Andrew Dolgov
2013-11-21allow text selection while keeping image context menusAndrew Dolgov
2013-11-21set article content webview font size properlyAndrew Dolgov
2013-11-19add workaround for webview not working correctly inside viewpager or w/eAndrew Dolgov
(the no rect test based nodes found issue) thanks, google engineers, amazing work
2013-11-17tweak font sizesAndrew Dolgov
2013-11-15replace integer android version numbers with version codesAndrew Dolgov
disable webview_accel preference on 2.3 target sdk 19
2013-11-14add wide image workaround for 4.4 (getting real tired of this shit,Andrew Dolgov
google)
2013-10-22force color.transparent in article views on 2.3Andrew Dolgov
2013-10-22attempt to fix sporadic unmarshalling problems by setting bundleAndrew Dolgov
classloader on saveinstancestate
2013-10-21use color.transparent for webview compat modeAndrew Dolgov
2013-10-19do no ttry setting web software rendering before api 11Andrew Dolgov
reimplement titlewebview as an alternative rendering option bump version
2013-10-16different workaround for webview flickerAndrew Dolgov
2013-10-16Revert "Revert "use scrollview/webview instead of titlewebview hack""Andrew Dolgov
This reverts commit cb18030f6b4aec8cd88aff333d7fbeea7572a347.
2013-10-16Revert "use scrollview/webview instead of titlewebview hack"Andrew Dolgov
This reverts commit 780629fff539128065970011931b141b1eb723ed. Conflicts: res/layout/article_fragment.xml src/org/fox/ttrss/ArticleFragment.java src/org/fox/ttrss/offline/OfflineArticleFragment.java
2013-10-16bump version, target api 18Andrew Dolgov
make webview software layer optional
2013-10-16use scrollview/webview instead of titlewebview hackAndrew Dolgov
2013-10-16move pulltorefresh adapter to common activity, remove some imports andAndrew Dolgov
unused pragmas
2013-10-15fix article text color when using system themeAndrew Dolgov
2013-06-25fix "read more" links not working properly in embedded browserAndrew Dolgov
bump version
2013-06-24article webview: set base url to properly display protocol relativeAndrew Dolgov
images
2013-05-31enable webview zoom controlsAndrew Dolgov
bump version
2013-05-31remove side tapping as clumsy/clashing with urls (closes #702)Andrew Dolgov
2013-05-24fix webview flickerAndrew Dolgov
2013-05-23update articlefragment styleAndrew Dolgov
2013-05-23article: use shorter dateAndrew Dolgov
2013-05-23populate article fragment in a runnableAndrew Dolgov
2013-05-15article: fix width of table elementAndrew Dolgov
2013-05-07fix for opening links with special characters like whitespaceLennart Weller
2013-04-29article fragment: remove title bold faceAndrew Dolgov
2013-04-26remove custom fragment constructorsAndrew Dolgov
2013-04-21improve terribleness of workaround for the eaten last line on 2.3 (refsAndrew Dolgov
#670)
2013-04-21support actionbarsherlockAndrew Dolgov
2013-04-16further menu-related fixesAndrew Dolgov
remove mangled unicode ellipsis in articlefragment
2013-04-16initial support for better holo iconsAndrew Dolgov
2013-04-08work around against crash when long tapping on an article headerAndrew Dolgov
2013-03-31implement basic webview context menu for imagesAndrew Dolgov
2013-03-30support showing article author (requires api 5)Andrew Dolgov
bump version
2013-03-14Fix HTML unescaping in title of ArticleFragment.Ajay Roopakalu
The title of an article when displayed in the ArticleFragment is HTML escaped, as opposed to being properly un-escaped as in HeadlinesFragment (currently around line 588). This produces strings with """ instead of the quote character, for example. 
2013-02-14target API 17, clean some useless importsAndrew Dolgov
2013-02-11update support libraryAndrew Dolgov
fix articlefragment link context menu
2013-02-09implement dark gray theme, bump versionAndrew Dolgov
2013-01-18make quick preview image transparentAndrew Dolgov
2013-01-05add basic fullscreen mode, move preferences a bitAndrew Dolgov