summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/Application.java
AgeCommit message (Expand)Author
2025-07-09configure ACRA to only send app version and stack trace in the email reportAndrew Dolgov
2025-05-21add editorconfig and reformat code accordinglyAndrew Dolgov
2025-05-21switch acra to key/value list from jsonAndrew Dolgov
2025-05-21drop ArticleList class, replace with instances of ArrayList/List/Collections ...Andrew Dolgov
2025-05-19add option to expand special category, disable ACRA for debug builds, move mo...Andrew Dolgov
2025-05-19add option to enable dynamic colorsAndrew Dolgov
2025-05-19add acra crash senderAndrew Dolgov
2025-05-17switch to viewmodel for feeds/catsAndrew Dolgov
2025-05-14refactor some moreAndrew Dolgov
2025-05-14switch to static usages, refactor method nameAndrew Dolgov
2025-05-14refactor to more consistent naming, allow observing articlelist changes and u...Andrew Dolgov
2025-05-14wip implementation of viewmodel/executor/livedata headlinesAndrew Dolgov
2025-05-13implement search query stuff into headlines loader, split loader IDsAndrew Dolgov
2025-05-12experimental headlines loader with diffutilAndrew 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-11run a few more inspectionsAndrew Dolgov
2025-05-11run a bunch of android studio batch inspectionsAndrew Dolgov
2025-05-11use one instance of loaded articles and keep it in an application singletonAndrew Dolgov
2025-05-11add workaround for LinkedHashMap stored as a plain HashMap in a bundleAndrew Dolgov
2025-05-06drop annotation-based save handling and go back to stone-age vanilla methodsAndrew Dolgov
2025-05-05replace unmaintained icepick with unmaintained Android-State :(Andrew Dolgov
2021-05-18support custom article sorting (i.e. scored_oldest_first)Andrew Dolgov
2021-05-18wip, start dealing with custom sort typesAndrew Dolgov
2019-02-08migrate from android support library to androidxAndrew Dolgov
2018-12-21tweak icon; remove ACRAAndrew Dolgov
2018-03-08commonactivity: use icepick/bridgeAndrew Dolgov
2017-06-01remove some unused occurences of API progress-related variablesAndrew Dolgov
2017-05-29update ACRAAndrew Dolgov
2015-07-17pass article to detailactivity via application to prevent transaction_too_largeAndrew Dolgov
2015-06-10further refactoringAndrew Dolgov