Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update ios and android agents to v2.7.0 INTER-1002 #135

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9a34f87
feat: update ios and android agents to v2.7.0
Orkuncakilkaya Nov 19, 2024
b126eaa
chore: update test project podfile lock
Orkuncakilkaya Nov 19, 2024
bb0e619
chore: update podspec minimum version operator
Orkuncakilkaya Nov 19, 2024
58d72b9
chore: wip update native modules for exporting required members
Orkuncakilkaya Nov 27, 2024
de48e5e
feat: add sealed result support to sdk
Orkuncakilkaya Nov 28, 2024
da1451b
feat: add sealed result support to sdk
Orkuncakilkaya Nov 28, 2024
4f7cca6
feat: add custom timeout feature
Orkuncakilkaya Dec 3, 2024
6693757
fix: ios timeout feature native bridge
necipallef Dec 10, 2024
4c3bcc1
docs: jsdoc for functions
necipallef Dec 12, 2024
a24f93a
fix: node22 assert keyword, fix sourcemaps
necipallef Dec 12, 2024
a02128d
fix: missing requestOptions in provider
necipallef Dec 12, 2024
d85c266
fix: attempt to fix android type problem
necipallef Dec 12, 2024
d19d747
fix: client timeout error
necipallef Dec 12, 2024
5015345
feat: ios bridge refactor, added new methods with timeout
necipallef Dec 12, 2024
dd917e4
feat: android bridge refactor, add methods for timeout
necipallef Dec 12, 2024
fcef4f7
feat: js side timeout param handling
necipallef Dec 12, 2024
67620cb
test: testproject support for node22
necipallef Dec 12, 2024
776d398
ci: add a workflow to test build
necipallef Dec 12, 2024
586c5dd
ci: test build separate jobs
necipallef Dec 12, 2024
5440ee4
fix: android timeout native bridge code
necipallef Dec 12, 2024
5ac2ec4
fix: android bridge type error
necipallef Dec 12, 2024
d8f201e
test: test project upgrade jest
necipallef Dec 12, 2024
7748bd8
test: disable running yarn test for now
necipallef Dec 12, 2024
53198f4
chore: remove namespace from android manifest
necipallef Dec 12, 2024
33374d6
chore: test project use gradle 8.2.1
necipallef Dec 12, 2024
bcac51e
test: remove namespace from test project android manifest
necipallef Dec 12, 2024
a0e50a2
chore: undo pre-commit hook deletion
necipallef Dec 12, 2024
b676d99
chore: undo pre-commit hook deletion
necipallef Dec 12, 2024
2e9a4cb
test: attempt to fix jest in TestProject
necipallef Dec 17, 2024
fe75847
test: attempt to fix jest in TestProject
necipallef Dec 17, 2024
605ab83
chore: fix getData type missing requestOptions
necipallef Dec 17, 2024
f7b84f4
test: add unit tests for timeout functions
necipallef Dec 17, 2024
72605fa
test: attempt to fix jest in TestProject
necipallef Dec 17, 2024
f2504ec
test: fix getVisitorDataWithTimeout test
necipallef Dec 17, 2024
2784934
test: temprorarily disable running jest for TestApp
necipallef Dec 17, 2024
df337db
chore: jsdoc for options param
necipallef Dec 17, 2024
8786062
fix: correct native function call when timeout is 0
necipallef Dec 18, 2024
4a8f4a1
test: add different test cases for the TestProject
necipallef Dec 18, 2024
ec18490
chore: fix markup in test project for small screens
ilfa Dec 19, 2024
b5d66c2
test: add 2 more testcases for timeout to be sure
ilfa Dec 19, 2024
44662c1
chore: test project lock file
necipallef Dec 24, 2024
7cb2d69
test: improve test description
necipallef Dec 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RNFingerprintjsPro.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
# s.requires_arc = true

s.dependency "React-Core"
s.dependency "FingerprintPro", '~> 2.6.0'
s.dependency "FingerprintPro", '~> 2.7.0', '< 3.0.0'
Orkuncakilkaya marked this conversation as resolved.
Show resolved Hide resolved
end
8 changes: 4 additions & 4 deletions TestProject/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- React-Core (= 0.73.2)
- React-jsi (= 0.73.2)
- ReactCommon/turbomodule/core (= 0.73.2)
- FingerprintPro (2.6.0)
- FingerprintPro (2.7.0)
- fmt (6.2.1)
- glog (0.3.5)
- hermes-engine (0.73.2):
Expand Down Expand Up @@ -1055,7 +1055,7 @@ PODS:
- React-logger (= 0.73.2)
- React-perflogger (= 0.73.2)
- RNFingerprintjsPro (1.0.4):
- FingerprintPro (~> 2.6.0)
- FingerprintPro (< 3.0.0, ~> 2.7.0)
- React-Core
- SocketRocket (0.6.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -1227,7 +1227,7 @@ SPEC CHECKSUMS:
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: fbc4957d9aa695250b55d879c1d86f79d7e69ab4
FBReactNativeSpec: 86de768f89901ef6ed3207cd686362189d64ac88
FingerprintPro: 3f06f491c77d871ab543b49fd25fddc52dc34f8c
FingerprintPro: 0c7dbd28fc83751ca64b06328e2fb22bbc7ed118
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: b361c9ef5ef3cda53f66e195599b47e1f84ffa35
Expand Down Expand Up @@ -1273,7 +1273,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: df8945a656356ff10f58f65a70820478bfcf33ad
React-utils: f5bc61e7ea3325c0732ae2d755f4441940163b85
ReactCommon: 45b5d4f784e869c44a6f5a8fad5b114ca8f78c53
RNFingerprintjsPro: 5a6f377649bc343770e4c28dd2ba9476a918b9fc
RNFingerprintjsPro: 3fabeec739a491c69e996a99928e37c7de8f842e
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 13c8ef87792450193e117976337b8527b49e8c03

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation "com.fingerprint.android:pro:[2.6.0, 3.0.0)"
implementation "com.fingerprint.android:pro:[2.7.0, 3.0.0)"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ export interface ShortVisitorData {
* A confidence score that tells how much the agent is sure about the visitor identifier
*/
confidence: Confidence
/**
* See more details in the Sealed Client Results(https://dev.fingerprint.com/docs/sealed-client-results) guide. The field will miss if Sealed Client Results are disabled or unavailable for another reason.
*/
sealedResult?: string
}

/**
Expand Down
Loading