mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
68cd59797a
Android applications nowadays are supposed to be developped with Android Studio, which uses gradle as the build system, with the android plugin. This change modifies the app setup and file tree layout so it can be built with gradle (in docker by default) instead of with ant. The initial motivation for this change is to make changes to the app in Go, using 'gomobile bind' to call the Go code from java. As the canonical example at golang.org/x/mobile/example/bind/hello uses gradle, the first step was to migrate the app to gradle. Even if we don't end up using gomobile, this change is interesting as it makes it easier for android apps developpers to contribute to the app if it uses the recommended "modern" way. Change-Id: I8386012db640324b62e18ffc128b68ba971fa953 |
||
---|---|---|
.hackfests | ||
app | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
internal/chanworker | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
vendor | ||
website | ||
.dockerignore | ||
.gitignore | ||
.header | ||
.travis.yml | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
COPYING | ||
Dockerfile | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: https://camlistore.org/ https://camlistore.org/doc/ Other useful files: BUILDING how to compile it ("go run make.go") CONTRIBUTING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://github.com/camlistore/camlistore/issues https://camlistore.org/doc/contributing