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 |
|
Andrew Dolgov
|
c81545503a
|
update published/unpublished icons
|
2013-10-15 19:34:45 +04:00 |
|
Andrew Dolgov
|
688c22fe92
|
fix article text color when using system theme
|
2013-10-15 18:53:05 +04:00 |
|
Andrew Dolgov
|
dedd069a90
|
add experimental support for sherlock devicedefault theme
|
2013-10-15 15:24:18 +04:00 |
|
Andrew Dolgov
|
f3e00065ea
|
Merge pull request #54 from tuxmobil/master
Fix for Bug 714 "Mark above as read"
|
2013-10-15 02:41:11 -07:00 |
|
tuxmobil
|
1a39cb0f50
|
Fix for Bug 714 "Mark above as read"
|
2013-10-15 11:04:00 +02:00 |
|
Andrew Dolgov
|
0fb9177e78
|
experimental workaround for the headlines using wrong view on refresh
issue
|
2013-10-07 18:32:42 +04:00 |
|
Andrew Dolgov
|
9da4f1e5f7
|
confirm if necessary catching up feed from context menu
|
2013-09-09 13:52:16 +04:00 |
|
Andrew Dolgov
|
92d63150a0
|
sepia theme fixes; update overflow icons to use modern holo style;
enable overflow icons for feed items
|
2013-09-09 13:34:53 +04:00 |
|
Andrew Dolgov
|
6a397ef34d
|
make ui more ~cards~ like, simplify some drawables
|
2013-09-08 20:33:46 +04:00 |
|
Andrew Dolgov
|
d5cd47e6ee
|
properly calculate offsets for non-default view modes (closes #770)
|
2013-09-01 14:08:11 +04:00 |
|
Andrew Dolgov
|
0e751f5db2
|
replace smooth scrolling with setSelection(0) on headlines refresh (refs
#767)
|
2013-08-29 13:20:17 +04:00 |
|
Andrew Dolgov
|
02a8162956
|
disable auto mark as read temporarily when scrolling listview back to
top because of new items (refs #767)
|
2013-08-29 13:15:27 +04:00 |
|
Andrew Dolgov
|
0d4bdfad43
|
fix menu not being updated when going back from headlines to sliding
menu in offline mode (closes #764)
|
2013-08-28 13:57:20 +04:00 |
|
Andrew Dolgov
|
6d016599b8
|
fix crash in articlepager when m_article is null
|
2013-08-27 13:04:22 +04:00 |
|