Changes
Settings
,== List of Available settings ==
=== List of settings === The [[Global Settings]] basic stock of settings include the following
{| class="wikitable" | width = "75%"
|-
| ''MemoryUsage''|| Whether {{UBIK}} should [[Memory Usage (Android)|lazy load]] or [[Memory Usage (Android)|eager load]] all the content. Available since {{Version/Android|2.4.0}}
|-
| ''Protocol''|| The protocol to use for data communication over the Internet (e.g.: HTTPS)
|-
| ''ShowSystemProperties''|| If set to true, all properties will be displayed; otherwise, only the ones that are marked as [[METACLASSSCOPE#Visibility|visible]].
|-
| ''UBIKContextName''|| The {{UBIK}} [[CONTEXT]] name
|-
|}
=== AR settings ===
|-
|}
== Characteristics of settings ==
Settings have the following characteristics and behavior within the application:
* Available and editable before and after the login.
* Changes done before login are applied to the next user who attempts to login.
** This goes for applying presets as well.
** After applying a preset, changes of settings are also taken into account.
** The settings defined are not just used by the user as new settings, but they are merged with the settings the user already has, and are overriding them.
* Changes after login are saved for every user. After logout and new login, they are restored, merged with the settings changed before login if there are some and finally they get applied to the user.
* If a completely new user attempts to login without defining settings before or loading a preset, the initial values of the settings as defined in the constants.xml are used.
== PreSet actions ==
The {{key press|Save PreSet}} button that is only available after login, can be used to [[HowTo:Save Settings as Presets]].
[[Category:Client|Settings]]