Seshanth.S🐺
8fe32d8200
Feat: Show error code in SDK ( #500 )
...
* feat: emit `error_code` and `reason` in app
* feat: add `onError` in sdk
* feat: Display reason in app
* lint & fmt
* feat: add scrollview in ProofRequestStatusScreen for long reasons
2025-04-15 08:53:57 +02:00
Justin Hernandez
a3dc3bcfd1
feat: automated mobile deployments rd2 ( #498 )
...
* migrate build logic from previous branch
* fix command
* move .actrc file
* clean up
* use env vars
* setup provisioning profile path within action
* fix flow
* fix fastfile flow and update react native
* disable play store uploading
* hard code xcode version
* fixes
* more provisioning debugging
* fix keychain path
* set keychain to what was created by the github action
* attempt to build again
* test fix
* print xcode build settings
* debug ios build
* fix xcargs path
* use manual code signing
* save wip
* fix building locally
* fix variable
* save wip
* clean up long comand
* clean up
* install bundle and gems
* install pods
* fix pod installation
* sort
* better naming
* fix android issues
* update lock
* clean up artifacts
* format
* save wip slack upload logic
* prettier
* fix indent
* save wip
* save wip
* save wip
* save wip
* save wip
* clean up
* simplify slack calls
* revert slack logic
* save working slack upload example
* make title nicer
* clean up slack upload
* upload paths
* enable github commit
* fix path
* fix commit step
* fix git committing
* update markdown
* fix git commit rule
* better commit message
* chore: incrementing ios build number for version 2.4.9 [skip ci]
* better name
---------
Co-authored-by: Self GitHub Actions <action@github.com >
2025-04-11 19:51:02 +02:00
nicoshark
624d0e568d
Feat/forbidden countries utils ( #504 )
...
* add forbidden countries util function
* remove casting
2025-04-04 18:58:30 +05:30
turnoffthiscomputer
fafc765af7
generate scope from dns ( #495 )
...
* generate scope from dns
* switch between api and staging api according to document type
* add poland passport to mockdatascreen
* yarn nice
* bump sdk version
* bump app version
* Feat/update sdk (#496 )
* export castFromScope
* export proof conversion
* publish new package
* update package
* update package
* add hashEndpointWithScope to export member
---------
Co-authored-by: nicoshark <i.am.nicoshark@gmail.com >
2025-03-31 20:20:13 +02:00
turboblitz
730f812181
Fix proof messaging ( #487 )
...
* rename handleProofVerified to handleProofResult
* from the app, call proof_verified or proof_generation_failed instead of always proof_verified
* messaging for when proof fails
* bump sdk version
* yarn nice
2025-03-28 11:40:38 -07:00
turnoffthiscomputer
62d73f64d6
Fix qrcode ( #486 )
...
* update AndroidManifest.xml to remove unnecessary pathPrefix from deeplink configuration
* bump android version
* fix self qrcode
2025-03-27 16:21:44 -07:00
turnoffthiscomputer
a0672cc574
bump version to 2.5.0 ( #476 )
...
* bump versions
* bump version
* bump android version
* fix deeplinking on android
* don't open the android app when the phone is nearby an RFID chip
* add build apk command
* add intent filter
* bump version
---------
Co-authored-by: Justin Hernandez <transphorm@gmail.com >
2025-03-27 18:42:49 +01:00
turnoffthiscomputer
2c46d34e48
add country mapping ( #480 )
...
* add country mapping
* update backend verifier
* delete unused setting
* add orgs
* update country codes
* fix nationality
* bump sdk versions
---------
Co-authored-by: motemotech <i.am.nicoshark@gmail.com >
2025-03-25 16:00:51 +01:00
turboblitz
aded6198de
Remove biometrics.create keys() ( #474 )
...
* remove biometrics.createKeys()
* yarn nice
2025-03-21 19:01:07 -07:00
turnoffthiscomputer
84ebc0fc21
fix deeplink implementation ( #472 )
...
* fix deeplink implementation
* check biometrics when pressing button on prove screen
* Revert "check biometrics when pressing button on prove screen"
This reverts commit 88b1e891a7 .
---------
Co-authored-by: 0xturboblitz <florent.tavernier@gmail.com >
2025-03-21 18:25:09 -07:00
0xturboblitz
e36d621f4d
Revert "fix: refactor secret and passport-data management ( #459 )"
...
This reverts commit 34b2af5cb5 .
2025-03-21 18:07:13 -07:00
turnoffthiscomputer
36a29c9a21
chore: add redirect.self.xyz to app link domains ( #415 )
...
* chore: add redirect.self.xyz to app link domains
* chore: add redirect.self.xyz to android manifest
* add self in the universal link path
* set gestureEnabled false on Launch screen
* improve ProveScreen UX
* improve ProveScreen UX
* implement deeplinking in mobile app and sdk
* start app listener in ViewFinder
* support WS connexion with complex qrcodes
* remove /self path from android deeplink support
---------
Co-authored-by: turboblitz <florent.tavernier@gmail.com >
2025-03-21 13:55:11 -07:00
Justin Hernandez
d03c9556a8
Create release build 2.4.9, lower deployment target to iOS 15.0 ( #393 )
...
* bump version
* lower target iOS version to 11
* bump version
* lower ios deployment target to 15.0
* increment build
* bump build
* increment build
* bump build
* update podlock
2025-03-21 13:50:11 -07:00
ehsunahmadi
34b2af5cb5
fix: refactor secret and passport-data management ( #459 )
...
* fix: refactor secret and passport-data management
* clean things up
* hadle biometric availablity state
* added unsafe_secret_privateKey & unsafe_clearSecrets in usePassport for devSettingsScreen
* remove setting of secret in loadingScreen as it's handled in usePassport internally
2025-03-21 21:45:03 +01:00
turnoffthiscomputer
e1186977d5
Implement advanced mode toggle with two-finger triple tap gesture in MockDataScreen ( #469 )
2025-03-21 21:42:31 +01:00
turnoffthiscomputer
f6d81f2ce4
feat: add staging API URL and update circuit DNS mapping fetching logic ( #468 )
2025-03-21 21:39:45 +01:00
Justin Hernandez
13968f559f
remove android nfc required
2025-03-14 18:02:33 -05:00
turnoffthiscomputer
dbe1ca41a4
Merge pull request #443 from selfxyz/fix-mock-flow
...
Fix mock flow
2025-03-13 13:22:13 -04:00
turnoffthiscomputer
c11a0f9d06
Merge pull request #442 from selfxyz/justin/increase-ios-haptic-feedback
...
increase feedback intensity on ios
2025-03-13 06:31:41 -04:00
0xturboblitz
869b6c7da3
yarn nice
2025-03-12 23:41:50 -07:00
Justin Hernandez
8231bdfb09
increase feedback intensity on ios
2025-03-13 01:09:10 -05:00
Justin Hernandez
6029cb1996
update lock
2025-03-13 01:05:22 -05:00
Justin Hernandez
fa33d453c5
hide iOS ocr border
2025-03-13 00:46:06 -05:00
Justin Hernandez
43dfea8be2
remove fake fix
2025-03-13 00:23:04 -05:00
Justin Hernandez
e4e59db02b
make ocr viewport and scan animation larger
2025-03-12 23:06:46 -05:00
Justin Hernandez
8120b337e5
fix ios border
2025-03-12 22:28:01 -05:00
0xturboblitz
6ed35b542f
temporarily remove mock passport whose DSC is signed by a CSCA sig alg that is not used
2025-03-12 20:12:52 -07:00
0xturboblitz
b3898f2dd9
fix destructuration error from outdated initial sig alg name
2025-03-12 20:11:45 -07:00
turnoffthiscomputer
8ebfebfc58
Merge pull request #440 from selfxyz/update-logging
...
Update logging
2025-03-12 13:57:56 -04:00
turnoffthiscomputer
03a0b20363
fix PassportDataInfoScreen
2025-03-12 18:49:17 +01:00
turnoffthiscomputer
f122c69180
update logs
2025-03-12 18:48:46 +01:00
turnoffthiscomputer
884cb1bc64
remove iOS logs
2025-03-12 18:48:20 +01:00
turnoffthiscomputer
2174c23295
Merge pull request #413 from selfxyz/add-mock-passport-data-sig-alg
...
feat: expand signature algorithm support in MockDataScreen
2025-03-12 11:56:44 -04:00
0xturboblitz
d6401128e3
adding a disclaimer on loading screen that loading takes time, so people don't drop
2025-03-11 18:28:52 -07:00
turnoffthiscomputer
5b5c19914d
feat: expand signature algorithm support in MockDataScreen
2025-03-11 23:40:10 +01:00
turnoffthiscomputer
21b38626ca
feat: improve tree and registration
2025-03-11 20:48:21 +01:00
turnoffthiscomputer
ac80cb29d2
Merge pull request #397 from selfxyz/feat/mock-passport
...
add staging commitment tree url
2025-03-09 17:49:43 -04:00
turnoffthiscomputer
2271176160
add staging commitment tree url
2025-03-09 22:46:34 +01:00
turnoffthiscomputer
fbac62d758
Merge pull request #395 from selfxyz/feat/mock-passport
...
add staging proving flow
2025-03-09 14:24:17 -04:00
turnoffthiscomputer
bae2a38716
add more sig algs for mock passport data
2025-03-09 19:17:05 +01:00
turnoffthiscomputer
ceca6c53f7
add staging proving flow
2025-03-09 01:31:11 +01:00
0xturboblitz
ec52b7a800
yarn nice
2025-03-06 21:32:21 -08:00
0xturboblitz
7a527998ed
update links
2025-03-06 21:28:54 -08:00
turnoffthiscomputer
5316927277
get circuit DNS mapping from api ( #244 )
2025-03-04 15:54:02 -08:00
turboblitz
5aaac5da8f
bump to 2.4.7 ( #243 )
2025-03-03 09:29:27 -08:00
turboblitz
5f8840aae9
Disclosure polish ( #238 )
2025-02-26 10:46:57 +01:00
turnoffthiscomputer
4a4909e653
migrate supported circuits to api ( #236 )
2025-02-26 00:05:32 -07:00
turboblitz
64550d73ae
Fix playground ( #230 )
...
Co-authored-by: turnoffthiscomputer <colin.remi07@gmail.com >
2025-02-26 00:05:03 -07:00
turnoffthiscomputer
0aff8628fc
Improve logs ( #227 )
2025-02-25 05:35:04 +01:00
turnoffthiscomputer
c12bd6b5f5
Handle previous secret format ( #221 )
...
Co-authored-by: 0xturboblitz <florent.tavernier@gmail.com >
2025-02-25 05:26:32 +01:00