summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/MasterActivity.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-21remove debugging lineAndrew Dolgov
2025-05-20drop no longer useful variant of onArticleSelected(), remove seemingly pointl...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-20fix wrong instance of article class being set activeAndrew 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-17bring back option to disable catsAndrew Dolgov
2025-05-17open drawer onBackPressed() instead of quitting if there's a feed open and dr...Andrew Dolgov
2025-05-17switch to viewmodel for feeds/catsAndrew Dolgov
2025-05-16hijack glide progress module to display headlines loading percentage for slow...Andrew Dolgov
2025-05-16deal with issues related to feed selectionAndrew Dolgov
2025-05-16cleanup, bump okhttp timeoutsAndrew Dolgov
2025-05-16switch feeds to recycler view while removing most of legacy codeAndrew Dolgov
2025-05-15more wipAndrew Dolgov
2025-05-15wip recycler feedsAndrew Dolgov
2025-05-14enable categories ootb like tt-rss mainAndrew 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-14switch to recycler listview/submitlistAndrew 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-13try keeping local articlelist with footers on headlines fragmentAndrew Dolgov
2025-05-13let's try setting active article when going back from detail mode, also stop ...Andrew 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-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 bunch of android studio batch inspectionsAndrew Dolgov
2025-05-11switch to androidx preferencemanagerAndrew Dolgov
2025-05-11properly reset shared article list when opening feedsAndrew Dolgov
2025-05-11disable previous with rediscovered rationaleAndrew 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-08enable main window edge-to-edge attempt after reading documentation a bitAndrew Dolgov
2025-05-07switch to material alert dialogsAndrew 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
2025-03-13keep currently open feed open when switching display mode using context menuAndrew Dolgov
2023-10-05 * code cleanupAndrew Dolgov
2023-10-04add todo itemAndrew Dolgov
2023-10-04allow selecting which feed to open on startupAndrew Dolgov
2022-06-07remove all trial/unlock related codeAndrew Dolgov
2021-10-07Avoid double brace initializationAndrew Gaul