You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
julien4215
changed the title
Improve offline mode
Improve caching system
Jul 9, 2024
The text was updated successfully, but these errors were encountered: