aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.md9
-rw-r--r--app/Android.mk14
-rw-r--r--app/AndroidManifest.xml5
-rw-r--r--app/res/layout/activity_main.xml3
-rw-r--r--app/res/values/strings.xml4
6 files changed, 24 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b25c15b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*~
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/Android.mk b/app/Android.mk
new file mode 100644
index 0000000..d42ed83
--- /dev/null
+++ b/app/Android.mk
@@ -0,0 +1,14 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
+LOCAL_RESOURCE_DIR += \
+ $(LOCAL_PATH)/res
+
+LOCAL_PACKAGE_NAME := RepWifi
+
+include $(BUILD_PACKAGE)
diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml
index 891cca9..2483de4 100644
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -48,8 +48,7 @@
<activity
android:name="fil.libre.repwifiapp.activities.MainActivity"
android:label="@string/app_name"
- android:launchMode="singleTop"
- android:screenOrientation="portrait" >
+ android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -89,4 +88,4 @@
</activity>
</application>
-</manifest> \ No newline at end of file
+</manifest>
diff --git a/app/res/layout/activity_main.xml b/app/res/layout/activity_main.xml
index b9359ba..9d8524d 100644
--- a/app/res/layout/activity_main.xml
+++ b/app/res/layout/activity_main.xml
@@ -13,7 +13,6 @@
android:layout_marginTop="10dp"
android:background="@color/black"
android:maxLines="10"
- android:text=""
android:textColor="@color/ThemeLight" />
<Button
@@ -67,4 +66,4 @@
android:layout_margin="20dp" >
</ImageView>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>
diff --git a/app/res/values/strings.xml b/app/res/values/strings.xml
index dccbe44..550c862 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;Tiberiu - Technoethical&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;&lt;br/&gt;Source code is hosted at: &lt;br/&gt;&lt;a href=&quot;https://git.replicant.us/contrib/Fil/RepWifiApp/&quot;&gt;https://git.replicant.us/contrib/Fil/RepWifiApp/&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;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;Tiberiu - Technoethical&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;Source code is hosted at: &lt;br/&gt;&lt;a href=&quot;https://git.replicant.us/contrib/Fil/RepWifiApp/&quot;&gt;https://git.replicant.us/contrib/Fil/RepWifiApp/&lt;/a&gt;&lt;br/&gt;</string>
<string name="menu_config">Settings</string>
<string name="msg_interface_not_found">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>
@@ -41,4 +41,4 @@
<string name="confirm_kill_backend">Are you sure you want to kill the back-end processes?</string>
<string name="summary_kill_backend">Sometimes back-end programs get stuck in inconsistent states.\nClicking this button restores normal behaviour by killing running instances of wpa_supplicant and dhcpcd."</string>
-</resources> \ No newline at end of file
+</resources>