<font size="2"><font face="tahoma,sans-serif">Hi;<br></font></font><br><div class="gmail_quote">On Sun, Jun 26, 2011 at 4:26 PM, Espen Riskedal <span dir="ltr"><<a href="mailto:espen@cutehacks.com">espen@cutehacks.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">We're doing the WiMP (Spotify competitor, <a href="http://wimp.no" target="_blank">http://wimp.no</a>) version for<br>
Symbian, and it's just about to go into the Nokia app store.<br>
It's a fairly complex app using multiple threads, Qt Quick, Boost and<br>
Thrift. As a test I'm trying to get it running properly on Android,<br>
here is a short list of the issues we're having at the moment:<br>
<br>
1 - Fonts renders blocks (now fixed to some degree with the font<br>
fallback code we added)<br></blockquote><div><br></div><div>Android really only uses Droid Sans Mono anyway.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2 - QSettings doesn't work (seems to fail to save)<br></blockquote><div><br></div><div>Can be a permission problem?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
3 - Pixmap are rendered wrong (gradients stored in .png's are rendered<br>
very crudely)<br></blockquote><div><br></div><div>Screenshot?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">5 - https:// connections fail because of SSL errors (using<br>
ignoreSSLErrors() makes it "work")<br>
</blockquote><div><br></div><div>I did fix this for WinCE back in the day, you need to add certicate store support for Android. Shouldn't be too hard.</div><div><br></div><div>Regards,</div><div>ismail</div><div><br>
</div></div>