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

build: update app name to veridian #1002

Merged
Merged
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">ID Wallet</string>
<string name="title_activity_main">ID Wallet</string>
<string name="app_name">Veridian</string>
<string name="title_activity_main">Veridian</string>
<string name="package_name">org.cardanofoundation.idw</string>
<string name="custom_url_scheme">org.cardanofoundation.idw</string>
</resources>
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import { KeyboardResize } from "@capacitor/keyboard";

const config: CapacitorConfig = {
appId: "org.cardanofoundation.idw",
appName: "ID Wallet",
appName: "Veridian",
webDir: "build",
android: {
webContentsDebuggingEnabled: true,
2 changes: 1 addition & 1 deletion ios/App/App/Info.plist
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>ID Wallet</string>
<string>Veridian</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
2 changes: 1 addition & 1 deletion services/credential-server/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ID Wallet Issuer Server
# Credential Issuance Server
Right now, this is only used for testing purposes for the wallet - it is not meant as a full blown issuance server - hence there are no tests in this module.

### How to run (development)
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
href="/manifest.json"
/>
<base href="/" />
<title>ID Wallet</title>
<title>Veridian</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
4 changes: 2 additions & 2 deletions src/locales/en/en.json
Original file line number Diff line number Diff line change
@@ -1375,7 +1375,7 @@
"support": {
"title": "Support & Legal",
"contact": "Connect via Discord",
"learnmore": "Learn More About Cardano IDW",
"learnmore": "Learn More About Veridian",
"terms": {
"title": "Terms and Privacy Policy",
"submenu": {
@@ -1870,7 +1870,7 @@
"iosfallbacktitle": "Use passcode",
"androidtitle": "Authentication",
"androidsubtitle": "Authentication using biometrics",
"setupandroidbiometryheader": "Do you want to allow “IDW” to use biometrics?",
"setupandroidbiometryheader": "Do you want to allow “Veridian” to use biometrics?",
"setupandroidbiometryconfirm": "Ok",
"setupandroidbiometrycancel": "Don't allow",
"cancelbiometryheader": "You canceled Biometrics. You can set this up later via the settings page."
Loading