Commit Graph

69 Commits

Author SHA1 Message Date
turnoffthiscomputer
cc169061bd add common sdk (#537)
* add common sdk

* remove sdk backend api

* remove registry

* regenerate sha256 rsa dsc each time

* download ski-pem dynamically on staging, refactor initpassportDataParsing

* add state machine for button on prove screen, improve ux on splash screen

* fetch ski-pem in production

* fix linter issues

* fix prove screen button bugs

* update podfile.lock and yarn.lock

* run linter in circuits repo

* bump build

* bump version for sentry debugging

* bump ios to version 118

---------

Co-authored-by: Justin Hernandez <transphorm@gmail.com>
2025-05-07 11:45:21 +02:00
Justin Hernandez
5163761a52 allow a scale of up to 1.3 (#546)
* allow a scale of up to 1.3

* update lock files

* clean up unused imports

* fix settings
2025-05-05 18:00:28 -07:00
turnoffthiscomputer
0bf324e639 Feat/extend id support (#517)
* refactor proving impleting xstate, speedup proving

* add disclosure proof support

* keep refactoring provingMachine, clean old implementation

* call init method when switching from dsc to register

* rebase with dev to display why the proof verification failed

* refactor ws connexion between front-end and mobile to retrieve self-app

* update the webclient at proofVerification and use selfAppStore in provingMachine

* fix provintStore.init in ProveScreen

* yarn nice

* fetch data correctly in splash screen
2025-04-24 05:55:47 -07:00
Justin Hernandez
3c51feafdf DX: Auto format on save (#526)
* save wip

* use elint instead of prettier to sort imports

* set imports to warn

* sync prettier settigns

* update prettier settings

* save working version

* fix export and disable mobile pipeline for now

* limit auto formatting to the app folder
2025-04-21 22:10:56 +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
turnoffthiscomputer
1fce20c573 Sentry (#204) 2025-02-23 06:42:19 +01:00
Nicolas Brugneaux
2155bf95a5 Fix: recovery phrase (#201) 2025-02-21 22:49:38 +01:00
Aaron DeRuvo
d6882ca7cf remove orientation locker (#140) 2025-02-19 13:44:30 +01:00
Justin Hernandez
4365f4a277 last minute optimizations (#142) 2025-02-18 13:58:57 -08:00
Aaron DeRuvo
4a6d1824e6 Android Icons + Connection Modal (#141)
Co-authored-by: Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
Co-authored-by: Justin Hernandez <transphorm@gmail.com>
2025-02-18 12:34:21 -08:00
Justin Hernandez
99d81d5c92 Feat: Deprecate amplitude, remove unused packages (#126) 2025-02-17 07:50:52 -08:00
Nicolas Brugneaux
4a615a840f fix backup on android and icloud
Co-authored-by: Leszek Stachowski <leszek.stachowski@clabs.co>
Co-authored-by: Aaron DeRuvo <aaron.deruvo@clabs.co>
2025-02-14 20:01:20 +01:00
Leszek Stachowski
6169313149 Generic modal + version check (#111) 2025-02-14 16:46:32 +01:00
Justin Hernandez
9db4ed9363 Remove unused App Clip ios code (#106) 2025-02-14 09:27:25 +01:00
Nicolas Brugneaux
6a36b55cb8 feat: backup/restore flow (#81)
Co-authored-by: Justin Hernandez <transphorm@gmail.com>
2025-02-13 17:40:52 +01:00
turnoffthiscomputer
54ffcb69e4 Update ws merged (#90)
Co-authored-by: thomas-senechal <thomas.senechal@pm.me>
2025-02-12 19:23:51 -08:00
Justin Hernandez
4822c7b418 Update spacing and font styling (#68) 2025-02-11 07:14:42 -08:00
Justin Hernandez
73421f6a9a Improve UX and DX (#66)
Co-authored-by: Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
2025-02-11 10:08:07 +01:00
Justin Hernandez
23d81a1a28 Update launch screen (#67) 2025-02-11 09:06:54 +01:00
Nicolas Brugneaux
d489f04468 feat: recover with phrase (#26) 2025-02-10 14:45:54 +01:00
turnoffthiscomputer
451b99496f Tee (#46)
Co-authored-by: Aaron DeRuvo <aaron.deruvo@clabs.co>
2025-02-10 11:54:02 +01:00
Justin Hernandez
42492bc119 Feat: Add haptic feedback (#43)
Co-authored-by: Aaron DeRuvo <aaron.deruvo@clabs.co>
2025-02-10 01:39:14 -08:00
Thomas Sénéchal
61f07af48e Remove react-native-fast-crypto package to fix android build (#42) 2025-02-09 16:13:30 +01:00
turnoffthiscomputer
25aac30fb1 Feat/tee (#39) - Fix iOS camera/qrcode scanning - Bring TEE proving
Co-authored-by: thomas-senechal <thomas.senechal@pm.me>
2025-02-09 02:54:17 +01:00
Justin Hernandez
843756a664 Remove dead code and unused packages rd1 (#41) 2025-02-08 07:19:51 -08:00
Aaron DeRuvo
90d4a0dc49 ios built (#33)
Co-authored-by: Justin Hernandez <transphorm@gmail.com>
2025-02-06 16:36:11 -08:00
turnoffthiscomputer
7b48383c59 chore: downgrade @react-native-clipboard/clipboard to version 1.13.2 (#31) 2025-02-06 10:08:58 -08:00
Justin Hernandez
0529a8d796 Add lottie animations (#21)
Co-authored-by: Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
2025-02-06 09:47:48 +01:00
Nicolas Brugneaux
7bb592d6f9 feat: add a recovery phrase screen (#24) 2025-02-05 16:55:02 +01:00
turboblitz
629dfdad1a Bringing openpassport/main (#19)
Co-authored-by: seshanthS <seshanth@protonmail.com>
Co-authored-by: turnoffthiscomputer <colin.remi07@gmail.com>
Co-authored-by: thomas-senechal <thomas.senechal@pm.me>
Co-authored-by: motemotech <i.am.nicoshark@gmail.com>
Co-authored-by: turnoffthiscomputer <98749896+remicolin@users.noreply.github.com>
Co-authored-by: ayman <aymanshaik1015@gmail.com>
2025-02-05 11:13:52 +01:00
Justin Hernandez
363d0bd0f5 Update project metadata & helpers (#13) 2025-01-31 08:20:09 -08:00
Nicolas Brugneaux
90b0e4a270 Navigation Refactor (#6)
Co-authored-by: Leszek Stachowski <leszek.stachowski@clabs.co>
Co-authored-by: Justin Hernandez <transphorm@gmail.com>
2025-01-29 17:16:12 +01:00
turnoffthiscomputer
8574020fff fix app build 2025-01-08 16:52:15 +01:00
thomas-senechal
f4a4c269a8 Update react-native-date-picker dependency to latest commit 2025-01-06 18:46:41 +01:00
thomas-senechal
ef5b533ea6 Update rn date-picker checksum in yarn.lock for dependency integrity 2025-01-06 18:46:41 +01:00
thomas-senechal
64b7bc626b Update app/yarn.lock 2025-01-06 18:46:41 +01:00
turnoffthiscomputer
ba7027f0e5 update masterlist 2024-10-31 16:40:11 +01:00
turnoffthiscomputer
fb7025249f update sdk imports 2024-10-30 21:55:17 +01:00
turnoffthiscomputer
eeca42311b update @openpassport sdk dependencies 2024-10-28 18:10:53 +01:00
turnoffthiscomputer
bdb48967e3 update tamagui version 2024-10-24 19:33:07 +02:00
0xturboblitz
abfff50f37 bump to react native 75 2024-10-17 19:15:58 -07:00
0xturboblitz
040e4390df remove unused packages 2024-09-06 15:30:38 +09:00
0xturboblitz
0a47d2890c bump Android Gradle Plugin to 8.1.0
- had to do some real buffoonery to make namespaces work. Hope packages end up updating to AGP >= 8.0
2024-08-31 17:45:38 +09:00
0xturboblitz
44f88341f2 toast light mode colors 2024-08-27 15:48:07 +08:00
turnoffthiscomputer
c4a0c114ad update yarn.lock 2024-07-31 16:08:36 +02:00
0xturboblitz
89758dabfd add full dsc to PassportData 2024-06-20 14:36:58 -07:00
0xturboblitz
9b9910188c error handling for ecdsa for iOS 2024-05-16 23:14:27 +09:00
0xturboblitz
319ebade38 generating and storing secret, storing passport data securely 2024-05-14 17:10:50 +09:00
0xturboblitz
ff03b26d4d refactor the app with zustand and make integrations modular 2024-05-14 12:34:16 +09:00
0xturboblitz
73dd494a8c zipping zkey and arkzkey 2024-05-01 16:30:39 +09:00