summaryrefslogtreecommitdiff
path: root/main/src/ui/java/de/blinkt/openvpn/activities
AgeCommit message (Collapse)Author
2021-10-16Add TLS Profile to config converter and remove AsyncTaskArne Schwabe
2021-10-13Make a toggle to allow community translation (closes #681)Arne Schwabe
Since it is hard for me to check languages other than the ones that I speak myself, languages other than English/German default to off. This might change if I have someone trusted to review other languages.
2021-10-09Fix some corner case NPE report by play consoleArne Schwabe
2021-10-09Use coroutines instead AsyncTask in OpenSSL Speed testArne Schwabe
2021-10-08Minor fixesArne Schwabe
2021-10-07Fix two small issues reported in crashes from Play ConsoleArne Schwabe
2021-10-06Allow legacy algorithm in the OpenSSL Speed testArne Schwabe
2021-10-06Add option to allow loading the legacy providerArne Schwabe
2021-10-04Minor code cleanupArne Schwabe
2021-10-04Ensure profile is saved if auth/password is queried on startupArne Schwabe
This ensure the profile counter is incremented and the profile is saved to disk to avoid the race condition of not getting the user/pass which was started. Closes #1342
2021-10-02Fix lint issueArne Schwabe
2021-10-01Implement using compat-modeArne Schwabe
2021-09-09Fix NPE when resuming VPN activitysyphyr
Fixes: Implement support of openvpn://import-profile/ support E AndroidRuntime: FATAL EXCEPTION: main E AndroidRuntime: Process: de.blinkt.openvpn, PID: 15364 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {de.blinkt.openvpn/de.blinkt.openvpn.activities.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3454) E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3494) E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2757) E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java) E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1496) E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6186) E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889) E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779) E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference E AndroidRuntime: at de.blinkt.openvpn.activities.MainActivity.onResume(MainActivity.java:82) E AndroidRuntime: at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1270) E AndroidRuntime: at android.app.Activity.performResume(Activity.java:6788) E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3431) E AndroidRuntime: ... 10 more
2021-08-24Implement support of openvpn://import-profile/ supportArne Schwabe
For details about the protocol see https://github.com/OpenVPN/openvpn3/blob/master/doc/webauth.md
2021-08-13Add a dialog in Log Window allowing to start pending authArne Schwabe
2021-06-15Number of miscellenous fixes and clean upsArne Schwabe
2020-07-31Move UI activities to ui manifestArne Schwabe
2020-07-31Small fixesArne Schwabe
2020-05-27Implement internal webview for authenticating when OPEN_URL is usedArne Schwabe
2020-05-06Convert ListView in allowed apps to RecyclerViewArne Schwabe
Closes #693
2020-03-05Fix import not working from external appsArne Schwabe
2019-12-13Version 0.7.13Arne Schwabe
2019-12-12Band aid fix for old file select layout.Arne Schwabe
2019-12-11Modernise 2FA challenge input, use activity alias for non implemented activitiesArne Schwabe
2019-12-04Fix importing profilesArne Schwabe
2019-11-20Implement importing profiles from Access ServerArne Schwabe
2019-11-17Convert OpenSSLSpeed,bugfixes for library conversionArne Schwabe
2019-11-17Convert most fragments/activities to androidxArne Schwabe
2019-11-17Convert ConfigConvert to KotlinArne Schwabe
2019-09-03Move to androidx and new chart library versionArne Schwabe
2019-08-05Add skeleton build variantArne Schwabe