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
/
displayapp
/
screens
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix formatting issue on the lap counter in Stopwatch (display lap counter on ...
Jean-François Milants
2021-04-20
1
-2
/
+2
*
Fix formatting issue on the lap counter in Stopwatch.
Jean-François Milants
2021-04-19
1
-2
/
+2
*
Fix a display glitch when an OTA is initiated while an app (other than Clock)...
Jean-François Milants
2021-04-18
1
-0
/
+6
*
Fix display consistency with the HR measurement when measurements are already...
Jean-François Milants
2021-04-18
1
-4
/
+10
*
Merge pull request #285 from Peetz0r/fix-stopwatch-formatting
JF002
2021-04-18
2
-9
/
+9
|
\
|
*
Stopwatch: improve variable naming
Peetz0r
2021-04-17
2
-7
/
+7
|
*
Stopwatch: improve number formatting
Peetz0r
2021-04-17
1
-4
/
+4
*
|
Merge pull request #269 from petterhs/musicBtnTheme
JF002
2021-04-18
1
-11
/
+26
|
\
\
|
|
/
|
/
|
|
*
apply button theme to Music UI
petter
2021-04-14
1
-11
/
+26
*
|
In order to stabilize the battery reading,
Joaquim
2021-04-16
1
-5
/
+10
*
|
fix style formatting in 2048 game
petter
2021-04-16
1
-2
/
+7
*
|
Change animation direction in menus
Joaquim José Almeida Pereira
2021-04-15
2
-2
/
+2
*
|
Move Task info to about menu
Joaquim
2021-04-11
6
-150
/
+56
*
|
0.16.0 TWI problems fix
Joaquim
2021-04-10
4
-10
/
+112
|
/
*
Merge branch 'develop' into motion-sensor
Jean-François Milants
2021-04-09
59
-508
/
+1949
|
\
|
*
Fix display of empty notification.
Jean-François Milants
2021-04-09
1
-1
/
+1
|
*
Merge branch 'develop' into notification-title
Jean-François Milants
2021-04-09
59
-499
/
+1937
|
|
\
|
|
*
Merge pull request #259 from JF002/fix-music-app2
JF002
2021-04-09
2
-10
/
+14
|
|
|
\
|
|
|
*
Fix music app :
Jean-François Milants
2021-04-04
2
-10
/
+14
|
|
*
|
restore battery buffer
Joaquim
2021-04-08
1
-2
/
+1
|
|
*
|
array in SettingWakeUp wrong size
Joaquim José Almeida Pereira
2021-04-05
1
-1
/
+1
|
|
*
|
double tap wakeup error fix
Joaquim
2021-04-04
2
-1
/
+6
|
|
*
|
Big UI and navigation Rewrite
Joaquim
2021-04-04
59
-492
/
+1922
|
|
|
/
|
*
|
Notification app : disable swipe when the app is in 'preview' mode. In this m...
Jean-François Milants
2021-04-04
1
-0
/
+2
|
*
|
Add support for notification title. The notification buffer must contain the ...
Jean-François Milants
2021-04-04
1
-7
/
+8
|
|
/
*
|
Handle return code from BMA driver, and set a flag is the initialization fail...
Jean-François Milants
2021-04-04
2
-2
/
+7
*
|
First integration of the motion sensor (bma 421) : step counting + wake on wr...
Jean-François Milants
2021-04-04
7
-10
/
+120
|
/
*
replaced all unique_ptr.reset calls with std::make_unique
Niall Cooling
2021-03-22
4
-18
/
+18
*
Updated to include WatchFaceAnalog and fixed clashes
Niall Cooling
2021-03-22
16
-307
/
+1124
|
\
|
*
Merged upstream
panky-codes
2021-03-20
13
-303
/
+819
|
|
\
|
|
*
Merge pull request #237 from muesli/systeminfo-url
JF002
2021-03-20
1
-1
/
+1
|
|
|
\
|
|
|
*
Update project URL in SystemInfo
Christian Muehlhaeuser
2021-03-16
1
-1
/
+1
|
|
_
|
/
|
/
|
|
|
|
*
fix AM/PM
Joaquim José Almeida Pereira
2021-03-08
1
-5
/
+15
|
|
*
Update from JF comments to PR
Joaquim
2021-03-06
4
-31
/
+6
|
|
*
Merge from upstream
Joaquim
2021-03-06
1
-1
/
+2
|
|
*
Multi face support, analog clock, 12/24 config
Joaquim
2021-02-24
13
-300
/
+830
|
*
|
Reworked based on PR comments.
panky-codes
2021-03-20
3
-38
/
+37
|
*
|
Removed unused variables. Tested.
panky-codes
2021-03-15
2
-8
/
+7
|
*
|
Increased the size of the button and realigned the layout a bit. Tested.
panky-codes
2021-03-13
1
-5
/
+7
|
*
|
Added some comments for clarity. Ready for review. Tested.
panky-codes
2021-03-13
2
-3
/
+15
|
*
|
Stopwatch completed. Ready for PR
panky-codes
2021-03-13
3
-15
/
+8
|
*
|
Adding laps completed.
panky-codes
2021-03-13
2
-6
/
+17
|
*
|
Laps introduced. Tested. Need to change the icon.
panky-codes
2021-03-12
2
-6
/
+70
|
*
|
Added a button for stop lap. Logic works. Need to implement symbol and buffer...
panky-codes
2021-03-12
2
-9
/
+58
|
*
|
Added play/pause button.
panky-codes
2021-03-11
2
-9
/
+55
|
*
|
Changed the clock source. Stopwatch works. Need to add butttons.
panky-codes
2021-03-11
2
-12
/
+29
|
*
|
Merge branch 'develop' of github.com:JF002/Pinetime into feature/add-stop-watch
panky-codes
2021-03-11
2
-39
/
+39
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Basic logic done. Need to change the timer source to get ms. Also need to rep...
panky-codes
2021-03-11
3
-1
/
+108
|
|
/
*
/
Moved private statics into unnamed namespace in cpp file to reduce coupling a...
Niall Cooling
2021-03-03
2
-39
/
+39
|
/
*
Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into joaquimor...
Jean-François Milants
2021-02-23
22
-438
/
+171
|
\
[next]