| Age | Commit message (Collapse) | Author |
|
|
|
layoutparams for offline
|
|
(somewhat), switch to materialcards
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes
|
|
|
|
background preferring material3 default
|
|
buttons, theme cleanup
|
|
|
|
|
|
|
|
in gradle 8
|
|
|
|
|
|
|
|
unnecessary SDK version checks
|
|
drop dashclock
|
|
|
|
manifest elements, bump version tag
|
|
|
|
|
|
usages of jsoup attr() which does not return null checked for null value
|
|
Previously this only used a transparent margin to indicate quoted
text. This was hard to read on narrow phones. Instead use a solid
bar on the left without any margin. This preserves more of the
viewport for text, particularly for nested blockquotes.
|
|
|
|
* fix some lint issues
|
|
|
|
|
|
* set uniform ttrss_url_summary pointing to example.com
* minor UI tweaks
* bump versioncode
|
|
|
|
requires tt-rss API 21+
|
|
* only if link hostname differs from comment_link hostname
* omit www. prefix if present
|
|
height and justify
|
|
|
|
speical thanks to @ebraminio
|
|
|
|
|
|
This can cause memory leaks:
https://errorprone.info/bugpattern/DoubleBraceInitialization
Found via error-prone.
|
|
|
|
|
|
|
|
|
|
gaul/tt-rss-android:keyboard into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss-android/pulls/4
|
|
The former requires unneeded synchronization. Found via error-prone.
|
|
Handle left, right, escape, and unread keyboard shortcuts.
|