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 touch wakeup and code cleanup
Riku Isokoski
2021-07-16
7
-53
/
+43
*
Fix most issues
Riku Isokoski
2021-07-16
12
-63
/
+40
*
Quick fix
Riku Isokoski
2021-07-15
2
-5
/
+3
*
New touch handler, with issues
Riku Isokoski
2021-07-15
21
-102
/
+230
*
Multiple wakeup sources (#290)
Kozova1
2021-07-14
4
-49
/
+73
*
Set correct refresh times for lvgl (#488)
Riku Isokoski
2021-07-14
2
-6
/
+7
*
Merge branch 'develop' of github.com:JF002/Pinetime into develop
Jean-François Milants
2021-07-13
2
-2
/
+10
|
\
|
*
Adjust displayapp delay to compensate time spent (#482)
Riku Isokoski
2021-07-13
2
-2
/
+10
*
|
Merge branch 'Riksu9000-lvgl_use_system_tick' into develop
Jean-François Milants
2021-07-13
7
-49
/
+11
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'lvgl_use_system_tick' of https://github.com/Riksu9000/InfiniTim...
Jean-François Milants
2021-07-13
7
-49
/
+11
|
/
|
|
*
LVGL use system tick
Riku Isokoski
2021-07-07
7
-51
/
+11
*
|
Merge branch 'notify-battery-level' into develop
Jean-François Milants
2021-07-13
17
-68
/
+71
|
\
\
|
*
\
Merge branch 'develop' into notify-battery-level
Jean-François Milants
2021-07-13
4
-37
/
+50
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Refactor trig functions into LUT (#476)
Jonathan Vander Mey
2021-07-11
1
-32
/
+44
*
|
|
Update buildAndProgram.md (#477)
wilsonjwco
2021-07-11
1
-1
/
+1
*
|
|
Add "metronome" to apps in readme (#479)
Cameron Radmore
2021-07-11
1
-0
/
+1
*
|
|
Modify status text in BatteryInfo so it fits on screen (#437)
kieranc
2021-07-11
1
-4
/
+4
|
*
|
Notify battery level every 10 minutes when connected to a BLE host.
Jean-François Milants
2021-07-11
17
-68
/
+71
|
/
/
*
|
Change step gauge range to 100 and calculate progress as percantage (#468)
kieranc
2021-07-11
1
-3
/
+3
*
|
Using littlefs (#438)
joaquim.org
2021-07-11
11
-130
/
+368
|
/
*
Improve stopwatch (#432)
Riku Isokoski
2021-07-04
3
-115
/
+90
*
Whitespace and brace fixes (#456)
Avamander
2021-07-04
2
-17
/
+15
*
clang-format
Riku Isokoski
2021-07-04
1
-6
/
+7
*
Condense firmware validation code
Riku Isokoski
2021-07-04
2
-28
/
+10
*
Improve paddle game
Riku Isokoski
2021-07-03
2
-126
/
+50
*
Inititialize members in class declaration
Jonathan Vander Mey
2021-07-02
2
-22
/
+12
*
Move local-only function into anonymous namespace
Jonathan Vander Mey
2021-07-02
1
-4
/
+3
*
Make MusicService UUID objects static constexpr
Jonathan Vander Mey
2021-07-02
2
-22
/
+31
*
Eliminate reinterpret_casting
Jonathan Vander Mey
2021-07-02
1
-26
/
+26
*
and metronome icon (#439)
Bryton Hall
2021-07-02
4
-7
/
+19
*
Float voltage to int (#444)
Riku Isokoski
2021-07-02
5
-34
/
+17
*
Fix call notification button alignment
Riku Isokoski
2021-07-02
1
-20
/
+12
*
Disabled a few more unnecessary warnings, sorted a bit
Avamander
2021-07-02
1
-4
/
+6
*
Disabled new Clang-Tidy checks that are too noisy
Avamander
2021-07-02
1
-0
/
+2
*
Improved CLion configuration
Avamander
2021-07-02
1
-0
/
+23
*
static_cast cleanup
Avamander
2021-07-02
2
-3
/
+3
*
Fixed a bunch of format specifiers
Avamander
2021-07-02
4
-11
/
+11
*
Add PineTimeStyle watchface (#334)
kieranc
2021-06-29
10
-0
/
+1734
*
SPI flash sleep if bootloader >= 1.0.0 (#322)
Neil O'Fix
2021-06-26
6
-19
/
+50
*
update main font to keep diffs for future changes small (#420)
Florian
2021-06-22
3
-188
/
+204
*
Fix typo in variable names (#430)
Jonathan Vander Mey
2021-06-22
2
-7
/
+7
*
Removed an illogical comparison from SystemInfo and St7789 driver (#449)
Avamander
2021-06-22
2
-4
/
+2
*
Set version to 1.2.0
Jean-François Milants
2021-06-19
1
-1
/
+1
*
Add support for BMA425 acceleration sensor. (#440)
JF002
2021-06-19
10
-29
/
+603
*
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
|
\
[next]