summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-03-29AlarmController: allow loss of precision for alarmTime castReinhold Gschweicher1-1/+2
2022-03-21New changes according to the review : Priority 0 for display, 1 for system, t...Jean-François Milants1-0/+1
2022-03-21Music app : when title/track name are truncated, add an ellipsis at the end o...Jean-François Milants1-5/+13
2022-03-21Add missing space in if expression.Jean-François Milants1-1/+1
2022-03-21Limit the size of the track and album name received by MusicService. This sho...Jean-François Milants1-0/+7
2022-03-14DateTimeController: make possible functions constReinhold Gschweicher2-4/+4
2022-03-08Add missing nrf_log.h includes shadowed by SystemMonitor.hReinhold Gschweicher5-0/+5
2022-03-03Settings: more specific read and write modeReinhold Gschweicher1-2/+2
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants5-46/+54
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants5-36/+92
2022-02-20Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...Jean-François Milants1-0/+2
2022-02-19MotorController: no need to make this function a class functionReinhold Gschweicher1-1/+1
2022-02-16remove unused referenceminacode2-2/+0
2022-02-13Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime i...Jean-François Milants3-1/+29
2022-02-12Fix biased BLE pass key generationZorvalt1-1/+22
2022-01-22Fix alarm on time changeRiku Isokoski1-0/+2
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants3-8/+53
2022-01-04Adds enum class for chimes optionSteveAmor1-6/+7
2022-01-04Fix crash upon leaving app.Tim Keller1-7/+8
2022-01-04Actually save the thresholdTim Keller1-1/+5
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller3-8/+10
2022-01-04Add averaging to wake threshold. Makes it take more then just a "flick" to tu...Tim Keller3-3/+7
2022-01-04Add start of settings app for senstivity.Tim Keller3-5/+15
2022-01-04CleanupTim Keller1-4/+0
2022-01-04Added Shake to wakeTim Keller3-6/+34
2022-01-02resolves conflictsSteveAmor47-186/+2081
2021-12-30Ran clang-formatStephanie2-7/+13
2021-12-30Renamed confusing variables and general cleanupStephanie2-2/+1
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie2-4/+10
2021-12-30Changed lap counter to trip meterStephanie1-5/+5
2021-12-30Added "lap" button to step counterStephanie1-0/+7
2021-12-23Add airplane mode featureJames A. Jerkins5-36/+92
2021-12-21Optional secure pairing with a passkeyJames A. Jerkins3-6/+4
2021-12-10Fix Failed rebase.Tim Keller2-5/+3
2021-12-10Fix more initializersTim Keller1-12/+10