Skip to content

Releases: tidev/ti.playservices

v18.3.0

28 May 17:57
69083d0
Compare
Choose a tag to compare
v18.3.0 Pre-release
Pre-release
  • Updated play-services-base to 18.3.0
  • Updated play-service-location to 21.1.0

v18.2.0

06 Feb 20:41
7393595
Compare
Choose a tag to compare
  • Updated player service location to 21.0.1

Needs Titanium 12.1.0 or higher

v18.1.0

07 Dec 18:39
f3c647a
Compare
Choose a tag to compare
  • Updated play services library to 18.1.0
  • Updated player service location to 20.0.0

v17.5.0: Merge pull request #39 from jquick-axway/TIMOB-27896

04 Nov 01:11
4a030a9
Compare
Choose a tag to compare
feat: update to 17.5.0 and backgrounding support

v17.3.0

05 Jun 01:35
0d02bc0
Compare
Choose a tag to compare
v17.3.0 Pre-release
Pre-release
  • 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

07 Feb 20:21
0d02bc0
Compare
Choose a tag to compare
fix: firebase upload issue with AndroidManifest.xml

v17.1.0

04 Feb 15:26
98d9cf4
Compare
Choose a tag to compare
chore: fix npm org name

17.1.0

27 Jan 23:23
3960518
Compare
Choose a tag to compare
  • 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 to 17.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>

v16.1.5

04 Sep 14:57
3960518
Compare
Choose a tag to compare
 build(jenkins): publish master to github release and npm

16.1.4

13 May 10:23
bf52626
Compare
Choose a tag to compare
  • Include play-services-ads-lite