Block a user
Better handling of reloading content when inside the app
Adding to this: if you have set the application to download say 20 articles and you scroll down and open an older one, when you come back to the home screen the first 20 articles are downloaded…
Provide indication when sources update failed
davidoskky
created pull request Louvorg/ReaderForSelfoss-multiplatform#75
2022-10-08 15:17:54 +00:00
Allow offline filtering
davidoskky
created branch offline_filters in davidoskky/ReaderForSelfoss-multiplatform
2022-10-08 15:15:44 +00:00
davidoskky
pushed to offline_filters at davidoskky/ReaderForSelfoss-multiplatform
2022-10-08 15:15:44 +00:00
d0a982f385
Add tests for offline filtering
1d1c121aab
Filter items from database according to tag and source
fe12819163
Correct database source title
023a30c008
Merge pull request 'Simplify sources and tags handling' (#70) from davidoskky/ReaderForSelfoss-multiplatform:drawer_data into master
a2862a2587
Merge pull request 'Correct mechanism of mark and unmark snackbars' (#74) from davidoskky/ReaderForSelfoss-multiplatform:snackbar-mark into master
054e936657
Merge pull request 'Correct boolean serialization' (#73) from davidoskky/ReaderForSelfoss-multiplatform:swiping into master
1d2e5069b8
Avoid double snackbar generation
a147646743
Correct mechanism of mark and unmark snackbars
davidoskky
deleted branch drawer_data from davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 18:57:31 +00:00
davidoskky
deleted branch snackbar-mark from davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 18:56:49 +00:00
davidoskky
deleted branch swiping from davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 18:56:37 +00:00
davidoskky
pushed to snackbar-mark at davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 14:47:17 +00:00
1d2e5069b8
Avoid double snackbar generation
davidoskky
created pull request Louvorg/ReaderForSelfoss-multiplatform#74
2022-10-04 14:45:26 +00:00
Correct mechanism of mark and unmark snackbars
davidoskky
created branch snackbar-mark in davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 14:43:25 +00:00
davidoskky
pushed to snackbar-mark at davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 14:43:25 +00:00
a147646743
Correct mechanism of mark and unmark snackbars
davidoskky
created pull request Louvorg/ReaderForSelfoss-multiplatform#73
2022-10-04 14:34:38 +00:00
Correct boolean serialization
davidoskky
created branch swiping in davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 14:32:56 +00:00
davidoskky
pushed to swiping at davidoskky/ReaderForSelfoss-multiplatform
2022-10-04 14:32:56 +00:00
32e7fc0038
Correct boolean serialization
Swiping articles inconsistencies
Implement Selfoss API 5.0.0
I checked it now, DELETE /source/:id
and GET /update
work correctly with the current implementation.
davidoskky
commented on pull request Louvorg/ReaderForSelfoss-multiplatform#70
2022-10-03 06:46:24 +00:00
Simplify sources and tags handling
I guess this can be merged for now and some further optimization can be done in the future. I can start working on #71 to make sure that everything works correctly with the new api for when…