Skip to content

v17.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jquick-axway jquick-axway released this 05 Jun 01:35
· 176 commits to master since this release
0d02bc0
  • Updated play services library from 17.1.1 to 17.3.0.
  • Changed makeGooglePlayServicesAvailable() method to use native implementation.
    • Now shows Google's standard dialog if Play Services needs to be updated.
    • Couldn't use native implementation before because backing out of the activity that was hosting this dialog used to crash on Google's end. Google has now fixed it.
  • Updated module's bootstrap to use new showUI() method.
    • This supports our new "run-in-background" in Titanium 9.1.0.
    • We show bootstrap's UI every time a new UI session begins for the same JS runtime.