forked from bcgov/bc-wallet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: person credential workflow fix (bcgov#960) * update bifold submodule (bcgov#961) Signed-off-by: wadeking98 <[email protected]> * feat: added person credential to preview notification screen with v1.1 branding (bcgov#959) Signed-off-by: wadeking98 <[email protected]> * fix: match logoSec sizing to bifold, run lint (bcgov#963) Signed-off-by: Bryce McMath <[email protected]> * fix: person credential workflow pt. 2 (bcgov#973) * chore: update bifold submodule (bcgov#977) Signed-off-by: Bryce McMath <[email protected]> * chore: bump version number to 1.0.8 (bcgov#982) Signed-off-by: Bryce McMath <[email protected]> * chore: remove flipper, update bifold submodule (bcgov#985) Signed-off-by: Bryce McMath <[email protected]> * fix: add scroll to splash screen for larger font and display size (bcgov#993) Signed-off-by: Bryce McMath <[email protected]> * chore: update bifold submodule (bcgov#998) Signed-off-by: Bryce McMath <[email protected]> * fix: change product name to BCWallet from AriesBifold (bcgov#994) Signed-off-by: Bryce McMath <[email protected]> * chore: add storybook to bc-wallet-mobile (bcgov#991) Signed-off-by: Clécio Varjão <[email protected]> Signed-off-by: Bryce McMath <[email protected]> Co-authored-by: Clécio Varjão <[email protected]> * fix: android and ios build and pipeline issues (bcgov#1006) Signed-off-by: Bryce McMath <[email protected]> * fix: possible fix for android crashing (bcgov#1007) Signed-off-by: Bryce McMath <[email protected]> * ci: update GHA (bcgov#1009) Signed-off-by: Clécio Varjão <[email protected]> * Updated Smoke test in build pipeline for new iOS app name (bcgov#1010) Signed-off-by: Sheldon Regular <[email protected]> * chore: update GHA build file name and watched files on PR (bcgov#1011) Signed-off-by: Bryce McMath <[email protected]> * Support for bifold new monorepo structure (bcgov#1012) Signed-off-by: Clécio Varjão <[email protected]> * chore: update bifold submodule (bcgov#1020) Signed-off-by: Bryce McMath <[email protected]> * chore: peg ios build to xcode 14.2 Signed-off-by: Jason C. Leach <[email protected]> * updated branding for traction agent (bcgov#1025) Signed-off-by: wadeking98 <[email protected]> * chore: update bifold submodule (bcgov#1027) Signed-off-by: Bryce McMath <[email protected]> * chore: add patch to support xcode 14.3 (bcgov#1023) Signed-off-by: Jason C. Leach <[email protected]> * Small fix Signed-off-by: Jean-Christophe <[email protected]> * Fix occurence of bcwallet Signed-off-by: Jean-Christophe <[email protected]> * Fix android setup - portefeuilleqc reference Signed-off-by: Jean-Christophe <[email protected]> --------- Signed-off-by: wadeking98 <[email protected]> Signed-off-by: Bryce McMath <[email protected]> Signed-off-by: Clécio Varjão <[email protected]> Signed-off-by: Sheldon Regular <[email protected]> Signed-off-by: Jason C. Leach <[email protected]> Signed-off-by: Jean-Christophe <[email protected]> Co-authored-by: Akiff Manji <[email protected]> Co-authored-by: Wade King <[email protected]> Co-authored-by: Bryce McMath <[email protected]> Co-authored-by: Clécio Varjão <[email protected]> Co-authored-by: Sheldon Regular <[email protected]> Co-authored-by: Jason C. Leach <[email protected]>
- Loading branch information
1 parent
692fff9
commit e8a8ddd
Showing
48 changed files
with
32,527 additions
and
71,082 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
legacy-peer-deps=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { initLanguages } from 'aries-bifold' | ||
import React from 'react' | ||
import { LogBox } from 'react-native' | ||
|
||
import qcwallet from './src' | ||
import StorybookUIRoot from './storybook' | ||
|
||
const { localization } = qcwallet | ||
|
||
initLanguages(localization) | ||
|
||
LogBox.ignoreAllLogs() | ||
|
||
const Base = () => { | ||
return <StorybookUIRoot /> | ||
} | ||
|
||
export default Base |
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
67 changes: 0 additions & 67 deletions
67
app/android/app/src/debug/java/com/ariesbifold/ReactNativeFlipper.java
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#Tue Mar 28 09:27:49 PDT 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "BCWallet", | ||
"name": "QCWallet", | ||
"displayName": "Portefeuille QC" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* eslint-disable import/no-extraneous-dependencies */ | ||
import { AppRegistry } from 'react-native' | ||
|
||
import { name as appName } from './app.json' | ||
import StorybookUIRoot from './storybook' | ||
|
||
AppRegistry.registerComponent(appName, () => StorybookUIRoot) |
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
Oops, something went wrong.