fox
76
.flag works as a token to allow resize operation because there might not be a cookie when image is requested (by a webview or whatever), actual resized image shouldnāt be regenerated if it already exists.
e: maybe there should be a cap on resized images, something like 1024px looks right.
fox
77
fox
79
New BETA: 1.273 (507)
this reworks app theme handling to use Theme.DayNight for faster theme switching and automatic night mode
Installed this morning, works, as far as I can see, same like before.
What do you mean with āautomaticā? Iāve got Android 9 on a Samsung phone, there I can activate āNight Modeā which has impact on the theme of the system apps. Are you able to implement this too, or is this API not available for every app?
fox
81
it should change day/night based on time. unfortunately itās deprecated - for whatever reason - but it seems to work for me.
i think so. thereās an option to follow device theme. iāll make a note to add this. my phone doesnāt have device night mode so testing this would be your duty. 
if apps like play store change to dark when you enable dark theme on your device then itās likely to work. if not then it might only apply to built-in software.
my pleasure 
yes, the play store follows this setting!
Its absolutely not needed, as I am currently just using always night mode of tt-rss, but would be nice to have this option.
fox
83
same as device night mode should be supported in 1.275, no idea if it works though.
Can confirm with device works as intended
fox
85
at least on my phone it looks like āsame as deviceā and āauto by timeā does an exact same thing.
anyone else? iāll remove the deprecated variant then because it seems unnecessary.
e: it works like this on an emulator too. this wasnāt obvious from the documentation though, i think. iāll remove the 4th option in 1.276.
āSame as deviceā works also for me as designed.
fox
87
in unrelated news i finally bothered to enable pre-launch automated testing on google play. one of the very few google-related things that are unironically helpful and good.
zed
88
Do shortcuts to specific categories not work anymore?
fox
89
i have it disabled for newer android versions:
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
menu.findItem(R.id.create_shortcut).setVisible(false);
}
this is the commit:
commit 527796ed9cdb63b715b0c8d833262fa5ea097b44
Author: Andrew Dolgov <noreply@fakecake.org>
Date: Fri Dec 21 17:06:58 2018 +0300
disable create shortcut context menu on oreo; not supported
and this is why: Mudanças de comportamento do Android 8.0  | Desenvolvedores Android  | Android Developers
looks like this got reworked by google (which is something they really like to do, my guess would be managers responsible for android trying to justify their miserable existence).
if someone wants to rewrite existing code to use this new shortcutmanager whatever, iāll review the PR.
e: personally i seriously dislike this neverending cycle of rewriting stuff that works and enforcing newer target API levels (which always breaks things), which is why almost all my stuff is off various google storefronts. tt-rss is pretty much the only thing thatās left.
at least i managed to figure out how to self host chrome (and chromium-based microsoft edge) extensions. that particular store is basically ultracondensed cancer.
I hope this is not considered hijacking the thread, but I am runnging 1.296 (530) and I can not figure out how to see unread starred articles.
Tapping Special ā Starred shows nothing, even with āonly not readā disabled.
I went through the settings, but I can not find anything related. If I star an unread article, it is shown immediately. If I select a feed that I am sure contains an unread starred article from the its top category (not going through starred) nothing is shown.
Am I doing anything wrong? I hope it is not related to the Italian translation.
Thanks in advance
fox
94
donāt worry about it.
thatās strange. iām kinda busy with other stuff right now but iāll make a note to take a look tomorrow.
fox
95
i might be missing something here but it seems to work for me:
(articles with bold title are unread)
e: also works with unread view mode.
My bad. I totally missed this menu, as on mobile I usually consult only unread articles.
I do not know why, but I was convinced that selecting the starred special category would have shown the starred articled, no matter the status (read/unread).
Thanks once more for looking into it and apologies for the trouble