-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fever API won't remove items read from other devices #495
Comments
@kid1412621 I proposed and @Ashinch merged a pull request that fixed this and enables cross-device sync - unfortunately, it landed right after the @Ashinch IMO, it's beyond time to cut a If it's too much of a burden, I'd be happy to help manage releases somehow. |
This comment was marked as spam.
This comment was marked as spam.
@hahuo If you can't even learn how to compile the app on your own, please at least be respectful to selfless open source contributors |
When I don't have enough free time, I deeply appreciate everyone coming together to contribute to this project. @mbestavros @JunkFood02 will be added to the list of collaborators for the project, granting you some permissions to manage the project's release plans. As for the offensive remarks towards the open-source community by user @hahuo they have been banned from this project.
|
hey @mbestavros, nicely done! I've checked the issue by myself but tested with the latest code. However unable to reproduce anymore with latest build. 😂 Your answer solved my problem. Thanks. btw @Ashinch, may I know how the apk is packaged currently? Since I've noticed a UI(LazyColumn) lagging issue which caused by debug mode. |
Apks should be all built under release mode according to the Build section of the README Afaik, we might see a significant improvement on performance after updating the Compose dependencies. The current version for Compose is 1.2.0, while the current latest stable release is 1.5.4. Compose team worked hard for improving performance this year. I'l take a look at this when I have time |
Tkx for the info. Speaking of compose version, maybe we can use the compose-bom later on. |
@Ashinch @JunkFood02 Awesome, I'm happy to help! We should perhaps discuss protocols for release decisions, now that we have three people capable of doing it. I'll create a discussion for that. Would also be helpful to have the release process documented (if it isn't already). EDIT: Here it is; #501 |
The Fever API does not supported remove remote items, wait for newer API integrations than this XD |
1. Environment
2. Describe the bug
I'm using self hosted miniflux with Fever API. After I've read some articles from devices, the Read You won't sync read items and reduce unread count.
The text was updated successfully, but these errors were encountered: