1
0
mirror of https://github.com/taigrr/crocgui synced 2025-01-18 04:03:16 -08:00

filename on save dialog

This commit is contained in:
Chris Howey 2021-04-14 12:30:53 -05:00
parent 840fff178c
commit ccc17cca70
3 changed files with 9 additions and 5 deletions

View File

@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.github.howeyc.crocgui"
android:versionCode="11"
android:versionName="1.7.0">
android:versionCode="12"
android:versionName="1.7.1">
<application android:label="Croc">
<activity android:name="org.golang.app.GoNativeActivity"

View File

@ -12,8 +12,11 @@ export GO_LANG="$PWD/golang/go/bin"
export GO_COMPILED="$GOPATH/bin"
export PATH="$GO_LANG:$GO_COMPILED:$PATH"
go version
go get fyne.io/fyne/v2/cmd/fyne\@v2.0.2
fyne version
fyne package -os android -release -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
curl -Lso fyne-mobile-save-filename.zip https://github.com/howeyc/fyne/archive/mobile-save-filename.zip
unzip fyne-mobile-save-filename
pushd fyne-mobile-save-filename
go build fyne.io/fyne/v2/cmd/fyne
popd
./fyne-mobile-save-filename/fyne package -os android -release -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
zip -d crocgui.apk "META-INF/*"

View File

@ -0,0 +1 @@
- Save dialog has filename