We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55f3d0 commit 65e9018Copy full SHA for 65e9018
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
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
19
## [7.9.1] - 2024-12-05
20
21
### Changed
0 commit comments