summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/OnlineActivity.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-21drop ArticleList class, replace with instances of ArrayList/List/Collections ...Andrew Dolgov
2025-05-21remove ArticleList.getAsCommaSeparatedIdsAndrew Dolgov
2025-05-20add workaround for setArticleField and labels/scoreAndrew Dolgov
2025-05-20rely on equals() to find articles in listsAndrew Dolgov
2025-05-20fix saving article unread/marked from menuAndrew 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-19add option to disable icon tintingAndrew Dolgov
2025-05-19move stuff related to article selection to model, toggle actionmode based on ...Andrew Dolgov
2025-05-18fix position desync if recycler view reorders, only set headline row click ha...Andrew Dolgov
2025-05-18use observable in a few more places, switch article display mode without reloadAndrew Dolgov
2025-05-18switch between display modes without restart, add missing string resourceAndrew Dolgov
2025-05-17remove nested groups in main menu because that's not actually supported (even...Andrew Dolgov
2025-05-16hijack glide progress module to display headlines loading percentage for slow...Andrew Dolgov
2025-05-16switch feeds to recycler view while removing most of legacy codeAndrew Dolgov
2025-05-15use color tinting for starred actionbar iconsAndrew Dolgov
2025-05-15add rss_box iconAndrew Dolgov
2025-05-14minor cleanupAndrew Dolgov
2025-05-14refactor to more consistent naming, allow observing articlelist changes and u...Andrew Dolgov
2025-05-13remove some more usages of notifyUpdatedAndrew Dolgov
2025-05-13remove some usages of notifyUpdated() when not neededAndrew Dolgov
2025-05-13notify specific item changed when editing noteAndrew 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-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-12allow other updateArticle operations than toggle, fix catchup on scroll doing...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-11optimize importsAndrew Dolgov
2025-05-11drop offline modeAndrew Dolgov
2025-05-10wip bottom appbarAndrew Dolgov
2025-05-09fix wrong typecast in mark as read alertdialogAndrew Dolgov
2025-05-08remove additional buttons from article header, limit buttons to toolbarAndrew Dolgov
2025-05-07switch to material alert dialogsAndrew Dolgov
2025-05-06adjust some dynamic icons and article toolbar paddingAndrew Dolgov
2025-05-06reimport most material icons as uptodate vector resourcesAndrew Dolgov
2025-05-06drop AppUpdater in favor of ObtainiumAndrew Dolgov
2025-05-05replace switch statement with ifs because resource identifiers are not final ...Andrew Dolgov
2025-03-13keep currently open feed open when switching display mode using context menuAndrew Dolgov
2024-11-26allow switching display mode (compact, normal, etc) from overflow menuAndrew Dolgov
2024-11-25properly catchup results of active search if backend allows for itAndrew Dolgov
2023-06-04 * add option to disable update checksAndrew Dolgov
2022-06-07also remove openUnlockUrl()Andrew Dolgov
2022-06-07remove all trial/unlock related codeAndrew Dolgov