Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | build: Allow building release artifacts in-tree | Harsh Shandilya | |
This change avoids all need for changing any file under VCS to insert signing keys and configs for release builds. Example contents of keystore.properties ``` // Location of keystore, relative to module build.gradle, // in this case, of the app module storeFile=../wireguard.jks storePassword=b3ty0uc4nth4xxth1s keyAlias=wireguard keyPassword=4ndr01dsux ``` Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-05-01 | project: Import select Android Studio configuration files | Samuel Holland | |
Having a consistent set of code style and inspection rules makes it easier for contributors to match the existing code. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2017-12-26 | project: Ignore native build artifacts | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2017-07-28 | project: Create empty project with WireGuard icon | Samuel Holland | |