| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
|
| |
|
|
| |
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
|
| |
|
|
| |
developers to size the memory buffer allocated to lvgl. (#408)
|
| |
|
|
|
|
|
| |
* 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
|
| | | |
|
| |\ \
| |/
|/| |
New Steps app
|
| | |\
| | |
| | |
| | | |
https://github.com/JF002/InfiniTime into StepsApp
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Settings to set the steps goal
More detail in Motion app
New 42px Font
|
| | | |
| | |
| | | |
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
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
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)
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
battery nonblocking read
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
|
| | | |
| | |
| | |
| | |
| | |
| | | |
mode, only the new notification should be displayed, there is no point to allow navigating to past notifications.
Works as a workaround for the crash that occurs when you swipe the notification app in preview mode (https://github.com/JF002/InfiniTime/issues/250).
|
| | |/
| |
| |
| |
| |
| | |
title and the message separated by a '\0' character.
If the buffer does not contain any \0, the whole buffer is considered to be the message of the notification. A default title will be displayed in the notification app.
|
| | |
| |
| |
| | |
fails. This allows to boot InfiniTime even if the device cannot initialize.
|