Go to file
2022-12-27 16:59:52 +01:00
client matriochka start send and route + doc upt 2022-12-27 16:59:52 +01:00
doc matriochka start send and route + doc upt 2022-12-27 16:59:52 +01:00
pb matriochka start send and route + doc upt 2022-12-27 16:59:52 +01:00
server matriochka start send and route + doc upt 2022-12-27 16:59:52 +01:00
.gitignore GoMobile bind OK 2022-12-19 21:54:08 +01:00
asymcrypt_test.go Reduce return values for mobile compatibility 2022-12-19 20:15:53 +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 Reduce return values for mobile compatibility 2022-12-19 20:15:53 +01:00
go.mod GoMobile bind OK 2022-12-19 21:54:08 +01:00
go.sum GoMobile bind OK 2022-12-19 21:54:08 +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 matriochka start send and route + doc upt 2022-12-27 16:59:52 +01:00
proto_test.go deprecations 2022-12-19 12:15:10 +01:00
README.md GoMobile bind OK 2022-12-19 21:54:08 +01: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