[android-developers] Google Cloud Messaging getting started issue

2014-03-28 Thread Gary Blakely
I have just completed reading all sections of the GCM docs at https://developer.android.com/google/gcm/server.html I also have the GCMSource that I downloaded. But what I don't understand is how do I package my GCM Server? Where does it run? When I go live I would want to run it at my Webhost

[android-developers] Re: New Content Policy in Google Play

2014-03-28 Thread Jonathan S
http://www.androidpolice.com/2014/03/28/google-updates-play-store-developer-program-policies-to-crack-down-on-deceptive-ads/ On Friday, March 28, 2014 6:07:53 PM UTC-4, Nathan wrote: > > Just had to accept it. > > Who has done a diff on it already? > > What has changed? > > Nathan > -- You rece

[android-developers] Re: New Content Policy in Google Play

2014-03-28 Thread Nathan
Oh good, I found it here: http://www.androidpolice.com/2014/03/28/google-updates-play-store-developer-program-policies-to-crack-down-on-deceptive-ads/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] New Content Policy in Google Play

2014-03-28 Thread Nathan
Just had to accept it. Who has done a diff on it already? What has changed? Nathan -- 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,

[android-developers] How to make subscription testing easier?

2014-03-28 Thread Boris Burtin
I've had to go through some serious contortions in order to test my billing code. Here's a list of complications that I've run into: * There's no way for me to test subscriptions with my own account, because I can't buy from myself. As a result, I need a separate device with a separate accoun

[android-developers] Re: Can't create handler inside thread that has not called Looper.prepare()

2014-03-28 Thread Doug
On Thursday, March 27, 2014 2:04:24 AM UTC-7, Yuvi wrote: > > You have to create your Handler in separate thread. > That's not really true. You can use the Handler constructor that takes a Looper so that its work gets scheduled the thread represented by that Looper. For example, you could cr

Re: [android-developers] Rating Hijacking !

2014-03-28 Thread Jose_GD
Hi Brad, very kind of you, thank you! My apps: https://play.google.com/store/apps/developer?id=Jos%C3%A9+Gonz%C3%A1lez+D%27Amico The main app, Month Calendar Widget, is free and recently crossed the 2M mark, the other app is the first extension and is the only paid app I have for now. The seco

[android-developers] URL detection in SMS/TextView seems broken for new root level domains

2014-03-28 Thread shaildyp
URL in SMS seems broken and will be broken forever due to high fragmentation for new root level domains. As Per the documentation of 4.4 (API Level 19), "List accurate as of 2011/07/18. List taken from: http://data.iana.org/TLD/tlds-alpha-by-domain.txt"; http://developer.android.com/reference/a

[android-developers] Re: Padding offsets for a TextView to perfectly align with an EditText

2014-03-28 Thread Simon Giddings
I agree, in the same way as using the relative alignments above. However, as I stated, the displayed text is *not* at the same position - the EditText widget is higer and so there are offsets applied to the beginning of the text. On Friday, 28 March 2014 00:21:52 UTC+1, yaturner wrote: > > Try