]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
2024-09-03 David VolovskiyFixed the long delays when beginning a game
2024-09-03 David VolovskiyRemoved the binary print debug function
2024-09-03 David VolovskiyAdded endless-runner face
2024-09-03 Matheus Afonso... Merge branch 'next'
2024-09-03 Matheus Afonso... Merge PR #458 - add layla tune
2024-09-03 Matheus Afonso... Merge PR #459 - add power rangers tune
2024-09-03 Matheus Afonso... Merge PR #461 - improve t/y special case docs
2024-09-01 Metehanadd power rangers tune
2024-09-01 Metehanupdate layla tune
2024-08-31 Metehanadd layla tune
2024-08-30 Matheus Afonso... Merge PR #450 - sync after enabling RTC
2024-08-30 Matheus Afonso... Merge PR #417 - improve 24h only mode
2024-08-30 Matheus Afonso... Merge PR #426 - add temperature input to simulator
2024-08-30 Matheus Afonso... Merge PR #428 - fix issues in sunrise/sunset
2024-08-30 Matheus Afonso... Merge PR #434 - fix leap years
2024-08-30 Matheus Afonso... Merge PR #431 - fix wrong number of days in month
2024-08-30 Matheus Afonso... Merge PR #433 - fix clock face indicators
2024-08-30 Matheus Afonso... Merge PR #440 - fix countdown face issues
2024-08-30 Matheus Afonso... Merge PR #447 - improve kim possible chime
2024-08-30 Matheus Afonso... Merge PR #437 - debouncing logic
2024-08-30 Matheus MoreiraMerge PR #387 - configurable default birthdate/location
2024-08-30 Matheus MoreiraMerge PR #439 - fix scheduled task misses
2024-08-30 Matheus MoreiraMerge PR #441 - update documentation
2024-08-30 Matheus MoreiraMerge PR #443 - improved t and y character display
2024-08-30 Joseph Bryantwait for RTC SYNCBUSY in watch_register_extwake_callback
2024-08-28 metehan-arslanstyle: remove extra whitespace
2024-08-27 metehan-arslanUpdate SIGNAL_TUNE_KIM_POSSIBLE notes
2024-08-27 David VolovskiyComment change
2024-08-26 Matheus MoreiraMerge PR #442 - update devcontainer image
2024-08-24 David VolovskiyAdditional code review change
2024-08-23 David VolovskiyCode review edits
2024-08-23 David VolovskiyMade the T and Y characters look more unique on the...
2024-08-22 Nicholas Rodrigues... Update Devcontainer Dockerfile
2024-08-22 Nicholas Rodrigues... Update TOTP Face Documentation
2024-08-18 Joseph Bryantdon't change the bell indicator from within background...
2024-08-18 Joseph Bryantavoid delta overflow in countdown draw
2024-08-18 Joseph Bryantmake sure we don't miss our scheduled tasks
2024-08-17 David VolovskiyStops Running cb_fast_tick when the watch debounce...
2024-08-17 David VolovskiySet the debounce tick variables to 0 to make the face...
2024-08-11 David VolovskiyChanged debounce to ignore button presses after a press...
2024-08-10 David VolovskiyMade the days_in_month its own function
2024-08-10 David VolovskiySwapped the bell and alarm icon on the clock face to...
2024-08-08 Struanfix: july has 31 days
2024-08-07 atax1aMerge pull request #429 from theAlexes/theAlexes/format...
2024-08-05 Alex Maestasexplain usage in format command when arg isn't YES
2024-08-05 Alex Maestasin filesystem_init, handle the error code correctly
2024-08-05 Alex Maestasadd a format command
2024-08-03 David VolovskiyMade it so the code works with a completely empty prese...
2024-08-03 David VolovskiyFix to remove compiler complaint
2024-08-03 David VolovskiyLeap Years Now Handled Dynamically
2024-08-03 Christian BuschauFix all days in a month
2024-08-02 Robert Masenadd temp input to simulator
2024-07-31 atax1aMerge pull request #424 from edwardspeyer/bug-fix-july-31
2024-07-31 EGSAllow setting July 31st as today's date
2024-07-31 David VolovskiyBrought debounce time to 8ms rather than 15
2024-07-31 David VolovskiyMoved a few lines around to match main
2024-07-31 David VolovskiyUsing debounce that triggers when there's no change...
2024-07-30 David VolovskiyA little bit of clean-up
2024-07-30 David VolovskiyDelay for starting the debounce no loonger happens
2024-07-30 David VolovskiyFixed stuck fast_tick
2024-07-30 David VolovskiyCleaned up code
2024-07-30 David Volovskiyusing cb_fast_tick again
2024-07-30 David VolovskiyRevert "Leaving sleep with alarm button up doesn't...
2024-07-30 David VolovskiyMade the debounce register rising edges rather than...
2024-07-29 David VolovskiyRemoved some dead code
2024-07-29 David Volovskiydebouince now uses cb_fast_tick and holding the button...
2024-07-29 David VolovskiyLeaving sleep with alarm button up doesn't trigger...
2024-07-29 David VolovskiyAdded debouncing
2024-07-24 atax1aMerge pull request #420 from voloved/sunrise_sunset_presets
2024-07-21 Wesley EllisMerge pull request #422 from wryun/fix-totp-lfs-error...
2024-07-20 James HaggertyFix TOTP LFS printf string
2024-07-20 David VolovskiyCode review commit
2024-07-20 David VolovskiyTypo in comment
2024-07-20 David VolovskiyLong press of Alarm goes back to default
2024-07-20 David VolovskiyAdded ability to add presets to the sunrise and sunset...
2024-07-10 David Volovskiyisolating this bit of complexity in movement function...
2024-07-10 joeycastillodocumentation fix
2024-07-10 joeycastilloremove dead code
2024-07-08 David VolovskiyTypo fix on PREFERENCES_FACE_NUM_PREFERENCES
2024-07-08 David VolovskiyCLOCK_FACE_24H_ONLY hides the preference to change...
2024-07-08 atax1aMerge pull request #397 from madhogs/wyrun-totp-lfs-fix
2024-07-06 Jose CastilloAdd support for Sensor Watch Pro (#412)
2024-07-06 joeycastillosilence warnings
2024-06-26 Wesley EllisMerge pull request #408 from tahnok/sanity-check-color
2024-06-26 Wesley EllisCheck that color is valid
2024-04-26 James HaggertyReduce totp_face_lfs memory usage
2024-04-09 atax1aMerge pull request #388 from TheOnePerson/fix-compile...
2024-04-09 atax1aMerge pull request #389 from joeycastillo/theAlexes...
2024-03-31 madhogsadd the ability to set location and birthdate in moveme...
2024-03-31 atax1aMerge pull request #383 from theAlexes/theAlexes/fix...
2024-03-31 atax1aMerge pull request #385 from matheusmoreira/totp-hot...
2024-03-31 Alex Maestasadd an openocd.cfg for openocd 0.12.0
2024-03-29 TheOnePersonFix compile errors and warnings in movement.c and shell.c
2024-03-20 Matheus Afonso... faces/totp: avoid displaying when key is invalid
2024-03-20 Matheus Afonso... faces/totp: fix error message not displayed bug
2024-03-18 Matheus Afonso... faces/totp: remove dynamic memory allocation
2024-03-17 Matheus Afonso... faces/totp: improve memory usage
2024-03-16 Matheus Afonso... faces: restore simple_clock_face
2024-03-16 Alex Maestasuf2conv: argument to `re.split` should be a rawstring
2024-03-08 Matheus Afonso... Merge branch 'timeout-event-and-sleep-logic'
next