consolidate: small ui things
This commit is contained in:
@@ -832,6 +832,8 @@ public class ProviderHelper {
|
|||||||
log(LogLevel.START, LogType.MSG_CON);
|
log(LogLevel.START, LogType.MSG_CON);
|
||||||
mIndent += 1;
|
mIndent += 1;
|
||||||
|
|
||||||
|
progress.setProgress(R.string.progress_con_saving, 0, 100);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
log(LogLevel.DEBUG, LogType.MSG_CON_SAVE_SECRET);
|
log(LogLevel.DEBUG, LogType.MSG_CON_SAVE_SECRET);
|
||||||
@@ -891,6 +893,8 @@ public class ProviderHelper {
|
|||||||
mIndent -= 1;
|
mIndent -= 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
progress.setProgress(R.string.progress_con_saving, 3, 100);
|
||||||
|
|
||||||
// 1b. fetch all public keyrings into a cache file
|
// 1b. fetch all public keyrings into a cache file
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|||||||
@@ -302,7 +302,8 @@
|
|||||||
<string name="progress_verifying_integrity">verifying integrity…</string>
|
<string name="progress_verifying_integrity">verifying integrity…</string>
|
||||||
<string name="progress_deleting_securely">deleting \'%s\' securely…</string>
|
<string name="progress_deleting_securely">deleting \'%s\' securely…</string>
|
||||||
|
|
||||||
<string name="progress_con_reimport">reimporting database…</string>
|
<string name="progress_con_saving">consolidate: saving to cache…</string>
|
||||||
|
<string name="progress_con_reimport">consolidate: reimporting…</string>
|
||||||
|
|
||||||
<!-- action strings -->
|
<!-- action strings -->
|
||||||
<string name="hint_keyserver_search_hint">Name/Email/Key ID…</string>
|
<string name="hint_keyserver_search_hint">Name/Email/Key ID…</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user