Calendar metadata fetch after creating account.

This commit is contained in:
Burak Kaan Köse
2026-02-15 19:57:48 +01:00
parent d428a6ce7a
commit dae7d046c4
8 changed files with 61 additions and 2 deletions
@@ -5,6 +5,7 @@ public enum AccountCreationDialogState
Idle,
SigningIn,
PreparingFolders,
CalendarMetadataFetch,
Completed,
ManuelSetupWaiting,
TestingConnection,
@@ -8,6 +8,7 @@
"AccountCacheReset_Message": "This account requires full re-sychronization to continue working. Please wait while Wino re-synchronizes your messages...",
"AccountContactNameYou": "You",
"AccountCreationDialog_Completed": "all done",
"AccountCreationDialog_FetchingCalendarMetadata": "Fetching calendar details.",
"AccountCreationDialog_FetchingEvents": "Fetching calendar events.",
"AccountCreationDialog_FetchingProfileInformation": "Fetching profile details.",
"AccountCreationDialog_GoogleAuthHelpClipboardText_Row0": "If your browser did not launch automatically to complete authentication:",
@@ -242,6 +243,7 @@
"Exception_CustomThemeMissingName": "You must provide a name.",
"Exception_CustomThemeMissingWallpaper": "You must provide a custom background image.",
"Exception_FailedToSynchronizeAliases": "Failed to synchronize aliases",
"Exception_FailedToSynchronizeCalendarMetadata": "Failed to synchronize calendar details",
"Exception_FailedToSynchronizeFolders": "Failed to synchronize folders",
"Exception_FailedToSynchronizeProfileInformation": "Failed to synchronize profile information",
"Exception_GoogleAuthCallbackNull": "Callback uri is null on activation.",