summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-10Fix large file support that broke due to a refactor.Tim Keller1-1/+1
2021-12-10Force variable cleanup because LFS makes assumptions about variable initializ...Tim Keller1-7/+5
2021-12-10Attempt at a more robust File handlerTim Keller1-8/+15
2021-12-10Change read to return LFS return values when reading a directory or nonexista...Tim Keller1-12/+12
2021-12-10Fix string nullterminations,Tim Keller1-13/+23
2021-12-10Added move functionTim Keller4-4/+33
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller2-11/+10
2021-12-10Remove DirDelete, implementation did not work and memory contraints are recur...Tim Keller2-18/+2
2021-12-10Remove mount/unmount. No longer neededTim Keller2-17/+8
2021-12-10Write worksTim Keller4-18/+77
2021-12-10Reading Seems to work?Tim Keller1-39/+39
2021-12-10Actually fix memory corruption, seems stable nowTim Keller2-65/+43
2021-12-10List Dir works?Tim Keller3-17/+34
2021-12-10Focus on getting flash access working properlyTim Keller4-30/+41
2021-12-10Start of read commandTim Keller2-19/+158