Re: [Development] QT5 Beta 1 Android

2012-11-12 Thread shane.kearns
On Android it is possible to handle display orientation by yourself, not using the default behaviour of destroying and recreating the UI. You'd use OrientationEventListener Display classes to detect the orientation then. This would make sense for a QML application where the scene graph can

Re: [Development] QT5 Beta 1 Android

2012-11-12 Thread Walter Horsten
Hi all, I don't think this works very well (or at all) with NativeActivity at the moment, I put configChanges:orientation in the manifest, but android insists on restarting the NativeActivity ... for example: activity android:name=android.app.NativeActivity

Re: [Development] QT5 Beta 1 Android

2012-11-12 Thread Shawn Rutledge
On 12 November 2012 15:15, Walter Horsten walter.hors...@telenet.be wrote: Hi all, I don't think this works very well (or at all) with NativeActivity at the moment, I put configChanges:orientation in the manifest, but android insists on restarting the NativeActivity ... for example:

Re: [Development] QT5 Beta 1 Android

2012-11-12 Thread Laszlo Agocs
Hi, It misses screenSize. android:configChanges=orientation|screenSize|keyboardHidden should work. Cheers, Laszlo On Mon, Nov 12, 2012 at 3:15 PM, Walter Horsten walter.hors...@telenet.bewrote: Hi all, I don't think this works very well (or at all) with NativeActivity at the moment, I

Re: [Development] QT5 Beta 1 Android

2012-11-12 Thread Shawn Rutledge
Anyway there is some duplication of effort - Bogdan, Eskil, you and Samuel, at least. (All I've done so far is test them.) So maybe it's better to sync everything up and see what are the missing pieces? On 12 November 2012 20:46, Walter Horsten walter.hors...@gmail.com wrote: It does!

Re: [Development] QT5 Beta 1 Android

2012-11-12 Thread Walter Horsten
On 12 Nov 2012, at 21:40, Shawn Rutledge wrote: Anyway there is some duplication of effort - Bogdan, Eskil, you and Samuel, at least. (All I've done so far is test them.) So maybe it's better to sync everything up and see what are the missing pieces? I guess that is the best way to go

Re: [Development] QT5 Beta 1 Android

2012-11-11 Thread Walter Horsten
Hi, I'm very happy to contribute to Qt ! (I've been using it since 2003, so it's about time ;) The latest version I tested with is r8 (I decided not to upgrade to r8b after reading some people complain of builds not working anymore :)... so I can't help you with the r8b issues at the moment,

Re: [Development] QT5 Beta 1 Android

2012-11-10 Thread Shawn Rutledge
I was able to do the build using NDK r8b, but I ran into the following NDK bugs along the way: http://code.google.com/p/android/issues/detail?id=35616 (applied both workarounds) https://android-review.googlesource.com/#/c/41833/ https://android-review.googlesource.com/#/c/41613/ I didn't find a

[Development] QT5 Beta 1 Android

2012-11-09 Thread Walter Horsten
Hi all, I have QT5 Beta1 apps running on android, installable via an apk, launchable from the app screen and properly interacting with the OS. I don't know to what extent it is complementary to Necessitas (which I read is going to be integrated in Qt5 as well), but if it is I'm willing to

Re: [Development] QT5 Beta 1 Android

2012-11-09 Thread Shawn Rutledge
On Fri, Nov 09, 2012 at 02:11:45PM +0100, Walter Horsten wrote: Hi all, I have QT5 Beta1 apps running on android, installable via an apk, launchable from the app screen and properly interacting with the OS. I don't know to what extent it is complementary to Necessitas (which I read is