index
:
InfiniTime
local
upstream/main
My branch of InfiniTime
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
components
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove backup brightness feature (#1180)
Riku Isokoski
2022-06-18
2
-13
/
+1
*
Switch to freertos timers (#1095)
Michele Bini
2022-06-06
4
-34
/
+31
*
Fix various typos
luz paz
2022-06-05
2
-7
/
+7
*
Apply clang-format to all C++ files
Finlay Davidson
2022-06-05
16
-86
/
+121
*
Replace C-style casts with static_cast
Finlay Davidson
2022-06-05
1
-8
/
+10
*
Fix assertion failure in TimerController
Ludovic J
2022-05-27
1
-1
/
+1
*
Replace app_timer with FreeRTOS timers
Riku Isokoski
2022-04-25
2
-61
/
+27
*
Make functions const again
Riku Isokoski
2022-04-25
2
-2
/
+2
*
Update track progress in MusicService. Fix #127
Riku Isokoski
2022-04-25
2
-2
/
+14
*
Merge branch 'develop' into remove-nm-reference
Max Friedrich
2022-04-19
16
-49
/
+137
|
\
|
*
Merge pull request #1009 from NeroBurner/AlarmController_allow_less_precice_s...
Riku Isokoski
2022-04-18
1
-1
/
+2
|
|
\
|
|
*
AlarmController: allow loss of precision for alarmTime cast
Reinhold Gschweicher
2022-03-29
1
-1
/
+2
|
*
|
Replace airplane mode with a bluetooth toggle
Riku Isokoski
2022-04-02
1
-1
/
+1
|
|
/
|
*
New changes according to the review : Priority 0 for display, 1 for system, t...
Jean-François Milants
2022-03-21
1
-0
/
+1
|
*
Music app : when title/track name are truncated, add an ellipsis at the end o...
Jean-François Milants
2022-03-21
1
-5
/
+13
|
*
Add missing space in if expression.
Jean-François Milants
2022-03-21
1
-1
/
+1
|
*
Limit the size of the track and album name received by MusicService. This sho...
Jean-François Milants
2022-03-21
1
-0
/
+7
|
*
DateTimeController: make possible functions const
Reinhold Gschweicher
2022-03-14
2
-4
/
+4
|
*
Add missing nrf_log.h includes shadowed by SystemMonitor.h
Reinhold Gschweicher
2022-03-08
5
-0
/
+5
|
*
Settings: more specific read and write mode
Reinhold Gschweicher
2022-03-03
1
-2
/
+2
|
*
Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...
Jean-François Milants
2022-02-20
5
-46
/
+54
|
*
Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...
Jean-François Milants
2022-02-20
5
-36
/
+92
|
|
\
|
|
*
Add airplane mode feature
James A. Jerkins
2021-12-23
5
-36
/
+92
|
*
|
Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...
Jean-François Milants
2022-02-20
1
-0
/
+2
|
*
|
MotorController: no need to make this function a class function
Reinhold Gschweicher
2022-02-19
1
-1
/
+1
*
|
|
remove unused reference
minacode
2022-02-16
2
-2
/
+0
|
/
/
*
|
Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime i...
Jean-François Milants
2022-02-13
3
-1
/
+29
|
\
\
|
*
|
Status bar displays time in 12 or 24 hour format based on settings
Mark Russell
2021-11-10
3
-1
/
+28
*
|
|
Fix biased BLE pass key generation
Zorvalt
2022-02-12
1
-1
/
+22
*
|
|
Fix alarm on time change
Riku Isokoski
2022-01-22
1
-0
/
+2
*
|
|
Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...
Jean-François Milants
2022-01-04
3
-8
/
+53
|
\
\
\
|
*
|
|
Fix crash upon leaving app.
Tim Keller
2022-01-04
1
-7
/
+8
|
*
|
|
Actually save the threshold
Tim Keller
2022-01-04
1
-1
/
+5
|
*
|
|
Better Sensitivity UI, Calibration button added
Tim Keller
2022-01-04
3
-8
/
+10
|
*
|
|
Add averaging to wake threshold. Makes it take more then just a "flick" to tu...
Tim Keller
2022-01-04
3
-3
/
+7
|
*
|
|
Add start of settings app for senstivity.
Tim Keller
2022-01-04
3
-5
/
+15
|
*
|
|
Cleanup
Tim Keller
2022-01-04
1
-4
/
+0
|
*
|
|
Added Shake to wake
Tim Keller
2022-01-04
3
-6
/
+34
*
|
|
|
Adds enum class for chimes option
SteveAmor
2022-01-04
1
-6
/
+7
*
|
|
|
resolves conflicts
SteveAmor
2022-01-02
47
-183
/
+2078
|
\
|
|
|
|
*
|
|
Ran clang-format
Stephanie
2021-12-30
2
-7
/
+13
|
*
|
|
Renamed confusing variables and general cleanup
Stephanie
2021-12-30
2
-2
/
+1
|
*
|
|
Moved trip meter update to MotionController and changed trip meter logic
Stephanie
2021-12-30
2
-4
/
+10
|
*
|
|
Changed lap counter to trip meter
Stephanie
2021-12-30
1
-5
/
+5
|
*
|
|
Added "lap" button to step counter
Stephanie
2021-12-30
1
-0
/
+7
|
|
|
/
|
|
/
|
|
*
|
Optional secure pairing with a passkey
James A. Jerkins
2021-12-21
3
-6
/
+4
|
*
|
Fix Failed rebase.
Tim Keller
2021-12-10
2
-5
/
+3
|
*
|
Fix more initializers
Tim Keller
2021-12-10
1
-12
/
+10
|
*
|
Fix large file support that broke due to a refactor.
Tim Keller
2021-12-10
1
-1
/
+1
|
*
|
Force variable cleanup because LFS makes assumptions about variable initializ...
Tim Keller
2021-12-10
1
-7
/
+5
[next]