Simple watch face written for Android Wear 2 or higher.
Before creating a new issue please make sure that same or similar issue is not already created by checking open issues and closed issues (please note that there might be multiple pages). If your issue is already there, don't create a new one, but leave a comment under already existing one.
Checklist for creating issues:
- Keep titles short but descriptive.
- For feature requests leave a clear description about the feature with examples where appropriate.
- For bug reports leave as much information as possible about your device, android version, etc.
- For bug reports also write steps to reproduce the issue.
For transparency in a release cycle and in striving to maintain backward compatibility, a project should be maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we should adhere to these rules whenever possible.
Releases will be numbered with the following format: <major>.<minor>.<patch>
and constructed with the following guidelines:
- Breaking backward compatibility bumps the major while resetting minor and patch
- New additions without breaking backward compatibility bumps the minor while resetting the patch
- Bug fixes and misc changes bumps only the patch
For more information on SemVer, please visit https://semver.org/.
Clone the project and come in:
$ git clone git:https://github.com/AChep/essence.git
$ cd essence/
Repository doesn't include wear/essence-release.properties
, wear/essence-release.keystore
so you have to create them manually before building project.
Check out this answer "How can I create a keystore?"
The structure of the file:
key_alias=****
password_store=****
password_key=****
Key | Description |
---|---|
key_alias |
Key alias used to generate keystore |
password_store |
Your keystore password |
password_key |
Your alias key password |