aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-03 15:35:55 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-05-03 15:35:55 +0200
commitfc12c9d07e2743cd0359e72dc934647eaad079cb (patch)
treea95470d9877c85c1f807e5535a6619701cc3ac09
parent164167a063fcf616c9939b468060ee6f2ed205fe (diff)
downloadpackages_apps_repwifi-fc12c9d07e2743cd0359e72dc934647eaad079cb.tar.gz
packages_apps_repwifi-fc12c9d07e2743cd0359e72dc934647eaad079cb.tar.bz2
packages_apps_repwifi-fc12c9d07e2743cd0359e72dc934647eaad079cb.zip
credits: remove link to forum postreplicant-6.0-0001
Issues should be reported on the issue tracker from now on. Some typos in the README are fixed as well and links use https. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--README.md9
-rw-r--r--app/res/values/strings.xml4
2 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 37c4d8a..869ffcc 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,9 @@ The Replicant logo is Copyright 2011 Mirella Vedovetto, Copyright 2012 Paul Koci
RepWifiApp is developed as a contribution to the Replicant Project.
-It aims to provide a user-friendly graphical access to Libre WiFi connectivity.
+It aims to provide a user-friendly graphical access to libre WiFi connectivity.
-It exposes basic functions to search for available netwroks and conenct to them.
+It exposes basic functions to search for available networks and connect to them.
Thank GNUs:
@@ -23,9 +23,8 @@ for having done the initial job of porting libre WiFi to Replicant 4.2.
- Wolfgang Wiedmeyer:
for porting libre WiFi to Replicant 6.0 and for helping with the scripts.
-To report on bugs, request features, or any help request, please refer to:
-
-Replicant's Forum: "http://redmine.replicant.us/boards/9/topics/14079"
+To report bugs, request features, or any help request, please refer to the
+[Replicant forum](https://redmine.replicant.us/boards/9/topics/14079).
Compiled APKs are released in the same page linked above.
APKs are signed with this GnuPG key:
diff --git a/app/res/values/strings.xml b/app/res/values/strings.xml
index 0771c3e..668cbfe 100644
--- a/app/res/values/strings.xml
+++ b/app/res/values/strings.xml
@@ -20,7 +20,7 @@
<string name="delete">Delete network info</string>
<string name="manage_networks">Manage Networks</string>
<string name="title_activity_credits">Credits</string>
- <string name="credit_text">Copyright 2017 Filippo \&quot;Fil\&quot; Bergamo&lt;br/&gt;&lt;br/&gt;This app is Free Software.&lt;br/&gt;It\'s licensed under the terms of &lt;a href=&quot;https://www.gnu.org/licenses/gpl.txt&quot;&gt;GPL v3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;This app is developed as a contribution to &lt;br/&gt;&lt;a href=&quot;http://www.replicant.us&quot;&gt;The Replicant Project&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;&lt;u&gt;&lt;big&gt;Thank GNUs:&lt;/big&gt;&lt;/u&gt;&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Tibi \&quot;tct\&quot; Turbureanu&lt;/b&gt;&lt;br/&gt;for having done the initial job of porting libre WiFi to Replicant 4.2.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Wolfgang Wiedmeyer&lt;/b&gt;&lt;br/&gt;for porting libre WiFi to Replicant 6.0 and for helping with the scripts.&lt;br/&gt;&lt;br/&gt;To report on bugs, request features, or any help request, please refer to:&lt;br/&gt;&lt;a href=&quot;http://redmine.replicant.us/projects/replicant/boards&quot;&gt;Replicant\'s Forum&lt;/a&gt;&lt;br/&gt;</string>
+ <string name="credit_text">Copyright 2017 Filippo \&quot;Fil\&quot; Bergamo&lt;br/&gt;&lt;br/&gt;This app is Free Software.&lt;br/&gt;It\'s licensed under the terms of &lt;a href=&quot;https://www.gnu.org/licenses/gpl.txt&quot;&gt;GPL v3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;This app is developed as a contribution to &lt;br/&gt;&lt;a href=&quot;https://www.replicant.us&quot;&gt;The Replicant Project&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;&lt;u&gt;&lt;big&gt;Thank GNUs:&lt;/big&gt;&lt;/u&gt;&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Tibi \&quot;tct\&quot; Turbureanu&lt;/b&gt;&lt;br/&gt;for having done the initial job of porting libre WiFi to Replicant 4.2.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Wolfgang Wiedmeyer&lt;/b&gt;&lt;br/&gt;for porting libre WiFi to Replicant 6.0 and for helping with the scripts.&lt;br/&gt;</string>
<string name="menu_config">Settings</string>
<string name="msg_interface_not_found">External WiFi adapter not found!\nPlease plug in a supported WiFi adapter and retry.</string>
<string name="msg_confirm_delete_network">Are you sure you want to delete this network?</string>
@@ -30,4 +30,4 @@
<string name="msg_root_disabled">Root access is disabled.\n\nSeems like root access is disabled on this device.\nRepWifi needs root access in order to work.\nPlease, enable root access for applications in:\nSettings > Developer options > Root access > "Apps only"\nWhen done so, restart RepWifi and grant the permission to use root, if asked.</string>
<string name="msg_root_denied">Root access denied.\nSeems like you denied root access to RepWifi.\nRepWifi needs root access in order to work.\nPlease, restart the application, and grant RepWifi the permission to use root, when asked.</string>
-</resources> \ No newline at end of file
+</resources>