Commit f3b03e0
authored
RMET-3408 KeyStore Plugin - Prepare release of version
* RMET-3408 KeyStore Plugin - Set auth prompt text (title, subtitle, and negative button) (#28)
* feat: get biometric prompt info from strings.xml and pass them to library
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* feat: copy biometric prompt info to strings.xml in hook
References:
* feat: check of biometric prompt info is not empty
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* fix: properly use getPreference method, passing in the platform (android)
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* refactor: use const instead of var
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* chore: update dependency to OSKeystoreLib-Android
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* fix: add dependency to xmldom
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* fix: create DOMParser() instance
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* fix: get android preferences properly
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* refactor: remove unused code
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* chore: update changelog
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* revert: revert change in previous commit
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* chore: raise to version 2.6.8-OS19
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* chore: update dependency to OSKeystoreLib-Android
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* fix: properly check if field is empty string
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* misc: set version to an existing one
References: https://outsystemsrd.atlassian.net/browse/RMET-3408
* chore: update dependency to OSKeystoreAndroid-Lib
References: https://outsystemsrd.atlassian.net/browse/RMET-34082.6.8-OS19 (#29)1 parent b22c283 commit f3b03e0
File tree
6 files changed
+77
-19
lines changed- hooks/android
- src/android
6 files changed
+77
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
| 32 | + | |
21 | 33 | | |
22 | | - | |
23 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
24 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
25 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
947 | 953 | | |
948 | 954 | | |
949 | 955 | | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
950 | 964 | | |
951 | 965 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
0 commit comments