aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1024 from dmlls/infineat-prJF2022-09-273-1/+42
|\
| * Merge branch 'develop' into infineat-external-resourcesJean-François Milants2022-09-115-76/+118
| |\
| * | Make function DayOfWeekShortToStringLow constDiego Miguel2022-06-112-2/+2
| * | Bump settings version (#1)Diego Miguel2022-06-111-1/+1
| * | Implement SettingWatchFace listDiego Miguel2022-06-111-0/+9
| * | Fixes in side cover togglingDiego Miguel2022-06-111-4/+6
| * | Add lowercase days of the weekDiego Miguel2022-06-112-0/+6
| * | Add Infineat settings to settings controllerDiego Miguel2022-06-111-0/+24
* | | AlarmController: add const to SecondsToAlarm() functionReinhold Gschweicher2022-09-272-2/+2
* | | Update src/components/settings/Settings.hAkseli2022-09-171-1/+1
* | | add pink colorAkseli Lahtinen2022-09-171-2/+3
| |/ |/|
* | Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski2022-08-211-2/+2
* | Dismiss notifications by swiping rightSimon Willshire2022-06-282-61/+115
* | Remove backup brightness feature (#1180)Riku Isokoski2022-06-182-13/+1
|/
* Switch to freertos timers (#1095)Michele Bini2022-06-064-34/+31
* Fix various typosluz paz2022-06-052-7/+7
* Apply clang-format to all C++ filesFinlay Davidson2022-06-0516-86/+121
* Replace C-style casts with static_castFinlay Davidson2022-06-051-8/+10
* Fix assertion failure in TimerControllerLudovic J2022-05-271-1/+1
* Replace app_timer with FreeRTOS timersRiku Isokoski2022-04-252-61/+27
* Make functions const againRiku Isokoski2022-04-252-2/+2
* Update track progress in MusicService. Fix #127Riku Isokoski2022-04-252-2/+14
* Merge branch 'develop' into remove-nm-referenceMax Friedrich2022-04-1916-49/+137
|\
| * Merge pull request #1009 from NeroBurner/AlarmController_allow_less_precice_s...Riku Isokoski2022-04-181-1/+2
| |\
| | * AlarmController: allow loss of precision for alarmTime castReinhold Gschweicher2022-03-291-1/+2
| * | Replace airplane mode with a bluetooth toggleRiku Isokoski2022-04-021-1/+1
| |/
| * New changes according to the review : Priority 0 for display, 1 for system, t...Jean-François Milants2022-03-211-0/+1
| * Music app : when title/track name are truncated, add an ellipsis at the end o...Jean-François Milants2022-03-211-5/+13
| * Add missing space in if expression.Jean-François Milants2022-03-211-1/+1
| * Limit the size of the track and album name received by MusicService. This sho...Jean-François Milants2022-03-211-0/+7
| * DateTimeController: make possible functions constReinhold Gschweicher2022-03-142-4/+4
| * Add missing nrf_log.h includes shadowed by SystemMonitor.hReinhold Gschweicher2022-03-085-0/+5
| * Settings: more specific read and write modeReinhold Gschweicher2022-03-031-2/+2
| * Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-205-46/+54
| * Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2022-02-205-36/+92
| |\
| | * Add airplane mode featureJames A. Jerkins2021-12-235-36/+92
| * | Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...Jean-François Milants2022-02-201-0/+2
| * | MotorController: no need to make this function a class functionReinhold Gschweicher2022-02-191-1/+1
* | | remove unused referenceminacode2022-02-162-2/+0
|/ /
* | Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime i...Jean-François Milants2022-02-133-1/+29
|\ \
| * | Status bar displays time in 12 or 24 hour format based on settingsMark Russell2021-11-103-1/+28
* | | Fix biased BLE pass key generationZorvalt2022-02-121-1/+22
* | | Fix alarm on time changeRiku Isokoski2022-01-221-0/+2
* | | Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants2022-01-043-8/+53
|\ \ \
| * | | Fix crash upon leaving app.Tim Keller2022-01-041-7/+8
| * | | Actually save the thresholdTim Keller2022-01-041-1/+5
| * | | Better Sensitivity UI, Calibration button addedTim Keller2022-01-043-8/+10
| * | | Add averaging to wake threshold. Makes it take more then just a "flick" to tu...Tim Keller2022-01-043-3/+7
| * | | Add start of settings app for senstivity.Tim Keller2022-01-043-5/+15
| * | | CleanupTim Keller2022-01-041-4/+0