Skip to content

Commit d825ece

Browse files
committed
updates
1 parent 02d2da7 commit d825ece

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

app/build.gradle

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdk 23
99
//noinspection OldTargetApi
1010
targetSdk 34
11-
versionCode 17
12-
versionName "1.2.0"
11+
versionCode 18
12+
versionName "1.2.1"
1313

1414
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1515
externalNativeBuild {
@@ -177,15 +177,5 @@ dependencies {
177177
implementation "ch.acra:acra-mail:$acraVersion"
178178

179179
implementation 'com.unstoppabledomains:resolution:3.0.0'
180-
// implementation 'com.yubico.yubikit:core:(insert version here)' for Multi factor auth --> extra security layer
181-
182-
// This is for the game or multiuser realtime interaction branch ... Title ???
183-
// ===============================================================
184-
// implementation 'com.github.heroiclabs.nakama-java:nakama-java:<commit>'
185-
// implementation 'com.github.heroiclabs.nakama-java:satori-java:<commit>'
186-
187-
188-
// or, depend on the fat Jar which bundles all of the Nakama Java dependencies into a single Jar.
189-
// implementation 'com.github.heroiclabs.nakama-java:nakama-java-all:<commit>'
190-
// implementation 'com.github.heroiclabs.nakama-java:satori-java-all:<commit>'
180+
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.0'
191181
}

app/src/main/java/io/scalaproject/vault/SplashActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ protected void onCreate(Bundle savedInstanceState) {
3535

3636
setContentView(R.layout.splashscreen);
3737

38-
txtView = findViewById(R.id.textView);
38+
/*txtView = findViewById(R.id.textView);
3939
txtView.setVisibility(View.VISIBLE);
4040
4141
// Set base text from TextView (without dots)
4242
baseText = txtView.getText().toString().replace("...", "");
4343
4444
// Start the infinite animation
45-
startAnimation();
45+
startAnimation();*/
4646

4747
int millisecondsDelay = 2000;
4848

app/src/main/res/values-fr/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
<string name="prompt_changepw">Nouvelle Phase secrète pour %1$s</string>
119119
<string name="prompt_changepwB">Répéter la Phase secrète pour %1$s</string>
120-
<string name="prompt_password">Mot de passe pour %1$s (optionnel)</string>
120+
<string name="prompt_password">Mot de passe (Laisser vide si aucun)</string>
121121
<string name="prompt_fingerprint_auth">Vous pouvez également ouvrir le portefeuille avec votre empreinte digitale.\nMerci de toucher le capteur.</string>
122122
<string name="prompt_send_password">Confirmez le mot de passe</string>
123123
<string name="prompt_open_wallet">Ouverture du portefeuille &#8230;</string>
@@ -158,7 +158,7 @@
158158

159159
<string name="generate_title">Créer un portefeuille</string>
160160
<string name="generate_name_hint">Nom du portefeuille</string>
161-
<string name="generate_password_hint">Mot de passe du portefeuille (optionnel)</string>
161+
<string name="generate_password_hint">Mot de passe (Laisser vide si aucun)</string>
162162
<string name="prompt_password_hint">Mot de passe (Laisser vide si aucun)</string>
163163
<string name="generate_fingerprint_hint">Allow to open wallet using fingerprint</string>
164164
<string name="generate_fingerprint_warn"><![CDATA[

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
<string name="prompt_changepw">New Passphrase for %1$s</string>
128128
<string name="prompt_changepwB">Repeat Passphrase for %1$s</string>
129-
<string name="prompt_password">Password for %1$s (optional)</string>
129+
<string name="prompt_password">Password (Leave empty if none)</string>
130130
<string name="prompt_fingerprint_auth">You can also open wallet using fingerprint.\nPlease touch sensor.</string>
131131
<string name="prompt_send_password">Confirm Password</string>
132132
<string name="prompt_open_wallet">Opening the wallet&#8230;</string>

0 commit comments

Comments
 (0)