1
0
Fork 0

Commit graph

  • 38ab0add48 PineTimeStyle color picker initial commit Kieran Cawthray 2021-06-24 19:15:23 +0200
  • 14721e8f1e Move static needle_colors array to member variable Kieran Cawthray 2021-06-23 22:14:34 +0200
  • c3f854ba65 Add font source file Kieran Cawthray 2021-06-22 21:32:27 +0200
  • 883700fca1
    update main font to keep diffs for future changes small (#420) Florian 2021-06-22 20:56:49 +0200
  • ef999e8dd3
    Fix typo in variable names (#430) Jonathan Vander Mey 2021-06-22 14:34:46 -0400
  • 572be3e857
    Removed an illogical comparison from SystemInfo and St7789 driver (#449) Avamander 2021-06-22 21:31:31 +0300
  • be505fc15f Set step gauge outer to be white when step goal is reached Kieran Cawthray 2021-06-21 20:06:47 +0200
  • 266573deff Enable 12/24h functionality Kieran Cawthray 2021-06-20 21:57:28 +0200
  • 607af27ba8 Add step count gauge - replaces heartrate in sidebar Kieran Cawthray 2021-06-20 21:53:09 +0200
  • b130ffa39c Merge remote-tracking branch 'upstream/develop' into pinetimestyle Kieran Cawthray 2021-06-20 21:46:51 +0200
  • 20a24f8cf5 Set version to 1.2.0 Jean-François Milants 2021-06-19 20:59:18 +0200
  • c6dca25b9f
    Add support for BMA425 acceleration sensor. (#440) JF002 2021-06-19 20:27:59 +0200
  • 84a6c88e98
    Merge branch 'JF002:develop' into improve-battery-percentage-to-battery-icon-mapping hassless 2021-06-18 17:17:26 +0200
  • d7b73f1182 Merge branch 'pinetimestyle' of github.com:kieranc/InfiniTime into pinetimestyle Kieran Cawthray 2021-06-16 22:22:27 +0200
  • f5d756928f Merge remote-tracking branch 'upstream/develop' into pinetimestyle Kieran Cawthray 2021-06-16 16:33:34 +0200
  • ab1a3900a3
    Merge branch 'develop' into pinetimestyle JF002 2021-06-12 21:01:55 +0200
  • e90e8c7426 Fix signed/unsigned comparison warning Jonathan Vander Mey 2021-05-24 18:17:56 -0400
  • 006771699f Remove infinitime-nb.c from source list Jonathan Vander Mey 2021-05-24 18:16:30 -0400
  • dbc2d23405 Add Init() in DummyuLittleVgl to fix recovery firmware Jean-François Milants 2021-06-12 18:00:42 +0200
  • d6fcbe960e Fix build issues since Metronome app has been merged. Jean-François Milants 2021-06-12 15:14:14 +0200
  • c575754b42
    add basic metronome app (#409) Bryton Hall 2021-06-12 09:06:58 -0400
  • 58a8507b3d
    Merge pull request #405 from Riksu9000/improve_stopwatch JF002 2021-06-12 14:27:51 +0200
  • d7962617e4 Clock : initialize the actual clockface in initialization list instead of in the core of the ctro(). Jean-François Milants 2021-06-12 14:21:29 +0200
  • 17c6583937
    Merge pull request #425 from Raupinger/remove-watch-tap JF002 2021-06-12 14:15:32 +0200
  • a1b3537e9e
    Merge pull request #359 from Avamander/patch-2 JF002 2021-06-12 13:18:12 +0200
  • 314a8ebba0
    Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360) Avamander 2021-06-12 12:18:19 +0300
  • d4f4ed014c
    Update buildWithDocker.md (#416) Pekka 2021-06-12 12:16:54 +0300
  • 44d7c6d00f
    Update Amazfish.md (#386) Roxxor91 2021-06-12 11:15:39 +0200
  • bf906bd573
    Fix scrollbar (#382) Riku Isokoski 2021-06-12 12:12:39 +0300
  • 772ea0b591
    Replace raw new expressions with make_unique (#406) Jonathan Vander Mey 2021-06-12 05:10:10 -0400
  • 4d1626e3b6
    Fix fallthrough on case statement (#403) Jonathan Vander Mey 2021-06-12 05:07:23 -0400
  • 2c7ad783fc
    Improvements to /doc/filesInReleaseNotes.md (#357) Itai Nelken 2021-06-12 12:06:46 +0300
  • 8fb543f4c3
    Add note about getting GadgetBridge from F-Droid (#358) Joel Bradshaw 2021-06-12 02:05:57 -0700
  • 346d20db52
    Rewrite MemoryAnalysis.md with up to date information. (#411) JF002 2021-06-12 11:02:54 +0200
  • 0ce98c7ac7
    Merge pull request #415 from JF002/move-heap-to-static JF002 2021-06-12 11:02:06 +0200
  • 6d524ebea2 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 2021-06-12 10:58:28 +0200
  • 239b5547ea Fix another regression Riku Isokoski 2021-06-11 14:55:37 +0300
  • 21b6f85140 Fix regression Riku Isokoski 2021-06-11 14:46:03 +0300
  • 123c6f1917 Fix touchevent tap Riku Isokoski 2021-06-11 13:26:28 +0300
  • 049174bd35 replace ScreenList with a single screen in Clock. This removes the tap to switch feature Florian 2021-06-11 01:15:32 +0200
  • b1925ff286 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 2021-06-10 21:20:27 +0200
  • caca6a5cff Fix stack corruption when exiting an app (the app was destroyed while it was executing the button handler). Jean-François Milants 2021-06-10 21:19:11 +0200
  • d0df278b0b
    Update BatteryIcon.cpp hassless 2021-06-09 13:47:22 +0200
  • ff00873f97 Fix build for recovery firmware. Jean-François Milants 2021-06-06 20:20:55 +0200
  • 7f9cc51b05 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 2021-06-06 15:56:03 +0200
  • f2d01166c3 Merge remote-tracking branch 'upstream/develop' into pinetimestyle Kieran Cawthray 2021-06-04 08:57:40 +0200
  • 79f0fcb07a
    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 2021-06-01 21:03:29 +0200
  • 1b6acdedc2
    Enable various compilation flags to reduce the binary size (#401) JF002 2021-06-01 21:03:01 +0200
  • c0b0f8cb73
    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 2021-06-01 21:02:15 +0200
  • 287399f993
    Navigation app: reduce memory usage (#362) JF002 2021-06-01 21:01:32 +0200
  • c6969268fc Keep button visible, but disabled Riku Isokoski 2021-05-26 16:13:40 +0300
  • b393105082 improve ui and optimize code Riku Isokoski 2021-05-26 15:15:10 +0300
  • 565601ef50 Merge remote-tracking branch 'upstream/develop' into pinetimestyle Kieran Cawthray 2021-05-21 14:34:25 +0200
  • f88c0f41fa Fix recovery DisplayApp. Jean-François Milants 2021-05-21 11:56:50 +0200
  • 7c9513be8a Set version to 1.1.0. Jean-François Milants 2021-05-21 11:37:32 +0200
  • 13e3463276
    Timer App (#355) Florian 2021-05-20 20:43:54 +0200
  • 8c3b250dbf
    removed an empty assignment that caused a compiler warning (#372) Florian 2021-05-20 20:34:21 +0200
  • 5c413016a7 Move GPL license header Kieran Cawthray 2021-05-19 17:27:42 +0200
  • 249b6db6f5 Remove newline modifications Kieran Cawthray 2021-05-19 17:05:33 +0200
  • 5daaa5cf75 Tidying/formatting fixes Kieran Cawthray 2021-05-19 11:03:33 +0200
  • 108bbc3642 Fix it again.. Kieran Cawthray 2021-05-18 18:03:26 +0200
  • 6a92529272 Revert "Reset" Kieran Cawthray 2021-05-18 17:45:16 +0200
  • a4968b5029 PineTimeStyle Kieran Cawthray 2021-05-18 15:25:38 +0200
  • 378fa6b401 Reset Kieran Cawthray 2021-05-18 15:23:26 +0200
  • 9ab298c09e 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 2021-05-17 09:52:31 +0200
  • 8568b5f31b Updated license header year Avamander 2021-05-17 02:16:50 +0300
  • f6f28a95f6 Used a macro for UUID generation, switched from C-style casts to reinterpret_cast, renamed callback Avamander 2021-05-17 02:08:12 +0300
  • 9342d62a44
    Emit event on power-present toggle (#320) David Ventura 2021-05-16 21:13:22 +0200
  • 5b2472c4bc
    Merge pull request #347 from jedi2light/feature-show-git-commit-hash-short JF002 2021-05-16 11:37:39 +0200
  • b588439719
    Merge pull request #354 from Raupinger/notification-title-fix JF002 2021-05-16 11:20:09 +0200
  • 9e8dd9a1e6 NotificationItem now also redefines the start of the timeout Florian Kraupa 2021-05-13 01:51:43 +0200
  • 56af4a0b83 cleaned up the code and reduced the size of the diff by removing things like additional whitespaces Florian Kraupa 2021-05-13 00:35:36 +0200
  • 5da65494b3 only activate the timeout on call notification previews after they have been interacted with Florian Kraupa 2021-05-13 00:08:40 +0200
  • d13dd6dee3 implemented continuous vibration pattern for incoming calls Florian Kraupa 2021-05-12 20:23:04 +0200
  • 2627ef760e better handling of long notification titles Florian Kraupa 2021-05-14 15:11:15 +0200
  • d7fa000b85 DisplayApp : returnApp was renamed ReturnApp() (manual fix after multiple merges). Jean-François Milants 2021-05-15 22:38:49 +0200
  • 09977c28c0
    Merge pull request #298 from joaquimorg/StepsApp JF002 2021-05-15 22:32:40 +0200
  • 4e95e4b538
    Merge pull request #345 from Itai-Nelken/patch-1 JF002 2021-05-15 09:59:55 +0200
  • 783dde948b
    Merge pull request #348 from CoderThomasB/fix-typo-doc/contribute.md JF002 2021-05-15 09:58:38 +0200
  • 204d63697c
    Merge pull request #349 from Avamander/patch-2 JF002 2021-05-15 09:57:22 +0200
  • 48018fc1d8
    Merge pull request #350 from Avamander/patch-3 JF002 2021-05-15 09:56:48 +0200
  • a0acc0e8d2
    Merge pull request #351 from Avamander/patch-5 JF002 2021-05-15 09:55:59 +0200
  • 0df009ba9f
    Merge pull request #352 from Avamander/patch-6 JF002 2021-05-15 09:55:10 +0200
  • 3214f98ac6 Improved clang-tidy configuration for less noise Avamander 2021-05-14 13:01:05 +0300
  • d29d513244 Fixed a naming inconsistency of DisplayApp::ReturnApp and a few formatting errors Avamander 2021-05-14 12:46:51 +0300
  • e54163b7c2 Added braces to a few if statements Avamander 2021-05-14 12:43:29 +0300
  • 33f965f326 Switched to booleans for infinite while loops Avamander 2021-05-14 12:40:46 +0300
  • 7571d477f9 Fixed typos in the doc/contribute.md using google docs’s spelling check system CoderThomasB 2021-05-14 19:28:54 +1200
  • a4de61e1f5 git: show git short ref hash on SystemInfo(first screen) and FirmwareValidation screen alongside other information Stoian Minaiev 2021-05-14 01:09:40 +0300
  • e04c8ee95e git: store git short ref hash on build stage to Version.h Stoian Minaiev 2021-05-14 01:08:37 +0300
  • d82a1c5225 docker: add git system package to image Stoian Minaiev 2021-05-14 01:07:32 +0300
  • e05ac21039
    Update gettingStarted-1.0.md Itai Nelken 2021-05-13 14:52:23 +0300
  • 117da314bc
    Update gettingStarted-1.0.md Itai Nelken 2021-05-13 14:48:11 +0300
  • c82dee2def Add missing pictures. Jean-François Milants 2021-05-13 13:21:18 +0200
  • 88e3790fbf Merge branch 'develop' of github.com:JF002/Pinetime into develop Jean-François Milants 2021-05-13 13:20:19 +0200
  • afd5ac0d4a Add quick user guide for InfiniTime 1.0 Jean-François Milants 2021-05-13 13:19:48 +0200
  • 456a57215a
    Merge pull request #336 from jedi2light/patch-1 JF002 2021-05-10 20:33:25 +0200
  • 9a8824c35a
    SystemInfo app screen Stoian Minaiev 2021-05-10 15:13:33 +0300
  • 9e1ce2d423
    Merge pull request #266 from Caton101/patch-1 JF002 2021-05-09 11:21:05 +0200
  • 937dc340f1
    Merge pull request #324 from MFAshby/fix_stop_crash_315 JF002 2021-05-09 11:17:05 +0200