All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added comments to config file;
- Added
timely_app_t *current_app
pointer to store the opened app; - Added methods to change context;
- Added style to watchface fonts;
- Added functions to manage the applications;
- Fixed typo in weather app;
- Changed weather stock application by adding name and description labels;
- Renamed
timely_main
totimely_watchface
; - Renamed
timely_setup
totimely_launcher
;
- Removed unused event handler function;
- Added
README.md
file with basic informations; - Added
.gitignore
file to ignoreC
output files; - Added
LICENCE
file with GPL3+ licence; - Added
CMakeLists.txt
file; - Added
timely.mk
make file; - Added a simple tileview with the desired ui layout;
- Added lock screen prototype;
- Added weather and missed notifications to main tile;
- Added 48x48 pixels weather cloudy sun icon;
- Added weather data types based on OpenWeatherMap;
- Added script to download openweathermap weather icons on
scripts
folder; - Added all OpenWeatherMap icons with 50x50, 100x100 and 200x200 pixels on
resources/icons
folder; - Added
timely_app_t
struct with attributes and methods to initialize an app; - Added a demo gif to
README.md
; - Added a stock weather app;
- Added
CONTRIBUTING
file; - Added
CODE_OF_CONDUCT
file; - Added issue and pull request templates;
- Fixed labels misalignment;
- Updated lock screen and added click event;