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
*
Checkbox list now receives a function pointer to call when the setting has ch...
Jean-François Milants
2022-10-11
1
-8
/
+5
*
Edit all occurences of "watchface" to "watch face"
mashuptwice
2022-10-10
1
-3
/
+3
*
Merge branch 'pts-options' of github.com:kieranc/InfiniTime into kieranc-pts-...
Jean-François Milants
2022-10-02
1
-0
/
+12
|
\
|
*
Cleanup
Kieran Cawthray
2022-09-06
1
-2
/
+1
|
*
Implement persistent settings
Kieran Cawthray
2022-09-06
1
-1
/
+14
*
|
motorController: Fix infinite vibration on RunForDuration(0)
Galdor Takacs
2022-10-02
1
-1
/
+1
*
|
Merge branch 'watchface-casio-digital-G7710' of github.com:ITCactus/InfiniTim...
Jean-François Milants
2022-09-27
1
-8
/
+8
|
\
\
|
*
|
Apply clang-format to Settings.h
Autoformatter
2022-06-30
1
-1
/
+0
|
*
|
post rebase fixes
ITCactus
2022-06-30
1
-4
/
+5
|
*
|
[new watchface] watchface inspired by G7710, with day of year and week number...
ITCactus
2022-06-30
1
-1
/
+11
*
|
|
Merge pull request #1024 from dmlls/infineat-pr
JF
2022-09-27
3
-1
/
+42
|
\
\
\
|
*
\
\
Merge branch 'develop' into infineat-external-resources
Jean-François Milants
2022-09-11
5
-76
/
+118
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Make function DayOfWeekShortToStringLow const
Diego Miguel
2022-06-11
2
-2
/
+2
|
*
|
|
Bump settings version (#1)
Diego Miguel
2022-06-11
1
-1
/
+1
|
*
|
|
Implement SettingWatchFace list
Diego Miguel
2022-06-11
1
-0
/
+9
|
*
|
|
Fixes in side cover toggling
Diego Miguel
2022-06-11
1
-4
/
+6
|
*
|
|
Add lowercase days of the week
Diego Miguel
2022-06-11
2
-0
/
+6
|
*
|
|
Add Infineat settings to settings controller
Diego Miguel
2022-06-11
1
-0
/
+24
*
|
|
|
AlarmController: add const to SecondsToAlarm() function
Reinhold Gschweicher
2022-09-27
2
-2
/
+2
*
|
|
|
Update src/components/settings/Settings.h
Akseli
2022-09-17
1
-1
/
+1
*
|
|
|
add pink color
Akseli Lahtinen
2022-09-17
1
-2
/
+3
|
|
/
/
|
/
|
|
*
|
|
Add sleep mode which disables notifications, touch- and motion wakeup (#1261)
Riku Isokoski
2022-08-21
1
-2
/
+2
|
|
/
|
/
|
*
|
Dismiss notifications by swiping right
Simon Willshire
2022-06-28
2
-61
/
+115
*
|
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
|
\
\
[next]