Releases: tidev/ti.playservices
Releases · tidev/ti.playservices
v18.3.0
v18.2.0
v18.1.0
v17.5.0: Merge pull request #39 from jquick-axway/TIMOB-27896
feat: update to 17.5.0 and backgrounding support
v17.3.0
- 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.
v17.1.1: Merge pull request #36 from jquick-axway/TIMOB-27746
fix: firebase upload issue with AndroidManifest.xml
v17.1.0
17.1.0
- Now builds with gradle to an AAR library.
- Packaged as a local maven repo with a
POM
file providing library dependency info. - Updated Google Play Services library from
16.1.5
to17.1.0
. - Set min Titanium SDK version to
9.0.0
. - Added
x86_64
architecture support. - Added
ti.playservices.bootstrap.js
script.- Checks if Play Services is install/updated on app startup, before "app.js" is executed.
- Displays dialog to end-user to install/update if needed.
- Will not display dialog on non-GooglePlay devices, such as Amazon Fire Tablets.
- Can be disabled via "tiapp.xml" property.
<property name="ti.playservices.validate.on.startup" type="bool">false</property>