summaryrefslogtreecommitdiff
path: root/org.fox.ttrss
AgeCommit message (Expand)Author
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
2025-05-22Translated using Weblate (Chinese (Simplified Han script))Ptsa Daniel
2025-05-22Translated using Weblate (Japanese)dandan
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
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
2025-05-20drop no longer useful variant of onArticleSelected(), remove seemingly pointl...Andrew Dolgov
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 sever...Andrew Dolgov
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 op...Andrew Dolgov
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 the...Andrew Dolgov
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 mo...Andrew Dolgov
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 o...Andrew Dolgov
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 exception...Andrew Dolgov