| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Improvement to the mapping of battery percentage to the battery icon to be displayed.
|
| |
|
|
| |
developers to size the memory buffer allocated to lvgl. (#408)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add the following compilation flags:
* -fno-exceptions and -fno-non-call-exceptions : disable exception handling
* -fno-rtti : disable run time type information (needed by dynamic_cast, for example)
These flags reduce the binary size by about 100KB!
Also, -fstack-usage generate debug info (not in final binary) to allow tools like Puncover to do a stack analysis.
* Remove unused CMake variables in CMake_nRF5x.cmake (duplicated in src/CMakeLists.txt).
Replace -O0 by -Og in DEBUG builds. This generates a smaller binary (small enough for the internal memory) that is debugger friendly.
|
| |
|
|
|
|
|
| |
* Navigation app:
- Renaming and reformatting according to coding conventions
- declare iconMap as constexpr and use char* instead of std::string
This reduces the flash usage from 424644B to 419344B (-5300B)!
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* built timer app
* Style improvements
* making sure buttons stay hidden when the app is reopened and reappear after the timer runs out
* more sensible calculations of time deltas. eliminated that mysterious scaling factor
* changing the timer icon
|
| | |
|
| |\
| |
| | |
Feature: Store and show git short ref on PineTime alongside other firmware information
|
| | |
| |
| |
| | |
FirmwareValidation screen alongside other information
|
| | | |
|
| | |
| |
| |
| | |
merges).
|
| |\ \
| | |
| | | |
New Steps app
|
| | |\ \
| | | |
| | | |
| | | | |
https://github.com/JF002/InfiniTime into StepsApp
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Settings to set the steps goal
More detail in Motion app
New 42px Font
|
| |\ \ \ \
| | | | |
| | | | | |
Switched to booleans for infinite while loops
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | | |
Added braces to a few if statements
|
| | |/ / / |
|
| |/ / /
| | |
| | |
| | | |
errors
|
| | | |
| | |
| | | |
First screen. Let the build date and build time string be centered as well as the others
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The lv_obj_del is called on btnStopLap when transitioning to the
initial state, however the variable isn't then set to null. A subsequent
call to Refresh would attempt to delete the already freed object. This
could be triggered by stopping the stop watch, then pressing the
physical button on the watch.
Fixes https://github.com/JF002/InfiniTime/issues/315
|
| |\ \ \
| | | |
| | | | |
Improve design of heartbeat data in digital watchface
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | | |
Short vibration when enabling it in quick settings menu
|
| | |/ / |
|
| |\ \ \
| | | |
| | | | |
Changed text in Navigation
|
| | | | | |
|
| | |/ /
|/| |
| | |
| | | |
Signed-off-by: Kozova1 <mug66kk@gmail.com>
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
2 characters).
|
| | |/
|/| |
|
| | |
| |
| |
| | |
Clock) was open and while the device was in sleep mode.
|
| | |
| |
| |
| | |
already running when the app is open.
|
| |\ \
| | |
| | | |
Fix stopwatch formatting
|
| | | |
| | |
| | |
| | | |
msec => hundredths
|
| | |/ |
|
| |\ \
| |/
|/| |
Apply theme to Music buttons
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
I modified the process to make 5 consecutive readings,
as the process is asynchronous,
there is no interference in the main process.
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
fix build error in WatchFaceDigital
|
| |/
|
|
|
|
|
|
| |
More memory for freertos heap and timer stack
Fix warning in watchface
Fix number of bytes read by cst816
Debug app to show freertos tasks
Increased the number of bytes of the twi write buffer
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# Conflicts:
# src/CMakeLists.txt
# src/displayapp/Apps.h
# src/displayapp/DisplayApp.cpp
# src/displayapp/DisplayApp.h
# src/displayapp/lv_pinetime_theme.c
# src/displayapp/screens/ApplicationList.cpp
# src/drivers/TwiMaster.cpp
# src/systemtask/SystemTask.h
|
| | | |
|
| | |\
| | |
| | |
| | |
| | | |
# Conflicts:
# src/displayapp/screens/Notifications.cpp
|
| | | |\
| | | |
| | | | |
Fix music app
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
- Enable LVGL animation (and disable groups, which were not used), and set the speed.
- Fix disc animation and progress display by initializing lastIncrement at 0 (a random value will be used otherwise, in release build)
|