summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src
AgeCommit message (Collapse)Author
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-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-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
2025-05-20report model errors while processing JSON as other errors to UIAndrew Dolgov
2025-05-20fix wrong instance of article class being set activeAndrew Dolgov
2025-05-20move search query stuff to modelAndrew Dolgov
2025-05-20move active article handling to model, optimize importsAndrew Dolgov
2025-05-19remove unnecessary margin of drawer settings buttonAndrew Dolgov
2025-05-19add option to expand special category, disable ACRA for debug builds, move ↵Andrew Dolgov
most of feed-related processing to models
2025-05-19return all icon drawables in base feeds fragment getIconForFeed()Andrew Dolgov
2025-05-19restart on enable_icon_tinting pref changeAndrew Dolgov
2025-05-19add option to disable icon tintingAndrew Dolgov
2025-05-19disable dynamic colors option if not availableAndrew Dolgov
2025-05-19add option to enable dynamic colorsAndrew Dolgov
2025-05-19add acra crash senderAndrew Dolgov
2025-05-19add workaround for circle indicator not properly updating itself if told to ↵Andrew Dolgov
observe gallery apger adapter
2025-05-19fix equals() methods and use equals() instead of !=, duhAndrew Dolgov
2025-05-19add tostring() to articleAndrew Dolgov
2025-05-19adjust feed compareTo() to ignore title, add Feed.toString(); throw ↵Andrew Dolgov
exception if append is requested for feed not matching original request
2025-05-19fix article model allowing append load if lazy load is disabledAndrew Dolgov