Releases: e-mission/e-mission-data-collection
Releases Β· e-mission/e-mission-data-collection
Minor fixes to avoid confusion in the upgrade case
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
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
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
What's Changed
Full Changelog: v1.9.0...v1.9.1
Stop tracking non-fleet trips in fleet mode on iOS
Finally! There are other minor cleanups and corner cases that we should address, but this should fix the most visible issue.
What's Changed
New Contributors
Full Changelog: v1.8.9...v1.9.0
β¬οΈ API 34: foreground service permissions + restricted broadcast event
What's Changed
Full Changelog: v1.8.8...v1.8.9
π Add additional logging for the foreground service
What's Changed
- Investigate why trip tracking is glitching by adding additional logs by @louisg1337 in #213
- Fixed error in location callback by @louisg1337 in #232
Full Changelog: v1.8.7...v1.8.8
π Handle work profiles properly
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
What's Changed
Full Changelog: v1.8.5...v1.8.6
π΅π¦· Initial, proof of concept, alpha version of the bluetooth integration
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
- @the-bay-kay made their first contribution in #220
- @JGreenlee made their first contribution in #223
Full Changelog: v1.8.3...v1.8.5