Skip to content

Commit 65e9018

Browse files
committed
Release 7.10.0
1 parent f55f3d0 commit 65e9018

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [7.10.0] - 2024-01-17
4+
5+
### Added
6+
7+
- New `HyperTrack.allowMockLocation` getter/setter which can be used to allow mock location(s).
8+
- Use this API **only if** modifying the compiled `HyperTrackAllowMockLocation` AndroidManifest.xml value is insufficient for your needs.
9+
- example: if for some reason you aren't able to recompile with `HyperTrackAllowMockLocation` set to `true` for your prod app QA mock location tests.
10+
11+
### Changed
12+
13+
- Fixes and improvements to SDK runtime efficiency
14+
15+
### Fixed
16+
17+
- A rare crash related to Foreground Service lifecycle misbehavior (OS API induced)
18+
319
## [7.9.1] - 2024-12-05
420

521
### Changed

0 commit comments

Comments
 (0)