Skip to content

Releases: e-mission/e-mission-data-collection

Minor fixes to avoid confusion in the upgrade case

09 Oct 21:10
06a90be
Compare
Choose a tag to compare

What's Changed

  • revert back to UserDefaults for "HasRequestedNotificationPermission" by @JGreenlee in #241
  • Hack to set the HasRequestedNotificationPermission by @shankari in #242

Full Changelog: v1.9.3...v1.9.4

store the current status of the notification permission in native code

09 Oct 03:45
90ca5ed
Compare
Choose a tag to compare

What's Changed

  • store "HasRequestedNotificationPermission" in native LocalStorage by @JGreenlee in #240

Full Changelog: v1.9.2...v1.9.3

Changes to iOS permissions to comply with iOS guidelines

07 Oct 22:11
Compare
Choose a tag to compare

What's Changed

  • 🍎 iOS Permissions Changes to Comply with iOS Guidelines by @JGreenlee in #237
  • πŸ”₯ Single-line changes to remove notification checks in the background checker by @shankari in #238
  • Bump up the version number to support changes to iOS onboarding flow by @shankari in #239

Full Changelog: v1.9.1...v1.9.2

Patch holes in the fleet-case FSM

22 Sep 23:32
dcc4853
Compare
Choose a tag to compare

What's Changed

  • Patch holes that cause unwanted trips to be started in fleet/non-fleet modes. by @catarial in #235

Full Changelog: v1.9.0...v1.9.1

Stop tracking non-fleet trips in fleet mode on iOS

07 Sep 00:26
d0005b6
Compare
Choose a tag to compare

Finally! There are other minor cleanups and corner cases that we should address, but this should fix the most visible issue.

What's Changed

  • Stop tracking unwanted trips in fleet mode on iOS by @catarial in #234

New Contributors

Full Changelog: v1.8.9...v1.9.0

⬆️ API 34: foreground service permissions + restricted broadcast event

28 Aug 21:34
1a22eef
Compare
Choose a tag to compare

What's Changed

  • ⬆️ API 34: foreground service permissions + restricted broadcast event by @shankari in #233

Full Changelog: v1.8.8...v1.8.9

πŸ”Š Add additional logging for the foreground service

09 Jul 00:03
68d7f83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.8.8

πŸ“› Handle work profiles properly

16 May 21:53
24d9aa5
Compare
Choose a tag to compare

This is the native code fix for #231
@louisg1337 will file an issue with android to resolve the mismatch with the documentation.

πŸ“€ πŸ“‰ Fixed extra didRangeBeacons transitions

30 Apr 05:57
1ffad35
Compare
Choose a tag to compare

What's Changed

  • πŸ“€ πŸ“‰ Fixed extra didRangeBeacons transitions by @shankari in #230

Full Changelog: v1.8.5...v1.8.6

πŸ”΅πŸ¦· Initial, proof of concept, alpha version of the bluetooth integration

26 Apr 04:30
9263a07
Compare
Choose a tag to compare

What's Changed

  • πŸ—ƒοΈ Plumb through BLE support by @shankari in #221
  • πŸ€–πŸ›œ Android BLE Integration by @louisg1337 in #219
  • 🍏 πŸ›œ iOS BLE Integration by @the-bay-kay in #220
  • πŸ’© Hack to enable installing the app in a work profile by @shankari in #222
  • πŸ‘·πŸ”§ πŸͺ  Plumb through support for requesting bluetooth scan permissions … by @shankari in #224
  • πŸ”§ βŒ› Continue scanning for 5 minutes after the geofence exit by @shankari in #225
  • fix string equality check by @JGreenlee in #223
  • Slightly refactored process for how we range beacons by @louisg1337 in #227
  • Fix monitoring service import and hook by @shankari in #229
  • πŸ”΅πŸ¦· Initial, proof of concept, alpha version of the bluetooth integration by @shankari in #226

New Contributors

Full Changelog: v1.8.3...v1.8.5