summaryrefslogtreecommitdiff
path: root/org.fox.ttrss
AgeCommit message (Collapse)Author
2025-05-15drop obsolete svg filesAndrew Dolgov
2025-05-15drop no longer useful theme attributes in favor of drawable idsAndrew Dolgov
2025-05-15add rss_box iconAndrew Dolgov
2025-05-15ignore first (zero) updateAndrew Dolgov
2025-05-15Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss-android into ↵Andrew Dolgov
protected/unified-headlines-loader
2025-05-15Translated using Weblate (Japanese)だんだん
Currently translated at 99.6% (261 of 262 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/ja/
2025-05-14minor cleanupAndrew Dolgov
2025-05-14refactor some moreAndrew Dolgov
2025-05-14switch to static usages, refactor method nameAndrew Dolgov
2025-05-14switch to list clone constructorsAndrew Dolgov
2025-05-14drop pointless methodAndrew Dolgov
2025-05-14refactor to more consistent naming, allow observing articlelist changes and ↵Andrew Dolgov
update requests separately
2025-05-14disable auto catchup log spamAndrew Dolgov
2025-05-14fix swipe to dismiss, allow it working with auto catchupAndrew Dolgov
2025-05-14revert clearing list before refresh for nowAndrew Dolgov
2025-05-14drop unnecessary fieldAndrew Dolgov
2025-05-14add some auto catchup debugging, clear list before refreshing from scratchAndrew Dolgov
2025-05-14prevent articles being toggled back to unread on auto catchupAndrew Dolgov
2025-05-14update workaround for caching image height on predraw without depending on ↵Andrew Dolgov
articles
2025-05-14enable categories ootb like tt-rss mainAndrew Dolgov
2025-05-14trigger lazy load after a short delay, set some model methods to privateAndrew Dolgov
2025-05-14account for selected status with diffing articles, trigger selection change ↵Andrew Dolgov
event on reload
2025-05-14drop diffutil callbackAndrew Dolgov
2025-05-14add some onclick workarounds for viewholder, drop articlelist from ↵Andrew Dolgov
onArticleListSelectionChange because its not used anywhere and gathering it for the callback is pointless
2025-05-14return selection based on adapter item contentsAndrew Dolgov
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
syncing to shared article list
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 ↵Andrew Dolgov
convertview layout jumping issues
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 ↵Andrew Dolgov
onResume resync
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 ↵Andrew Dolgov
from detail activity
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