2022-02-03 09:06:44 -07:00
|
|
|
// Access token
|
|
|
|
const String userInfoBox = "immichBoxUserInfo"; // Box
|
|
|
|
const String accessTokenKey = "immichBoxAccessTokenKey"; // Key 1
|
|
|
|
const String deviceIdKey = 'immichBoxDeviceIdKey'; // Key 2
|
2022-06-20 16:10:23 -07:00
|
|
|
const String isLoggedInKey = 'immichIsLoggedInKey'; // Key 3
|
|
|
|
const String serverEndpointKey = 'immichBoxServerEndpoint'; // Key 4
|
2022-11-26 09:16:02 -07:00
|
|
|
const String assetEtagKey = 'immichAssetEtagKey'; // Key 5
|
2023-02-04 13:42:42 -07:00
|
|
|
const String userIdKey = 'immichUserIdKey'; // Key 6
|
2022-02-03 09:06:44 -07:00
|
|
|
|
2022-04-24 19:33:10 -07:00
|
|
|
// Login Info
|
2022-06-20 16:10:23 -07:00
|
|
|
const String hiveLoginInfoBox = "immichLoginInfoBox"; // Box
|
|
|
|
const String savedLoginInfoKey = "immichSavedLoginInfoKey"; // Key 1
|
2022-05-06 05:22:23 -07:00
|
|
|
|
|
|
|
// Backup Info
|
2022-06-20 16:10:23 -07:00
|
|
|
const String hiveBackupInfoBox = "immichBackupAlbumInfoBox"; // Box
|
|
|
|
const String backupInfoKey = "immichBackupAlbumInfoKey"; // Key 1
|
2022-06-11 14:12:06 -07:00
|
|
|
|
|
|
|
// Github Release Info
|
2022-06-20 16:10:23 -07:00
|
|
|
const String hiveGithubReleaseInfoBox = "immichGithubReleaseInfoBox"; // Box
|
|
|
|
const String githubReleaseInfoKey = "immichGithubReleaseInfoKey"; // Key 1
|
2022-08-13 13:51:09 -07:00
|
|
|
|
|
|
|
// User Setting Info
|
|
|
|
const String userSettingInfoBox = "immichUserSettingInfoBox";
|
2022-08-21 09:29:24 -07:00
|
|
|
|
|
|
|
// Background backup Info
|
|
|
|
const String backgroundBackupInfoBox = "immichBackgroundBackupInfoBox"; // Box
|
2022-08-30 07:09:19 -07:00
|
|
|
const String backupFailedSince = "immichBackupFailedSince"; // Key 1
|
|
|
|
const String backupRequireWifi = "immichBackupRequireWifi"; // Key 2
|
|
|
|
const String backupRequireCharging = "immichBackupRequireCharging"; // Key 3
|
2022-12-08 08:51:36 -07:00
|
|
|
const String backupTriggerDelay = "immichBackupTriggerDelay"; // Key 4
|
2022-10-25 07:51:03 -07:00
|
|
|
|
|
|
|
// Duplicate asset
|
|
|
|
const String duplicatedAssetsBox = "immichDuplicatedAssetsBox"; // Box
|
|
|
|
const String duplicatedAssetsKey = "immichDuplicatedAssetsKey"; // Key 1
|
2022-11-27 13:34:19 -07:00
|
|
|
|
|
|
|
// In app logger
|
|
|
|
const String immichLoggerBox = "immichInAppLogger"; // Box
|