Git Product home page Git Product logo

clipboardzanager's Introduction

pazword logo

ClipboardZanager

ClipboardZanager is a clipboard manager for Windows 10 initiated by Etienne BAUDOUX in 2010. It is designed to keep a history of what the user copies in Windows and let him or her reuse it later. Since August 28th, 2017, ClipboardZanager is open source and is developed with the help of contributors.

Get ClipboardZanager on the Microsoft Store

Features

  • Clipboard conservation.
  • Synchronization with the personal user Cloud storage service account (supports OneDrive and DropBox).
  • User's data is encrypted. The user can also decide to ignore all copied data from a specific application.
  • Full integration to Windows 10.

Release notes

More info here

clipboardzanager

Requirements to run ClipboardZanager

  • Windows 10 (Anniversary Update (14393) or later) edition Home, Pro, Education, Entreprise, S.

Would you like to help the project?

Please, avoid selling this app as yours

I don't care if you copy the source code to use in your project, but please avoid simply changing the name and selling as your work. That's not why I'm sharing the source code, at all.

Setup a development environment

Requirements

For Windows

You will need the following tools :

  • Windows 10
  • .Net 4.6
  • Visual Studio 2017 with Windows development and Visual Studio extension development toolset and Windows 10 SDK (10.0.14393.0)
  • AutoRunCustomTool extension (that you can find in repository/Tools/AutoRunCustomTool.vsix)
  • DesktopBridgeDebuggingProject extension (that you can find in repository/Tools/DesktopBridgeDebuggingProject.vsix)

For Android

You will need the following tools :

  • Java 8
  • Android Studio
  • Android SDK to support version 21 to 25

For iOS

Well, I need to start the project at least.

Versioning & Passwords

Versioning

The application version use the following pattern :

year.month.day.buildCountInTheDay

Each time that the Windows Desktop app is built (with Visual Studio), the desktop and Android version number are updated. The Android app is not built by Visual Studio. The version number is updated but the project still need to be built from Android Studio.

Passwords & AppKey

The user's data is encrypted with a private key. This key is generated thanks to the private OneDrive appkey, DropBox appkey, and assembly version number (that changes at each build).

Build the project

Before building the project, you will need a OneDrive appkey and DropBox appkey to be able to generate correctly the private keys used by ClipboardZanager to encrypt data. You will need to :

Once done, you will have to rename the passwords-sample.txt file to passwords.txt and complete it with the appkey and redirection URI provided by OneDrive and DropBox.

In general, the security process can be improved and simplified.

Once done, open the solution in Visual Studio. Set DesktopBridgeDebuggingProject as the StartUp Project and Rebuild the Solution. The private keys will be updated in the Windows Desktop project and Android project at the following locations :

  • For the Windows Desktop app : ClipboardZanager\Sources\ClipboardZanager\Properties\Passwords.cs
  • For the Android app : Android\app\src\main\res\values\passwords.xml

Those two files and passwords.txt are git ignored. You can then open Android Studio and build the smartphone app.

Run the project on Windows

There is two ways to debug :

  • Running Windows Store\DesktopBridgeDebuggingProject in Debug mode. But on some machine dependencies are not well detected.
  • The other solution that works everywhere but that is less practical consist in deploying the Windows Store\ClipboardZanager project in Debug mode and then use the Debug/Other Debug Targets/Debug Installed App Package to debug the ClipboardZanager package.

Unit tests

On Windows, when we run all the unit tests, PasteBarWindowViewModel_Search fails, but success when we run it independently. It will be fix soon.

Contribute

Feel free to contribute to this project in any way : adding feature, opening issues, translating.

License

The MIT License (MIT)

Copyright 2018 Etienne BAUDOUX

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

clipboardzanager's People

Contributors

asr1 avatar christophe-ch avatar veler avatar vmichalak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

clipboardzanager's Issues

Null value on GetService

Issue reported by the Windows Store.

NullReferenceException (not more details).

Stack

Frame Image Function Offset

0 ClipboardZanager_Shared ClipboardZanager.Shared.Services.ServiceLocator.GetService[[System.__Canon,_mscorlib]] 0x137

1 ClipboardZanager ClipboardZanager.ViewModels.SettingsPanels.SettingsSecurityUserControlViewModel..ctor 0x27

2 ClipboardZanager ClipboardZanager.ViewModels.FirstStartWindowViewModel..ctor 0x10

3 System_Xaml_ni MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateInstanceWithCtor 0x14E

4 System_Xaml_ni MS.Internal.Xaml.Runtime.DynamicMethodRuntime.CreateInstanceWithCtor 0x25

5 System_Xaml_ni MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateInstance 0x4D

Build issue because of a absolute path in LanguageManager.tt

Unable to build the solution when the developer doesn't have Visual Studio 2017 Enterprise edition or didn't installed it at the default location.

Error An exception was thrown while trying to compile the transformation code. The following Exception was thrown: System.IO.FileNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Shell.Interop.dll'. File name: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Shell.Interop.dll' ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Shell.Interop.dll'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)

Bug avec plusieurs écrans

Hey !
Comme beaucoup, j'ai découvert ce projet grâce à GuillaumeSlash, déjà beau boulot !
Par contre, petit bug avec les utilisateurs qui ont pleins d'écrans comme moi. Sur l'écran principale, aucun soucis, par contres les auxiliaires ça bug un peu, voir les screenshots :
2017-12-14 1
2017-12-14

J'ai pas encore le niveau en C# pour proposer un fix, mais je pense que la solution se situe dans le fait que mes écrans sont de tailles différentes et que pour le coup ils sont configuré à des hauteurs différentes.

Merci d'avance et à bientôt !

Clément V.

RAM

image
and this doesn't stop

CLR_EXCEPTION when generating thumbnail

Issue reported from the Windows Store :

App version : 2017.9.3.0

CLR_EXCEPTION_System.Runtime.InteropServices.COMException_800401d3_PresentationCore.dll!System.Windows.DataObject+OleConverter.GetDataInner

Frame Image Function Offset
0 System_ni System.Runtime.InteropServices.ComTypes.IDataObject.GetData 0x1
1 PresentationCore_ni System.Windows.DataObject+OleConverter.GetDataInner 0x6D
2 PresentationCore_ni System.Windows.DataObject+OleConverter.GetDataFromOleHGLOBAL 0x90
3 PresentationCore_ni System.Windows.DataObject+OleConverter.GetDataFromBoundOleDataObject 0x3B
4 PresentationCore_ni System.Windows.DataObject+OleConverter.GetData 0x3A
5 PresentationCore_ni System.Windows.DataObject+OleConverter.GetData 0x1C
6 PresentationCore_ni System.Windows.DataObject.GetText 0x30
7 ClipboardZanager_Core_Desktop ClipboardZanager.Core.Desktop.Services.DataService.GenerateThumbnail 0x173
8 ClipboardZanager_Core_Desktop ClipboardZanager.Core.Desktop.Services.DataService+_AddDataEntry_d__45.MoveNext 0xDD

Exception when trying to open the PasteBar after closing it from Win + Tab

How to raise the exception :

  • Open the Paste Bar
  • Close it from Win + Tab panel
  • Try to open the Paste Bar again by clicking CZ's icon in the Task Bar

************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
at System.Windows.Window.VerifyCanShow()
at System.Windows.Window.Show()
at ClipboardZanager.Views.PasteBarWindow.DisplayBar(Action actionOnHidding)
at ClipboardZanager.ViewModels.MainWindowViewModel.ExecutePasteCommand()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at GalaSoft.MvvmLight.Helpers.WeakAction.Execute()
at GalaSoft.MvvmLight.Command.RelayCommand.Execute(Object parameter)
at ClipboardZanager.Views.MainWindow.NotifyIcon_OnMouseClick(Object sender, MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at ClipboardZanager.ComponentModel.UI.Controls.NotifyIcon.OnMouseClick(Object sender, MouseEventArgs e)
at System.Windows.Forms.NotifyIcon.OnMouseClick(MouseEventArgs mea)
at System.Windows.Forms.NotifyIcon.WmMouseUp(Message& m, MouseButtons button)
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Crash linked to Hooking

The user gets this crash pretty randomly or at startup.

Version: 2017.9.19.7

Logs :

Application: ClipboardZanager.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
at ClipboardZanager.ViewModels.PasteBarWindowViewModel.MouseAndKeyboardHookService_MouseAction(System.Object, ClipboardZanager.Core.Desktop.Events.MouseHookEventArgs)
at System.EventHandler`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Invoke(System.Object, System.__Canon)
at ClipboardZanager.Core.Desktop.Services.MouseAndKeyboardHookService.OnMouseAction(System.Object, ClipboardZanager.Core.Desktop.Events.MouseHookEventArgs)
at ClipboardZanager.Core.Desktop.Hooking.MouseHook.MouseHookProc(Int32, IntPtr, IntPtr)

IOException on deleting a file when the log session start.

Information retrieved from the Windows Store.

IOException (no more details).

Stack

Frame Image Function Offset

0 mscorlib_ni System.IO.__Error.WinIOError 0xD9

1 mscorlib_ni System.IO.File.InternalDelete 0xC43DC1

2 mscorlib_ni System.IO.File.Delete 0x17

3 ClipboardZanager_Core_Desktop ClipboardZanager.Core.Desktop.IO.LogSession.SessionStarted 0x156

4 ClipboardZanager_Shared ClipboardZanager.Shared.Logs.Logger..ctor 0x57

5 ClipboardZanager_Shared ClipboardZanager.Shared.Logs.Logger.get_Instance 0x42

6 ClipboardZanager ClipboardZanager.App.App_OnDispatcherUnhandledException 0x3A

7 WindowsBase_ni System.Windows.Threading.Dispatcher.CatchException 0x49
8 WindowsBase_ni System.Windows.Threading.Dispatcher.CatchExceptionStatic 0x40

9 WindowsBase_ni System.Windows.Threading.ExceptionWrapper.CatchException 0x66

10 WindowsBase_ni System.Windows.Threading.ExceptionWrapper.TryCatchWhen 0x79

11 WindowsBase_ni System.Windows.Threading.Dispatcher.LegacyInvokeImpl 0x135

12 WindowsBase_ni MS.Win32.HwndSubclass.SubclassWndProc 0xEE

13 WindowsBase_ni MS.Win32.UnsafeNativeMethods.DispatchMessage 0x2

14 WindowsBase_ni System.Windows.Threading.Dispatcher.PushFrameImpl 0xB1

15 WindowsBase_ni System.Windows.Threading.Dispatcher.PushFrame 0x4A

16 PresentationFramework_ni System.Windows.Application.RunDispatcher 0x5A

17 PresentationFramework_ni System.Windows.Application.RunInternal 0x74

18 PresentationFramework_ni System.Windows.Application.Run 0x2B

19 ClipboardZanager ClipboardZanager.App.Main 0x34

English mistake

There is a unnecessary "the" into "Send the logs to the author".

Crash during Log session initialization

This issue happened 164 times !

clr_exception_system.io.ioexception_80070020_clipboardzanager.core.desktop.dll!clipboardzanager.core.desktop.io.logsession.sessionstarted

0 mscorlib.ni.dll System.IO.__Error.WinIOError 0x000000000000037F
1 mscorlib.ni.dll System.IO.File.InternalDelete 0x0000000000000050
2 ClipboardZanager.Core.Desktop.dll ClipboardZanager.Core.Desktop.IO.LogSession.SessionStarted 0x0000000000000161
3 ClipboardZanager.Shared.dll ClipboardZanager.Shared.Logs.Logger.get_Instance 0x000000000000004D
4 ClipboardZanager.exe ClipboardZanager.App.App_OnDispatcherUnhandledException 0x000000000000005F
5 WindowsBase.ni.dll System.Windows.Threading.Dispatcher.CatchException 0x000000000000004B
6 WindowsBase.ni.dll System.Windows.Threading.ExceptionWrapper.TryCatchWhen 0x00000000000000B3
7 WindowsBase.ni.dll System.Windows.Threading.Dispatcher.LegacyInvokeImpl 0x0000000000000168
8 WindowsBase.ni.dll MS.Win32.HwndSubclass.SubclassWndProc 0x000000000000011F
9 WindowsBase.ni.dll MS.Win32.UnsafeNativeMethods.DispatchMessage 0x0000000000000001
10 WindowsBase.ni.dll System.Windows.Threading.Dispatcher.PushFrameImpl 0x00000000000000EB
11 PresentationFramework.ni.dll System.Windows.Application.RunDispatcher 0x000000000000006D
12 PresentationFramework.ni.dll System.Windows.Application.RunInternal 0x000000000000008A
13 ClipboardZanager.exe ClipboardZanager.App.Main

OneDrive - Fail to synchronize

Logs :

[Information] [Application_Startup] [13/10/2017 15:41:53] Application v.2017.9.19.7 started.
[Information] [LoadDataEntryFileAsync] [13/10/2017 15:41:53] The data entry file has been loaded.
[Information] [LoadDataEntryFileAsync] [13/10/2017 15:41:53] The data entry cache file has been loaded.
[Information] [ReorganizeAsync] [13/10/2017 15:41:53] The data entries have been automatically reorganized.
[Information] [PurgeCacheAsync] [13/10/2017 15:41:53] The data cache have been purged.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:41:53] The data entry file has been saved.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:41:53] The data entry cache file has been saved.
[Information] [Initialize] [13/10/2017 15:41:53] DataService initialized.
[Information] [Resume] [13/10/2017 15:41:53] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:41:53] Mouse hooking started.
[Information] [Initialize] [13/10/2017 15:41:53] MouseAndKeyboardHookService initialized.
[Information] [Initialize] [13/10/2017 15:41:53] WindowsService is retreiving Windows Store apps information. : stopwatch started !
[Information] [Initialize] [13/10/2017 15:41:53] WindowsService has found 127 Windows Store apps.
[Information] [Initialize] [13/10/2017 15:41:53] WindowsService is retreiving Windows Store apps information. : 00:00:00:461 [Information] [Initialize] [13/10/2017 15:41:53] WindowsService initialized.
[Information] [Resume] [13/10/2017 15:41:54] Clipboard hooking started.
[Information] [Initialize] [13/10/2017 15:41:54] ClipboardService initialized.
[Information] [Pause] [13/10/2017 15:41:54] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:41:54] Mouse hooking stopped.
[Information] [PasteBarWindow_OnLoaded] [13/10/2017 15:41:54] Paste bar loaded.
[Information] [ShowNotifyIcon] [13/10/2017 15:41:54] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:41:54] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:41:54] The icon in the task bar is shown.
[Information] [TryAuthenticateAsync] [13/10/2017 15:41:54] User authenticated to OneDrive.
[Information] [TryAuthenticateAsync] [13/10/2017 15:41:55] User authenticated to OneDrive.
[Information] [Initialize] [13/10/2017 15:41:55] CloudStorageService initialized.
[Information] [Resume] [13/10/2017 15:41:55] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:41:55] Mouse hooking started.
[Information] [ExecuteSettingsCommand] [13/10/2017 15:41:56] Settings menu from icon in the task bar clicked. The settings window will be displayed [Information] [Pause] [13/10/2017 15:41:56] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:41:56] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:41:56] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:41:56] The icon in the task bar is hidden.
[Information] [PasteBarWindow_OnClosing] [13/10/2017 15:41:56] Paste bar closing.
[Information] [ViewMode] [13/10/2017 15:41:56] The user switched to the 'General' view mode in the settings window.
[Information] [LoadCloudUserInfoAsync] [13/10/2017 15:41:56] The user looks authenticated to OneDrive. The app tries to retrieve the user's name on the cloud storage provider.
[Information] [LoadCloudUserInfoAsync] [13/10/2017 15:41:58] Success to retrieve informations on OneDrive's account.
[Information] [ViewMode] [13/10/2017 15:41:58] The user switched to the 'AboutThisApp' view mode in the settings window.
[Information] [ExecuteCloseButtonCommand] [13/10/2017 15:42:15] The settings window has been closed.
[Information] [PasteBarWindow_OnLoaded] [13/10/2017 15:42:15] Paste bar loaded.
[Information] [ExecuteSettingsCommand] [13/10/2017 15:42:15] The settings window is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:15] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:15] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:42:15] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:15] The icon in the task bar is shown.
[Information] [Pause] [13/10/2017 15:42:15] Clipboard hooking stopped.
[Information] [Resume] [13/10/2017 15:42:15] Clipboard hooking started.
[Information] [Resume] [13/10/2017 15:42:16] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:16] Mouse hooking started.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:35] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:42:35] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:35] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:42:35] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:42:35] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:42:35] Paste bar displayed.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:42:35] Paste bar deactived.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:42:35] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:42:35] Paste bar is hiding.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:35] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:35] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:35] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:42:35] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:35] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:35] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:35] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:42:35] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:42:35] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:42:35] The icon in the task bar is shown.
[Information] [Resume] [13/10/2017 15:42:35] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:35] Mouse hooking started.
[Warning] [RegisterHotKey] [13/10/2017 15:42:35] HotKey name already exist [Information] [DisplayBar] [13/10/2017 15:42:35] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:42:38] Mouse moves away from the paste bar.
[Information] [Pause] [13/10/2017 15:42:38] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:38] Mouse hooking stopped.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:42:38] The paste bar window has been hidden.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:38] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:42:38] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:42:38] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:42:38] Paste bar displayed.
[Information] [Resume] [13/10/2017 15:42:38] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:38] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:42:38] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:42:40] Paste bar deactived.
[Information] [Pause] [13/10/2017 15:42:40] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:40] Mouse hooking stopped.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:42:40] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:42:40] Paste bar is hiding.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:40] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:40] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:40] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:42:40] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:40] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:40] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:40] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:42:40] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:42:40] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:42:40] The icon in the task bar is shown.
[Information] [Resume] [13/10/2017 15:42:41] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:41] Mouse hooking started.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:47] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:42:47] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:47] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:42:47] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:42:47] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:42:47] Paste bar displayed.
[Information] [Resume] [13/10/2017 15:42:48] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:48] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:42:48] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ExecuteSearchCommand] [13/10/2017 15:42:49] Search in the paste bar started.
[Information] [Pause] [13/10/2017 15:42:49] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:49] Mouse hooking stopped.
[Information] [MatchSearchQuery] [13/10/2017 15:42:49] Trying to match the data 70dfd49f-67df-42cb-8bd3-2cf28673cf8b.
[Information] [MatchSearchQuery] [13/10/2017 15:42:49] Loading the unicode text data from the entry.
[Information] [MatchSearchQuery] [13/10/2017 15:42:49] Unicode text data from the entry loaded.
[Information] [ExecuteSearchCommand] [13/10/2017 15:42:50] Search in the paste bar started.
[Information] [MatchSearchQuery] [13/10/2017 15:42:50] Trying to match the data 70dfd49f-67df-42cb-8bd3-2cf28673cf8b.
[Information] [MatchSearchQuery] [13/10/2017 15:42:50] Loading the unicode text data from the entry.
[Information] [MatchSearchQuery] [13/10/2017 15:42:50] Unicode text data from the entry loaded.
[Information] [Resume] [13/10/2017 15:42:50] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:50] Mouse hooking started.
[Information] [ExecuteDeleteAllCommand] [13/10/2017 15:42:52] Delete all command activated.
[Information] [ClearCache] [13/10/2017 15:42:52] The data cache has been cleared.
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:42:53] Mouse moves away from the paste bar.
[Information] [Pause] [13/10/2017 15:42:53] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:53] Mouse hooking stopped.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:42:53] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:42:53] Paste bar is hiding.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:42:53] Paste bar deactived.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:42:53] The paste bar window has been hidden.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:53] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:53] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:53] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:42:53] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:53] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:53] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:53] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:42:53] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:42:53] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:42:53] The icon in the task bar is shown.
[Information] [Resume] [13/10/2017 15:42:54] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:54] Mouse hooking started.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:55] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:42:55] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:55] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:42:55] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:42:55] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:42:55] Paste bar displayed.
[Information] [Resume] [13/10/2017 15:42:55] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:55] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:42:55] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Pause] [13/10/2017 15:42:56] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:42:56] Mouse hooking stopped.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:42:56] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:42:56] Paste bar is hiding.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:42:56] Paste bar deactived.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:42:56] The paste bar window has been hidden.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:56] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:56] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:56] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:42:56] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:56] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:42:56] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:42:56] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:42:56] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:42:56] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:42:56] The icon in the task bar is shown.
[Information] [Resume] [13/10/2017 15:42:57] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:42:57] Mouse hooking started.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:01] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:43:01] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:01] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:01] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:43:01] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:43:01] Paste bar displayed.
[Information] [Resume] [13/10/2017 15:43:01] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:01] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:43:01] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:43:02] Paste bar deactived.
[Information] [Pause] [13/10/2017 15:43:02] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:02] Mouse hooking stopped.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:43:02] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:43:02] Paste bar is hiding.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:02] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:02] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:02] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:43:02] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:02] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:02] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:02] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:43:02] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:43:02] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:43:02] The icon in the task bar is shown.
[Information] [Resume] [13/10/2017 15:43:03] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:03] Mouse hooking started.
[Information] [WndProc] [13/10/2017 15:43:08] New data detected into the Windows clipboard.
[Information] [Pause] [13/10/2017 15:43:08] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:08] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:08] Clipboard hooking stopped.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:08] A data has been copied. The ClipboardService tries to retrieve the data.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:08] Persisting clipboard data to the hard drive. : stopwatch started !
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:08] Persisting clipboard data to the hard drive. : 00:00:00:054 [Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:08] Adding a new data entry to the data service. : stopwatch started !
[Information] [ReorganizeAsync] [13/10/2017 15:43:08] The data entries have been automatically reorganized.
[Information] [PurgeCacheAsync] [13/10/2017 15:43:08] The data cache have been purged.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:43:08] The data entry file has been saved.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:43:08] The data entry cache file has been saved.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:08] Adding a new data entry to the data service. : 00:00:00:026 [Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:08] The ClipboardService successfully retrieved the data from the clipboard.
[Information] [Resume] [13/10/2017 15:43:08] Clipboard hooking started.
[Information] [Resume] [13/10/2017 15:43:08] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:08] Mouse hooking started.
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:43:09] Mouse gesture detected at the top of the screen.
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:43:09] Mouse gesture detected at the top of the screen.
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:43:09] Mouse gesture detected at the top of the screen.
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:43:09] Mouse gesture detected at the top of the screen.
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:43:09] Mouse gesture detected at the top of the screen.
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:43:09] Mouse gesture detected at the top of the screen.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:09] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:43:09] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:09] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:09] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:43:09] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:43:09] Paste bar displayed.
[Information] [Resume] [13/10/2017 15:43:09] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:09] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:43:09] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [MouseAndKeyboardHookService_MouseAction] [13/10/2017 15:43:11] Mouse moves away from the paste bar.
[Information] [Pause] [13/10/2017 15:43:11] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:11] Mouse hooking stopped.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:43:11] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:43:11] Paste bar is hiding.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:43:11] Paste bar deactived.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:43:11] The paste bar window has been hidden.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:11] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:11] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:11] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:43:11] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:11] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:11] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:11] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:43:11] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:43:11] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:43:11] The icon in the task bar is shown.
[Information] [Resume] [13/10/2017 15:43:12] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:12] Mouse hooking started.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:12] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:43:12] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:12] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:12] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:43:12] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:43:12] Paste bar displayed.
[Information] [Resume] [13/10/2017 15:43:12] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:12] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:43:12] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ExecuteDeleteAllCommand] [13/10/2017 15:43:15] Delete all command activated.
[Information] [ClearCache] [13/10/2017 15:43:15] The data cache has been cleared.
[Information] [SynchronizeAsync] [13/10/2017 15:43:15] Synchronization with the cloud started.
[Information] [Pause] [13/10/2017 15:43:15] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:15] Mouse hooking stopped.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:43:15] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:43:15] Paste bar is hiding.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:43:15] Paste bar deactived.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:43:15] The paste bar window has been hidden.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:15] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:15] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:15] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:43:15] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:15] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:15] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:15] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:43:15] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:43:15] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:43:15] The icon in the task bar is shown.
[Information] [TryAuthenticateAsync] [13/10/2017 15:43:16] User authenticated to OneDrive.
[Information] [Resume] [13/10/2017 15:43:16] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:16] Mouse hooking started.
[Information] [SynchronizeAsync] [13/10/2017 15:43:17] Freezing the data before synchronize.
[Information] [SynchronizeAsync] [13/10/2017 15:43:19] There is no data entry file on the server yet.
[Information] [DifferenceLocalAndCloudDataEntries] [13/10/2017 15:43:19] Make the difference between the local cache and the cache from the Cloud.
[Information] [SynchronizeAsync] [13/10/2017 15:43:19] Downloading the needed data from the server to the local machine.
[Information] [SynchronizeAsync] [13/10/2017 15:43:19] Deleting the needed data from the server.
[Information] [Pause] [13/10/2017 15:43:19] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:19] Mouse hooking stopped.
[Information] [SynchronizeAsync] [13/10/2017 15:43:19] Uploading the needed data from the server to the local machine.
[Information] [SynchronizeAsync] [13/10/2017 15:43:19] Uploading the data entry file to the server.
[Information] [UploadFileAsync] [13/10/2017 15:43:19] Uploading '/ClipboardZanager/.clipboard' to OneDrive. Data size : 2 bytes.
[Warning] [SynchronizeAsync] [13/10/2017 15:43:19] Unable to synchronize for the following reason : Exception of type 'Microsoft.Graph.ServiceException' was thrown..
[Information] [CloudStorageService_SynchronizationFailed] [13/10/2017 15:43:19] The synchronization has failed.
[Information] [Resume] [13/10/2017 15:43:20] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:20] Mouse hooking started.
[Information] [WndProc] [13/10/2017 15:43:22] New data detected into the Windows clipboard.
[Information] [Pause] [13/10/2017 15:43:22] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:22] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:22] Clipboard hooking stopped.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:22] A data has been copied. The ClipboardService tries to retrieve the data.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:22] Persisting clipboard data to the hard drive. : stopwatch started !
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:22] Persisting clipboard data to the hard drive. : 00:00:00:120 [Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:22] Adding a new data entry to the data service. : stopwatch started !
[Information] [ReorganizeAsync] [13/10/2017 15:43:22] The data entries have been automatically reorganized.
[Information] [PurgeCacheAsync] [13/10/2017 15:43:22] The data cache have been purged.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:43:22] The data entry file has been saved.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:43:22] The data entry cache file has been saved.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:22] Adding a new data entry to the data service. : 00:00:00:100 [Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:22] The ClipboardService successfully retrieved the data from the clipboard.
[Information] [Resume] [13/10/2017 15:43:22] Clipboard hooking started.
[Information] [Resume] [13/10/2017 15:43:22] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:22] Mouse hooking started.
[Information] [WndProc] [13/10/2017 15:43:34] New data detected into the Windows clipboard.
[Information] [Pause] [13/10/2017 15:43:34] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:34] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:34] Clipboard hooking stopped.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:34] A data has been copied. The ClipboardService tries to retrieve the data.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:34] Persisting clipboard data to the hard drive. : stopwatch started !
[Error] [GetDataInner] [13/10/2017 15:43:34] Invalid tymed (Exception from HRESULT: 0x80040069 (DV_E_TYMED)) [Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:34] Persisting clipboard data to the hard drive. : 00:00:00:019 [Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:34] Adding a new data entry to the data service. : stopwatch started !
[Information] [ReorganizeAsync] [13/10/2017 15:43:34] The data entries have been automatically reorganized.
[Information] [PurgeCacheAsync] [13/10/2017 15:43:34] The data cache have been purged.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:43:34] The data entry file has been saved.
[Information] [SaveDataEntryFileAsync] [13/10/2017 15:43:34] The data entry cache file has been saved.
[Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:34] Adding a new data entry to the data service. : 00:00:00:036 [Information] [ClipboardHook_ClipboardChanged] [13/10/2017 15:43:34] The ClipboardService successfully retrieved the data from the clipboard.
[Information] [Resume] [13/10/2017 15:43:34] Clipboard hooking started.
[Information] [Resume] [13/10/2017 15:43:34] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:34] Mouse hooking started.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:45] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:43:45] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:45] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:45] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:43:45] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:43:45] Paste bar displayed.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:43:45] Paste bar deactived.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:43:45] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:43:45] Paste bar is hiding.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:45] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:45] The mouse is listened.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:45] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:43:45] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:45] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:45] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:45] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:43:45] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:43:45] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:43:45] The icon in the task bar is shown.
[Information] [Resume] [13/10/2017 15:43:45] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:45] Mouse hooking started.
[Warning] [RegisterHotKey] [13/10/2017 15:43:45] HotKey name already exist [Information] [DisplayBar] [13/10/2017 15:43:45] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ExecutePasteCommand] [13/10/2017 15:43:46] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:43:46] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:46] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:46] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:43:46] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:43:46] Paste bar displayed.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:43:47] Paste bar deactived.
[Information] [ExecuteHideBarButtonCommand] [13/10/2017 15:43:47] The paste bar window has been hidden.
[Information] [HidePasteBarWindow] [13/10/2017 15:43:47] Paste bar is hiding.
[Information] [Resume] [13/10/2017 15:43:47] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:47] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:43:47] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ExecutePasteCommand] [13/10/2017 15:43:47] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:47] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:43:47] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:43:47] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [Resume] [13/10/2017 15:43:47] Clipboard hooking started.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:47] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:47] The paste bar is closed.
[Information] [ShowNotifyIcon] [13/10/2017 15:43:47] The mouse is listened.
[Warning] [RegisterHotKey] [13/10/2017 15:43:47] HotKey name already exist [Information] [ShowNotifyIcon] [13/10/2017 15:43:47] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ShowNotifyIcon] [13/10/2017 15:43:47] The icon in the task bar is shown.
[Information] [ExecutePasteCommand] [13/10/2017 15:43:48] Paste menu from icon in the task bar clicked (or mouse gesture or keyboard shortcut detected). The paste bar will be displayed.
[Information] [Pause] [13/10/2017 15:43:48] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:48] Mouse hooking stopped.
[Information] [Pause] [13/10/2017 15:43:48] Clipboard hooking stopped.
[Information] [HideNotifyIcon] [13/10/2017 15:43:48] The icon in the task bar is hidden.
[Information] [DisplayBar] [13/10/2017 15:43:48] Paste bar displayed.
[Information] [Resume] [13/10/2017 15:43:48] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:48] Mouse hooking started.
[Information] [DisplayBar] [13/10/2017 15:43:48] The keyboard is listened. The expecting shortcut is [120,65].
[Information] [ExecuteSearchCommand] [13/10/2017 15:43:51] Search in the paste bar started.
[Information] [Pause] [13/10/2017 15:43:51] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:51] Mouse hooking stopped.
[Information] [MatchSearchQuery] [13/10/2017 15:43:51] Trying to match the data 5d7a658f-3842-4b27-9c97-ed4103fb166c.
[Information] [MatchSearchQuery] [13/10/2017 15:43:51] Trying to match the data 61c49fea-abac-4d38-90a1-4dbb728e094a.
[Information] [Resume] [13/10/2017 15:43:52] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:52] Mouse hooking started.
[Information] [ExecuteSearchCommand] [13/10/2017 15:43:53] Search in the paste bar started.
[Information] [Pause] [13/10/2017 15:43:53] Keyboard hooking stopped.
[Information] [Pause] [13/10/2017 15:43:53] Mouse hooking stopped.
[Information] [MatchSearchQuery] [13/10/2017 15:43:53] Trying to match the data 5d7a658f-3842-4b27-9c97-ed4103fb166c.
[Information] [MatchSearchQuery] [13/10/2017 15:43:53] Trying to match the data 61c49fea-abac-4d38-90a1-4dbb728e094a.
[Information] [ExecuteSearchCommand] [13/10/2017 15:43:53] Search in the paste bar started.
[Information] [MatchSearchQuery] [13/10/2017 15:43:53] Trying to match the data 5d7a658f-3842-4b27-9c97-ed4103fb166c.
[Information] [MatchSearchQuery] [13/10/2017 15:43:53] Trying to match the data 61c49fea-abac-4d38-90a1-4dbb728e094a.
[Information] [Resume] [13/10/2017 15:43:54] Keyboard hooking started.
[Information] [Resume] [13/10/2017 15:43:54] Mouse hooking started.
[Information] [ExecuteDeleteAllCommand] [13/10/2017 15:43:55] Delete all command activated.
[Information] [ClearCache] [13/10/2017 15:43:55] The data cache has been cleared.
[Information] [ExecuteDeactivatedCommand] [13/10/2017 15:43:55] Paste bar deactived.
[Information] [Pause] [13/10/2017 15:43:55] Keyboard hooking stopped.

Suggestion to Detect password

Hi, I heard about you have some problems to detect password.
So the suggestion :
Before deleting the password check if it contain at least one uppercase, one downcase, and one number whitout any space (because a huge part of internet website and other give this method to build a password). Sorry if you have already found and thank you for your huge work.

A random French

Crash during the app initialization.

Logs :

[Information] [SingleInstance] [13/10/2017 15:38:32] Another instance of the software has been detected. The current process will stop.
[Fatal] [RewrapException in , line 0] [13/10/2017 15:38:32] A unhandled exception occured : The invocation of the constructor on type 'ClipboardZanager.ViewModels.MainWindowViewModel' that matches the specified binding constraints threw an exception.
Stack trace :
RewrapException in , line 0
Load in , line 0
LoadBaml in , line 0
LoadBaml in , line 0
LoadBamlStreamWithSyncInfo in , line 0
DoStartup in , line 0
<.ctor>b__1_0 in , line 0
InternalRealCall in , line 0
TryCatchWhen in , line 0
[Fatal] [Additional Information] [13/10/2017 15:38:32] Assembly version : 2017.9.19.7 Memory used : 33472 KB Operating system : Microsoft Windows NT 10.0.16299.0

CLR_EXCEPTION in IDataObject.GetData

Issue reported from the Windows Store :

App version : 2017.9.3.0

CLR_EXCEPTION_System.Runtime.InteropServices.COMException_800401d0_PresentationCore.dll!System.Windows.DataObject+OleConverter.GetDataInner

Frame Image Function Offset
0 System_ni System.Runtime.InteropServices.ComTypes.IDataObject.GetData 0x1
1 PresentationCore_ni System.Windows.DataObject+OleConverter.GetDataInner 0x6D
2 PresentationCore_ni System.Windows.DataObject+OleConverter.GetDataFromOleHGLOBAL 0x90
3 PresentationCore_ni System.Windows.DataObject+OleConverter.GetDataFromBoundOleDataObject 0x3B
4 PresentationCore_ni System.Windows.DataObject+OleConverter.GetData 0x3A
5 PresentationCore_ni System.Windows.DataObject+OleConverter.GetData 0x1C
6 ClipboardZanager_Core_Desktop ClipboardZanager.Core.Desktop.Hooking.ClipboardHook.WndProc 0x90

White color is considered as transparent when we copy a picture

When doing, for example, a screen shot, the white colors of the picture are considered as transparent while generating a thumbnail.

While fixing this issue, be sure that a copied picture with transparent still appear as transparent (Paint.Net is a good tool to test with).

untitled

Out of memory exception

After using CZ during about 4 days (the PC was asleep several time), the paste bar became to be only transparent with no colors, and crashed when the user opened the Settings because of a OutOfMemory exception.

Logs :

logs.txt

Support OneDrive for Business

I would like to use this application to sync my clipboard in my work environment, and for that, I do not want the clipboard data to leave my org's OneDrive.

Currently, only normal OneDrive seems to be supported. When I try to login with my business account, it fails saying that such account does not exist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.