[android-developers] P12 (PKCS#12) certificate and HTTPS over SSL

2010-11-19 Thread Nilz
Does anyone know how I can use a p12 (PKCS#12) file to make secure https calls to it's corresponding server. I've followed the guide at this blog: http://blog.antoine.li/index.php/2010/10/android-trusting-ssl-certificates/ but I keep getting the following in LogCat when using the emulator: 11-19

[android-developers] Re: Why doesn't inPurgeable work with BitmapFactory.decodeFile?

2010-04-17 Thread Nilz
} Doing this will not recover the memory used by mBitmap, unless you do mCanvas = null before it. Is this a bug??? On 17 Apr, 00:01, Nilz nilz.v.pa...@gmail.com wrote: Hi, Can anyone explain why when I load images from files using BitmapFactory.decodeFile and passing

[android-developers] Why doesn't inPurgeable work with BitmapFactory.decodeFile?

2010-04-16 Thread Nilz
Hi, Can anyone explain why when I load images from files using BitmapFactory.decodeFile and passing in a BitmapFactory.Options with inPurgeable set to true, I still get OutOfMemoryError? For example, doing the following many times, with lots of different resources works fine:

[android-developers] How do you change EditText's popup list text colour?

2009-12-28 Thread Nilz
the default text colour in this dialog. Cheers, Nilz. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Re: How do you change EditText's popup list text colour?

2009-12-28 Thread Nilz
...@commonsware.com wrote: Nilz wrote: Does anyone know how to change the colour of the text within the popup list that appears when you longclick an EditText view? In my app when I perform a long click on the EditText view I get a popup menu dialog with Copy, Paste, Input Method appear, and I

[android-developers] Customising Spinner Popup Lists (horizontalDivider)

2009-12-17 Thread Nilz
divider graphic. Does anyone know how to change the horizontal divider graphic specific to the spinner widgets popup list? Cheers, Nilz. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: OpenGL

2009-05-29 Thread Nilz
, and not on the device. Does anyone know why there is this inconsistency? Is it a bug in the sdk? Or a lack of understanding on my part? Cheers, Nilz. On 26 May, 22:45, Nilz nilz.v.pa...@gmail.com wrote: Hi There! After spending the better half of this day getting my HTC Magic to work in developer mode, I've

[android-developers] SpriteText and coloured surfaces

2009-05-29 Thread Nilz
to be. Does anyone know how to get coloured objects/surfaces working with the SpriteText sample? Cheers, Nilz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] OpenGL

2009-05-28 Thread Nilz
explain to me why when switching from colour buffers and using glDrawElements to glColorf and glDrawArrays, stops shapes from being coloured in? Cheers, Nilz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android