Commit Graph

67 Commits

Author SHA1 Message Date
Andrew Dolgov
04366e58f1 add drawer stuff to offline headlines activity 2014-10-31 14:21:50 +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
33acb40c3a offline: implement auto mark as read 2014-10-31 13:13:55 +03: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
ec156b69b0 add xxhdpi overflow icon; tweak headline row margins some more 2014-10-31 13:10:53 +04:00
Andrew Dolgov
65b2d89200 tweak headlines action images a bit, fix their size 2014-10-31 12:02:46 +03:00
Andrew Dolgov
36d832df61 fix colors of headline drawables 2014-10-31 11:57:13 +04:00
Andrew Dolgov
3405a33168 bump version 2014-10-31 11:36:07 +04:00
Andrew Dolgov
4c2f1c7d6b update overflow icon; other minor style updates 2014-10-31 10:34:09 +03:00
Andrew Dolgov
aaed022731 setloadingstatus: check if all views exist 2014-10-31 09:41:53 +03:00
Andrew Dolgov
0a3a533844 open drawer if needed onbackpressed 2014-10-31 09:36:45 +03:00
Andrew Dolgov
b0040b507c bump version 2014-10-31 10:09:50 +04:00
Andrew Dolgov
f53dab1982 minor actionbar button/layout fixes 2014-10-31 09:06:42 +03:00
Andrew Dolgov
424970d191 remove some bad weightsum stuff for landscape layout
properly set feed title on tablets if needed
2014-10-31 01:20:48 +03:00
Andrew Dolgov
8d886c41ce bump version 2014-10-31 01:08:33 +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
519602d92a version bump 2014-10-30 16:40:20 +03:00
Andrew Dolgov
fdb4429815 offline: hide flavor image holder 2014-10-30 16:38:52 +03:00
Andrew Dolgov
9146e8c23d article image pager: show share icon 2014-10-30 17:36:11 +04:00
Andrew Dolgov
020b4f73f6 fix not matching colors in dark theme
disable showasaction for attachment actionbar item
2014-10-30 16:23:39 +03:00
Andrew Dolgov
e5ae0767e7 fix wrong statusbartint color 2014-10-30 16:01:15 +03:00
Andrew Dolgov
3dc5a9668f simplify visible actionbar icons 2014-10-30 15:17:15 +03:00
Andrew Dolgov
f62363bc96 remove splitactionbar stuff from manifest 2014-10-30 15:15:47 +04:00
Andrew Dolgov
469d60d4b1 target sdk 21 2014-10-30 14:43:01 +04:00
Andrew Dolgov
eaf6315671 switch to v21 support library w/ material themes 2014-10-30 13:04:01 +03:00
Andrew Dolgov
edb99d0ec2 fix previous if there's only 1 image 2014-10-30 00:46:19 +03:00
Andrew Dolgov
11cf49f7a8 better checking for bad/dumb images in article image pager 2014-10-30 00:42:56 +03:00
Andrew Dolgov
c284677910 do not hide small images in article image pager 2014-10-29 23:40:03 +03:00
Andrew Dolgov
61bda147c8 article images pager: use proper app theme, fix vertical scaling 2014-10-29 21:52:53 +03:00
Andrew Dolgov
c361b72949 remove unused string 2014-10-29 21:29:55 +03:00
Andrew Dolgov
fd56834c46 remove image pager custom transition 2014-10-29 19:57:06 +03:00
Andrew Dolgov
d311118ca4 article images pager: hide actionbar if fullscreen 2014-10-29 19:53:13 +03:00
Andrew Dolgov
f04ba8a47f article image pager: disable onclick 2014-10-29 19:47:28 +03:00
Andrew Dolgov
69bea8e434 set fitssystemwindows for image pager 2014-10-29 18:07:09 +03:00
Andrew Dolgov
3e535c4b24 support KK tint and fullscreen mode when viewing article images 2014-10-29 17:01:47 +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
7fd2e713b3 bump version 2014-10-29 08:59:54 +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
d7734987ad Revert "use cardview for article fragment"
This reverts commit de998a1e92.
2014-10-27 14:39:37 +04:00
Andrew Dolgov
30c23fd040 set activity title to feed title when opening headlines 2014-10-25 12:22:30 +04:00
Andrew Dolgov
de998a1e92 use cardview for article fragment 2014-10-25 12:10:58 +04:00
Andrew Dolgov
2e6ef16b20 properly hide flavorimageholder 2014-10-25 01:32:57 +04:00
Andrew Dolgov
81282a29db experimental: move to tablelayout for headline rows to simplify things a bit 2014-10-25 01:27:26 +04:00
Marc Plano-Lesay
33794cc507 Use plurals where necessary 2014-10-24 17:02:35 +02:00