| Age | Commit message (Expand) | Author |
| 2025-05-16 | bump feedcategory class as deprecated | Andrew Dolgov |
| 2025-05-16 | cleanup, bump okhttp timeouts | Andrew Dolgov |
| 2025-05-16 | switch feeds to recycler view while removing most of legacy code | Andrew Dolgov |
| 2025-05-15 | more wip | Andrew Dolgov |
| 2025-05-15 | wip recycler feeds | Andrew Dolgov |
| 2025-05-15 | stop initializing note to null twice, stop invoking notifyDataSetChanged() wh... | Andrew Dolgov |
| 2025-05-15 | prevent comments_link from becoming null on unmarshalling | Andrew Dolgov |
| 2025-05-15 | bring back display of host specific to linked article (if differs from site_u... | Andrew Dolgov |
| 2025-05-15 | swap unread/read bottombar icons | Andrew Dolgov |
| 2025-05-15 | switch to contextcompat to resolve theme colors | Andrew Dolgov |
| 2025-05-15 | use color tinting for starred actionbar icons | 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-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 | 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 |