Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 2.16 KB

README.md

File metadata and controls

48 lines (28 loc) · 2.16 KB

Custom FitBit Clock Face

Maintainability

This is a small personal project for creating a custom clock face for my FitBit.

Basic information

The application builds on the "Digital Clock" template from FitBit Studio. Note that it is using with SDK version 4.2, as SDK versions 5+ do not support FitBit Versa Lite.

Some of the solutions were based on the sdk-moment repository.

Usage

1.) Download the repository.

git clone https://github.com/mvaradi/new-clock-face.git

2.) Go to FitBit Studio and start a new project.

3.) Upload the files to the IDE and test using FitBit OS Simulator.

I found it easier to develop and test the clock face using FitBit Studio and FitBit OS Simulator, in particular because FitBit Versa Lite does not support the "developer bridge", so I could not test easily on my actual device.

Deploying

1.) Build the app from FitBit Studio and download the .fba file.

2.) Upload to the FitBit Gallery.

3.) Bump the version and update the documentations

The new version should then be available for installation on your device.

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Mihaly Varadi - Initial work - mvaradi

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License (version 2.) - see the LICENSE file for details.

Acknowledgements

I would like to thank my wife for helping with the styling of the layout :) I would also think it fair to acknowledge sdk-moment on which some of the code is based.