| Age | Commit message (Expand) | Author |
| 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 | 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 |
| 2025-05-13 | let's try setting active article when going back from detail mode, also stop ... | Andrew Dolgov |
| 2025-05-13 | fix mark button padding | Andrew Dolgov |
| 2025-05-13 | bind pager adapter to its parent fragment when created (instead of an activity) | Andrew Dolgov |
| 2025-05-13 | fix lazy load not working if catchup on scroll is disabled | Andrew Dolgov |
| 2025-05-13 | cleanup refresh code from article pager, drop uri preload stuff | Andrew Dolgov |
| 2025-05-13 | better handle detail activity crash on activity result | Andrew Dolgov |
| 2025-05-13 | move diffutil callback to an external file | Andrew Dolgov |
| 2025-05-13 | prevent loader from triggering callbacks twice, cleanup | Andrew Dolgov |