| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-06 | Merge remote-tracking branch 'origin/develop' into analog24 | Michele Bini | |
| 2022-06-05 | remove unused symbols, free a little bit of space (#1167) | mabuch | |
| 2022-06-05 | remove unused Meter.cpp and Meter.h (#1171) | mabuch | |
| 2022-06-05 | remove unused Brightness App (#1170) | mabuch | |
| 2022-06-05 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough` | |||
| 2022-06-05 | Apply clang-format to all C++ files | Finlay Davidson | |
| 2022-06-05 | Rename lvgl image files to .c | Finlay Davidson | |
| 2022-05-28 | further compress code for watchfaceterminal | Michele Bini | |
| 2022-05-18 | Revert "Further compress code for WatchFaceTerminal" | Michele Bini | |
| This reverts commit c158acdb1a032206d224fb7890d11fc4e7f915f3. | |||
| 2022-05-18 | Revert "Fix previous commit" | Michele Bini | |
| This reverts commit 90bc1d4509ce7c832b36bfca5da76157b97e33d3. | |||
| 2022-05-18 | Revert "rm chance for dynamic allocation during firmware update" | Michele Bini | |
| This reverts commit 0315ea7b8f51ccd480dc56da4ec114a1b9008e3c. | |||
| 2022-05-12 | Fix previous commit | Michele Bini | |
| 2022-05-12 | Further compress code for WatchFaceTerminal | Michele Bini | |
| 2022-05-12 | Compress code for WatchFaceTerminal | Michele Bini | |
| 2022-05-12 | More intuitive name for lvalue reference getter: Obtain[...] | Michele Bini | |
| 2022-05-12 | avoid a source of dynamic allocations during firmware update | Michele Bini | |
| 2022-05-12 | Add 5-minutes chimes | Michele Bini | |
| 2022-05-12 | Use ..set_text_static when statically-allocated strings are used | Michele Bini | |
| 2022-05-12 | rm bleRadioEnabled tracking when the change is not used by the watch face | Michele Bini | |
| 2022-05-12 | Use nullptr when aligning relative to parent | Michele Bini | |
| 2022-05-12 | Bluetooth Passkey Toggle setting | Michele Bini | |
| 2022-05-12 | Add Jumpscore app | Michele Bini | |
| 2022-05-12 | Integration fix | Michele Bini | |
| 2022-05-12 | Merging 1.9.0 into analog24 | Michele Bini | |
| 2022-05-08 | Fix dropdown graphical issues. | Riku Isokoski | |
| The scrollbar would go out of bounds if DROPDOWN_PART_LIST had uneven padding. Also enable clip_corner feature to stop the selected item from overflowing. | |||
| 2022-05-08 | Force full screen refresh with a rounder function | Riku Isokoski | |
| When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function. | |||
| 2022-05-04 | List: add missing array include | Reinhold Gschweicher | |
| List.h uses `std::array` as container, but is missing the `<array>` include. Add it to make the header self contained. The `memory` include is unused and can be removed. | |||
| 2022-04-29 | Fix large blacklevel step. Lower 25% of shades are now accessible. | Riku Isokoski | |
| There is a large step in brightness from level zero to level one. After experimenting with various ST7789 options, I found that decreasing VDV to 0x10 (-0.4V) fixes this issue. The gamma change reduced the average error in brightness, but with the underlying issue fixed, the gamma change has been reverted. | |||
| 2022-04-25 | New sharper batteryicon. Remove old unused batteryicons | Riku Isokoski | |
| 2022-04-25 | Fix warnings | Riku Isokoski | |
| 2022-04-25 | Keep the paddle on screen in whole | Reinhold Gschweicher | |
| As suggested in https://github.com/InfiniTimeOrg/InfiniTime/issues/1062 in point 3. The paddle should be kept on screen and not travel out of the screen boundaries. Co-authored-by: Riku Isokoski <riksu9000@gmail.com> | |||
| 2022-04-25 | Remove now unused position override | Riku Isokoski | |
| It gets overridden later anyway | |||
| 2022-04-25 | Update track progress in MusicService. Fix #127 | Riku Isokoski | |
| 2022-04-25 | Tweak gamma on ST7789 and match UI colors | Riku Isokoski | |
| This change will increase the color accuracy of the PineTime and make UI development with the simulator easier. | |||
| 2022-04-25 | Use centiseconds | Riku Isokoski | |
| 2022-04-25 | Stopwatch fixes | Riku Isokoski | |
| 2022-04-25 | Fix timer layout | Riku Isokoski | |
| 2022-04-25 | Firmware update screen fixes | Riku Isokoski | |
| 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-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. | |||
