summaryrefslogtreecommitdiff
path: root/org.fox.ttrss
AgeCommit message (Collapse)Author
2025-09-01Preserve image aspect ratiovjkcxl
2025-08-04Add workaround for zoomed imagesvjkcxl
This should allow moving around on zoomed images. Pagination will kick back in when you get close enough to an edge.
2025-07-09Translated using Weblate (Tamil)தமிழ்நேரம்
Currently translated at 100.0% (276 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/ta/
2025-07-09configure ACRA to only send app version and stack trace in the email reportAndrew Dolgov
2025-06-09Translated using Weblate (Russian)Yurt Page
Currently translated at 100.0% (276 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/ru/
2025-06-08Translated using Weblate (Russian)Yurt Page
Currently translated at 85.8% (237 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/ru/
2025-06-03Translated using Weblate (Italian)Dario Di Ludovico
Currently translated at 100.0% (276 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/it/
2025-06-03Translated using Weblate (Dutch)Patrick Ahles
Currently translated at 100.0% (276 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/nl/
2025-06-03Translated using Weblate (French)Patrick Ahles
Currently translated at 95.2% (263 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/fr/
2025-06-02Translated using Weblate (Chinese (Traditional Han script))TonyRL
Currently translated at 97.4% (269 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/zh_Hant/
2025-05-31Translated using Weblate (Japanese)dandan
Currently translated at 99.6% (275 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/ja/
2025-05-29Translated using Weblate (Albanian)Besnik Bleta
Currently translated at 96.0% (265 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/sq/
2025-05-29Translated using Weblate (German)Achim Schumacher
Currently translated at 100.0% (276 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/de/
2025-05-28Translated using Weblate (German)Achim Schumacher
Currently translated at 100.0% (274 of 274 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/de/
2025-05-26allow swiping to dismiss both waysAndrew Dolgov
2025-05-26add option to enable javascript in webviewAndrew Dolgov
2025-05-25shorten an ifAndrew Dolgov
2025-05-25empty drawer header, move settings to root categories list as a footerAndrew Dolgov
2025-05-24Translated using Weblate (Albanian)Besnik Bleta
Currently translated at 95.9% (263 of 274 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/sq/
2025-05-22Translated using Weblate (Chinese (Simplified Han script))Ptsa Daniel
Currently translated at 100.0% (273 of 273 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/zh_Hans/
2025-05-22Translated using Weblate (Japanese)dandan
Currently translated at 99.6% (272 of 273 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/ja/
2025-05-21move active feed and related helpers to online activityAndrew Dolgov
2025-05-21drop forced lint in build.gradle because it forces everything to debug modeAndrew Dolgov
2025-05-21set gradle fallbacksAndrew Dolgov
2025-05-21set only debug build as debuggableAndrew Dolgov
2025-05-21add editorconfig and reformat code accordinglyAndrew Dolgov
2025-05-21force enable lint with some disabled issuesAndrew Dolgov
2025-05-21fix active field not copied by clone constructorAndrew Dolgov
2025-05-21drop unused methodAndrew Dolgov
2025-05-21fix crash when context menu is invoked when long-tapping on a flavor imageAndrew Dolgov
2025-05-21switch acra to key/value list from jsonAndrew Dolgov
2025-05-21drop ArticleList class, replace with instances of ArrayList/List/Collections ↵Andrew Dolgov
where appropriate
2025-05-21remove ArticleList.getAsCommaSeparatedIdsAndrew Dolgov
2025-05-21Merge branch 'master' into devAndrew Dolgov
2025-05-21remove debugging lineAndrew Dolgov
2025-05-21Translated using Weblate (German)Achim Schumacher
Currently translated at 100.0% (264 of 264 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/de/
2025-05-20drop no longer useful variant of onArticleSelected(), remove seemingly ↵Andrew Dolgov
pointless actionbar show() since we never hide it, stop invalidating menu on drawer open
2025-05-20use equals() to pick view for selected feedAndrew Dolgov
2025-05-20fix onArticleSelected() not invoked on viewpager page changeAndrew Dolgov
2025-05-20fix crash if attempting to open a gallery for null flavor image, remove ↵Andrew Dolgov
several model updates before api operation completes
2025-05-20set error status if api request for extended special failsAndrew Dolgov
2025-05-20always return actual article POJO from model list in get activeAndrew Dolgov
2025-05-20add workaround for setArticleField and labels/scoreAndrew Dolgov
2025-05-20rely on equals() to find articles in listsAndrew Dolgov
2025-05-20fix saving article unread/marked from menuAndrew Dolgov
2025-05-20rename launcher icon for branch flavor to devAndrew Dolgov
2025-05-20stop invalidating options menu so much, switch to updating model after API ↵Andrew Dolgov
operation completes
2025-05-20limit some log messages to debug buildsAndrew Dolgov
2025-05-20amend previousAndrew Dolgov
2025-05-20only add divider between expanded special category and root categories if ↵Andrew Dolgov
there are any in the list