[android-developers] releasing beta software

2014-11-19 Thread dashman
I'm developing a new app and is close to beta testing. i was wondering how folks did this. I'd like to release it - get feedback - but not allow users to rate it until production version is released. that's my initial thoughts. Any ideas or suggestions welcome. -- You received this message

Re: [android-developers] Re: SSLHandshakeException errors on Android 5.0?

2014-11-19 Thread Scott Jackson
No, I am using a custom SSLSocketFactory implementation which accepts Self Signed Certs: https://github.com/daneren2005/Subsonic/blob/master/src/github/daneren2005/dsub/service/ssl/SSLSocketFactory.java On Saturday, November 15, 2014 3:01:01 PM UTC-8, Kostya Vasilyev wrote: Do you use

Re: [android-developers] Re: SSLHandshakeException errors on Android 5.0?

2014-11-19 Thread Nikolay Elenkov
On Thu, Nov 20, 2014 at 11:13 AM, Scott Jackson daneren2...@gmail.com wrote: No, I am using a custom SSLSocketFactory implementation which accepts Self Signed Certs: https://github.com/daneren2005/Subsonic/blob/master/src/github/daneren2005/dsub/service/ssl/SSLSocketFactory.java I hope you

Re: [android-developers] releasing beta software

2014-11-19 Thread TreKing
On Wed, Nov 19, 2014 at 3:52 PM, dashman erjdri...@gmail.com wrote: Any ideas or suggestions welcome. https://support.google.com/googleplay/android-developer/answer/3131213?hl=en Before this was a feature in Google Play, I released a beta version of my app to the play store as a separate app

[android-developers] Re: Synchronize Video Data and Sensor Data

2014-11-19 Thread gjs
Hi, I do the same thing in one of my apps, record video and at the same time record sensor data to file. I start the sensor logging to file at the same time I start the video recording, when the video recording is finished I stop the sensor logging. I am only logging sensor data at 1 second