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
*
Remove call to `batteryController.Update();` which was replaced by `batteryCo...
Jean-François Milants
2021-10-09
1
-3
/
+0
*
Merge pull request #715 from hubmartin/gpiote-fix
JF
2021-10-09
1
-9
/
+10
|
\
|
*
Code cleanup
hubmartin
2021-10-03
1
-6
/
+0
|
*
Call battery controller update
hubmartin
2021-10-03
1
-1
/
+3
|
*
GPIOTE fix of button and power detection experiment
hubmartin
2021-10-03
1
-9
/
+13
*
|
Merge pull request #719 from Riksu9000/improve_battery_reporting
JF
2021-10-09
5
-19
/
+25
|
\
\
|
*
|
Don't measure and notify percentage on charging event.
Riku Isokoski
2021-10-09
3
-5
/
+11
|
*
|
Improve battery percentage calculation and reporting
Riku Isokoski
2021-10-04
5
-14
/
+14
*
|
|
Merge pull request #728 from hubmartin/charge-wake
JF
2021-10-09
1
-0
/
+4
|
\
\
\
|
*
|
|
Call also ReloadIdleTimer
hubmartin
2021-10-08
1
-0
/
+1
|
*
|
|
Add wake on charge event
hubmartin
2021-10-08
1
-0
/
+3
*
|
|
|
Merge pull request #729 from InfiniTimeOrg/Avamander-patch-1
JF
2021-10-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Removed the title prefix
Avamander
2021-10-08
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #730 from coxtor/patch-1
JF
2021-10-09
1
-0
/
+10
|
\
\
\
\
|
*
|
|
|
Add configuration instructions for Ubuntu devcontainers
coxtor
2021-10-08
1
-0
/
+10
|
|
/
/
/
*
|
|
|
Merge pull request #522 from jonvmey/fix-nav-uuid-docs
JF
2021-10-09
3
-46
/
+26
|
\
\
\
\
|
*
|
|
|
Move callback function into anonymous namespace
Jonathan Vander Mey
2021-07-24
1
-5
/
+5
|
*
|
|
|
Update nav service UUID macro to constexpr functions
Jonathan Vander Mey
2021-07-24
2
-28
/
+20
|
*
|
|
|
Set navigation service id is base UUID macro
Jonathan Vander Mey
2021-07-24
2
-13
/
+1
|
*
|
|
|
Update Navigation UUID documentation
Jonathan Vander Mey
2021-07-24
2
-6
/
+6
*
|
|
|
|
Merge pull request #524 from jonvmey/ble-uuid-c-casts
JF
2021-10-09
10
-63
/
+54
|
\
\
\
\
\
|
*
|
|
|
|
Remove unnecessary C-style casts with BLE UUIDs
Jonathan Vander Mey
2021-07-24
10
-63
/
+54
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #701 from maksalees/close-info-popup-with-back-button-in-a...
JF
2021-10-09
2
-4
/
+17
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixes based on code reviews
Maxim Leshchenko
2021-09-29
2
-8
/
+9
|
*
|
|
|
Alarm: Close the popup with information about the time until alarm with the b...
Maxim Leshchenko
2021-09-28
2
-0
/
+12
*
|
|
|
|
Fixed feature request template according to https://github.com/InfiniTimeOrg/...
Jean-François Milants
2021-10-05
1
-1
/
+1
*
|
|
|
|
Merge pull request #705 from dyamon/issue-templates
JF
2021-10-04
2
-0
/
+100
|
\
\
\
\
\
|
*
|
|
|
|
Add templates for bug reports and feature requests
Federico Igne
2021-09-30
2
-0
/
+100
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #714 from InfiniTimeOrg/Avamander-patch-1
JF
2021-10-03
1
-9
/
+9
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Removed an unnecessary space and some punctuation
Avamander
2021-10-03
1
-9
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #623 from Riksu9000/lvgl_queuetimeout
JF
2021-10-03
2
-23
/
+4
|
\
\
\
\
|
*
|
|
|
Remove unused variable
Riku Isokoski
2021-09-21
1
-1
/
+0
|
*
|
|
|
Let lvgl control queueTimeout
Riku Isokoski
2021-08-29
2
-22
/
+4
*
|
|
|
|
Merge pull request #638 from Riksu9000/detect_full_charge
JF
2021-10-03
9
-25
/
+71
|
\
\
\
\
\
|
*
|
|
|
|
Show plug icon while plugged in
Riku Isokoski
2021-09-22
3
-5
/
+5
|
*
|
|
|
|
Merge branch 'develop' into detect_full_charge
Riku Isokoski
2021-09-22
47
-243
/
+942
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Use percentage instead of IsFull
Riku Isokoski
2021-09-03
2
-5
/
+1
|
*
|
|
|
|
|
Auto realign battery icon in Analog watch face
Riku Isokoski
2021-09-03
1
-0
/
+1
|
*
|
|
|
|
|
Detect full charge and improve watchface display
Riku Isokoski
2021-09-03
9
-26
/
+75
*
|
|
|
|
|
|
Merge pull request #692 from danielgjackson/fix-fs-size
JF
2021-10-03
1
-1
/
+1
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix the size of the filesystem.
Daniel Jackson
2021-09-27
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #700 from Sematre/fix-dead-link
JF
2021-10-02
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix dead link in README
Sematre
2021-09-28
1
-1
/
+1
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #711 from geekbozu/BatteryReadFix
JF
2021-10-02
1
-1
/
+1
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Remove static declartion on batteryValue preventing read attribute from updat...
Tim Keller
2021-10-02
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Set version to 1.6.0
Jean-François Milants
2021-09-28
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #688 from danielgjackson/fix-advertising-18-hours
JF002
2021-09-28
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Correctly return the tick at which the RF will be fully enabled.
Daniel Jackson
2021-09-25
1
-1
/
+1
*
|
|
|
|
|
Set version to 1.5.0
Jean-François Milants
2021-09-26
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #664 from Riksu9000/disable_notif_only
JF002
2021-09-23
9
-43
/
+19
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
[next]