index
:
forks/tt-rss-android
master
Fork of deprecated tt-rss-android repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
org.fox.ttrss
/
src
/
main
/
java
/
org
/
fox
/
ttrss
/
ArticleFragment.java
Age
Commit message (
Expand
)
Author
2025-09-15
stop storing Article as parcelable (store id instead), remove Parcelable impl...
Andrew Dolgov
2025-09-01
Preserve image aspect ratio
vjkcxl
2025-05-26
add option to enable javascript in webview
Andrew Dolgov
2025-05-21
add editorconfig and reformat code accordingly
Andrew Dolgov
2025-05-21
force enable lint with some disabled issues
Andrew Dolgov
2025-05-15
bring back display of host specific to linked article (if differs from site_u...
Andrew Dolgov
2025-05-14
lazy loading and item diff related tweaks
Andrew Dolgov
2025-05-11
a few more inspections on article fragment
Andrew Dolgov
2025-05-11
run a bunch of android studio batch inspections
Andrew Dolgov
2025-05-11
switch to androidx preferencemanager
Andrew Dolgov
2025-05-11
optimize imports
Andrew Dolgov
2025-05-11
drop chrome fs custom view stuff
Andrew Dolgov
2025-05-11
make article note clickable
Andrew Dolgov
2025-05-10
wip bottom appbar
Andrew Dolgov
2025-05-09
fix wrong typecast in mark as read alertdialog
Andrew Dolgov
2025-05-09
switch to androidx preference stuff
Andrew Dolgov
2025-05-09
drop host from article header because of opaque rules for its appearance
Andrew Dolgov
2025-05-08
remove additional buttons from article header, limit buttons to toolbar
Andrew Dolgov
2025-05-08
try setting margins inside webview content so scrollbar is properly positioned
Andrew Dolgov
2025-05-08
update note view in article
Andrew Dolgov
2025-05-07
attempt to simplify article view a bit
Andrew Dolgov
2025-05-07
drop all custom/hardcoded color refs, replace with m3 theme alternatives
Andrew Dolgov
2025-05-07
switch to material alert dialogs
Andrew Dolgov
2025-05-07
drop linkColor & fix article header padding
Andrew Dolgov
2025-05-06
drop some custom colors, replace with material3 theme stock; some tablet
Andrew Dolgov
2025-05-06
drop annotation-based save handling and go back to stone-age vanilla methods
Andrew Dolgov
2025-05-06
switch some more imageviews to material buttons and drop hardcoded article ba...
Andrew Dolgov
2025-05-05
replace unmaintained icepick with unmaintained Android-State :(
Andrew Dolgov
2024-11-28
bump several dependencies and do some code cleanup chores for new sdk;
Andrew Dolgov
2024-09-23
Improve blockquote styling on phones
Andrew Gaul
2023-05-21
Use configured font size (reading) for host field
defkev
2023-05-21
Use site_url instead of comments_link
defkev
2023-05-20
Add hostname of link to article fragment
defkev
2022-09-12
Use numeric instead of percentage line-height, opt out header from line heigh...
Vivianne Langdon
2022-06-12
fix quoting in a string literal caused by the PR
Andrew Dolgov
2022-06-12
Fix RTL content direction in article view.
hoboci54
2021-03-08
add support for article score in the UI
Andrew Dolgov
2020-12-16
allow sharing both image bitmap and image URL from gallery, webview context m...
Andrew Dolgov
2020-10-03
remove preference to disable webview acceleration
Andrew Dolgov
2020-10-03
move fab to activity view out of specific fragments
Andrew Dolgov
2020-10-02
fix headlines fab
Andrew Dolgov
2020-10-02
use coordinator layout / appbarlayout to deal with collapsing toolbars and a...
Andrew Dolgov
2020-10-01
prevent media autoplay in detail view
Andrew Dolgov
2019-11-29
remove deprecated MODE_NIGHT_AUTO_TIME
Andrew Dolgov
2019-02-08
migrate from android support library to androidx
Andrew Dolgov
2018-12-10
add amber theme
Andrew Dolgov
2018-05-10
Show year instead of time for old articles
Georg Lukas
2018-05-04
article fragment: bail out if m_article is null oncreateview (remove check fo...
Andrew Dolgov
2018-05-04
force render article content synchronously because chrome 66 is broken
Andrew Dolgov
2018-04-04
articlefragment: bail out if deserialized into null state
Andrew Dolgov
[next]