Justin Hernandez
223fe9e0de
bump version ( #743 )
2025-07-05 10:06:22 -07:00
Justin Hernandez
601cad5b48
Chore: new build for v2.6.0 ios 145 android 81 ( #737 )
...
* bump version and build
* properly bump app
* bump build
2025-07-03 12:50:12 -07:00
Seshanth.S🐺
f99f11a823
SEL-486: Fix unwrap DO ( #718 )
...
* update podfile: unwrapDO
* update lock
* bump version and builds
* bump build; forgot to enable logs
* fix version to not interfere with release
---------
Co-authored-by: Justin Hernandez <transphorm@gmail.com >
2025-07-03 11:04:05 -07:00
Justin Hernandez
195688ddd9
update version to 2.6.0 and bump build numbers ( #721 )
2025-07-01 12:31:13 -07:00
Justin Hernandez
e66c37ce2f
SEL-479: Multi-ID onboarding mvp flow ( #688 )
...
* save new launch screen wip
* save wip
* finalize launch look
* replace launch screen
* rename
* update camera onboarding and scan screen
* update tips looks
* update nfc scan issue screens
* update copy
* add launch screen todo
* fix casing
* update launch screen link, copy and add tracking event
* bump project version to match app store
* match app store
* updated supported bio id link
* add dialog message support back in
* cr feedback
* bump version and build
* update images
* tweak animation layout
* loop with setTimeout
2025-07-01 03:48:05 -07:00
Justin Hernandez
e3c7df9a83
Chore: ensure there is an extra empty line after the license declaration ( #712 )
...
* ensure there is an extra empty line after the license declaration
* ignore adding header to cjs config files
* add missing license header
* ignore linting metro config
2025-06-29 23:26:41 -07:00
Justin Hernandez
77c7b82293
SEL-472: Enable production push notifications ( #703 )
...
* chore: leave sandbox apns token comment
* tweak entitlement
* coderabbit ai feedback
* firebase tweaks
2025-06-29 22:58:46 -07:00
Justin Hernandez
37528f80cd
SEL-423 apply xcode build suggestions ( #671 )
...
* apply recommended app settings from xcode
* stick to portrait orientation and update target settings
* remove app clip references
2025-06-23 21:57:20 -07:00
Eric Nakagawa
4d4efffe5a
Apply BSL to app codebase ( #639 )
...
* Clean up root license wording
* Simplify SPDX header
* simplify license and rename BSL to BUSL
* fix merge issues
* fix missing method
---------
Co-authored-by: Justin Hernandez <transphorm@gmail.com >
2025-06-23 21:47:53 -07:00
Justin Hernandez
9e74f11111
bump ios build and version ( #669 )
2025-06-23 15:42:21 -07:00
Justin Hernandez
e4541a831a
Bump build v2.5.4: ios 132; android 71 ( #631 )
...
* bump version and build numbers
* remove tamagui/toast
* fix marketing version
2025-06-18 07:52:38 -07:00
Justin Hernandez
5b6a2535bf
Bump version 2.5.3: build ios 129; android 69 ( #609 )
...
* bump builds
* update lock
* bump version
* commit lock
* bump build
* bump ios build
2025-06-11 15:09:51 -07:00
Justin Hernandez
65b5f8a389
Bump build ios 128 android 67 ( #601 )
...
* bump build
* update clean commands
* add notification tracking provider, and update provider paths
* request permission for firebase cloud messaging
* since the app asks for permissions, let's enable this after configuring the APN
* remove monorepo building as it doesn't affect app build success
* add flags to expose build issues
* fix hermes path
* fix hermes path for emulator and bundle build
2025-06-07 07:36:06 -07:00
Justin Hernandez
6d27b365c7
Bump build to test PACE polling (ios 127; android 66) ( #591 )
...
* bump builds
* update env.sample with new env vars, and add _NFC to mixpanel nfc var
* remove NDEF so we can keep target sdk version at 15
* add sort package json command
* sort all project package.json files
* enable hermes
* disable hermes
* revert disabling
* remove hermes
2025-06-06 07:29:26 -07:00
Seshanth.S🐺
2a7562216c
feat: Add PACEPolling ( #577 )
...
* feat: Read ID cards
* add entitlements
* feat: add pacePolling through NFCPassportReader
* refactor: comment out debug print statements
* feat: add mixpanel logging
* feat: add NFC Method selection screen
* fix: UI issue
* feat: update Podfile and include PassportReader.m file
* lint
* fix: test
* debug: log mixpanel values
* fix: update dep
* update NFCPassportReader commit hash
* feat: add flag to enable debug logging
* lint
2025-06-04 15:53:04 +02:00
Aaron DeRuvo
0e9c59c0fb
SEL-56: Setup Yarn Workspaces ( #584 )
2025-06-04 11:37:32 +02:00
Justin Hernandez
dfb009b167
Bump build version 2.5.2 to test react native keychain ( #572 )
...
* bump build and version
* bump version 2.5.2
* don't downgrade react native keychain
2025-05-27 08:29:05 -07:00
Justin Hernandez
c6c4b35684
SEL-181 & SEL-252: Update mobile app events ( #570 )
...
* improve analytics handling
* add error boundary that flushes segment events before error occurs
* upgrade segment analytics package
* flush analytics when user encounters error screen
* track all click events
* add tracking to loading screen
* better init and click event names
* track cloud backup and modal actions
* use __DEV__ for debugging
* add tracking to account recovery, auth, mock data
* return false instead of throwing
* add more tracking events
* save wip event updating
* abstract analytic event names
* update click events
* clean up
* move reasons comment
* add unsupported passport event
2025-05-26 09:08:40 -07:00
Justin Hernandez
e059f06e84
Bump v2.5.1: ios 122; android 60 ( #561 )
...
* increment build to 120
* bump builds for 2.5.1. ios 121; android 60
* clean up logic
* upgrade react native firebase for privacy manifests
2025-05-16 13:15:35 -07:00
nicoshark
3db25aa469
Push notification ( #536 )
...
* add push notification feature
* merge new app impl
* change dsc key
* import
* reverse mock dsc
* worked in the ios
* checked in android
* update url and delete console
* delete small changes
* lint
* add yarn.lock
* fix warning message
* add mock notification service for test code
* fix path for the mock implementation
* add mock deeplink to the test code
* nice notificationServiceMock.js
* delete unused firebase related implementation
* fix wording and UI related to notification service
* hotfix on mockdatascreen
---------
Co-authored-by: turnoffthiscomputer <colin.remi07@gmail.com >
2025-05-15 23:46:21 +02:00
Justin Hernandez
fdfc0534fb
Bump build versions for 2.5.1 ( #531 )
...
* release new builds
* fix app and build versions
* fix env check
2025-04-25 05:48:38 -07:00
Justin Hernandez
7297659a30
Bump version to 2.5.1 ( #522 )
...
* bump version
* update fastlane
* fix bump version
* bump build and add todo
* disable commit for now
2025-04-17 21:09:40 +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
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
turboblitz
02f3f6b070
2.4.1 iOS release ( #197 )
...
Co-authored-by: Justin Hernandez <transphorm@gmail.com >
2025-02-23 06:31:47 -08:00
Justin Hernandez
7c4c1c4d49
Update ios app name and icon ( #154 )
...
Co-authored-by: Nicolas Brugneaux <nicolas.brugneaux@gmail.com >
2025-02-19 04:58:35 -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
Justin Hernandez
58eb4306f7
Rename OpenPassport to Self ( #103 )
2025-02-14 05:03:09 -08: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
Justin Hernandez
ed75de10ca
Bump version and android debug build script ( #76 )
2025-02-11 11:23:19 -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
2362be8b88
Rename Self ID to Self ( #40 )
2025-02-10 01:44:25 -08:00
Justin Hernandez
112e8ad518
add Advercase and DINOT fonts to project ( #5 )
2025-01-29 06:48:55 -08:00
turnoffthiscomputer
0a70d301eb
Merge branch 'dev' of https://github.com/zk-passport/openpassport into deeplink
2024-10-21 23:09:12 +02:00
turnoffthiscomputer
2395877220
implement iOS deeplink
2024-10-21 18:38:06 +02:00
0xturboblitz
7bfd0b6c3d
fix ios
2024-10-17 19:37:09 -07:00
0xturboblitz
abfff50f37
bump to react native 75
2024-10-17 19:15:58 -07:00
0xturboblitz
a4a43dfbfc
associate appclip.openpassport.app for future test
2024-09-07 21:13:40 +09:00
0xturboblitz
dd02619f32
associate openpassport.app domain
2024-09-07 00:46:51 +09:00
0xturboblitz
f72f82b619
remove fonts from iOS
2024-09-06 19:42:45 +09:00
0xturboblitz
f648639f87
downloading .dat files live
2024-09-06 19:25:09 +09:00
0xturboblitz
92f31dbc6c
remove masterList bundled on iOS
2024-09-05 23:35:13 +09:00
0xturboblitz
3579d209df
making app clip build, icon
2024-08-23 13:56:04 +08:00
0xturboblitz
0e6135e48c
update witness generators with prove circuits
2024-08-22 15:56:59 +08:00
0xturboblitz
2bdfc60d4b
massive renaming to OpenPassport
2024-08-10 23:40:42 -07:00