summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson5-0/+11
2022-12-27formatminacode1-1/+0
2022-12-27changed to boolminacode2-3/+8
2022-12-27fixed a comment, set threshold to 15%minacode2-2/+2
2022-12-27cutout scaling hackminacode1-5/+0
2022-12-27formatminacode1-1/+1
2022-12-27added message, changed UIminacode2-5/+9
2022-12-27add percentage rescalingminacode1-1/+7
2022-12-27added low battery messageminacode2-0/+7
2022-12-18Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski7-32/+39
2022-11-25BLE CTS: fixed signedness of timezoneuli3-9/+9
2022-11-25WeatherService daily min/max temperature fixes (#1455)kieranc1-6/+8
2022-11-19Add linear approximation and use it for improving battery percentageAlex Dolzhenkov3-36/+51
2022-11-19Update BatteryController.h with non-linear discharge curvehassless2-5/+36
2022-11-11add CTS local time characteristic and use it to provide UTC in DateTimeContro...uli6-55/+160
2022-10-11Checkbox list now receives a function pointer to call when the setting has ch...Jean-François Milants1-8/+5
2022-10-10Edit all occurences of "watchface" to "watch face"mashuptwice1-3/+3
2022-10-02Merge branch 'pts-options' of github.com:kieranc/InfiniTime into kieranc-pts-...Jean-François Milants1-0/+12
2022-10-02motorController: Fix infinite vibration on RunForDuration(0)Galdor Takacs1-1/+1
2022-09-27Merge branch 'watchface-casio-digital-G7710' of github.com:ITCactus/InfiniTim...Jean-François Milants1-8/+8
2022-09-27Merge pull request #1024 from dmlls/infineat-prJF3-1/+42
2022-09-27AlarmController: add const to SecondsToAlarm() functionReinhold Gschweicher2-2/+2
2022-09-17Update src/components/settings/Settings.hAkseli1-1/+1
2022-09-17add pink colorAkseli Lahtinen1-2/+3
2022-09-11Merge branch 'develop' into infineat-external-resourcesJean-François Milants5-76/+118
2022-09-06CleanupKieran Cawthray1-2/+1
2022-09-06Implement persistent settingsKieran Cawthray1-1/+14
2022-08-21Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski1-2/+2
2022-06-30Apply clang-format to Settings.hAutoformatter1-1/+0
2022-06-30post rebase fixesITCactus1-4/+5
2022-06-30[new watchface] watchface inspired by G7710, with day of year and week number...ITCactus1-1/+11
2022-06-28Dismiss notifications by swiping rightSimon Willshire2-61/+115
2022-06-18Remove backup brightness feature (#1180)Riku Isokoski2-13/+1
2022-06-11Make function DayOfWeekShortToStringLow constDiego Miguel2-2/+2
2022-06-11Bump settings version (#1)Diego Miguel1-1/+1
2022-06-11Implement SettingWatchFace listDiego Miguel1-0/+9
2022-06-11Fixes in side cover togglingDiego Miguel1-4/+6
2022-06-11Add lowercase days of the weekDiego Miguel2-0/+6
2022-06-11Add Infineat settings to settings controllerDiego Miguel1-0/+24
2022-06-06Switch to freertos timers (#1095)Michele Bini4-34/+31
2022-06-05Fix various typosluz paz2-7/+7
2022-06-05Apply clang-format to all C++ filesFinlay Davidson16-87/+122
2022-06-05Replace C-style casts with static_castFinlay Davidson1-8/+10
2022-05-27Fix assertion failure in TimerControllerLudovic J1-1/+1
2022-04-25Replace app_timer with FreeRTOS timersRiku Isokoski2-61/+27
2022-04-25Make functions const againRiku Isokoski2-2/+2
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski2-2/+14
2022-04-19Merge branch 'develop' into remove-nm-referenceMax Friedrich16-49/+137
2022-04-18Merge pull request #1009 from NeroBurner/AlarmController_allow_less_precice_s...Riku Isokoski1-1/+2
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski1-1/+1