tidev / hyperloop-examples

Native Hyperloop examples in Titanium.
https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/
79 stars 49 forks source link

chore(android): update for sdk 9.0.0, gradle, and AndroidX #84

Closed jquick-axway closed 4 years ago

jquick-axway commented 4 years ago

Summary:

Note: We can no longer support accessing Google Support library classes in Titanium 9.0.0. This is because you cannot use AndroidX and the Support libraries at the same time. This will cause class name collision resulting in a build failure. All hyperloop users will need to migrate.

jquick-axway commented 4 years ago

@sgtcoolguy , @janvennemann , should we delete the Windows platform side from this sample project too?

jquick-axway commented 4 years ago

The touch sample was broken before 9.0.0. It's an issue with the touch coordinates (ie: dp vs. pixels).

There are other little issues too, such as theming. We're showing dark dialogs with black text buttons. And the bottom tab bar icon selection doesn't work. (sigh)