index
:
forks/tt-rss-android
master
Fork of deprecated tt-rss-android repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
org.fox.ttrss
/
src
/
main
/
java
/
org
/
fox
/
ttrss
/
ArticleModel.java
Age
Commit message (
Expand
)
Author
2025-09-15
stop storing Article as parcelable (store id instead), remove Parcelable impl...
Andrew Dolgov
2025-05-21
add editorconfig and reformat code accordingly
Andrew Dolgov
2025-05-21
drop ArticleList class, replace with instances of ArrayList/List/Collections ...
Andrew Dolgov
2025-05-20
always return actual article POJO from model list in get active
Andrew Dolgov
2025-05-20
rely on equals() to find articles in lists
Andrew Dolgov
2025-05-20
limit some log messages to debug builds
Andrew Dolgov
2025-05-20
report model errors while processing JSON as other errors to UI
Andrew Dolgov
2025-05-20
move search query stuff to model
Andrew Dolgov
2025-05-20
move active article handling to model, optimize imports
Andrew Dolgov
2025-05-19
fix equals() methods and use equals() instead of !=, duh
Andrew Dolgov
2025-05-19
adjust feed compareTo() to ignore title, add Feed.toString(); throw exception...
Andrew Dolgov
2025-05-19
fix article model allowing append load if lazy load is disabled
Andrew Dolgov
2025-05-19
move stuff related to article selection to model, toggle actionmode based on ...
Andrew Dolgov
2025-05-18
use observable in a few more places, switch article display mode without reload
Andrew Dolgov
2025-05-17
switch to observable values to display swipe indicator
Andrew Dolgov
2025-05-17
switch to viewmodel for feeds/cats
Andrew Dolgov
2025-05-16
hijack glide progress module to display headlines loading percentage for slow...
Andrew Dolgov
2025-05-16
switch feeds to recycler view while removing most of legacy code
Andrew Dolgov
2025-05-14
minor cleanup
Andrew Dolgov
2025-05-14
refactor some more
Andrew Dolgov