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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
|
|
Update buildWithDocker.md (#416)
Pekka
2021-06-12
1
-1
/
+1
*
|
|
|
Update Amazfish.md (#386)
Roxxor91
2021-06-12
1
-1
/
+2
*
|
|
|
Fix scrollbar (#382)
Riku Isokoski
2021-06-12
1
-1
/
+1
*
|
|
|
Replace raw new expressions with make_unique (#406)
Jonathan Vander Mey
2021-06-12
0
-0
/
+0
*
|
|
|
Fix fallthrough on case statement (#403)
Jonathan Vander Mey
2021-06-12
1
-0
/
+1
*
|
|
|
Improvements to /doc/filesInReleaseNotes.md (#357)
Itai Nelken
2021-06-12
1
-6
/
+6
*
|
|
|
Add note about getting GadgetBridge from F-Droid (#358)
Joel Bradshaw
2021-06-12
2
-2
/
+2
*
|
|
|
Rewrite MemoryAnalysis.md with up to date information. (#411)
JF002
2021-06-12
5
-44
/
+255
*
|
|
|
Merge pull request #415 from JF002/move-heap-to-static
JF002
2021-06-12
38
-210
/
+312
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
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
|
/
/
/
*
|
|
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
3
-53
/
+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
|
|
/
|
/
|
*
|
Fix recovery DisplayApp.
Jean-François Milants
2021-05-21
2
-4
/
+7
*
|
Set version to 1.1.0.
Jean-François Milants
2021-05-21
1
-1
/
+1
*
|
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
*
|
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
7
-0
/
+36
|
\
\
|
*
|
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
2
-0
/
+14
|
*
|
docker: add git system package to image
Stoian Minaiev
2021-05-14
2
-0
/
+6
*
|
|
Merge pull request #354 from Raupinger/notification-title-fix
JF002
2021-05-16
1
-0
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
177
-10643
/
+10091
|
|
\
\
|
*
|
|
Fix button size and default step goal
Joaquim
2021-04-20
2
-12
/
+8
|
*
|
|
New Steps app
Joaquim
2021-04-19
15
-18
/
+542
*
|
|
|
Merge pull request #345 from Itai-Nelken/patch-1
JF002
2021-05-15
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Update gettingStarted-1.0.md
Itai Nelken
2021-05-13
1
-1
/
+1
|
*
|
|
|
Update gettingStarted-1.0.md
Itai Nelken
2021-05-13
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
[next]