Amine Bouabdallaoui AmineB
AmineB commented on pull request Louvorg/ReaderForSelfoss-multiplatform#81 2022-10-17 17:44:44 +00:00
Prevent crash when logging in

why was this added ?

AmineB suggested changes for Louvorg/ReaderForSelfoss-multiplatform#81 2022-10-17 17:44:44 +00:00
Prevent crash when logging in
AmineB commented on issue Louvorg/ReaderForSelfoss-multiplatform#80 2022-10-17 08:38:40 +00:00
No unread count for sources

This information isn't sent by the api.

I'm also thinking about removing the lateral panel, so for now, this won't change.

AmineB commented on issue Louvorg/ReaderForSelfoss-multiplatform#76 2022-10-16 16:54:30 +00:00
Provide indication when sources update failed

the notifications should be working now.

AmineB closed issue Louvorg/ReaderForSelfoss-multiplatform#1 2022-10-15 18:52:06 +00:00
Prevent some sources to be open in the article viewer AND the custom tab.
AmineB opened issue Louvorg/ReaderForSelfoss-multiplatform#78 2022-10-15 18:51:45 +00:00
ViewPager infinite loading
AmineB closed issue Louvorg/ReaderForSelfoss-multiplatform#3 2022-10-15 18:49:24 +00:00
ViewPager enhancements
AmineB closed issue Louvorg/ReaderForSelfoss-multiplatform#5 2022-10-15 18:48:07 +00:00
Remaining theme issues
AmineB closed issue Louvorg/ReaderForSelfoss-multiplatform#14 2022-10-15 18:46:26 +00:00
Line in the article reader
AmineB commented on issue Louvorg/ReaderForSelfoss-multiplatform#14 2022-10-15 18:45:49 +00:00
Line in the article reader

Can't reproduce. Will open if needed.

AmineB commented on issue Louvorg/ReaderForSelfoss-multiplatform#15 2022-10-15 18:28:53 +00:00
Articles not removed after source removal

This will be happening if/when !41 is done

AmineB closed issue Louvorg/ReaderForSelfoss-multiplatform#58 2022-10-14 07:18:57 +00:00
Filters don't work when offline
AmineB merged pull request Louvorg/ReaderForSelfoss-multiplatform#75 2022-10-14 07:18:43 +00:00
Allow offline filtering
AmineB pushed to master at Louvorg/ReaderForSelfoss-multiplatform 2022-10-14 07:18:43 +00:00
8b0bbe71c9 Merge pull request 'Allow offline filtering' (#75) from davidoskky/ReaderForSelfoss-multiplatform:offline_filters into master
8bfe14c019 Actually filter database items
208babbce3 Correct tests
02098a7aa9 Rearrange filtering steps
d0a982f385 Add tests for offline filtering
Compare 7 commits »
AmineB commented on issue Louvorg/ReaderForSelfoss-multiplatform#76 2022-10-13 20:03:49 +00:00
Provide indication when sources update failed

It may be better to ask api related questions in the selfoss repository.

AmineB commented on pull request Louvorg/ReaderForSelfoss-multiplatform#75 2022-10-13 18:27:44 +00:00
Allow offline filtering

This should be dbItems = dbItems.filter { it.tags.contains(tagFilter!!.tag) } (with dbItems being a var). Else, it does not filter anything.

AmineB commented on pull request Louvorg/ReaderForSelfoss-multiplatform#75 2022-10-13 18:27:44 +00:00
Allow offline filtering

This should be dbItems = dbItems.filter { it.tags.contains(tagFilter!!.tag) } (with dbItems being a var). Else, it does not filter anything.

AmineB suggested changes for Louvorg/ReaderForSelfoss-multiplatform#75 2022-10-13 18:27:44 +00:00
Allow offline filtering
AmineB commented on issue Louvorg/ReaderForSelfoss-multiplatform#77 2022-10-10 18:56:56 +00:00
Add support for item author

@davidoskky Twitter items do not open inside the article viewer.

This is displayed in the card view. image

This is displayed in the…

AmineB commented on issue Louvorg/ReaderForSelfoss-multiplatform#76 2022-10-10 18:30:29 +00:00
Provide indication when sources update failed

The source item seem to have an error field that may be the one to use.