ref: 0818148b0432a1b11d2feb72cca47156a603e884
parent: a363c925e5c4c8d4fdee160f9b67ed24f829c604
author: sirjofri <sirjofri@sirjofri.de>
date: Wed Sep 14 16:32:26 EDT 2022
adds version 0.0.1 (00 00 01) to AndroidManifest.xml for fdroid build
--- a/gui-android/AndroidManifest.xml
+++ b/gui-android/AndroidManifest.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.echoline.drawterm">
+ package="org.echoline.drawterm"
+ android:versionName="0.0.1"
+ android:versionCode="000001">
<supports-screens android:largeScreens="true"
android:normalScreens="true" android:smallScreens="true"
--- a/metadata/en-US/full_description.txt
+++ b/metadata/en-US/full_description.txt
@@ -4,5 +4,6 @@
* Supports original Plan 9 and 9front
* Full mouse button support
* Working /mnt/term
+* Camera support
* Supports multiple connection profiles (only one connection at a time)
* Full graphics support (rio works!)