summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/DetailActivity.java
AgeCommit message (Expand)Author
2025-05-21move active feed and related helpers to online activityAndrew Dolgov
2025-05-21add editorconfig and reformat code accordinglyAndrew Dolgov
2025-05-20drop no longer useful variant of onArticleSelected(), remove seemingly pointl...Andrew Dolgov
2025-05-20fix crash if attempting to open a gallery for null flavor image, remove sever...Andrew Dolgov
2025-05-20rely on equals() to find articles in listsAndrew Dolgov
2025-05-20stop invalidating options menu so much, switch to updating model after API op...Andrew Dolgov
2025-05-20move search query stuff to modelAndrew Dolgov
2025-05-20move active article handling to model, optimize importsAndrew Dolgov
2025-05-19move stuff related to article selection to model, toggle actionmode based on ...Andrew Dolgov
2025-05-18fix several more unread-related observable triggersAndrew Dolgov
2025-05-18fix bottombar toggle unread not using observableAndrew Dolgov
2025-05-16hijack glide progress module to display headlines loading percentage for slow...Andrew Dolgov
2025-05-16update subscribe activity a bit, change it to use common feed objectAndrew Dolgov
2025-05-15swap unread/read bottombar iconsAndrew Dolgov
2025-05-14add some onclick workarounds for viewholder, drop articlelist from onArticleL...Andrew Dolgov
2025-05-14switch to asyncdiff implementation of pager adapterAndrew Dolgov
2025-05-13use diffutil to sync articlepager to shared article list on headlines loadAndrew Dolgov
2025-05-13optimize importsAndrew Dolgov
2025-05-13remove some more usages of notifyUpdatedAndrew 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-13implement search query stuff into headlines loader, split loader IDsAndrew Dolgov
2025-05-12update unread icon againAndrew 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-12reduce weird behavior in setActiveArticle()Andrew Dolgov
2025-05-11run a few more inspectionsAndrew Dolgov
2025-05-11run a bunch of android studio batch inspectionsAndrew Dolgov
2025-05-11switch to androidx preferencemanagerAndrew Dolgov
2025-05-11tiny cleanupAndrew Dolgov
2025-05-11when exiting detail activity, pass active article back to main activity and s...Andrew Dolgov
2025-05-11use one instance of loaded articles and keep it in an application singletonAndrew Dolgov
2025-05-11fix detail FAB not being hidden if disabled, also fix malfunctioning (ifAndrew Dolgov
2025-05-11adjust mark unread iconAndrew Dolgov
2025-05-11make article note clickableAndrew Dolgov
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-08remove additional buttons from article header, limit buttons to toolbarAndrew Dolgov
2025-05-06drop some custom colors, replace with material3 theme stock; some tabletAndrew Dolgov
2025-05-06drop annotation-based save handling and go back to stone-age vanilla methodsAndrew Dolgov
2025-05-05replace switch statement with ifs because resource identifiers are not final ...Andrew Dolgov
2025-05-05replace unmaintained icepick with unmaintained Android-State :(Andrew Dolgov
2020-10-03detail activity: always hide sidebar in portraitAndrew Dolgov
2020-10-03move fab to activity view out of specific fragmentsAndrew Dolgov
2020-06-01add an option to force phone layout on tablet devicesAndrew Dolgov
2019-02-08migrate from android support library to androidxAndrew Dolgov
2018-03-15remove toggle_attachments menu item (no longer needed)Andrew Dolgov
2018-03-12add some hacky workarounds for bridge library inability to restore state if m...Andrew Dolgov
2018-03-08common activities: use icepick/bridge for stateAndrew Dolgov
2017-06-05when selecting feed in a drawer use runnableAndrew Dolgov
2017-06-01detail activity: hide toolbar item to switch sort orderAndrew Dolgov