diff --git a/Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.2021.07.11.zip b/Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.2021.07.11.zip deleted file mode 100644 index 1728b45..0000000 Binary files a/Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.2021.07.11.zip and /dev/null differ diff --git a/Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.projitems b/Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.projitems index a02927d..25e5a07 100644 --- a/Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.projitems +++ b/Andro2UWP/Andro2UWP.Shared/Andro2UWP.Shared.projitems @@ -52,7 +52,9 @@ + + \ No newline at end of file diff --git a/Andro2UWP/Andro2UWP.Shared/App.xaml.cs b/Andro2UWP/Andro2UWP.Shared/App.xaml.cs index 3063963..9a4d752 100644 --- a/Andro2UWP/Andro2UWP.Shared/App.xaml.cs +++ b/Andro2UWP/Andro2UWP.Shared/App.xaml.cs @@ -194,10 +194,10 @@ public async void SighInIfNeeded(ClientType clientType, LaunchActivatedEventArgs MsaAuthenticationProvider msaAuthProvider = new MsaAuthenticationProvider ( - this.GoneDriveConsumerClientId, - this.GoneDriveConsumerReturnUrl, - this.Gscopes, - new CredentialVault(this.GoneDriveConsumerClientId) + GoneDriveConsumerClientId, // this. + GoneDriveConsumerReturnUrl, // this. + Gscopes, // this. + new CredentialVault(GoneDriveConsumerClientId) //this. ); #else diff --git a/Andro2UWP/Andro2UWP.Shared/Strings/en-us/Resources.resw b/Andro2UWP/Andro2UWP.Shared/Strings/en-us/Resources.resw new file mode 100644 index 0000000..bdff862 --- /dev/null +++ b/Andro2UWP/Andro2UWP.Shared/Strings/en-us/Resources.resw @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + If you want me to send Notifications to OneDrive (to UWP companion app), I need access to Notifications :) + + + Andro2UWP + + + impossible without network + + + Error initializing OneDrive + + + Grant Accessibility permission first + + + Add + + + Add filter + + + Cancel + + + ERROR while composing email - log would not be send (maybe it is too long) + + + Enter device name: + + + Nothing to show + + + Send log via email? + + + Source + + + should become: + + + Sure to delete log? + + + Sure to delete older than + + + Sure to delete all from + + + Sure to delete this and all older? + + + Cancel + + + No + + + Set + + + Yes + + + Accessibility + + + Auto refresh + + + Battery + + + Reset cache list + + + Clear + + + Copy + + + Current counter + + + Filter-out + + + Shorter log + + + Add debug info to log + + + Delete all older + + + Delete from sender + + + Delete this + + + Delete this and older + + + Details + + + Device name + + + Ok + + + Permissions + + + Refresh + + + Refresh + + + Reload + + + Rename Source + + + Clear cache list + + + Save! + + + Settings + + + Settings + + + Show log + + + Stopped + + + Started + + + EN-US + + \ No newline at end of file diff --git a/Andro2UWP/Andro2UWP.Shared/Strings/ru/Resources.resw b/Andro2UWP/Andro2UWP.Shared/Strings/ru/Resources.resw new file mode 100644 index 0000000..53f9418 --- /dev/null +++ b/Andro2UWP/Andro2UWP.Shared/Strings/ru/Resources.resw @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + If you want me to send Notifications to OneDrive (to UWP companion app), I need access to Notifications :) + + + Andro2UWP + + + impossible without network + + + Error initializing OneDrive + + + Grant Accessibility permission first + + + Add + + + Add filter + + + Cancel + + + ERROR while composing email - log would not be send (maybe it is too long) + + + Enter device name: + + + Nothing to show + + + Send log via email? + + + Source + + + should become: + + + Sure to delete log? + + + Sure to delete older than + + + Sure to delete all from + + + Sure to delete this and all older? + + + Cancel + + + No + + + Set + + + Yes + + + Accessibility + + + Auto refresh + + + Battery + + + Reset cache list + + + Clear + + + Copy + + + Current counter + + + Filter-out + + + Shorter log + + + Add debug info to log + + + Delete all older + + + Delete from sender + + + Delete this + + + Delete this and older + + + Details + + + Device name + + + Ok + + + Permissions + + + Refresh + + + Refresh + + + Reload + + + Rename Source + + + Очистить кэш-список + + + Сохранить! + + + Настройки + + + Настройки + + + Показать лог + + + Остановлено + + + Запущено + + + RU + + \ No newline at end of file