[android-developers] Change a text part of my app

2014-06-12 Thread Alberto GR
Hi, i have an app that is very well ranked on googleplay, the thing is that if i add some text or change a little the text this affect its position? For example an app called Best Dragons livewallpaper and if i change it a little like Best Dragons lwp and widget -- You received this message

Re: [android-developers] Change a text part of my app

2014-06-12 Thread TreKing
On Thu, Jun 12, 2014 at 1:11 AM, Alberto GR aagr.lp...@gmail.com wrote: Hi, i have an app that is very well ranked on googleplay, the thing is that if i add some text or change a little the text this affect its position? That's hard to say. A name change will likely affect how the app is

Re: [android-developers] ArrayIndexOutOfBoundsException when decrypting file

2014-06-12 Thread gnugu
Hi Nikolay, Thanks for your response. I have tried _cipher = Cipher.getInstance(CIPHER_PROVIDER, BC); before. Makes no difference. I fact on my Android 4.4.3 when I do not specify BC it still instantiates BouncyCastle. What bothers me is that when I'm decrypting texts it works fine. Fails

[android-developers] Published Live Application: The item you were attempting to purchase could not be found

2014-06-12 Thread Cory.Trese
I've recently published an application and I am getting hammered with e-mails and calls that some users get The item you were attempting to purchase could not be found after clicking Install. The developer console contains one Active APK in Production and nothing in Alpha or Beta. Some users

Re: [android-developers] ArrayIndexOutOfBoundsException when decrypting file

2014-06-12 Thread gnugu
NOTE: By 'text' in the post above I mean a short data from sql db. In which case I use doFinal(data) and am not using cipher streams at all. On Thursday, June 12, 2014 9:44:35 AM UTC-7, gnugu wrote: Hi Nikolay, Thanks for your response. I have tried _cipher =

Re: [android-developers] ArrayIndexOutOfBoundsException when decrypting file

2014-06-12 Thread gnugu
NOTE2: When decrypting the file using public void encryptDecrypt(InputStream input, OutputStream output) { final int BUFFER_SIZE = 1024; try { CipherOutputStream cipherStream = new CipherOutputStream(output, _cipher); byte[] buffer

Re: [android-developers] ArrayIndexOutOfBoundsException when decrypting file

2014-06-12 Thread gnugu
If I could only type properly. It should read: *It always only fails at the END OF input stream.* On Thursday, June 12, 2014 10:32:45 AM UTC-7, gnugu wrote: NOTE2: When decrypting the file using public void encryptDecrypt(InputStream input, OutputStream output) { final int

[android-developers] Re: Published Live Application: The item you were attempting to purchase could not be found

2014-06-12 Thread Cory.Trese
it refreshed somehow and the users are reporting the errors are gone. Answer: Just be patient, I guess... -- 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

[android-developers] Security Alert: You are using a highly vulnerable version of OpenSSL

2014-06-12 Thread djogon
Just received the following email from Google Play Team One or more of your apps is running an outdated version of OpenSSL, which has multiple security vulnerabilities. You should update OpenSSL as soon as possible. For more information about the most recent security vulnerability in