unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #05337
[Bug 1276658] Re: Add offline cache
http://bazaar.launchpad.net/~indicator-applet-developers/ubuntu-app-
launch/trunk.14.10/view/head:/helpers.c#L512
This seems to use g_get_user_cache_dir() which will be ~/.cache causing
QtLocation to make that ~/.cache/QtLocation - for confinement this has
to be ~/.cache/APP_ID - it is indeed correct the way QtLocation uses it
as on the desktop the folder is intended to be shared among all
applications.
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Ubuntu Application Launcher.
https://bugs.launchpad.net/bugs/1276658
Title:
Add offline cache
Status in Ubuntu Application Launcher:
Confirmed
Bug description:
The app should be able to cache downloaded tiles to be used in future
runs of the app.
In contrast to the download tile pack feature, that allows downloading
a region before going on holiday; this would provide faster viewing of
previously viewed areas especially when the user has poor signal, as
well as less bandwidth usage etc.
At present, the QML component caches downloaded tiles while the app is
running, but upon closing the app this is all forgotten, and it must
download from scratch again the next time it is loaded. So, tiles
should be stored in a permanent cache, so that it is not required to
download them everytime the app is started.
Note: Similar apps allow the user to specify the size of the cache, to
meet their requirements. So, they can set the cache size to 1MB or
500MB etc. depending on their needs.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-launch/+bug/1276658/+subscriptions