-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dfca89
commit 0bec3be
Showing
6 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [3.0.0] - 2021-10-25 | ||
This version improves granularity of detected threat types. | ||
|
||
### Added | ||
- added new threat callback **'onUntrustedInstallationSourceDetected'**, which was previously part of onTamperDetected callback | ||
|
||
### Changed | ||
- changed threat callback from **'onFingerprintDetected'** to more understandable **'onDeviceBindingDetected'** | ||
- increased min SDK version from 19 to 21 | ||
- increased target/compile SDK version from 29 to 31 | ||
- increased Kotlin and Gradle versions | ||
|
||
### Fixed | ||
- support for direct ADB side-loading (check *TalsecApplication.kt -> supportedAlternativeStores*) | ||
- fixed a bug in a native method which caused crash on a one specific device | ||
- fixed a false positive detection of an emulator (TECNO CD7) | ||
- fixed a bug with a negative timeMs during run time check computation (fixes a logging) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters