Riku Isokoski
97c761a5c7
Refresh rework
2021-07-19 16:26:12 +03:00
Riku Isokoski
61a4642221
Improve stopwatch ( #432 )
...
* Improve stopwatch more
* Make sure sleep gets reenabled
* Cleanup and clang-format
2021-07-04 20:23:03 +02:00
Riku Isokoski
c6969268fc
Keep button visible, but disabled
2021-05-26 16:13:40 +03:00
Riku Isokoski
b393105082
improve ui and optimize code
2021-05-26 15:15:10 +03:00
Martin Ashby
3a938236d4
Fix a possible double free in StopWatch::Refresh.
...
The lv_obj_del is called on btnStopLap when transitioning to the
initial state, however the variable isn't then set to null. A subsequent
call to Refresh would attempt to delete the already freed object. This
could be triggered by stopping the stop watch, then pressing the
physical button on the watch.
Fixes https://github.com/JF002/InfiniTime/issues/315
2021-05-03 08:11:58 +01:00
Avamander
40d45d923b
Reformatted all the files according to clang-format style
2021-04-24 11:39:53 +03:00
Jean-François Milants
fefb429fb4
Fix formatting issue on the lap counter in Stopwatch (display lap counter on 2 characters).
2021-04-20 21:01:38 +02:00
Jean-François Milants
410cc821f4
Fix formatting issue on the lap counter in Stopwatch.
2021-04-19 20:30:51 +02:00
Peetz0r
b221cc1731
Stopwatch: improve variable naming
...
msec => hundredths
2021-04-17 23:47:53 +02:00
Peetz0r
7caeecc09b
Stopwatch: improve number formatting
2021-04-17 23:47:02 +02:00
Joaquim
1d3742e14f
Big UI and navigation Rewrite
...
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
2021-04-04 03:08:51 +01:00
panky-codes
754ac23304
Reworked based on PR comments.
2021-03-20 22:42:13 +01:00
panky-codes
abc30028a2
Removed unused variables. Tested.
2021-03-15 21:35:36 +01:00
panky-codes
bc6d447a5f
Increased the size of the button and realigned the layout a bit. Tested.
2021-03-13 22:29:07 +01:00
panky-codes
d409643b8e
Added some comments for clarity. Ready for review. Tested.
2021-03-13 14:53:37 +01:00
panky-codes
02824d0671
Stopwatch completed. Ready for PR
2021-03-13 14:38:18 +01:00
panky-codes
5d57b9054a
Adding laps completed.
2021-03-13 13:59:54 +01:00
panky-codes
00f2a053bf
Laps introduced. Tested. Need to change the icon.
2021-03-12 20:24:53 +01:00
panky-codes
a090664a4c
Added a button for stop lap. Logic works. Need to implement symbol and buffer for lap
2021-03-12 09:43:13 +01:00
panky-codes
70373e7345
Added play/pause button.
2021-03-11 23:41:24 +01:00
panky-codes
ce91e1a7a6
Changed the clock source. Stopwatch works. Need to add butttons.
2021-03-11 11:56:58 +01:00
panky-codes
cc58b635a3
Basic logic done. Need to change the timer source to get ms. Also need to replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
2021-03-11 10:54:14 +01:00