Skip to content

Commit fbf0ca2

Browse files
committed
Version 2.0.1
- Refactor CRL UI, clean up certificate chain, and optimize network fetches (Thanks @shoey63). - Update translations. - Update build.gradle
1 parent 6edfeee commit fbf0ca2

7 files changed

Lines changed: 389 additions & 364 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
minSdk = 24
3737
targetSdk = 35
3838
versionCode = gitCommitCount
39-
versionName = '2.0.0'
39+
versionName = '2.0.1'
4040
resourceConfigurations += supportedLocales
4141
optimization {
4242
keepRules {
@@ -81,7 +81,7 @@ android {
8181
}
8282
kotlinOptions {
8383
jvmTarget = "21"
84-
options.languageVersion = KotlinVersion.KOTLIN_2_0
84+
options.languageVersion = KotlinVersion.KOTLIN_2_1
8585
options.progressiveMode = true
8686
}
8787

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<string name="revocation_list_publish_time">Ώρα δημοσίευσης λίστας ανάκλησης</string>
5858
<string name="revocation_list_description">Η λίστα ανάκλησης χρησιμοποιείται για να ελεγχθεί εάν έχουν ανακληθεί πιστοποιητικά. Αυτή δείχνει την ώρα δημοσίευσης της λίστας ανάκλησης που χρησιμοποιείται αυτήν τη στιγμή.</string>
5959

60+
<string name="revocation_status_new_fetch">ℹ️ Ελήφθη νέα CRL!</string>
61+
<string name="revocation_status_up_to_date">✅ Ενημερωμένη CRL</string>
62+
<string name="revocation_status_offline_cached">⚠️ Συσκευή εκτός σύνδεσης - χρήση προσωρινά αποθηκευμένης CRL</string>
63+
<string name="revocation_status_offline_bundled">❌ Εκτός σύνδεσης - μη ενημερωμένη CRL</string>
64+
6065
<string name="error_message_subtitle">Αναλυτικά μηνύματα:</string>
6166
<string name="error_unknown">Άγνωστο σφάλμα</string>
6267
<string name="error_unavailable">Μη δυνατή βεβαίωση</string>

app/src/main/res/values-pt-rBR/strings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<string name="revocation_list_publish_time">Hora de publicação da lista de revogação</string>
5858
<string name="revocation_list_description">A lista de revogação é usada para verificar se certificados foram revogados. Isto mostra a hora de publicação da lista de revogação atualmente utilizada.</string>
5959

60+
<string name="revocation_status_new_fetch">ℹ️ Nova CRL obtida!</string>
61+
<string name="revocation_status_up_to_date">✅ CRL atualizada</string>
62+
<string name="revocation_status_offline_cached">⚠️ Dispositivo offline - usando CRL em cache</string>
63+
<string name="revocation_status_offline_bundled">❌ Offline - CRL desatualizada</string>
64+
6065
<string name="error_message_subtitle">Mensagens detalhadas:</string>
6166
<string name="error_unknown">Erro desconhecido</string>
6267
<string name="error_unavailable">Não é possível atestar</string>

app/src/main/res/values-uk-rUA/strings.xml

Lines changed: 366 additions & 361 deletions
Large diffs are not rendered by default.

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<string name="revocation_list_publish_time">吊销列表发布时间</string>
5858
<string name="revocation_list_description">吊销列表用于检查证书是否被吊销。这里显示当前使用的吊销列表发布时间。</string>
5959

60+
<string name="revocation_status_new_fetch">ℹ️ 已获取新的 CRL!</string>
61+
<string name="revocation_status_up_to_date">✅ CRL 为最新状态</string>
62+
<string name="revocation_status_offline_cached">⚠️ 设备离线 - 使用缓存的 CRL</string>
63+
<string name="revocation_status_offline_bundled">❌ 离线 - CRL 已过期</string>
64+
6065
<string name="error_message_subtitle">详细信息:</string>
6166
<string name="error_unknown">未知错误</string>
6267
<string name="error_unavailable">无法认证</string>

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<string name="revocation_list_publish_time">撤銷清單發布時間</string>
5858
<string name="revocation_list_description">撤銷清單用於檢查憑證是否已被撤銷。此處顯示目前使用中的撤銷清單發布時間。</string>
5959

60+
<string name="revocation_status_new_fetch">ℹ️ 已取得新的 CRL!</string>
61+
<string name="revocation_status_up_to_date">✅ CRL 為最新狀態</string>
62+
<string name="revocation_status_offline_cached">⚠️ 裝置離線 - 使用快取的 CRL</string>
63+
<string name="revocation_status_offline_bundled">❌ 離線 - CRL 已過期</string>
64+
6065
<string name="error_message_subtitle">詳細資訊:</string>
6166
<string name="error_unknown">未知錯誤</string>
6267
<string name="error_unavailable">無法認證</string>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<string name="revocation_status_new_fetch">ℹ️ New CRL Fetched!</string>
6161
<string name="revocation_status_up_to_date">✅ CRL Up-to-date</string>
6262
<string name="revocation_status_offline_cached">⚠️ Device offline - using cached CRL</string>
63-
<string name="revocation_status_offline_bundled">❌ Offline - using hardcoded 17th March CRL</string>
63+
<string name="revocation_status_offline_bundled">❌ Offline - CRL Out-of-date</string>
6464

6565
<string name="error_message_subtitle">Detailed messages:</string>
6666
<string name="error_unknown">Unknown error</string>

0 commit comments

Comments
 (0)