| Age | Commit message (Expand) | Author |
| 2025-05-15 | drop obsolete svg files | Andrew Dolgov |
| 2025-05-15 | drop no longer useful theme attributes in favor of drawable ids | Andrew Dolgov |
| 2025-05-15 | add rss_box icon | Andrew Dolgov |
| 2025-05-15 | ignore first (zero) update | Andrew Dolgov |
| 2025-05-15 | Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss-android into protect... | Andrew Dolgov |
| 2025-05-15 | Translated using Weblate (Japanese) | だんだん |
| 2025-05-14 | minor cleanup | Andrew Dolgov |
| 2025-05-14 | refactor some more | Andrew Dolgov |
| 2025-05-14 | switch to static usages, refactor method name | Andrew Dolgov |
| 2025-05-14 | switch to list clone constructors | Andrew Dolgov |
| 2025-05-14 | drop pointless method | Andrew Dolgov |
| 2025-05-14 | refactor to more consistent naming, allow observing articlelist changes and u... | Andrew Dolgov |
| 2025-05-14 | disable auto catchup log spam | Andrew Dolgov |
| 2025-05-14 | fix swipe to dismiss, allow it working with auto catchup | Andrew Dolgov |
| 2025-05-14 | revert clearing list before refresh for now | Andrew Dolgov |
| 2025-05-14 | drop unnecessary field | Andrew Dolgov |
| 2025-05-14 | add some auto catchup debugging, clear list before refreshing from scratch | Andrew Dolgov |
| 2025-05-14 | prevent articles being toggled back to unread on auto catchup | Andrew Dolgov |
| 2025-05-14 | update workaround for caching image height on predraw without depending on ar... | Andrew Dolgov |
| 2025-05-14 | enable categories ootb like tt-rss main | Andrew Dolgov |
| 2025-05-14 | trigger lazy load after a short delay, set some model methods to private | Andrew Dolgov |
| 2025-05-14 | account for selected status with diffing articles, trigger selection change e... | Andrew Dolgov |
| 2025-05-14 | drop diffutil callback | Andrew Dolgov |
| 2025-05-14 | add some onclick workarounds for viewholder, drop articlelist from onArticleL... | Andrew Dolgov |
| 2025-05-14 | return selection based on adapter item contents | Andrew Dolgov |
| 2025-05-14 | add variant icon and other fixes for build applicationsuffix | Andrew Dolgov |
| 2025-05-14 | add branch gradle target | Andrew Dolgov |
| 2025-05-14 | wip implementation of viewmodel/executor/livedata headlines | Andrew Dolgov |
| 2025-05-14 | make pager adapter static | Andrew Dolgov |
| 2025-05-14 | add workaround for headlines loader being recreated for different activities | Andrew Dolgov |
| 2025-05-14 | switch to asyncdiff implementation of pager adapter | Andrew Dolgov |
| 2025-05-14 | switch to recycler listview/submitlist | Andrew Dolgov |
| 2025-05-14 | lazy loading and item diff related tweaks | Andrew Dolgov |
| 2025-05-14 | move lazyload to onScrolled() but lock it on fragment side | Andrew Dolgov |
| 2025-05-14 | remove inconsistent footer/detailactivity check in onloadfinished | Andrew Dolgov |
| 2025-05-14 | stop refreshing headlines on resume, fix order (diff, update, dispatch) when ... | Andrew Dolgov |
| 2025-05-13 | use diffutil to sync articlepager to shared article list on headlines load | Andrew Dolgov |
| 2025-05-13 | fix case for diffutil callback | Andrew Dolgov |
| 2025-05-13 | optimize imports | Andrew Dolgov |
| 2025-05-13 | only show flavor image holder if we're about to show a picture to reduce conv... | Andrew Dolgov |
| 2025-05-13 | remove some more usages of notifyUpdated | Andrew Dolgov |
| 2025-05-13 | remove some usages of notifyUpdated() when not needed | Andrew Dolgov |
| 2025-05-13 | disable force notify on onActivityResult because of headlines fragment onResu... | Andrew Dolgov |
| 2025-05-13 | disable scroll to id when going back from detail activity for now | Andrew Dolgov |
| 2025-05-13 | better deal with headlines not refreshing in masteractivity when going back f... | Andrew Dolgov |
| 2025-05-13 | try keeping local articlelist with footers on headlines fragment | Andrew Dolgov |
| 2025-05-13 | drop headlinesrequest | Andrew Dolgov |
| 2025-05-13 | stop notifying entire dataset changed on catchup above | Andrew Dolgov |
| 2025-05-13 | notify specific item changed when editing note | Andrew Dolgov |
| 2025-05-13 | handle adapter state in selection without notifydatasetchanged | Andrew Dolgov |