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-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
|
|
|
|
const String backupFailedSince = "immichBackupFailedSince"; // Key 1
|