Riku

Results 18 issues of Riku

Previously the minimum number of digits was fixed at two. Now it will be determined from the max value.

Making the icons white Improves the visibility, but also makes them more subdued instead of attention grabbing. I was planning on making this change regardless of #1263. Relates to #958....

A sleep mode is needed so the watch can be worn during the night without causing the menus to activate. Sleep mode disables notifications, touch wakeup, motion wakeup and chimes....

One of the necessary changes for https://github.com/InfiniTimeOrg/InfiniTime/issues/1263. ![InfiniSim_2022-08-03_164153](https://user-images.githubusercontent.com/37774658/182665365-2d7e9b65-01a5-4a68-8dce-214681f01ffb.png)

When people suggest a solution to a generic issue they encounter, they have to open a feature request, which is not optimal. Submitting an issue through this new form will...

Renamed lv_pinetime_theme files to InfiniTimeTheme and made them C++. Most colors are now defined in InfiniTimeTheme.h or use the LVGL default colors. There were a few colors unique to a...

Swipe from QuickSettings to watchface and doubletap during the animation to go to sleep. Now the watch won't wake up and will reset soon. I could replicate the issue in...

bug

Currently what constitutes a swipe is entirely determined by the touch controller. For a swipe to be registered, there only needs to be a tiny bit of travel. I experimented...

enhancement
question/discussion

Sometimes the UI will only be a small portion of the screen. This seems to be a very common issue for me. The simplest way to get this issue is...

Remove NRF_LOG_INFO, as they're mostly leftovers from debugging. Devs can add the logs they need to their working copy during development instead of relying on the ones created by someone...