summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-14add variant icon and other fixes for build applicationsuffixAndrew Dolgov
2025-05-14add branch gradle targetAndrew Dolgov
2025-05-14wip implementation of viewmodel/executor/livedata headlinesAndrew Dolgov
2025-05-14make pager adapter staticAndrew Dolgov
2025-05-14add workaround for headlines loader being recreated for different activitiesAndrew Dolgov
2025-05-14switch to asyncdiff implementation of pager adapterAndrew Dolgov
2025-05-14switch to recycler listview/submitlistAndrew Dolgov
2025-05-14lazy loading and item diff related tweaksAndrew Dolgov
2025-05-14move lazyload to onScrolled() but lock it on fragment sideAndrew Dolgov
2025-05-14remove inconsistent footer/detailactivity check in onloadfinishedAndrew Dolgov
2025-05-14stop refreshing headlines on resume, fix order (diff, update, dispatch) when ...Andrew Dolgov
2025-05-13use diffutil to sync articlepager to shared article list on headlines loadAndrew Dolgov
2025-05-13fix case for diffutil callbackAndrew Dolgov
2025-05-13optimize importsAndrew Dolgov
2025-05-13only show flavor image holder if we're about to show a picture to reduce conv...Andrew Dolgov
2025-05-13remove some more usages of notifyUpdatedAndrew Dolgov
2025-05-13remove some usages of notifyUpdated() when not neededAndrew Dolgov
2025-05-13disable force notify on onActivityResult because of headlines fragment onResu...Andrew Dolgov
2025-05-13disable scroll to id when going back from detail activity for nowAndrew Dolgov
2025-05-13better deal with headlines not refreshing in masteractivity when going back f...Andrew Dolgov
2025-05-13try keeping local articlelist with footers on headlines fragmentAndrew Dolgov
2025-05-13drop headlinesrequestAndrew Dolgov
2025-05-13stop notifying entire dataset changed on catchup aboveAndrew Dolgov
2025-05-13notify specific item changed when editing noteAndrew Dolgov
2025-05-13handle adapter state in selection without notifydatasetchangedAndrew Dolgov
2025-05-13let's try setting active article when going back from detail mode, also stop ...Andrew Dolgov
2025-05-13fix mark button paddingAndrew Dolgov
2025-05-13bind pager adapter to its parent fragment when created (instead of an activity)Andrew Dolgov
2025-05-13fix lazy load not working if catchup on scroll is disabledAndrew Dolgov
2025-05-13cleanup refresh code from article pager, drop uri preload stuffAndrew Dolgov
2025-05-13better handle detail activity crash on activity resultAndrew Dolgov
2025-05-13move diffutil callback to an external fileAndrew Dolgov
2025-05-13prevent loader from triggering callbacks twice, cleanupAndrew Dolgov
2025-05-13implement search query stuff into headlines loader, split loader IDsAndrew Dolgov
2025-05-13invoke onHeadlinesLoadedAndrew Dolgov
2025-05-13better deal with article type loadmoreAndrew Dolgov
2025-05-12experimental headlines loader with diffutilAndrew Dolgov
2025-05-12set bottombar height to actionbar heightAndrew Dolgov
2025-05-12article list - drop implementation of parcelable, no longer needed/usedAndrew Dolgov
2025-05-12remove articles field from headlines fragmentAndrew Dolgov
2025-05-12update unread icon againAndrew Dolgov
2025-05-12fix inconsistent indentationAndrew Dolgov
2025-05-12consistently handle null in getFeedAtPositionAndrew Dolgov
2025-05-12add some getters/setters for application fields that store sid & apilevelAndrew Dolgov
2025-05-12- rename 'selected' views to 'active'Andrew Dolgov
2025-05-12better deal with footer/no-footer discrepancy between master & detail activit...Andrew Dolgov
2025-05-12remove unnecessary helpers from headlines fragmentAndrew Dolgov
2025-05-12reduce weird behavior in setActiveArticle()Andrew Dolgov
2025-05-12allow other updateArticle operations than toggle, fix catchup on scroll doing...Andrew Dolgov
2025-05-12drop unused recycler adapter with headers, minor cleanup of other stuffAndrew Dolgov