| Age | Commit message (Expand) | Author |
| 2025-09-15 | while in detail activity, trigger lazy load on active article change | Andrew Dolgov |
| 2025-05-26 | allow swiping to dismiss both ways | Andrew Dolgov |
| 2025-05-21 | add editorconfig and reformat code accordingly | Andrew Dolgov |
| 2025-05-21 | fix crash when context menu is invoked when long-tapping on a flavor image | Andrew Dolgov |
| 2025-05-21 | drop ArticleList class, replace with instances of ArrayList/List/Collections ... | Andrew Dolgov |
| 2025-05-20 | fix onArticleSelected() not invoked on viewpager page change | Andrew Dolgov |
| 2025-05-20 | fix crash if attempting to open a gallery for null flavor image, remove sever... | Andrew Dolgov |
| 2025-05-20 | rely on equals() to find articles in lists | Andrew Dolgov |
| 2025-05-20 | stop invalidating options menu so much, switch to updating model after API op... | Andrew Dolgov |
| 2025-05-20 | limit some log messages to debug builds | Andrew Dolgov |
| 2025-05-20 | move search query stuff to model | Andrew Dolgov |
| 2025-05-20 | move active article handling to model, optimize imports | Andrew Dolgov |
| 2025-05-19 | add option to disable icon tinting | Andrew Dolgov |
| 2025-05-19 | fix article model allowing append load if lazy load is disabled | Andrew Dolgov |
| 2025-05-19 | place deprecations on search stuff in headlines fragment | Andrew Dolgov |
| 2025-05-19 | move stuff related to article selection to model, toggle actionmode based on ... | Andrew Dolgov |
| 2025-05-18 | adjust flavor image loading bar margins | Andrew Dolgov |
| 2025-05-18 | split some more headline row view stuff into separate methods | Andrew Dolgov |
| 2025-05-18 | fix position desync if recycler view reorders, only set headline row click ha... | Andrew Dolgov |
| 2025-05-18 | revert previous because reordering seems to do something weird with onBindVie... | Andrew Dolgov |
| 2025-05-18 | do nothing if setActiveArticleId passes invalid id, prevent force-clearing ar... | Andrew Dolgov |
| 2025-05-18 | hide flavor image holder in case of recycled view | Andrew Dolgov |
| 2025-05-18 | use observable in a few more places, switch article display mode without reload | Andrew Dolgov |
| 2025-05-18 | switch between display modes without restart, add missing string resource | Andrew Dolgov |
| 2025-05-18 | drop all views specific to article states in favor of updating necessary colo... | Andrew Dolgov |
| 2025-05-18 | fix score not handled in areContentsTheSame, add selective updates to headlin... | Andrew Dolgov |
| 2025-05-18 | disable inline video player until it is tested, disable predraw hacks (memory... | Andrew Dolgov |
| 2025-05-18 | disable shared transitions for now | Andrew Dolgov |
| 2025-05-18 | rework image dimensions checking using two step cached glide request | Andrew Dolgov |
| 2025-05-17 | adapt progress loading stuff to glide v4 | Andrew Dolgov |
| 2025-05-17 | add fadeouts | Andrew Dolgov |
| 2025-05-17 | experimental - switch to glide 4 | Andrew Dolgov |
| 2025-05-17 | switch to observable values to display swipe indicator | Andrew Dolgov |
| 2025-05-17 | switch to viewmodel for feeds/cats | Andrew Dolgov |
| 2025-05-16 | hijack glide progress module to display headlines loading percentage for slow... | Andrew Dolgov |
| 2025-05-16 | forbid non-append refreshes and other item changing operations while in a det... | Andrew Dolgov |
| 2025-05-16 | clear headlines when feed is switched | Andrew Dolgov |
| 2025-05-16 | switch feeds to recycler view while removing most of legacy code | Andrew Dolgov |
| 2025-05-15 | stop initializing note to null twice, stop invoking notifyDataSetChanged() wh... | Andrew Dolgov |
| 2025-05-15 | bring back display of host specific to linked article (if differs from site_u... | 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 | refactor to more consistent naming, allow observing articlelist changes and u... | Andrew Dolgov |