6 Commits

Author SHA1 Message Date
sam marshall
069c402ba5 MOBILE-3188 Settings: Consistently show total size estimate for site
Changes the two settings pages that show the size of a site (from the
main menu, these are 'App settings / Space usage' and 'Preferences')
so that they:

a) do not show the number of cache entries (not very informative for
   end users)
b) show an estimate for 'space usage' that includes the total size
   of data in ws_cache

The space usage estimate is not perfect (it doesn't include the
per-row overhead in the ws_cache table, or other cached data that
can be deleted such as calendar events or user data) but it will
probably be good enough, and I don't think the 'number of entries'
things was helpful to anyone.
2020-09-02 10:21:34 +02:00
Pau Ferrer Ocaña
7c9d8cddbc MOBILE-3325 settings: Polish interface 2020-01-29 16:20:31 +01:00
Pau Ferrer Ocaña
721f7c6f36 MOBILE-3325 settings: Move ios shared files to site settings 2020-01-29 16:06:48 +01:00
Pau Ferrer Ocaña
3140b1c966 MOBILE-3325 settings: Move sync site on site settings 2020-01-29 16:06:48 +01:00
Pau Ferrer Ocaña
d4ee108040 MOBILE-3325 settings: Move space usage onto site settings 2020-01-29 16:06:48 +01:00
Pau Ferrer Ocaña
fa72fa4f02 MOBILE-3325 settings: Divide app and site settings 2020-01-29 16:06:19 +01:00