summaryrefslogtreecommitdiff
path: root/src/org
AgeCommit message (Collapse)Author
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
2013-10-18Revert "bump version"Andrew Dolgov
This reverts commit cc67716030f04c014b6a36be33318676c2f91872.
2013-10-18bump versionAndrew Dolgov
add feedicon to headlines view on tablets
2013-10-17tasker: add action to upload modified articles and switch onlineAndrew Dolgov
2013-10-17dashclock: use simpleloginmanagerAndrew Dolgov
2013-10-17switch commonshareactivity to simpleloginmanagerAndrew Dolgov
2013-10-17switch widget provider to use simpleloginmanagerAndrew Dolgov
2013-10-17implement tasker action to download articles and go offlineAndrew Dolgov
2013-10-17add simpleloginmanagerAndrew Dolgov
2013-10-17support shortcuts opening feedsactivityAndrew Dolgov
2013-10-17headlinesactivity: force reload of globalstate article cache whenAndrew Dolgov
invoked as a shortcut
2013-10-17experimental support for making launcher shortcuts (to headlinesactivityAndrew Dolgov
only atm)
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