Veery for Native Android release list

1.4.0

  • Released 23-JUL-2018
  • Include function activateWithOptin() to help in GDPR compliance.

1.3.3

  • Released 11-JUL-2018
  • Improve veery registration
  • Improve location service

1.3.2

  • Released 31-MAI-2018
  • Improve veery.activate function with ensuring backward compatibility

1.3.1

  • Released 25-AVR-2018
  • Android O restrictions are respected
  • Improve a battery consumption

1.3.0

  • Released 26-MAR-2018
  • Include new function systemAuthorization() to check if Location and Notification are authorized by the user
  • Include new function userAgreement(), userAgreementAge(), userAgreedPurpose() to manage user Agreed Purpose

1.2.4

  • Released 01-FEV-2018
  • improvement of the activate process

1.2.3

  • Released 24-JAN-2018
  • API Target 27
  • Fix issue Token Refresh

1.2.2

  • Released 19-JAN-2018
  • "com.google.android.gms:..." version used it's 11.4.2
  • "com.google.firebase:..." version used it's 11.4.2

1.2.1

  • Released 10-JAN-2018
  • Include new Function getStatus() to check integration by developers
  • Tested with Android studio 3.0.1
  • Compatible with Android Minimum SDK version 14

1.1.2

  • Released 11-DEC-2017
  • Bug when create multi application with same (CLIENT_ID,API_KEY) is fixed.

1.0.0

  • Released 10-SEPT-2017
  • Tested with Android studio 2.3.3
  • Deployed for Android Oreo
  • Includes Predictions, Pois, Trips

Update procedure

The new version should be indicated in the build.graddle (Module: app)

Example :

dependencies {
    compile 'com.roofstreet.android:veery:1.2.4@aar'
}

After changing the version ID you should Sync Graddle