InfiniTime.git

ref: 1.2.0
Sha Commit date Commit message Author
d96395c8 2021-06-20 Merge branch 'develop' of JF/PineTime into master JF
20a24f8c 2021-06-19 Set version to 1.2.0 Jean-François Milants
c6dca25b 2021-06-19 Add support for BMA425 acceleration sensor. (#440) JF002
e90e8c74 2021-05-24 Fix signed/unsigned comparison warning Jonathan Vander Mey
00677169 2021-05-24 Remove infinitime-nb.c from source list Jonathan Vander Mey
dbc2d234 2021-06-12 Add Init() in DummyuLittleVgl to fix recovery firmware Jean-François Milants
d6fcbe96 2021-06-12 Fix build issues since Metronome app has been merged. Jean-François Milants
c575754b 2021-06-12 add basic metronome app (#409) Bryton Hall
58a8507b 2021-06-12 Merge pull request #405 from Riksu9000/improve_stopwatch JF002
d7962617 2021-06-12 Clock : initialize the actual clockface in initialization list instead of in the core of the ctro(). Jean-François Milants
17c65839 2021-06-12 Merge pull request #425 from Raupinger/remove-watch-tap JF002
a1b3537e 2021-06-12 Merge pull request #359 from Avamander/patch-2 JF002
314a8ebb 2021-06-12 Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360) Avamander
d4f4ed01 2021-06-12 Update buildWithDocker.md (#416) Pekka
44d7c6d0 2021-06-12 Update Amazfish.md (#386) Roxxor91
bf906bd5 2021-06-12 Fix scrollbar (#382) Riku Isokoski
772ea0b5 2021-06-12 Replace raw new expressions with make_unique (#406) Jonathan Vander Mey
4d1626e3 2021-06-12 Fix fallthrough on case statement (#403) Jonathan Vander Mey
2c7ad783 2021-06-12 Improvements to /doc/filesInReleaseNotes.md (#357) Itai Nelken
8fb543f4 2021-06-12 Add note about getting GadgetBridge from F-Droid (#358) Joel Bradshaw
346d20db 2021-06-12 Rewrite MemoryAnalysis.md with up to date information. (#411) JF002
0ce98c7a 2021-06-12 Merge pull request #415 from JF002/move-heap-to-static JF002
6d524ebe 2021-06-12 Move most of the code from the constructor of the objects statically 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. Jean-François Milants
049174bd 2021-06-11 replace ScreenList with a single screen in Clock. This removes the tap to switch feature Florian
b1925ff2 2021-06-10 Minor improvements: use std::make_unique when creating unique_ptr, check the code is running from an IRQ before calling xQueueSendFromISR or xQueueSend) Jean-François Milants
caca6a5c 2021-06-10 Fix stack corruption when exiting an app (the app was destroyed while it was executing the button handler). Jean-François Milants
ff00873f 2021-06-06 Fix build for recovery firmware. Jean-François Milants
7f9cc51b 2021-06-06 Initialize SystemTask, DisplayApp and HeartRateTask as global static 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. Jean-François Milants
79f0fcb0 2021-06-01 Add the maximum memory used by LVGL in SystemInfo app. This will help the developers to size the memory buffer allocated to lvgl. (#408) JF002
1b6acded 2021-06-01 Enable various compilation flags to reduce the binary size (#401) JF002
c0b0f8cb 2021-06-01 Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug can be useful for debugging purposes but not in production (release). (#400) JF002
287399f9 2021-06-01 Navigation app: reduce memory usage (#362) JF002
c6969268 2021-05-26 Keep button visible, but disabled Riku Isokoski
b3931050 2021-05-26 improve ui and optimize code Riku Isokoski
fb133a01 2021-05-21 Merge branch 'develop' of JF/PineTime into master JF
f88c0f41 2021-05-21 Fix recovery DisplayApp. Jean-François Milants
de69905c 2021-05-21 Merge branch 'develop' of JF/PineTime into master JF
7c9513be 2021-05-21 Set version to 1.1.0. Jean-François Milants
13e34632 2021-05-20 Timer App (#355) Florian
8c3b250d 2021-05-20 removed an empty assignment that caused a compiler warning (#372) Florian
9ab298c0 2021-05-17 Fix wrong initialization of 'pinPowerPresent' pin that would prevent the touchpanel from working correctly when the device boots while connected to the charger. Jean-François Milants
8568b5f3 2021-05-17 Updated license header year Avamander
f6f28a95 2021-05-17 Used a macro for UUID generation, switched from C-style casts to reinterpret_cast, renamed callback Avamander
9342d62a 2021-05-16 Emit event on power-present toggle (#320) David Ventura
5b2472c4 2021-05-16 Merge pull request #347 from jedi2light/feature-show-git-commit-hash-short JF002
b5884397 2021-05-16 Merge pull request #354 from Raupinger/notification-title-fix JF002
2627ef76 2021-05-14 better handling of long notification titles Florian Kraupa
d7fa000b 2021-05-15 DisplayApp : returnApp was renamed ReturnApp() (manual fix after multiple merges). Jean-François Milants
09977c28 2021-05-15 Merge pull request #298 from joaquimorg/StepsApp JF002
4e95e4b5 2021-05-15 Merge pull request #345 from Itai-Nelken/patch-1 JF002
783dde94 2021-05-15 Merge pull request #348 from CoderThomasB/fix-typo-doc/contribute.md JF002
204d6369 2021-05-15 Merge pull request #349 from Avamander/patch-2 JF002
48018fc1 2021-05-15 Merge pull request #350 from Avamander/patch-3 JF002
a0acc0e8 2021-05-15 Merge pull request #351 from Avamander/patch-5 JF002
0df009ba 2021-05-15 Merge pull request #352 from Avamander/patch-6 JF002
3214f98a 2021-05-14 Improved clang-tidy configuration for less noise Avamander
d29d5132 2021-05-14 Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting errors Avamander
e54163b7 2021-05-14 Added braces to a few if statements Avamander
33f965f3 2021-05-14 Switched to booleans for infinite while loops Avamander
7571d477 2021-05-14 Fixed typos in the doc/contribute.md using google docs’s spelling check system CoderThomasB
a4de61e1 2021-05-14 git: show git short ref hash on SystemInfo(first screen) and FirmwareValidation screen alongside other information Stoian Minaiev
e04c8ee9 2021-05-14 git: store git short ref hash on build stage to Version.h Stoian Minaiev
d82a1c52 2021-05-14 docker: add git system package to image Stoian Minaiev
e05ac210 2021-05-13 Update gettingStarted-1.0.md Itai Nelken
117da314 2021-05-13 Update gettingStarted-1.0.md Itai Nelken
c82dee2d 2021-05-13 Add missing pictures. Jean-François Milants
88e3790f 2021-05-13 Merge branch 'develop' of github.com:JF002/Pinetime into develop Jean-François Milants
afd5ac0d 2021-05-13 Add quick user guide for InfiniTime 1.0 Jean-François Milants
456a5721 2021-05-10 Merge pull request #336 from jedi2light/patch-1 JF002
9a8824c3 2021-05-10 SystemInfo app screen Stoian Minaiev
9e1ce2d4 2021-05-09 Merge pull request #266 from Caton101/patch-1 JF002
937dc340 2021-05-09 Merge pull request #324 from MFAshby/fix_stop_crash_315 JF002
3a938236 2021-05-02 Fix a possible double free in StopWatch::Refresh. Martin Ashby
e3ead332 2021-05-02 Merge pull request #319 from DavidVentura/use-byte-for-ppg JF002
65e4fe03 2021-05-02 Merge pull request #314 from eivindm/improved_heartbeat_in_watchface JF002
242620b7 2021-05-02 Improve doc/contribute.md : add more info and TL;DR JF002
bc9a782f 2021-05-02 Improve contributes.md : give more detailed guideline on how to create a good pull-request JF002
3355afbb 2021-04-30 Show heartbeat icon in watchface in gray if data is missing Eivind Mork
9f15fd18 2021-05-02 Merge pull request #301 from petterhs/vib JF002
6e1726d1 2021-04-20 short vibration when enabling it petter
d141888b 2021-05-02 Merge pull request #275 from panos/navigation-text JF002
9af0eb04 2021-05-02 Merge pull request #318 from Kozova1/TypoFix JF002
cd902e36 2021-05-02 Merge pull request #308 from joaquimorg/LVGL-Update JF002
a5ef1b98 2021-05-02 Merge pull request #281 from panos/develop JF002
a62b81da 2021-05-01 Fix #209. Use int8_t for PPG data array david
d9bbda20 2021-04-28 Fix typo in src/displayapp/fonts/README.md Kozova1
cd0d85df 2021-04-26 Merge branch 'develop' of Joaquim
eedff2c0 2021-04-26 Merge pull request #291 from Avamander/patch-3 JF002
4706c99d 2021-04-26 Merge pull request #293 from Avamander/patch-5 JF002
69898545 2021-04-24 Changed access modified indentation Avamander
40d45d92 2021-04-18 Reformatted all the files according to clang-format style Avamander
e56ebb8b 2021-04-21 Update README.md and picture. Jean-François Milants
a80e782f 2021-04-21 Merge branch 'develop' of JF/PineTime into master JF
552f880a 2021-04-21 Update LVGL Joaquim
fefb429f 2021-04-20 Fix formatting issue on the lap counter in Stopwatch (display lap counter on 2 characters). Jean-François Milants
5fc07a8d 2021-04-20 Fix button size and default step goal Joaquim
410cc821 2021-04-19 Fix formatting issue on the lap counter in Stopwatch. Jean-François Milants
cd4a3e1d 2021-04-19 New Steps app Joaquim
b4c402d2 2021-04-18 Added Python virtual environment to .gitignore Avamander
bbc24e88 2021-04-18 Fix a display glitch when an OTA is initiated while an app (other than Clock) was open and while the device was in sleep mode. Jean-François Milants