Go to file
2023-08-31 23:51:20 +02:00
client switch url to id in invitation process 2023-08-31 23:51:20 +02:00
doc hide peers, add drone ci, doc update 2023-01-11 21:42:14 +01:00
pb switch url to id in invitation process 2023-08-31 23:51:20 +02:00
server switch url to id in invitation process 2023-08-31 23:51:20 +02:00
.drone.yml hide peers, add drone ci, doc update 2023-01-11 21:42:14 +01:00
.gitignore GoMobile bind OK 2022-12-19 21:54:08 +01:00
asymcrypt_test.go hide peers, add drone ci, doc update 2023-01-11 21:42:14 +01:00
asymcrypt.go Reduce return values for mobile compatibility 2022-12-19 20:15:53 +01:00
buffer_test.go Contact card decompress, split, merge 2022-11-29 22:19:54 +01:00
buffer.go Contact card decompress, split, merge 2022-11-29 22:19:54 +01:00
clean.sh Complete refactor using protobuff 2022-01-15 22:19:29 +01:00
contactcard_test.go encryption + helpers + contact card compression + server routing start 2022-10-22 14:41:48 +02:00
contactcard.go deprecations 2022-12-19 12:15:10 +01:00
crypt.go Reduce return values for mobile compatibility 2022-12-19 20:15:53 +01:00
endtoend_test.go hide peers, add drone ci, doc update 2023-01-11 21:42:14 +01:00
go.mod storage start and identity in shared config 2023-01-07 00:39:05 +01:00
go.sum storage start and identity in shared config 2023-01-07 00:39:05 +01:00
LICENSE Correct license 2022-10-24 20:07:10 +02:00
message.go deprecations 2022-12-19 12:15:10 +01:00
messages.pb.go switch url to id in invitation process 2023-08-31 23:51:20 +02:00
proto_test.go deprecations 2022-12-19 12:15:10 +01:00
README.md Added avatar identifiers and servers table 2023-07-27 10:44:09 +02:00
symcrypt_test.go AsymCrypt optimize + Symcrypt creation 2022-09-18 21:17:28 +02:00
symcrypt.go GoMobile bind OK 2022-12-19 21:54:08 +01:00

MEOW lib

Go Mobile setup

go install golang.org/x/mobile/cmd/gobind@latest
go install golang.org/x/mobile/cmd/gomobile@latest
go get golang.org/x/mobile/bind

Replace "Get" by "get" in messages.pb.go

gomobile bind -target android -androidapi=19

Look at the exported API and cry...

Other option

GOOS=android GOARCH=arm64 go build -buildmode=c-archive -o libmeow.a