aboutsummaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss
AgeCommit message (Collapse)Author
2014-10-15disable headlines webview for the time being due to measurement andAndrew Dolgov
other issues add feature graphic
2014-10-15statusbartint stuffAndrew Dolgov
2014-10-15remove unused amazon device checkAndrew Dolgov
2014-10-15fix bug caused by new default themeAndrew Dolgov
2014-10-15bump versionAndrew Dolgov
2014-10-15rename generic dark theme to holo, set light as default themeAndrew Dolgov
2014-10-15more headlines webview stuffAndrew Dolgov
2014-10-15experimental webview headlines stuffAndrew Dolgov
2014-10-15remove pulltorefresh library, switch to swiperefreshlayoutAndrew Dolgov
2014-10-15use actionbarcompat version of pulltorefresh libraryAndrew Dolgov
2014-10-15remove actionbarsherlock, switch to appcompat stuffAndrew Dolgov
2014-07-17fix result code not parsed properly when subscribing to feedsAndrew 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
2014-01-23fix catchup_above to behave as the desktop version (not includingAndrew Dolgov
selected article)
2014-01-16add open article in web browser to headline context menuAndrew Dolgov
2014-01-16force login when starting in shortcut mode to prevent blank fragmentsAndrew Dolgov
2013-11-29add ability to toggle headlines activity sidebar manually in landscapeAndrew Dolgov
on tablets
2013-11-27disallow unsubscribing from special feedsAndrew Dolgov
2013-11-27block another invocation of setlabels on api 7Andrew Dolgov
2013-11-27add unsubscribe to feed context menuAndrew Dolgov
2013-11-27block setlabel support on API7Andrew Dolgov
2013-11-27allow manually sharing urls to subscribe activityAndrew Dolgov
2013-11-24add easier font size selection dialogAndrew Dolgov
bump version
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-21fix menu not being refreshed when closing slidingmenu by draggingAndrew Dolgov
2013-11-21disable trial stuff on amazon devicesAndrew 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-15respect preview article content option in offline modeMarcel Dopita
2013-11-15for sw600dp track whether feed was previously selected to restoreAndrew Dolgov
slidingmenu to a proper width, set to full screen width as default (closes #804)
2013-11-15do not mark article as read before opening it in offline mode whichAndrew Dolgov
screwed up the cursor (closes #800)
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-11-11taskerreceiver: check for ttrss_url being blank to detect if app is notAndrew Dolgov
configured yet
2013-11-11implement workaround forAndrew Dolgov
http://code.google.com/p/android/issues/detail?id=37484
2013-10-24rework list serializationAndrew Dolgov
2013-10-24check if m_adapter is not null in setselectedfeed/catAndrew Dolgov
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-22use commitAllowingStateLoss() in onHeadlinesLoaded because it could beAndrew Dolgov
called after activity stop
2013-10-21add article image context menu entry to copy link to clipboardAndrew Dolgov
2013-10-21use color.transparent for webview compat modeAndrew Dolgov
2013-10-20fix an issue with back-forward interaction with sliding panelAndrew Dolgov
2013-10-19do no ttry setting web software rendering before api 11Andrew Dolgov
reimplement titlewebview as an alternative rendering option bump version