| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-11 | More symbols as neofont double-width glyphs | Michele Bini | |
| 2022-05-11 | Multi-width graphical character extension | Michele Bini | |
| 2022-05-11 | rm redundant SetClockFace | Michele Bini | |
| 2022-05-11 | keep text red after stopping overtime timer | Michele Bini | |
| 2022-05-11 | Fix previous commit: text not turning red when overtime when the app was ↵ | Michele Bini | |
| open; remove unused code | |||
| 2022-05-10 | Remove redundant code in Timer App; inline CreateButtons | Michele Bini | |
| 2022-05-10 | Fix for stopping timer alert and simplifying code. | Michele Bini | |
| 2022-04-21 | Merge branch 'rev22-develop' into edge | Michele Bini | |
| 2022-04-21 | Long-press to start red flashlight, long press again to alternate with red. | Michele Bini | |
| 2022-04-21 | Flashlight app: inline functions that are only used once. | Michele Bini | |
| 2022-04-21 | Timer App: Use lime color when running, inline functions that are used only ↵ | Michele Bini | |
| once. | |||
| 2022-04-21 | Remove unused member from Timer App class | Michele Bini | |
| 2022-04-21 | Use lime instead of green when appropriate | Michele Bini | |
| # Conflicts: # src/displayapp/screens/StopWatch.cpp | |||
| 2022-04-20 | Merge branch 'InfiniTimeOrg:develop' into develop | Michele Bini | |
| 2022-04-18 | Replace lv_label_set_text where possible | Riku Isokoski | |
| 2022-04-18 | resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStyle | mabuch | |
| 2022-04-14 | Reduce battery usage by turning the backlight back to the normal setting ↵ | Michele Bini | |
| when the flashlight is turned off by tapping the screen. Start the app with the flashlight on. Simplify code. | |||
| 2022-04-12 | Use lime instead of green when appropriate | Michele Bini | |
| 2022-04-11 | Flashlight starts on at full brightness; to save energy use backed-up ↵ | Michele Bini | |
| brightness when flashlight is off | |||
| 2022-04-11 | Tweak heartrate display for digital and analog24 watchfaces | Michele Bini | |
| 2022-04-10 | Improve watch font sizes | Michele Bini | |
| 2022-04-10 | battery stats | Michele Bini | |
| 2022-04-10 | Add jumpscore app | Michele Bini | |
| 2022-04-10 | New chimes engine | Michele Bini | |
| 2022-04-10 | Display deciseconds in digital watchface | Michele Bini | |
| 2022-04-10 | Watchface digital display: seconds and temperature | Michele Bini | |
| 2022-04-10 | Add more symbols... | Michele Bini | |
| 2022-04-10 | Bluetooth Passkey Toggle setting | Michele Bini | |
| 2022-04-10 | Persist brightness level of flashlight, and start as on | Michele Bini | |
| 2022-04-10 | mix work | Michele Bini | |
| 2022-04-10 | add bluetooth icon | Michele Bini | |
| 2022-04-10 | fix for previous commit | Michele Bini | |
| 2022-04-10 | allow custom glyphs for neofont | Michele Bini | |
| 2022-04-10 | Use neofonts | Michele Bini | |
| 2022-04-10 | integration fixes | Michele Bini | |
| 2022-04-10 | Improved alarm alert handling | Riku Isokoski | |
| 2022-04-10 | Integrate hatmajster's timer code | Michele Bini | |
| 2022-04-09 | Integrate FintasticMan's RaiseWake and LowerToSleep mods | Michele Bini | |
| 2022-04-09 | Merge branch 'develop' of https://github.com/InfiniTimeOrg/InfiniTime into ↵ | Michele Bini | |
| develop | |||
| 2022-04-02 | Replace airplane mode with a bluetooth toggle | Riku Isokoski | |
| 2022-03-30 | Steps and heartbeat for analog24 watchface | Michele Bini | |
| 2022-03-30 | Merge remote-tracking branch 'upstream/develop' into develop | Michele Bini | |
| 2022-03-28 | Timer App : add background label to ensure that the app will be displayed ↵ | Jean-François Milants | |
| correctly after a full refresh (HW scrolling transition). Code cleaning and rename methods. | |||
| 2022-03-23 | Analog24 watchfaceHEADdevelop | Michele Bini | |
| 2022-03-14 | Merge pull request #1038 from NeroBurner/analog_local_variables | JF | |
| WatchFaceAnalog: local date/time variables | |||
| 2022-03-14 | Merge pull request #1033 from NeroBurner/music_override_warning | JF | |
| Music: fix warning about overridden function | |||
| 2022-03-14 | Merge pull request #1034 from NeroBurner/twos_comparison_warning | JF | |
| Twos: fix warning about extra paranthesis | |||
| 2022-03-14 | WatchFaceAnalog: local date/time variables | Reinhold Gschweicher | |
| Use local date and time variables. No need to store them in the object. | |||
| 2022-03-14 | WatchFaceAnalog: const ref to dateTimeController | Reinhold Gschweicher | |
| The clock app only reads from the dateTimeController, never modifies it. | |||
| 2022-03-13 | Twos: fix warning about extra paranthesis | Reinhold Gschweicher | |
| We have a comparison like `if (( a == b ))`, which is a parenthesis too much, which generates the following warning ``` InfiniTime/src/displayapp/screens/Twos.cpp:133:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((grid[newRow][newCol].value == grid[oldRow][oldCol].value)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ InfiniTime/src/displayapp/screens/Twos.cpp:133:35: note: remove extraneous parentheses around the comparison to silence this warning if ((grid[newRow][newCol].value == grid[oldRow][oldCol].value)) { ~ ^ ~ ``` | |||
