Dieter Adriaenssens

Results 25 comments of Dieter Adriaenssens

Good point, @gildegoma There are a few options to support building against recent android sdk with maven (some of them less likely to happen) : - convince Google to change...

@gildegoma I'm trying to understand the code (and I'm new to Chef). It seems that `files/default/android-update-sdk` is called in https://github.com/gildegoma/chef-android-sdk/blob/master/recipes/default.rb#L150, but I don't see any arguments being passed (fe. --components...

@gildegoma I created a [pull request](https://github.com/gildegoma/chef-android-sdk/pull/18) to loop over the android sdk components (and convert to the current project structure of maven-android-sdk-deployer)

Cool, nice find @aalmds! Thanks for reporting and suggesting a fix. I'll review them soon. :)

- [x] Data loss fix for Dialogs on Mainactivity #197 - [ ] Data loss for SettingsActivity #196

Thanks again for submitting a fix for the issue your reported. I tested the fix, but it doesn't seem to work on the devices I tested on (Moto X4 (Android...

Perhaps you can share the apk you built for me to test with.

thx for sending the apk. After installing on my phone, it still doesn't behave as expected : after a rotation, the 'store location' screen disappears. I'll try to figure out...

hi @aalmds apologies for the late reply, I wasn't able to spend time on this until today. I was able to test your suggested solution and reproduce what you show...

Hi @janScheible Thanks for yet another PR, although it is a Proof of Concept. After having a quick look at the code, it looks like your POC can work. :)...