Skip to content

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

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

BLE classic integration

20 Mar 15:46
20d1469
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

Airplane and Foreground Service Fix

09 Feb 01:31
0ef1cd3
Compare
Choose a tag to compare

Fixes:

Hopefully, this should make the data collection more stable