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:
parent
840fff178c
commit
ccc17cca70
@ -3,8 +3,8 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.github.howeyc.crocgui"
|
package="com.github.howeyc.crocgui"
|
||||||
android:versionCode="11"
|
android:versionCode="12"
|
||||||
android:versionName="1.7.0">
|
android:versionName="1.7.1">
|
||||||
|
|
||||||
<application android:label="Croc">
|
<application android:label="Croc">
|
||||||
<activity android:name="org.golang.app.GoNativeActivity"
|
<activity android:name="org.golang.app.GoNativeActivity"
|
||||||
|
@ -12,8 +12,11 @@ export GO_LANG="$PWD/golang/go/bin"
|
|||||||
export GO_COMPILED="$GOPATH/bin"
|
export GO_COMPILED="$GOPATH/bin"
|
||||||
export PATH="$GO_LANG:$GO_COMPILED:$PATH"
|
export PATH="$GO_LANG:$GO_COMPILED:$PATH"
|
||||||
go version
|
go version
|
||||||
go get fyne.io/fyne/v2/cmd/fyne\@v2.0.2
|
curl -Lso fyne-mobile-save-filename.zip https://github.com/howeyc/fyne/archive/mobile-save-filename.zip
|
||||||
fyne version
|
unzip fyne-mobile-save-filename
|
||||||
fyne package -os android -release -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png
|
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/*"
|
zip -d crocgui.apk "META-INF/*"
|
||||||
|
|
||||||
|
1
metadata/en-US/changelogs/12.txt
Normal file
1
metadata/en-US/changelogs/12.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Save dialog has filename
|
Loading…
x
Reference in New Issue
Block a user