WorldWindAndroid icon indicating copy to clipboard operation
WorldWindAndroid copied to clipboard

Updated MultiGlobeActivity with correct portrait change support

Open mrdjohnson opened this issue 8 years ago • 3 comments

References https://github.com/NASAWorldWind/WorldWindAndroid/issues/66.

Fixed issue by synchronizing the layout weights instead of reversing them per orientation.

mrdjohnson avatar Jan 27 '17 06:01 mrdjohnson

@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 .

mrdjohnson avatar Jan 27 '17 21:01 mrdjohnson

@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.

pdavidc avatar Jan 27 '17 23:01 pdavidc

Phew, good to hear. I was worried I broke everything, probably by forgetting a semicolon.

mrdjohnson avatar Jan 28 '17 00:01 mrdjohnson