| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-11 | Calculator: bugfixes, reduce binary size | Michele Bini | |
| Use statically-allocated stacks. Fixes: * Display correctly decimal parts starting with zero, such as 0.09 * Handle correctly expressions like '-(5+11)'=-16 or '3*-(5+11)'=-48 | |||
| 2022-06-11 | Add Calculator screen as new App | Raupinger | |
| A calculator based on the Shunting-yard algorithm as described here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm Moving the Motion App into the Settings screen to use the tile in the ApplicationList for the Calculator. | |||
| 2022-06-11 | Add calculator symbol as neofont glyph | Michele Bini | |
| 2022-06-11 | Merge tag 'edge-0.2.0' into edge | Michele Bini | |
| 2022-06-11 | Make neofont0mono available. | Michele Bini | |
| Reduce memfrag visor to 3x4 characters test allocations with 8-byte granularity, try to test pvPort(Malloc|Free) Improve display by displaying 8-byte words, try to improve pvPortMalloc fragmentation detection Display memory fragmentation stats at the beginning and update when screen is touched. Align fragmentation stats display to right. | |||
| 2022-06-07 | Inline BatteryIcon::GetObject | Michele Bini | |
| 2022-06-06 | remove unused Meter.cpp and Meter.h (#1171) | mabuch | |
| 2022-06-06 | remove unused Brightness App (#1170) | mabuch | |
| 2022-06-06 | remove old unused bluetooth icons (#1172) | mabuch | |
| 2022-06-06 | Mirror batteryIcon from WatchFaceAnalog to WatchFaceAnalog24 | Michele Bini | |
| 2022-06-06 | New sharper batteryicon. Remove old unused batteryicons | Riku Isokoski | |
| 2022-06-05 | Do not fill up glyph data when there is no glyph | Michele Bini | |
| 2022-06-05 | neofont: non-printable characters have no width | Michele Bini | |
| 2022-06-05 | Display memory fragmentation stats | Michele Bini | |
| 2022-06-05 | fix neofont0 line height | Michele Bini | |
| 2022-06-04 | Fix alarm icon regression and app icon order | Michele Bini | |
| 2022-06-04 | Use C++17 and preallocate blocks for tiled multi-screen menus | Michele Bini | |
| 2022-06-03 | Replace magic values with appsPerScreen and entriesPerScreen | Riku Isokoski | |
| 2022-06-03 | Automatically create enough screens for all apps and settings | Riku Isokoski | |
| 2022-05-29 | Try another glyph for alarm clock | Michele Bini | |
| 2022-05-28 | Revert "rm chance for dynamic allocation during firmware update" | Michele Bini | |
| This reverts commit 0315ea7b8f51ccd480dc56da4ec114a1b9008e3c. | |||
| 2022-05-12 | rm chance for dynamic allocation during firmware update | Michele Bini | |
| 2022-05-12 | Fix previous commit | Michele Bini | |
| 2022-05-12 | Further compress code for WatchFaceTerminal | Michele Bini | |
| 2022-05-12 | Optimized accelerometer access via system task functions. | Michele Bini | |
| 2022-05-11 | Use nullptr when aligning relative to parent | Michele Bini | |
| 2022-05-11 | Compress code for WatchFaceTerminal a bit | Michele Bini | |
| 2022-05-11 | Fix font for terminal watchface | Michele Bini | |
| 2022-05-11 | fix unintended modification of F glyph | Michele Bini | |
| 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 | Support full ASCII for neofont | 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-16 | Merge branch 'alarm-fix-work' into edge | Michele Bini | |
| # Conflicts: # src/components/timer/TimerController.cpp | |||
| 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-13 | Let TouchHandler return TouchEvents instead of driver specific enum | Reinhold Gschweicher | |
| Let the TouchHandler::GestureGet() function return a TouchEvent instead of the touchpanel-driver specific enum. This helps to move the driver specific helper function `ConvertGesture` from `DisplayApp` into `TouchHandler`. | |||
| 2022-04-12 | Use lime instead of green when appropriate | Michele Bini | |
