aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make chime play twice instead of oncelocalLeonardo Bishop4 days3-1/+21
|
* Set version to 1.16.0.upstream/mainJean-François Milants5 days1-1/+2
|
* Remove unneeded castsmark90646 days1-1/+1
|
* WatchFaceTerminal : Apply better curve in BatteryIcon::ColorFromPercentage() ↵Jean-François Milants6 days1-2/+5
| | | | so the color doesn't start going yellow until the battery is low.
* WatchFaceTerminal : rename a few fields to camelCase.Jean-François Milants6 days2-17/+17
|
* Refactor battery color calculation logic into ↵Jean-François Milants6 days3-6/+15
| | | | `BatteryIcon::ColorFromPercentage()`.
* Improved the Terminal Watchfaces UIJustScott6 days3-70/+88
| | | | | | | | | | | | | | | | | + Reorder code to match the widgets order in the UI. + Moved all objects (rows) into a container + Use InfintimeTheme Colors instead of hardcoded hex values + Added a new InfinitimeTheme color: gray, using it to turn certain values gray when they contain no data + Implement @vkareh's [variable battery icon](https://github.com/InfiniTimeOrg/InfiniTime/pull/1964) color to the battery percentage text. + Replaced the 'You have mail.' notification message with the message '[1]+ Notify' to better fit the terminal lore.
* SimpleWeatherService: Add sunrise and sunset data (#2100)Victor Kareh6 days10-17/+112
| | | | | | | * SimpleWeatherService: Add sunrise and sunset data --------- Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
* Use simple condition for terminal watchfacemark906411 days1-6/+1
|
* WatchFaceTerminal : Remove unused include directive.Jean-François Milants11 days1-1/+0
|
* Swapped bluetooth and weather positions, and removed degree symbol whenJustScott11 days1-3/+3
| | | | no weather data is present.
* Add weather to the terminal watchfaceJustScott11 days2-5/+41
|
* Weather : Improve simple weather conditions ↵Jean-François Milants11 days1-4/+4
| | | | (Pinetime::Applications::Screens::Symbols::GetSimpleCondition) to be more consistent with OpenWeather Api (https://openweathermap.org/weather-conditions)
* Add shorter/simpler weather condition options.JustScott11 days2-0/+24
|
* Use RoundedDiv utility function across projectmark90642025-12-212-18/+15
|
* weather: Fix incorrect rounding for negative temperaturesFintasticMan2025-12-212-2/+26
|
* timer: Refactor ringing state managementVictor Kareh2025-12-133-21/+31
| | | | | Consolidate timer ringing logic and use Timer component as single source of truth for expired state.
* Keep screen on during timer buzzingJustScott2025-12-132-7/+16
| | | | | This prevents the motorController from buzzing infinitely while the watch is sleeping.
* timer: Add ringing and counterVictor Kareh2025-12-137-13/+58
| | | | | | | | | The timer app issues a short buzz once and then disappears. There is no trace left that the timer finished or how long ago. This change makes the motor start ringing and presents a timer counter. The timer stops buzzing after 10 seconds, and finally resets after 1 minute.
* Firmware validation: UI redesign (#2338)Titus2025-11-131-10/+24
| | | | | | | | | | | | | | | | | * redesign UI for firmware validation settings page * remove period for the sake of uniformity * remove unnecessary symbol I added for testing purposes * remove unnecessary whitespace * formatting * temporarily comment out circle radius until we deicde * change label from Reset to Rollback * remove commented out lines
* Refactor Timer component to provide expiry information (#2365)mark90642025-11-093-6/+30
|
* Step counter historyHunman2025-11-086-11/+50
| | | Store 2 days steps history and display yesterday's steps on the Steps screen
* Move TemperatureColor to SimpleWeatherService for reusabilityScott2025-11-082-15/+15
|
* Constant frequency SystemTask state updatesmark90642025-11-061-17/+36
|
* Mildly more correct linker flagsmark90642025-11-063-9/+7
|
* GCC 14 compatibilitymark90642025-11-061-1/+1
|
* Correct tick overflow handling for timer resetmark90642025-11-061-1/+1
|
* Isochronous PPG samplingmark90642025-11-052-4/+48
|
* Background heartrate measurementmark90642025-11-0515-87/+343
| | | | Co-Authored-By: Patric Gruber <me@patric-gruber.at>
* Refactor pageindicatorSteve Amor2025-11-043-12/+7
|
* Refactor pageindicatorSteve Amor2025-11-042-10/+7
|
* Adds SetCurrentScreen method to page indicatorSteve Amor2025-11-044-8/+11
|
* Adds page indicator to music appSteve Amor2025-11-044-4/+20
|
* Fix formattingJean-François Milants2025-11-041-0/+1
|
* fixed irregular pause mode blinking at clock wraparoundcodingjourney2025-11-042-4/+4
|
* fixed a type declarationcodingjourney2025-11-041-1/+1
|
* fixed issues found by the test-format CI jobcodingjourney2025-11-041-10/+5
|
* lap times without leading zeroescodingjourney2025-11-041-6/+13
|
* tightened declarations of integer fieldscodingjourney2025-11-044-23/+23
|
* prevent unnecessary redrawing of the time labelcodingjourney2025-11-042-6/+12
|
* elapsedTimeBoundary as constexprcodingjourney2025-11-041-1/+1
|
* fixed issues found by the test-format CI jobcodingjourney2025-11-041-5/+10
|
* tweaked some margins to improve aestheticscodingjourney2025-11-041-3/+4
|
* length of lap list adapting to available spacecodingjourney2025-11-044-9/+12
|
* improved layout, improved re-alignment of time fieldscodingjourney2025-11-042-23/+30
|
* fixed layout of lap datacodingjourney2025-11-041-3/+8
|
* upper bound for elapsed timecodingjourney2025-11-042-2/+6
|
* upper bound for lap numberscodingjourney2025-11-043-3/+5
|
* fixed an integer overflow bug in time renderingcodingjourney2025-11-041-6/+6
|
* added missing newlinecodingjourney2025-11-041-1/+1
|