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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Kieran Cawthray
2021-06-16
51
-416
/
+684
|
\
|
*
Fix signed/unsigned comparison warning
Jonathan Vander Mey
2021-06-12
1
-1
/
+1
|
*
Remove infinitime-nb.c from source list
Jonathan Vander Mey
2021-06-12
1
-2
/
+0
|
*
Add Init() in DummyuLittleVgl to fix recovery firmware
Jean-François Milants
2021-06-12
1
-0
/
+4
|
*
Fix build issues since Metronome app has been merged.
Jean-François Milants
2021-06-12
2
-4
/
+4
|
*
add basic metronome app (#409)
Bryton Hall
2021-06-12
7
-3
/
+226
|
*
Merge pull request #405 from Riksu9000/improve_stopwatch
JF002
2021-06-12
1
-18
/
+23
|
|
\
|
|
*
Keep button visible, but disabled
Riku Isokoski
2021-05-26
1
-3
/
+9
|
|
*
improve ui and optimize code
Riku Isokoski
2021-05-26
1
-18
/
+17
|
*
|
Clock : initialize the actual clockface in initialization list instead of in ...
Jean-François Milants
2021-06-12
1
-19
/
+12
|
*
|
Merge pull request #425 from Raupinger/remove-watch-tap
JF002
2021-06-12
2
-20
/
+23
|
|
\
\
|
|
*
|
replace ScreenList with a single screen in Clock. This removes the tap to swi...
Florian
2021-06-11
2
-20
/
+23
|
*
|
|
Merge pull request #359 from Avamander/patch-2
JF002
2021-06-12
2
-157
/
+95
|
|
\
\
\
|
|
*
|
|
Updated license header year
Avamander
2021-05-17
2
-2
/
+2
|
|
*
|
|
Used a macro for UUID generation, switched from C-style casts to reinterpret_...
Avamander
2021-05-17
2
-155
/
+93
|
*
|
|
|
Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)
Avamander
2021-06-12
3
-3
/
+4
|
*
|
|
|
Fix scrollbar (#382)
Riku Isokoski
2021-06-12
1
-1
/
+1
|
*
|
|
|
Fix fallthrough on case statement (#403)
Jonathan Vander Mey
2021-06-12
1
-0
/
+1
|
*
|
|
|
Move most of the code from the constructor of the objects statically initiali...
Jean-François Milants
2021-06-12
11
-11
/
+29
|
*
|
|
|
Minor improvements: use std::make_unique when creating unique_ptr, check the ...
Jean-François Milants
2021-06-10
6
-24
/
+44
|
*
|
|
|
Fix stack corruption when exiting an app (the app was destroyed while it was ...
Jean-François Milants
2021-06-10
2
-1
/
+10
|
*
|
|
|
Fix build for recovery firmware.
Jean-François Milants
2021-06-06
3
-4
/
+6
|
*
|
|
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...
Jean-François Milants
2021-06-06
28
-170
/
+223
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Kieran Cawthray
2021-06-04
6
-181
/
+182
|
\
|
|
|
|
*
|
|
Add the maximum memory used by LVGL in SystemInfo app. This will help the dev...
JF002
2021-06-01
1
-1
/
+3
|
*
|
|
Enable various compilation flags to reduce the binary size (#401)
JF002
2021-06-01
2
-38
/
+38
|
*
|
|
Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug can...
JF002
2021-06-01
2
-22
/
+23
|
*
|
|
Navigation app: reduce memory usage (#362)
JF002
2021-06-01
2
-120
/
+118
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Kieran Cawthray
2021-05-21
19
-27
/
+392
|
\
|
|
|
*
|
Fix recovery DisplayApp.
Jean-François Milants
2021-05-21
2
-4
/
+7
|
*
|
Timer App (#355)
Florian
2021-05-20
16
-22
/
+385
|
*
|
removed an empty assignment that caused a compiler warning (#372)
Florian
2021-05-20
1
-1
/
+0
*
|
|
Move GPL license header
Kieran Cawthray
2021-05-19
1
-16
/
+15
*
|
|
Remove newline modifications
Kieran Cawthray
2021-05-19
4
-4
/
+4
*
|
|
Tidying/formatting fixes
Kieran Cawthray
2021-05-19
1
-13
/
+23
*
|
|
Fix it again..
Kieran Cawthray
2021-05-18
5
-4
/
+31
*
|
|
Revert "Reset"
Kieran Cawthray
2021-05-18
28
-86
/
+613
*
|
|
PineTimeStyle
Kieran Cawthray
2021-05-18
3
-0
/
+1638
*
|
|
Reset
Kieran Cawthray
2021-05-18
28
-613
/
+86
|
/
/
*
|
Fix wrong initialization of 'pinPowerPresent' pin that would prevent the touc...
Jean-François Milants
2021-05-17
1
-3
/
+6
*
|
Emit event on power-present toggle (#320)
David Ventura
2021-05-16
4
-7
/
+35
*
|
Merge pull request #347 from jedi2light/feature-show-git-commit-hash-short
JF002
2021-05-16
4
-0
/
+18
|
\
\
|
*
|
git: show git short ref hash on SystemInfo(first screen) and FirmwareValidati...
Stoian Minaiev
2021-05-14
3
-0
/
+16
|
*
|
git: store git short ref hash on build stage to Version.h
Stoian Minaiev
2021-05-14
1
-0
/
+2
*
|
|
better handling of long notification titles
Florian Kraupa
2021-05-16
1
-0
/
+10
|
|
/
|
/
|
*
|
DisplayApp : returnApp was renamed ReturnApp() (manual fix after multiple mer...
Jean-François Milants
2021-05-15
1
-1
/
+1
*
|
Merge pull request #298 from joaquimorg/StepsApp
JF002
2021-05-15
15
-23
/
+544
|
\
\
|
*
\
Merge branch 'develop' of
Joaquim
2021-04-26
173
-10626
/
+10062
|
|
\
\
|
*
|
|
Fix button size and default step goal
Joaquim
2021-04-20
2
-12
/
+8
|
*
|
|
New Steps app
Joaquim
2021-04-19
15
-18
/
+542
[next]