aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/DisplayApp.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-121-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | PineTimeStyle color picker initial commitKieran Cawthray2021-06-241-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-281-41/+29
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-181-2/+2
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Make diff smaller and revert some changes in DisplayAppRiku Isokoski2021-08-101-57/+60
| | | | | | | | |
| * | | | | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-251-6/+17
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-231-0/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Fix remaining known issuesRiku Isokoski2021-07-161-1/+3
| | | | | | | | |
| * | | | | | | | Fix most issuesRiku Isokoski2021-07-161-9/+2
| | | | | | | | |
| * | | | | | | | New touch handler, with issuesRiku Isokoski2021-07-151-64/+60
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-151-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime ↵Jean-François Milants2021-08-141-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into Riksu9000-call-improvements # Conflicts: # src/displayapp/screens/Metronome.cpp
| | * | | | | | | FixesRiku Isokoski2021-08-011-2/+2
| | | | | | | | |
| | * | | | | | | ImprovementsRiku Isokoski2021-08-011-2/+2
| | | | | | | | |
| | * | | | | | | Merge branch 'develop' into HEADRiku Isokoski2021-08-011-63/+130
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | implemented continuous vibration pattern for incoming callsFlorian Kraupa2021-05-161-2/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-141-0/+1
|\| | | | | | | |
| * | | | | | | | Improve metronomeRiku Isokoski2021-08-141-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-37/+49
|\| | | | | | |
| * | | | | | | Code cleanup (#466)Riku Isokoski2021-07-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Code cleanup * Remove override again
| * | | | | | | Dim screen before sleep (#464)Riku Isokoski2021-07-241-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | * Implement dimming
| * | | | | | | Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants2021-07-241-30/+31
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp
| | * | | | | | Merge branch 'develop' into fix_touchevent_tapRiku Isokoski2021-07-141-29/+63
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Fix regressionRiku Isokoski2021-06-111-1/+3
| | | | | | | |
| | * | | | | | Fix touchevent tapRiku Isokoski2021-06-111-6/+5
| | | | | | | |
* | | | | | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-07-231-1/+6
|\| | | | | | |
| * | | | | | | Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-1/+6
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make firmware updating more foolproof and fix bugs * No need to manually handle overflow * Make startTime TickType_t * Don't process TouchEvents::None * Fix sleep getting re-enabled issue more directly
* / | | | | | Refresh reworkRiku Isokoski2021-07-191-1/+1
|/ / / / / /
* | / / / / Set correct refresh times for lvgl (#488)Riku Isokoski2021-07-141-3/+5
| |/ / / / |/| | | |
* | | | | Adjust displayapp delay to compensate time spent (#482)Riku Isokoski2021-07-131-2/+9
| |_|_|/ |/| | |
* | | | Improve stopwatch (#432)Riku Isokoski2021-07-041-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | * Improve stopwatch more * Make sure sleep gets reenabled * Cleanup and clang-format
* | | Add support for BMA425 acceleration sensor. (#440)JF0022021-06-191-1/+1
| | | | | | | | | * Add support for BMA425 acceleration sensor.
* | | Fix build issues since Metronome app has been merged.Jean-François Milants2021-06-121-1/+1
| | |
* | | add basic metronome app (#409)Bryton Hall2021-06-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add basic metronome app * add bpb, tap to bpm, update widgets * use event pressed for bpm tap * move case statement break to the right place * narrow bpm selection range, override touch events * fix arc knob style * re-enable sleeping in destructor
* | | Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)Avamander2021-06-121-2/+0
| | |
* | | Move most of the code from the constructor of the objects statically ↵Jean-François Milants2021-06-121-2/+4
| | | | | | | | | | | | initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238.
* | | Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants2021-06-101-6/+15
| | | | | | | | | | | | code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
* | | Fix stack corruption when exiting an app (the app was destroyed while it was ↵Jean-François Milants2021-06-101-1/+7
| | | | | | | | | | | | executing the button handler).
* | | Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-12/+20
|/ / | | | | | | 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.
* | Enable various compilation flags to reduce the binary size (#401)JF0022021-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Timer App (#355)Florian2021-05-201-2/+16
|/ | | | | | | | | | | * 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
* DisplayApp : returnApp was renamed ReturnApp() (manual fix after multiple ↵Jean-François Milants2021-05-151-1/+1
| | | | merges).
* Merge pull request #298 from joaquimorg/StepsAppJF0022021-05-151-0/+9
|\ | | | | New Steps app
| * Merge branch 'develop' ofJoaquim2021-04-261-64/+79
| |\ | | | | | | | | | https://github.com/JF002/InfiniTime into StepsApp
| * | New Steps appJoaquim2021-04-191-0/+9
| | | | | | | | | | | | | | | | | | Settings to set the steps goal More detail in Motion app New 42px Font
* | | Merge pull request #349 from Avamander/patch-2JF0022021-05-151-1/+1
|\ \ \ | | | | | | | | Switched to booleans for infinite while loops
| * | | Switched to booleans for infinite while loopsAvamander2021-05-141-1/+1
| | | |
* | | | Merge pull request #350 from Avamander/patch-3JF0022021-05-151-2/+4
|\ \ \ \ | | | | | | | | | | Added braces to a few if statements
| * | | | Added braces to a few if statementsAvamander2021-05-141-2/+4
| |/ / /
* / / / Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting ↵Avamander2021-05-141-18/+18
|/ / / | | | | | | | | | errors