WorldWindAndroid
WorldWindAndroid copied to clipboard
Updated MultiGlobeActivity with correct portrait change support
References https://github.com/NASAWorldWind/WorldWindAndroid/issues/66.
Fixed issue by synchronizing the layout weights instead of reversing them per orientation.
@pdavidc @zglueck @emxsys Is that fail something I need to fix? If so I am not exactly sure what went wrong, or at least what my code changes could have caused to produce an openssl command to fail.
The command "openssl aes-256-cbc -K $encrypted_f4941407fe7e_key -iv $encrypted_f4941407fe7e_iv -in keystore.tar.enc -out keystore.tar -d" failed and exited with 1 during .
@DocJava Thanks for submitting this fix for the multi globe example.
The build failure is on our end; pull request builds on Travis CI don't have access to the encrypted environment variables we use to sign build APK files. We have a fix in the works.
Phew, good to hear. I was worried I broke everything, probably by forgetting a semicolon.