From 134315b00626c740d86ebc57e97ae7c36810f4b1 Mon Sep 17 00:00:00 2001 From: Fil Date: Sun, 2 Sep 2018 17:25:27 +0200 Subject: fix unable to connect to networks having single quotes in PSK or SSID. --- CHANGELOG | 3 +++ app/AndroidManifest.xml | 4 ++-- app/src/fil/libre/repwifiapp/network/WpaCli.java | 27 +++++++++++++++--------- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3adee27..0ee2f93 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +## [v0.9.1-beta] - 2018-09-02 +* FIXED unable to connect to networks having single quotes in PSK or SSID. + ## [v0.9-beta] - 2018-07-04 * FIXED Issue #1867 "Download app not working" (see below) * NEW: creates a network connection that is fully integrated with android's connectivity framework diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 02b0b64..c215322 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="10" + android:versionName="0.9.1-beta" >