[android-developers] Read ciphered ECDSA key

2013-08-06 Thread Filipe Batista
Hello,
I have a private key in the pem format ciphered with AES 128 that was 
generated using ECDSA.
In Android how can i decipher the key and read it?
Thanks in advance.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] DialogPreference - Background remove

2013-02-19 Thread Filipe Batista
Hi,

I have a custom DialogPreference where i have set my layout (*
setDialogLayoutResource*), but the Dialog shows the default black 
background around the layout.
How can i remove that black background?

I have already tried in the *showDialog(Bundle state) *method something 
like this:


 getDialog().getWindow().setBackgroundDrawableResource(android.R.color.transparent);


But it didn't work...

Thanks.

-- 
-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Filipe Batista
Hello,


I am using a custom InfoWindowAdapter to show a custom InfoWindow. In my 
layout i have the following TextView:

 TextView android:id=@+id/balloon_item_title

android:layout_width=match_parent android:layout_height=wrap_content 
 android:text=My Title android:singleLine=true android:maxWidth=200dip 
 android:ellipsize=marquee android:marqueeRepeatLimit=marquee_forever 
 android:scrollHorizontally=true

android:textColor=@android:color/primary_text_light 
 android:textSize=16sp /



Although I set the ellipsize to marquee, the text does not move. Is this a 
limitation of the InfoWindowAdapter? 
Thanks
Best Regards



-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Filipe Batista
Yep, you are right. I have just noticed in here: 
https://developers.google.com/maps/documentation/android/marker?hl=en

Note: The info window that is drawn is not a live view. The view is 
 rendered as an image (using `View.draw(Canvas)`) at the time it is 
 returned. This means that any subsequent changes to the view will not be 
 reflected by the info window on the map. To update the info window later 
 (e.g., after an image has loaded), call `showInfoWindow()`. Furthermore, 
 the info window will not respect any of the interactivity typical for a 
 normal view such as touch or gesture events. However you can listen to a 
 generic click event on the whole info window as described in the section 
 below.


Thanks

Terça-feira, 22 de Janeiro de 2013 16:29:20 UTC, Mark Murphy (a Commons 
Guy) escreveu:

 Probably. If I understand correctly, what is shown in the info window 
 is not the actual widgets, but rather a Bitmap created from those 
 widgets. If so, that would explain why animated effects will not work. 

 On Tue, Jan 22, 2013 at 11:19 AM, Filipe Batista 
  Hello, 
  
  
  I am using a custom InfoWindowAdapter to show a custom InfoWindow. In my 
  layout i have the following TextView: 
  
  TextView android:id=@+id/balloon_item_title 
  
  android:layout_width=match_parent 
 android:layout_height=wrap_content 
  android:text=My Title android:singleLine=true 
 android:maxWidth=200dip 
  android:ellipsize=marquee 
 android:marqueeRepeatLimit=marquee_forever 
  android:scrollHorizontally=true 
  
  android:textColor=@android:color/primary_text_light 
  android:textSize=16sp / 
  
  
  
  Although I set the ellipsize to marquee, the text does not move. Is this 
 a 
  limitation of the InfoWindowAdapter? 
  Thanks 
  Best Regards 
  
  
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to 
  android-d...@googlegroups.comjavascript: 
  To unsubscribe from this group, send email to 

  For more options, visit this group at 
  http://groups.google.com/group/android-developers?hl=en 



 -- 
 Mark Murphy (a Commons Guy) 
 http://commonsware.com | http://github.com/commonsguy 
 http://commonsware.com/blog | http://twitter.com/commonsguy 

 _The Busy Coder's Guide to Android Development_ Version 4.5 Available! 


-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] MapView + Multiple Markers + Pan/Zoom

2012-12-19 Thread Filipe Batista
Hi,

I have an application that should load to a MapView several markers as
soon the zoom changes ou the map center location changes.
I have been looking into the documentation but i have not found any
listener for the zoom changes ou pan. Is there any to do this?
Thanks
Best Regards

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] ProgressBar proportions problem

2012-11-08 Thread Filipe Batista
Hi,
I have a ProgressBar (indeterminate) inside a LinearLayout, when i open the 
app in phone with ICS the progressbar spinner keeps the right proportions, 
but when i open the app in a phone with Gingerbread or Froyo the 
progressbar spinner appears distorted. My ProgressBar is defined this way:

ProgressBar
android:id=@+id/spinner
android:layout_width=0dip
android:layout_height=50dip
android:layout_gravity=center
android:layout_marginRight=6dip
android:layout_weight=1.5
android:indeterminate=true
android:visibility=visible /

What can be causing this?
Thanks

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=enattachment: Screenshot from 2012-11-07 10:55:29.pngattachment: Screenshot from 2012-11-07 10:56:16.png