[Development] QtAndroidMediaPlayer not playing remote HTTP files

2016-01-19 Thread Gian Maxera
Hello, I’ve just opened a bugs on QtAndroidMediaPlayer … I hope it's just me doing something wrong :-) https://bugreports.qt.io/browse/QTBUG-50539 Ciao, Gianluca. ___ Development mailing list Development@q

[Development] is this a bug on QMediaPlayer on Android ?

2016-01-13 Thread Gian Maxera
Hello, my app crash when trying to play a sound with QMediaPlayer on Android. This is the error: No implementation found for void org.qtproject.qt5.android.multimedia.QtAndroidMediaPlayer.onStateChangedNative(int, long) I’m using Qt 5.5.1 Ciao, Gianluca. ___

Re: [Development] Minimum Deployment Platforms for 5.7 onwards?

2016-01-08 Thread Gian Maxera
Dear Robert, are you sure the apple store force to keep compatibility of the very first iOS version ?? From what I know, you can drop compatibility of older iOS version when you release a new version on the app store. And when someone install your app in an older phone, a popup appear warning the

Re: [Development] toLower() vs. toCaseFolded()

2015-12-09 Thread Gian Maxera
Hello Marc, I think the answer is into this Wikipedia page: http://www.w3.org/International/wiki/Case_folding As you can notice, case folding in languages different from English can be more difficult than just lowering the characters. So, I sup