summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/java/org/fox/ttrss/ArticleModel.java
AgeCommit message (Expand)Author
2025-09-15stop storing Article as parcelable (store id instead), remove Parcelable impl...Andrew 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-20always return actual article POJO from model list in get activeAndrew Dolgov
2025-05-20rely on equals() to find articles in listsAndrew Dolgov
2025-05-20limit some log messages to debug buildsAndrew Dolgov
2025-05-20report model errors while processing JSON as other errors to UIAndrew Dolgov
2025-05-20move search query stuff to modelAndrew Dolgov
2025-05-20move active article handling to model, optimize importsAndrew Dolgov
2025-05-19fix equals() methods and use equals() instead of !=, duhAndrew Dolgov
2025-05-19adjust feed compareTo() to ignore title, add Feed.toString(); throw exception...Andrew Dolgov
2025-05-19fix article model allowing append load if lazy load is disabledAndrew Dolgov
2025-05-19move stuff related to article selection to model, toggle actionmode based on ...Andrew Dolgov
2025-05-18use observable in a few more places, switch article display mode without reloadAndrew Dolgov
2025-05-17switch to observable values to display swipe indicatorAndrew 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-16switch feeds to recycler view while removing most of legacy codeAndrew Dolgov
2025-05-14minor cleanupAndrew Dolgov
2025-05-14refactor some moreAndrew Dolgov