-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Users that were loaded from the network are now kept in a cache and only discarded when the app is closed. This means, that if a user navigates away from the map and then comes back to it no more loading needs to be done for the previously loaded areas. Also, the loading is area aware. That means that for overlapping areas requests are now only made for the non-loaded parts. Fixes: #101
- Loading branch information
Showing
4 changed files
with
870 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.