Skip to content
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

Improve caching system #399

Open
3 tasks
julien4215 opened this issue Jun 29, 2024 · 0 comments
Open
3 tasks

Improve caching system #399

julien4215 opened this issue Jun 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@julien4215
Copy link
Collaborator

julien4215 commented Jun 29, 2024

  • We are currently using SharedPreferences to cache requests. This is a bad idea as SharedPreferences is not conceived to store large amount of data and can lead to Out Of Memory errors (Remove caching #397)
  • Currently nothing get deleted in the cache, we should clear the cache after some period of time
  • We are not caching images and pdf. We don't have to but we should at least take care of the case were the user has no connectivity.
@julien4215 julien4215 changed the title Improve offline mode Improve caching system Jul 9, 2024
@julien4215 julien4215 added the enhancement New feature or request label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant