summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java
AgeCommit message (Expand)Author
2025-05-25empty drawer header, move settings to root categories list as a footerAndrew Dolgov
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
2025-05-21remove ArticleList.getAsCommaSeparatedIdsAndrew Dolgov
2025-05-21remove debugging lineAndrew Dolgov
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-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-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
2025-05-19fix article model allowing append load if lazy load is disabledAndrew Dolgov
2025-05-19place deprecations on search stuff in headlines fragmentAndrew Dolgov
2025-05-19move stuff related to article selection to model, toggle actionmode based on ...Andrew Dolgov
2025-05-18adjust flavor image loading bar marginsAndrew Dolgov
2025-05-18split some more headline row view stuff into separate methodsAndrew Dolgov
2025-05-18fix position desync if recycler view reorders, only set headline row click ha...Andrew Dolgov
2025-05-18fix several more unread-related observable triggersAndrew Dolgov
2025-05-18fix bottombar toggle unread not using observableAndrew Dolgov
2025-05-18revert previous because reordering seems to do something weird with onBindVie...Andrew Dolgov
2025-05-18do nothing if setActiveArticleId passes invalid id, prevent force-clearing ar...Andrew Dolgov
2025-05-18fix gallery activity not surviving theme changeAndrew Dolgov