Commit Graph

645 Commits

Author SHA1 Message Date
Andrew Dolgov
3b3b79ade2 support displaying article notes (requires API 8) 2013-11-23 20:31:37 +04:00
Andrew Dolgov
2d6b858726 allow text selection while keeping image context menus 2013-11-21 12:15:53 +04:00
Andrew Dolgov
e6295be411 set article content webview font size properly 2013-11-21 11:46:25 +04:00
Andrew Dolgov
0d6b35373d fix menu not being refreshed when closing slidingmenu by dragging 2013-11-21 09:46:27 +04:00
Andrew Dolgov
d4caac40d4 disable trial stuff on amazon devices 2013-11-21 09:39:43 +04:00
Andrew Dolgov
ac96ae00d3 add workaround for webview not working correctly inside viewpager or w/e
(the no rect test based nodes found issue)

thanks, google engineers, amazing work
2013-11-19 20:07:17 +04:00
Andrew Dolgov
7ab556e1d4 tweak font sizes 2013-11-17 11:58:28 +04:00
Marcel Dopita
e17e6fc7a8 respect preview article content option in offline mode 2013-11-15 23:50:28 +01:00
Andrew Dolgov
50aa77ebb3 for sw600dp track whether feed was previously selected to restore
slidingmenu to a proper width, set to full screen width as default
(closes #804)
2013-11-15 15:41:05 +04:00
Andrew Dolgov
d7c69cf591 do not mark article as read before opening it in offline mode which
screwed up the cursor (closes #800)
2013-11-15 15:11:15 +04:00
Andrew Dolgov
f2dde1362b replace integer android version numbers with version codes
disable webview_accel preference on 2.3
target sdk 19
2013-11-15 14:57:10 +04:00
Andrew Dolgov
4ab63ea6b8 add wide image workaround for 4.4 (getting real tired of this shit,
google)
2013-11-14 22:37:58 +04:00
Andrew Dolgov
9fe5d31af4 taskerreceiver: check for ttrss_url being blank to detect if app is not
configured yet
2013-11-11 13:44:16 +04:00
Andrew Dolgov
71d0bcea5a implement workaround for
http://code.google.com/p/android/issues/detail?id=37484
2013-11-11 13:42:16 +04:00
Andrew Dolgov
e65c943dd8 rework list serialization 2013-10-24 15:31:47 +04:00
Andrew Dolgov
3fa0b2591a check if m_adapter is not null in setselectedfeed/cat 2013-10-24 15:04:51 +04:00
Andrew Dolgov
683abfa5e8 force color.transparent in article views on 2.3 2013-10-22 20:04:24 +04:00
Andrew Dolgov
5e99572c78 attempt to fix sporadic unmarshalling problems by setting bundle
classloader on saveinstancestate
2013-10-22 18:34:21 +04:00
Andrew Dolgov
0aae49e569 use commitAllowingStateLoss() in onHeadlinesLoaded because it could be
called after activity stop
2013-10-22 09:35:09 +04:00
Andrew Dolgov
956c6f27fa add article image context menu entry to copy link to clipboard 2013-10-21 23:36:32 +04:00
Andrew Dolgov
ba7ed268b6 use color.transparent for webview compat mode 2013-10-21 15:00:19 +04:00
Andrew Dolgov
b02590e06a fix an issue with back-forward interaction with sliding panel 2013-10-20 10:05:33 +04:00
Andrew Dolgov
b8ee3dab39 do no ttry setting web software rendering before api 11
reimplement titlewebview as an alternative rendering option
bump version
2013-10-19 10:13:51 +04:00
Andrew Dolgov
0a7c9640d7 Revert "bump version"
This reverts commit cc67716030.
2013-10-18 00:53:18 +04:00
Andrew Dolgov
cc67716030 bump version
add feedicon to headlines view on tablets
2013-10-18 00:07:38 +04:00
Andrew Dolgov
458b46df25 tasker: add action to upload modified articles and switch online 2013-10-17 18:59:08 +04:00
Andrew Dolgov
9e8b29a8b3 dashclock: use simpleloginmanager 2013-10-17 16:53:01 +04:00
Andrew Dolgov
f4a992ed4e switch commonshareactivity to simpleloginmanager 2013-10-17 16:50:12 +04:00
Andrew Dolgov
c79080545c switch widget provider to use simpleloginmanager 2013-10-17 16:41:45 +04:00
Andrew Dolgov
68f8880a61 implement tasker action to download articles and go offline 2013-10-17 16:33:30 +04:00
Andrew Dolgov
0ebcf48603 add simpleloginmanager 2013-10-17 16:22:19 +04:00
Andrew Dolgov
a97d29d114 support shortcuts opening feedsactivity 2013-10-17 11:00:07 +04:00
Andrew Dolgov
d4ccac5d1e headlinesactivity: force reload of globalstate article cache when
invoked as a shortcut
2013-10-17 10:39:20 +04:00
Andrew Dolgov
45116bd86b experimental support for making launcher shortcuts (to headlinesactivity
only atm)
2013-10-17 10:37:32 +04:00
Andrew Dolgov
da483e12a6 different workaround for webview flicker 2013-10-16 20:22:55 +04:00
Andrew Dolgov
5c9c2a8ca8 Revert "Revert "use scrollview/webview instead of titlewebview hack""
This reverts commit cb18030f6b.
2013-10-16 20:06:33 +04:00
Andrew Dolgov
cb18030f6b Revert "use scrollview/webview instead of titlewebview hack"
This reverts commit 780629fff5.

Conflicts:

	res/layout/article_fragment.xml
	src/org/fox/ttrss/ArticleFragment.java
	src/org/fox/ttrss/offline/OfflineArticleFragment.java
2013-10-16 19:53:32 +04:00
Andrew Dolgov
ced4e4b089 bump version, target api 18
make webview software layer optional
2013-10-16 18:52:04 +04:00
Andrew Dolgov
d6e1597e73 pager: always show progressbar on refresh 2013-10-16 15:59:26 +04:00
Andrew Dolgov
68a687ecc1 pager: load additional headlines earlier, show indeterminate progress 2013-10-16 15:41:24 +04:00
Andrew Dolgov
85ef8d8d13 fix indeterminate progressbar not completing if http request fails 2013-10-16 15:28:59 +04:00
Andrew Dolgov
060fef90fd add indeterminate progressbars to a few more logical places 2013-10-16 15:11:44 +04:00
Andrew Dolgov
780629fff5 use scrollview/webview instead of titlewebview hack 2013-10-16 14:57:35 +04:00
Andrew Dolgov
8bb1ccbb24 abort if received headlines for the feed which is no longer active
(because of request taking too long?) (refs #785)
2013-10-16 13:43:39 +04:00
Andrew Dolgov
9ae3f3c50a headlinesrequest: do not try to remove excess items if requested with
offset=0
2013-10-16 13:35:49 +04:00
Andrew Dolgov
294eeeb9cd show indeterminate loading progressbar only when refreshing manually 2013-10-16 13:29:40 +04:00
Andrew Dolgov
94a468b2a3 implement headlines fragment pull to refresh
use indeterminate progressbar under actionbar
2013-10-16 12:53:08 +04:00
Andrew Dolgov
3c4324eee2 fix previous 2013-10-16 12:44:30 +04:00
Andrew Dolgov
d74beb0027 move pulltorefresh adapter to common activity, remove some imports and
unused pragmas
2013-10-16 12:42:58 +04:00
Andrew Dolgov
29cb4f17d8 experimentally implement actionbar-pulltorefresh for feeds and cats 2013-10-16 12:38:18 +04:00