When trying to authenticate with Launchpad in Android, the browser fails to launch. As such no auth token is generated. I will try and have a look at how Tomdroid (https://launchpad.net/tomdroid) does it. It does open the browser automatically.
Entomologist uses a Qt call to do that (QDesktopServices::openURL()) so the Necessitas guys should be told, too,
Looks like QDesktopServices has not yet been ported to Android :( I'm waiting for confirmation from the Necessitas maintainer to confirm. It may be possible by calling the JVM and doing something like http://groups.google.com/group/android-developers/browse_thread/thread/ec31fbcfec93ebc8
Now to work out how. I'll take ownership of this.
Log in to post a comment.
Entomologist uses a Qt call to do that (QDesktopServices::openURL()) so the Necessitas guys should be told, too,
Looks like QDesktopServices has not yet been ported to Android :( I'm waiting for confirmation from the Necessitas maintainer to confirm. It may be possible by calling the JVM and doing something like http://groups.google.com/group/android-developers/browse_thread/thread/ec31fbcfec93ebc8
Now to work out how. I'll take ownership of this.