• Now that KyPass have full webdav support, you could synchronize with box.com and mydrive.ch. For box.com, You have to enter https://<your email>:<your password>@dav.box.com/dav (be sure to replace the @ by %40 in your email) For mydrive.ch, You have to enter  https://<your login>:<your password>@webdav.mydrive.ch You have…

  • What’s new ? View attachements (Excel, Keynote, Numbers, Page, Powerpoint, Word, Rich Text Format, PDF and Images) Display custom icon (in entry and group) Fix a bug that corrupt kdbx database (if you have a corrupted database with older version…

  • Last week, I have installed Google Play Books on my iPhone. This application doesn’t have the signup link! I don’t think that Google remove link as I do. Thus, I have installed Charles Proxy to spy the https connection between…

  • Rejected again. iPad logon screen is not the same than iPhone… I need to add some lines. In the webViewDidFinishLoad:(UIWebView *)webView function in the file GTMOAuth2ViewControllerTouch.m, The code modification are thus: – (void)webViewDidFinishLoad:(UIWebView *)webView { [self notifyWithName:kGTMOAuth2WebViewStoppedLoading webView:webView kind:kGTMOAuth2WebViewFinished]; // The line…

  • Open Emu is an open source project to bring game emulation to OS X as a first class citizen, leveraging modern OS X technologies such as Cocoa, Core Animation and Quartz, and 3rd party libraries like Sparkle for auto-updating. Open…

  • Just 1 line of code in the webViewDidFinishLoad:(UIWebView *)webView function in the file GTMOAuth2ViewControllerTouch.m – (void)webViewDidFinishLoad:(UIWebView *)webView { [self notifyWithName:kGTMOAuth2WebViewStoppedLoading webView:webView kind:kGTMOAuth2WebViewFinished]; // The line of code… [webView stringByEvaluatingJavaScriptFromString:@”document.getElementById(‘link-sign-up’).style.display = ‘none’;”]; […] Hope it will be enough for Apple.