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
/
systemtask
/
SystemTask.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #549 from hubmartin/pinmap
JF002
2021-09-13
1
-9
/
+11
|
\
|
*
Merge branch 'develop' into pinmap
hubmartin
2021-09-13
1
-15
/
+20
|
|
\
|
*
\
Merge branch 'develop' into pinmap
hubmartin
2021-08-29
1
-26
/
+22
|
|
\
\
|
*
\
\
Merge branch 'develop' into pinmap
hubmartin
2021-08-22
1
-3
/
+2
|
|
\
\
\
|
*
|
|
|
PinMap with namespace and constexpr
hubmartin
2021-08-03
1
-9
/
+11
*
|
|
|
|
docs: Fix a few typos (#606)
Tim Gates
2021-09-13
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/develop' into timer_battery_reading
Riku Isokoski
2021-08-30
1
-6
/
+8
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fix wake on tap/double tap.
Jean-François Milants
2021-08-28
1
-6
/
+8
*
|
|
|
Merge branch 'develop' into timer_battery_reading
Riku Isokoski
2021-08-28
1
-20
/
+14
|
\
|
|
|
|
*
|
|
Fix touchinfo typo in SystemTask.
Jean-François Milants
2021-08-28
1
-1
/
+1
|
*
|
|
Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...
Jean-François Milants
2021-08-28
1
-16
/
+5
|
|
\
\
\
|
|
*
|
|
Only enable the bus when needed
Riku Isokoski
2021-08-10
1
-9
/
+0
|
|
|
/
/
|
*
|
|
Merge branch 'develop' into new_touch_handler
Riku Isokoski
2021-08-18
1
-3
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Make diff smaller and revert some changes in DisplayApp
Riku Isokoski
2021-08-10
1
-0
/
+1
|
*
|
|
Rework TouchHandler into not a task
Riku Isokoski
2021-08-10
1
-3
/
+5
|
*
|
|
Merge branch 'develop' into new_touch_handler
Riku Isokoski
2021-07-25
1
-9
/
+32
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'develop' into new_touch_handler
Riku Isokoski
2021-07-23
1
-3
/
+8
|
|
\
\
\
|
*
|
|
|
Update
Riku Isokoski
2021-07-18
1
-0
/
+3
|
*
|
|
|
Fix touch wakeup and code cleanup
Riku Isokoski
2021-07-16
1
-19
/
+19
|
*
|
|
|
Fix most issues
Riku Isokoski
2021-07-16
1
-1
/
+1
|
*
|
|
|
New touch handler, with issues
Riku Isokoski
2021-07-15
1
-1
/
+0
*
|
|
|
|
Merge branch 'develop' into timer_battery_reading
Riku Isokoski
2021-08-14
1
-3
/
+2
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Remove leftover
Riku Isokoski
2021-08-01
1
-5
/
+0
|
*
|
|
|
Improvements
Riku Isokoski
2021-08-01
1
-4
/
+5
|
*
|
|
|
Merge branch 'develop' into HEAD
Riku Isokoski
2021-08-01
1
-66
/
+144
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
cleaned up the code and reduced the size of the diff by removing things like ...
Florian Kraupa
2021-05-16
1
-1
/
+1
|
*
|
|
|
only activate the timeout on call notification previews after they have been ...
Florian Kraupa
2021-05-16
1
-1
/
+1
|
*
|
|
|
implemented continuous vibration pattern for incoming calls
Florian Kraupa
2021-05-16
1
-1
/
+5
*
|
|
|
|
Make battery reading periodic. Add events. Disable pullup
Riku Isokoski
2021-08-14
1
-15
/
+20
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Dim screen before sleep (#464)
Riku Isokoski
2021-07-24
1
-11
/
+34
|
|
_
|
/
|
/
|
|
*
|
|
Make firmware updating more foolproof (#469)
Riku Isokoski
2021-07-22
1
-3
/
+8
|
|
/
|
/
|
*
|
Multiple wakeup sources (#290)
Kozova1
2021-07-14
1
-9
/
+9
*
|
Notify battery level every 10 minutes when connected to a BLE host.
Jean-François Milants
2021-07-11
1
-0
/
+5
*
|
Using littlefs (#438)
joaquim.org
2021-07-11
1
-3
/
+8
*
|
Add support for BMA425 acceleration sensor. (#440)
JF002
2021-06-19
1
-0
/
+1
*
|
Move most of the code from the constructor of the objects statically initiali...
Jean-François Milants
2021-06-12
1
-1
/
+2
*
|
Minor improvements: use std::make_unique when creating unique_ptr, check the ...
Jean-François Milants
2021-06-10
1
-6
/
+18
*
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...
Jean-François Milants
2021-06-06
1
-37
/
+36
*
|
Timer App (#355)
Florian
2021-05-20
1
-2
/
+15
*
|
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
1
-5
/
+17
|
/
*
short vibration when enabling it
petter
2021-05-02
1
-0
/
+1
*
Reformatted all the files according to clang-format style
Avamander
2021-04-24
1
-87
/
+107
*
Disable the reading of the motion values in sleep mode when the wake up mode ...
Jean-François Milants
2021-04-16
1
-0
/
+3
*
In order to stabilize the battery reading,
Joaquim
2021-04-16
1
-2
/
+7
*
Merge branch 'develop' into motion-sensor
Jean-François Milants
2021-04-09
1
-7
/
+44
|
\
|
*
Fix wake up lock in twi
Joaquim
2021-04-05
1
-10
/
+16
|
*
array in SettingWakeUp wrong size
Joaquim José Almeida Pereira
2021-04-05
1
-1
/
+1
|
*
double tap wakeup error fix
Joaquim
2021-04-04
1
-10
/
+10
|
*
Big UI and navigation Rewrite
Joaquim
2021-04-04
1
-9
/
+38
[next]