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