summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-02 23:05:46 +0200
committerPaul Buetow <paul@buetow.org>2024-03-02 23:05:46 +0200
commit7d29f7ff790f43666fab7468dbbd5f6f16a279a7 (patch)
treeee60debe515f87476e64fd6c1e67c6799f971e67
parent5d66dae9eaa59c5327e88d51c9233477fdaad21e (diff)
update readme
-rw-r--r--AndroidManifest.xml21
-rw-r--r--FyneApp.toml2
-rw-r--r--README.md7
3 files changed, 8 insertions, 22 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
deleted file mode 100644
index 7e79af8..0000000
--- a/AndroidManifest.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.buetow.quicklogger">
-
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
-
- <application
- android:allowBackup="true"
- android:label="quicklogger">
-
- <activity android:name="org.golang.app.GoNativeActivity">
- <meta-data android:name="android.app.lib_name" android:value="npc" />
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
- </activity>
- </application>
-</manifest>
diff --git a/FyneApp.toml b/FyneApp.toml
index a34cafb..960038a 100644
--- a/FyneApp.toml
+++ b/FyneApp.toml
@@ -5,4 +5,4 @@ Website = "https://codeberg.org/snonux/quicklogger"
Name = "quicklogger"
ID = "org.buetow.quicklogger"
Version = "0.0.1"
- Build = 10
+ Build = 14
diff --git a/README.md b/README.md
index 61985a5..28b582c 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,10 @@ This is a screenshot of the App running on Fedora Linux. But it also works seaml
![Screenshot](./screenshot.png)
+## Installation
+
+1. Download and install the Android NDK. I personally installed it to `~/android/android-ndk-r26b` as of this writing.
+2. Clone Quicklogger: `git clone https://codeberg.org/snonux/quicklogger; cd quicklogger`
+3. Build it `./build.sh` - Note, you may need to set the `ANDROID_NDK_HOME` environment variable accordingly.
+4. Copy `quicklogger.apk` to your Android phone and install it (You may need to allow installing APKs from this source - just follow the instructions Android is prompting you with).
+