Andrew Dolgov
|
cd7f9529a7
|
remove custom fragment constructors
|
2013-04-26 13:16:53 +04:00 |
|
jan_bar
|
a771ad16cf
|
Fixed score colors as requested
|
2013-04-25 18:03:43 +02:00 |
|
jan_bar
|
6aaf8143de
|
Fixed formatting issues
|
2013-04-25 17:54:52 +02:00 |
|
jan_bar
|
3bdb6e86af
|
Support score in online and offline mode
Bump database version
Fixed bug in database drop order
|
2013-04-24 15:48:44 +02:00 |
|
Andrew Dolgov
|
0b2345344b
|
support actionbarsherlock
|
2013-04-21 17:01:26 +04:00 |
|
Andrew Dolgov
|
aadfbbc18b
|
Merge branch 'master' of git://github.com/dalingrin/Tiny-Tiny-RSS-for-Honeycomb
Conflicts:
res/values/strings.xml
res/xml/preferences.xml
|
2013-04-18 16:40:57 +04:00 |
|
Dalingrin
|
f012d88a7e
|
Fix missing declaration
|
2013-04-17 21:35:43 -05:00 |
|
Andrew Dolgov
|
9ad3ce0f9a
|
add preference to show old articles first by using new api stuff; bump
version
|
2013-04-02 09:39:31 +04:00 |
|
Erik Hardesty
|
7d7022e026
|
Process read articles in batches
Accumulate read articles while scrolling and upload changes to tt-rss only when done scrolling
|
2013-04-01 10:36:27 -05:00 |
|
Erik Hardesty
|
b7e5436576
|
Add mark read on scroll for headlines
|
2013-03-30 17:58:55 -05:00 |
|
Andrew Dolgov
|
5792022b55
|
support showing article author (requires api 5)
bump version
|
2013-03-30 19:30:47 +04:00 |
|
Andrew Dolgov
|
ab184cb5bd
|
enlarge maximum amount of articles in headline buffer
modify catchup_above to exclude current article for consistency
fix catchup_above to only work on actually unread article (closes #632)
|
2013-03-27 13:57:59 +04:00 |
|
Andrew Dolgov
|
48e5015353
|
add menu item to set view mode, bump version
|
2013-03-25 10:15:42 +04:00 |
|
Andrew Dolgov
|
7358405040
|
add an option to hide content previews in headlines list (closes #606)
|
2013-03-21 10:03:50 +04:00 |
|
Andrew Dolgov
|
ef8fb0f7e8
|
implement different resources for selected and selected+unread headlines
(refs #595)
|
2013-03-19 14:44:11 +04:00 |
|
Andrew Dolgov
|
be9c8d6614
|
headlinesfragment: check if getView() exists before assigning list empty
view
|
2013-02-13 09:47:04 +04:00 |
|
Andrew Dolgov
|
da36af7b42
|
fix dual refresh race condition when doing openFeedArticles() in tablet
mode
|
2013-02-11 22:06:40 +04:00 |
|
Andrew Dolgov
|
06c6921dc2
|
enable headlines list empty view
|
2013-02-10 11:33:32 +04:00 |
|
Andrew Dolgov
|
f0bc21b1a8
|
fix default_feed_view=articles on tablets, bump version
|
2013-01-07 00:54:24 +04:00 |
|
Andrew Dolgov
|
479d1f0a6c
|
prevent crash on 2.3 with dim_status_bar enabled, cleanup unused imports
|
2013-01-05 12:19:26 +04:00 |
|
Andrew Dolgov
|
09c3fdf39c
|
various more layout tweaks
|
2012-12-31 14:21:57 +04:00 |
|
Andrew Dolgov
|
cd2df32b45
|
various layout readability updates
|
2012-12-31 14:01:59 +04:00 |
|
Andrew Dolgov
|
6510295056
|
tablet headline row layout updates
|
2012-12-31 13:25:23 +04:00 |
|
Andrew Dolgov
|
7357c546b2
|
remove combined mode stuff
|
2012-12-31 01:43:23 +04:00 |
|
Andrew Dolgov
|
ac3dbd593a
|
check if fragment is attached in fragment asynctasks
|
2012-10-09 09:54:43 +04:00 |
|
Andrew Dolgov
|
83fa1ace29
|
fix crash in articlefragment context menu because of id collision
|
2012-09-26 09:48:08 +04:00 |
|
Andrew Dolgov
|
81522a6172
|
remove per-fragment loading messages
|
2012-09-21 10:56:49 +04:00 |
|
Andrew Dolgov
|
786422a027
|
fix two context menu crashes
|
2012-09-20 01:39:38 +04:00 |
|
Andrew Dolgov
|
9d283da0f0
|
various tablet-mode refresh fixes
|
2012-09-19 23:39:46 +04:00 |
|
Andrew Dolgov
|
9479fac206
|
disable combined mode because of lack of images and performance issues
|
2012-09-19 22:57:10 +04:00 |
|
Andrew Dolgov
|
edbf27ffb8
|
implement several loading progressbars
|
2012-09-19 16:01:31 +04:00 |
|
Andrew Dolgov
|
797dbe2080
|
various lint-related stuff
|
2012-09-19 13:37:12 +04:00 |
|
Andrew Dolgov
|
7abd056146
|
various session handling fixes; try to reload headlines when
shared application data has been erased
|
2012-09-19 12:49:10 +04:00 |
|
Andrew Dolgov
|
dcea7f0e85
|
misc optimization, do not embed duplicate enclosure images in
ArticleFragment
|
2012-09-18 23:50:50 +04:00 |
|
Andrew Dolgov
|
d3320e66ec
|
disable search in HeadlinesActivity
|
2012-09-18 15:35:24 +04:00 |
|
Andrew Dolgov
|
46751e25b3
|
implement refreshing headlines in headlinesactivity
|
2012-09-18 15:17:39 +04:00 |
|
Andrew Dolgov
|
1a7edb4254
|
enable nested categories API
|
2012-09-18 10:03:16 +04:00 |
|
Andrew Dolgov
|
84a766213d
|
feed_title substring crash fix
|
2012-09-17 23:33:36 +04:00 |
|
Andrew Dolgov
|
1a5017b432
|
various tablet-related improvements
|
2012-09-17 23:20:59 +04:00 |
|
Andrew Dolgov
|
8e3e5add77
|
implement most of offline menus
|
2012-09-17 18:44:43 +04:00 |
|
Andrew Dolgov
|
219531f138
|
implement background loading in ArticlePager
various loading and state related fixes
|
2012-09-17 13:27:27 +04:00 |
|
Andrew Dolgov
|
4f8cc7aeeb
|
use separate activities for views in small screen mode
|
2012-09-17 12:45:52 +04:00 |
|
Andrew Dolgov
|
24fe7ccf1c
|
fix headlinesactivity initial item not being scrolled to
|
2012-09-16 23:31:38 +04:00 |
|
Andrew Dolgov
|
556196cf6a
|
fix appending new headlines on scroll
remove unused stuff from preferences
|
2012-09-16 23:19:12 +04:00 |
|
Andrew Dolgov
|
721c98ce98
|
fix options menu disappearing on refresh
|
2012-09-16 22:36:55 +04:00 |
|
Andrew Dolgov
|
c580d8225a
|
properly restore state when going back from headlinesactivity
|
2012-09-16 22:13:32 +04:00 |
|
Andrew Dolgov
|
306a0bf4c9
|
implement application singleton to store retrieved headlines
activities
|
2012-09-16 21:59:03 +04:00 |
|
Andrew Dolgov
|
3cbae613a5
|
reimplement most menu handlers
|
2012-09-16 20:46:54 +04:00 |
|
Andrew Dolgov
|
ced80be1ae
|
initial
|
2012-09-16 13:25:28 +04:00 |
|
Andrew Dolgov
|
5de95d4daf
|
add null check to getArticlePosition()
|
2012-09-09 11:39:53 +04:00 |
|