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
*
Optimize twiMaster
Riku Isokoski
2021-08-09
2
-22
/
+21
*
Tile event handler : read the event data only if the event is a "value change...
Jean-François Milants
2021-07-25
2
-9
/
+11
*
Fix compile warnings
Jonathan Vander Mey
2021-07-25
2
-0
/
+3
*
Fix slow scroll
Riku Isokoski
2021-07-25
2
-4
/
+1
*
Fix cases where Get() isn't used
Riku Isokoski
2021-07-25
1
-2
/
+6
*
Add new unique icons for some apps
Riku Isokoski
2021-07-25
7
-49
/
+79
*
Add task state info to SystemInfo
Riku Isokoski
2021-07-25
1
-10
/
+32
*
Code cleanup (#466)
Riku Isokoski
2021-07-25
10
-66
/
+42
*
Dim screen before sleep (#464)
Riku Isokoski
2021-07-24
4
-17
/
+54
*
Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime in...
Jean-François Milants
2021-07-24
4
-40
/
+33
|
\
|
*
Merge branch 'develop' into fix_touchevent_tap
Riku Isokoski
2021-07-14
96
-1298
/
+4004
|
|
\
|
*
|
Fix another regression
Riku Isokoski
2021-06-11
1
-1
/
+1
|
*
|
Fix regression
Riku Isokoski
2021-06-11
1
-1
/
+3
|
*
|
Fix touchevent tap
Riku Isokoski
2021-06-11
3
-15
/
+7
*
|
|
Make firmware updating more foolproof (#469)
Riku Isokoski
2021-07-22
5
-17
/
+52
*
|
|
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 '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 'develop' into notify-battery-level
Jean-François Milants
2021-07-13
2
-36
/
+48
|
\
\
\
|
*
|
|
Refactor trig functions into LUT (#476)
Jonathan Vander Mey
2021-07-11
1
-32
/
+44
|
*
|
|
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
10
-130
/
+365
|
/
/
*
|
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
*
|
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
*
|
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
[next]