Commit Graph

157 Commits

Author SHA1 Message Date
Andrew Dolgov
6e336ec8ac catchup above uses general catchup confirmation setting 2017-01-12 19:12:28 +03:00
Andrew Dolgov
0ce76cdf1d fix headlines fragment setSearchQuery() crashing if called before view initialization 2016-05-30 12:39:06 +03:00
Andrew Dolgov
bcd19a284e fix headlinesfragment loading constantly if received < request size 2016-04-20 16:57:42 +03:00
Andrew Dolgov
f0de531e2e hopefully improve headline footer handling 2016-04-19 10:16:57 +03:00
Andrew Dolgov
fb540692ae remove special top_changed article 2016-04-19 09:58:00 +03:00
Andrew Dolgov
9b3df7b0e2 maybe improve headlines loading footer behavior 2016-04-18 16:59:22 +03:00
Andrew Dolgov
c3a9241741 hide headlines fragment fab on tablets in landscape
use shared articlelist if possible in both pager & fragment
2016-04-14 09:56:50 +03:00
Andrew Dolgov
657366879c implement view_loadmore as a listview footer instead of a pseudo-article 2016-04-14 09:05:53 +03:00
Andrew Dolgov
c234648de4 move to new gradle/wrapper
possibly fix headlinefragment jumping bug on tablets
bump version
2016-04-11 23:59:12 +03:00
Andrew Dolgov
d5f8effc6d various contextmenu related fixes 2015-12-05 23:57:23 +03:00
Andrew Dolgov
e0a74a352b another day, another fix for headlines fragment 2015-12-02 20:05:05 +03:00
Andrew Dolgov
2eec172bfb enable video player shared transition (wip) 2015-12-02 16:52:46 +03:00
Andrew Dolgov
b992ee46b2 show cover image while loading video
set gallery backgrounds to black
2015-12-02 16:26:38 +03:00
Andrew Dolgov
cc757d2b06 don't show flavor overflow all the time 2015-12-02 15:23:31 +03:00
Andrew Dolgov
c963b23e9c Revert "limit maximum height of flavor images within headlines list"
This reverts commit 2c370a4d0b.
2015-12-02 15:01:09 +03:00
Andrew Dolgov
2c370a4d0b limit maximum height of flavor images within headlines list 2015-12-02 14:30:26 +03:00
Andrew Dolgov
6071ede5b9 change open image to open with for image menu
maybe fix a cosmetic issue with headlinesfragment
2015-12-02 13:42:40 +03:00
Andrew Dolgov
13472a2a2e add overflow icon to flavor image 2015-12-02 13:38:05 +03:00
Andrew Dolgov
7c0b223f6d move excerpt cleanup to Article class 2015-12-02 13:19:46 +03:00
Andrew Dolgov
1c2ae86a35 gallery stuff: use unique transition names 2015-12-01 22:16:50 +03:00
Andrew Dolgov
655b3e873e add (un)read to headline context menu 2015-12-01 14:56:49 +03:00
Andrew Dolgov
69e6844711 rework headlines context menu to use popupmenu instead 2015-12-01 14:33:31 +03:00
Andrew Dolgov
0d870bf61c set transitions to video player views like master -> detail 2015-11-30 09:41:09 +03:00
Andrew Dolgov
4b09961a30 implement chrome custom tabs 2015-11-28 16:30:12 +03:00
Andrew Dolgov
9ad2955c6c updates for sdk/support library v23 2015-11-23 13:41:58 +03:00
Andrew Dolgov
deaae7ee1b remove special spacer hack, makes headlines buffer move on loading more headlines 2015-09-15 20:08:46 +03:00
Andrew Dolgov
5a732adde4 top changed: set onclick on the container not text, duh 2015-09-06 19:49:37 +03:00
Andrew Dolgov
d61997e20e add a catch block against possible crashes with excerpt handling 2015-09-06 19:46:07 +03:00
Andrew Dolgov
62de61c5a0 fix flavor images appearing in wrong modes 2015-09-06 16:31:36 +03:00
Andrew Dolgov
48c2da635a move some jsoup processing to article class; simplify headline adapter 2015-08-18 21:03:15 +03:00
Andrew Dolgov
792f7cc722 remove loading: hack 2015-08-18 08:50:51 +03:00
Andrew Dolgov
4ec76ca88d improve error reporting a bit 2015-08-17 23:42:07 +03:00
Andrew Dolgov
c28adf42b3 add another possible check for duplicate async loaded images in headlines 2015-08-17 14:30:14 +03:00
Andrew Dolgov
d0a7ca271d headlines: add ripple to top changed prompt 2015-07-29 11:46:13 +03:00
Andrew Dolgov
1a2bbc92c1 reset headline progressbar on starting to load image 2015-07-28 16:14:22 +03:00
Andrew Dolgov
8d71936c89 add onclick to refresh to top changed notice view 2015-07-27 10:07:02 +03:00
Andrew Dolgov
fc459363bd uil: bitmap may be null 2015-07-18 11:33:17 +03:00
Andrew Dolgov
aa3e9d0c7c add another check for flavor images maybe loading in the wrong list entry because of recycling 2015-07-17 19:15:27 +03:00
Andrew Dolgov
079b5841db moving flavorimage etc stuff to viewholder has been a bad idea (because views are converted) 2015-07-13 23:48:53 +03:00
Andrew Dolgov
ab416d5b65 remove unnecessary top padding on excerpt when in no images mode 2015-07-13 23:38:33 +03:00
Andrew Dolgov
3729842e7b fix for too small flavor images reloading more than necessary 2015-07-13 23:31:54 +03:00
Andrew Dolgov
1c9dbba4f5 video views: disable transitions 2015-07-12 23:11:11 +03:00
Andrew Dolgov
8c51de35ae set actions on headline header/flavor image as to make article opening easier if drawn above image 2015-07-12 23:00:33 +03:00
Andrew Dolgov
0be76abf87 first_id fixes 2015-07-12 18:07:55 +03:00
Andrew Dolgov
4083904781 show top changed message in articlepager 2015-07-12 13:18:59 +03:00
Andrew Dolgov
32c0691d5d add support for top id checking 2015-07-12 12:19:24 +03:00
Andrew Dolgov
831b1d975b move one of the flavor image loading listeners to a correct place 2015-07-11 18:31:44 +03:00
Andrew Dolgov
54488e108a show inline youtube player (if app installed)
minor bugfixes
2015-07-11 12:27:29 +03:00
Andrew Dolgov
b26d659004 only set header tinting if necessary (2) 2015-07-11 03:04:04 +03:00
Andrew Dolgov
ee63b0d88f only set header tinting if necessary 2015-07-11 02:40:37 +03:00