From 31eb89e2fbf72dbe81eebf47c0e53dc99a6d137c Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 21 Oct 2018 16:27:56 +0200 Subject: [PATCH] added callbacks --- src/main/res/values/strings.xml | 7 +- src/main/res/values/styles.xml | 4 + .../services/QuickConversationsService.java | 42 ++++++++++- .../conversations/ui/VerifyActivity.java | 73 +++++++++++++++++-- .../ui/util/PinEntryWrapper.java | 22 ++++-- src/quick/res/layout/activity_verify.xml | 15 +++- 6 files changed, 144 insertions(+), 19 deletions(-) diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 2ade6d2bf..f401c0f45 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -761,8 +761,13 @@ Search countries Verify %s %s.]]> - Please enter the 6 digit pin below. + Please enter the 6 digit pin below. Resend SMS back Automatically pasted possible pin from clipboard. + Please enter your 6 digit pin. + Are you sure you want to abort the registration procedure? + Yes + No + Verifying… diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index e0765c0c2..57c55b572 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -63,6 +63,10 @@ ?TextSizeBody2 + +