summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/ArticleFragment.java
AgeCommit message (Expand)Author
2025-09-15stop storing Article as parcelable (store id instead), remove Parcelable impl...Andrew Dolgov
2025-09-01Preserve image aspect ratiovjkcxl
2025-05-26add option to enable javascript in webviewAndrew Dolgov
2025-05-21add editorconfig and reformat code accordinglyAndrew Dolgov
2025-05-21force enable lint with some disabled issuesAndrew Dolgov
2025-05-15bring back display of host specific to linked article (if differs from site_u...Andrew Dolgov
2025-05-14lazy loading and item diff related tweaksAndrew Dolgov
2025-05-11a few more inspections on article fragmentAndrew Dolgov
2025-05-11run a bunch of android studio batch inspectionsAndrew Dolgov
2025-05-11switch to androidx preferencemanagerAndrew Dolgov
2025-05-11optimize importsAndrew Dolgov
2025-05-11drop chrome fs custom view stuffAndrew Dolgov
2025-05-11make article note clickableAndrew Dolgov
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-09fix wrong typecast in mark as read alertdialogAndrew Dolgov
2025-05-09switch to androidx preference stuffAndrew Dolgov
2025-05-09drop host from article header because of opaque rules for its appearanceAndrew Dolgov
2025-05-08remove additional buttons from article header, limit buttons to toolbarAndrew Dolgov
2025-05-08try setting margins inside webview content so scrollbar is properly positionedAndrew Dolgov
2025-05-08update note view in articleAndrew Dolgov
2025-05-07attempt to simplify article view a bitAndrew Dolgov
2025-05-07drop all custom/hardcoded color refs, replace with m3 theme alternativesAndrew Dolgov
2025-05-07switch to material alert dialogsAndrew Dolgov
2025-05-07drop linkColor & fix article header paddingAndrew Dolgov
2025-05-06drop some custom colors, replace with material3 theme stock; some tabletAndrew Dolgov
2025-05-06drop annotation-based save handling and go back to stone-age vanilla methodsAndrew Dolgov
2025-05-06switch some more imageviews to material buttons and drop hardcoded article ba...Andrew Dolgov
2025-05-05replace unmaintained icepick with unmaintained Android-State :(Andrew Dolgov
2024-11-28bump several dependencies and do some code cleanup chores for new sdk;Andrew Dolgov
2024-09-23Improve blockquote styling on phonesAndrew Gaul
2023-05-21Use configured font size (reading) for host fielddefkev
2023-05-21Use site_url instead of comments_linkdefkev
2023-05-20Add hostname of link to article fragmentdefkev
2022-09-12Use numeric instead of percentage line-height, opt out header from line heigh...Vivianne Langdon
2022-06-12fix quoting in a string literal caused by the PRAndrew Dolgov
2022-06-12Fix RTL content direction in article view.hoboci54
2021-03-08add support for article score in the UIAndrew Dolgov
2020-12-16allow sharing both image bitmap and image URL from gallery, webview context m...Andrew Dolgov
2020-10-03remove preference to disable webview accelerationAndrew Dolgov
2020-10-03move fab to activity view out of specific fragmentsAndrew Dolgov
2020-10-02fix headlines fabAndrew Dolgov
2020-10-02use coordinator layout / appbarlayout to deal with collapsing toolbars and a...Andrew Dolgov
2020-10-01prevent media autoplay in detail viewAndrew Dolgov
2019-11-29remove deprecated MODE_NIGHT_AUTO_TIMEAndrew Dolgov
2019-02-08migrate from android support library to androidxAndrew Dolgov
2018-12-10add amber themeAndrew Dolgov
2018-05-10Show year instead of time for old articlesGeorg Lukas
2018-05-04article fragment: bail out if m_article is null oncreateview (remove check fo...Andrew Dolgov
2018-05-04force render article content synchronously because chrome 66 is brokenAndrew Dolgov
2018-04-04articlefragment: bail out if deserialized into null stateAndrew Dolgov