Commit Graph

202 Commits

Author SHA1 Message Date
Andrew Dolgov
f88e647b40 remove selected variants for card layouts (unused) 2015-02-12 14:50:13 +03:00
Andrew Dolgov
c3a80f1be4 add fragment transitions for headlines 2015-02-12 13:09:54 +03:00
Andrew Dolgov
da2428b6da remove globalstate.activefeedid 2015-02-12 12:09:52 +03:00
Andrew Dolgov
f46552126a add shared element transition for article images pager 2015-02-12 10:48:50 +03:00
Andrew Dolgov
c00b9e724e properly restore fragment states on resume/rotate 2015-02-10 16:16:56 +03:00
Andrew Dolgov
7604bb30e5 various parcelable-related crap 2015-02-10 15:50:47 +03:00
Andrew Dolgov
568ab61fad when exiting headlines activity, properly select active article in the list
remove globalstate active article object
2015-02-10 15:22:48 +03:00
Andrew Dolgov
4913d9ce53 experimental: remove globalstate article list object 2015-02-10 15:08:17 +03:00
Andrew Dolgov
10c9fb0456 remove manual swipe layout color scheme assignments 2015-02-09 19:23:57 +03:00
Andrew Dolgov
183079172d remove compat mode, set minimum sdk version to 16 (jelly bean) 2015-01-27 12:02:04 +03:00
Andrew Dolgov
216f7e2653 improve previous a bit 2014-11-29 20:34:35 +03:00
Andrew Dolgov
0615634ce1 use excerpt getheadlines field for faster rendering if using api 11 2014-11-29 20:18:03 +03:00
Andrew Dolgov
49f5b1826b more headlines/imagepager tweaks 2014-11-29 11:31:45 +03:00
Andrew Dolgov
accfa1c672 make headlines listview a bit faster 2014-11-29 11:18:43 +03:00
Andrew Dolgov
104df9df30 reduce headlines list lag 2014-11-28 20:23:58 +04:00
Andrew Dolgov
21bb9acdde request sandboxing support from server 2014-11-25 13:46:00 +03:00
Andrew Dolgov
e5ab4e5968 add gmail-like round drawable for compact mode in place of checkbox 2014-11-16 13:13:39 +04:00
Andrew Dolgov
a30364872c use maxlines to limit excerpt size instead of manual ellipsizing 2014-11-13 22:02:59 +03:00
Andrew Dolgov
57942e84e3 tweak compact layout 2014-11-13 21:58:30 +03:00
Andrew Dolgov
89823f32f1 implement compact headline mode 2014-11-13 21:42:10 +03:00
Andrew Dolgov
25622e2761 properly fix missing cardview padding on 5.0, duh 2014-11-13 16:18:07 +03:00
Andrew Dolgov
7b8a517e95 some more layout tweaks for consistency
remove some bad looking stuff from amber theme, make it darker
2014-11-13 13:50:40 +03:00
Andrew Dolgov
7a9ce35f2e remove unused styles
partially fix headlines list rendering incorrectly on 5.0 (thanks a lot, google)
2014-11-13 12:59:40 +03:00
Andrew Dolgov
ae20f7ba77 consider img size attributes when choosing flavor image 2014-11-09 20:04:03 +04:00
Andrew Dolgov
82df9eb2ac offline headlines: use view holder
headlines: prevent footer from being clickable
2014-11-09 15:27:54 +03:00
Andrew Dolgov
b07b70f989 add missing pixmaps; remove headline empty view 2014-11-07 02:26:25 +04:00
Andrew Dolgov
56e0d4bf65 replace manual initmenu calls with invalidateoptionsmenu now that it is available pre-HC 2014-11-04 17:50:14 +03:00
Andrew Dolgov
36c24e5846 implement support for article sorting modes instead of previous preference options 2014-11-04 17:27:11 +03:00
Andrew Dolgov
e0909900a4 enable image alt-text dialog in image pager 2014-11-03 19:15:37 +04:00
Andrew Dolgov
ee2c444cc5 disable interaction w/ listview footers 2014-11-02 17:15:34 +03:00
Andrew Dolgov
1a401ae41e fix crash in headlinesfragment b/c not checking whether flavor image exists 2014-11-02 09:34:00 +03:00
Andrew Dolgov
081b98e9c0 remove drawer in headlines_articles on phones 2014-11-01 09:23:20 +03:00
Andrew Dolgov
acdcf759a0 implement drawer navigation for headlines activity instead of old hideable sidebar 2014-10-31 14:11:47 +03:00
Andrew Dolgov
8a15540c61 fix assorted crap reported by code analysis 2014-10-31 13:42:19 +03:00
Andrew Dolgov
3e078aa1d7 rename headlines list to a separate id for clarity 2014-10-31 14:18:27 +04:00
Andrew Dolgov
436f335903 allow overscroll for headlines list if auto mark as read is enabled 2014-10-31 13:00:54 +03:00
Andrew Dolgov
3a9444c602 enable generic error reporting through toasts for the time being
remove some unused stuff
2014-10-31 01:07:56 +03:00
Andrew Dolgov
7746b4636e switch to drawerlayout where applicable
remove loading_container stuff
various other changes related to drawerlayout
2014-10-31 02:02:52 +04:00
Andrew Dolgov
fd56834c46 remove image pager custom transition 2014-10-29 19:57:06 +03:00
Andrew Dolgov
f29dc70125 add some context/options menus to article images pager 2014-10-29 16:51:54 +03:00
Andrew Dolgov
f8bc884ad3 remove X more image prompt
implement pager-based browser for article images, enabled if more than one detected
add (unused) dimens for activity margins
2014-10-29 16:23:07 +03:00
Andrew Dolgov
1bfc708bc0 UIL: use time-limited disk cache instead of flushing it on startup
flavor images: show X more label if more than one image
 fix crash on loadmore row
2014-10-29 08:59:33 +03:00
Andrew Dolgov
903e4250f9 add flavor image loading progressbars
try to only animate flavor images if they are not cached yet
2014-10-28 21:58:56 +03:00
Andrew Dolgov
1c4b41085e remove flavor image borders
add workaround against UI flicker bug
2014-10-28 21:04:41 +03:00
Andrew Dolgov
30c23fd040 set activity title to feed title when opening headlines 2014-10-25 12:22:30 +04:00
Andrew Dolgov
2e6ef16b20 properly hide flavorimageholder 2014-10-25 01:32:57 +04:00
Andrew Dolgov
191ce661e7 Revert "initial implementation of recyclerview"
This reverts commit 7783ff3b42.

Conflicts:

	org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
2014-10-24 14:15:26 +04:00
Andrew Dolgov
7783ff3b42 initial implementation of recyclerview 2014-10-24 13:21:15 +04:00
Andrew Dolgov
31440437fe if articlepager is also available, notify it about updated item count after lazy load 2014-10-20 21:48:18 +04:00
Andrew Dolgov
5d5d925b3e apparently UIL can pass a null bitmap on loadingcomplete 2014-10-19 11:55:58 +04:00
Andrew Dolgov
2af8bc98c8 check whether swipeLayout is null before trying to deal with it 2014-10-17 00:25:39 +04:00
Andrew Dolgov
8f6ca0eec0 rename main module 2014-10-17 00:17:34 +04:00