]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Add facility to request a password from a user via notification
authorTobias Brunner <tobias@strongswan.org>
Fri, 27 Mar 2020 09:10:43 +0000 (10:10 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 30 Oct 2020 14:34:07 +0000 (15:34 +0100)
commitfa6431f69d1b0dba285d4409352e9775f0b9b13b
treed624ce5047b86c24758e902d7f04a2bf3ff2a96c
parentca4284d11fbb869c09d48b7f1a8089d58912e951
android: Add facility to request a password from a user via notification

Due to the use of CompletableFuture this requires at least Android 7 (API
level 24), so we'll have to use the existing dialog on older versions.
src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java
src/frontends/android/app/src/main/res/values-de/strings.xml
src/frontends/android/app/src/main/res/values-pl/strings.xml
src/frontends/android/app/src/main/res/values-ru/strings.xml
src/frontends/android/app/src/main/res/values-ua/strings.xml
src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml
src/frontends/android/app/src/main/res/values-zh-rTW/strings.xml
src/frontends/android/app/src/main/res/values/strings.xml