]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
2024-09-03 David VolovskiyWORDLE_USE_DAILY_STREAK logic changed
2024-09-03 David VolovskiyWordle game resets after 24hrs of not playing when...
2024-09-03 David VolovskiyReset streak if don't continue
2024-09-03 David VolovskiyChanged the lap to hard mode; fixed the ignore used...
2024-09-03 David VolovskiyRevert "LAP indicator now dispalys on all screens"
2024-09-03 David VolovskiyDocumentation fix
2024-09-03 David VolovskiyAdded explanation on LAP icon
2024-09-03 David VolovskiyLAP indicator now dispalys on all screens
2024-09-03 David Volovskiyskip_wrong_letter is now a toggle
2024-09-03 David VolovskiyChanged variable names for dictionary header
2024-09-03 David VolovskiyName change in python script
2024-09-03 David VolovskiyMade skipping a wrong letters a #define
2024-09-03 David VolovskiyChanged size of word lists from const int to #define...
2024-09-03 David VolovskiyAdded ability to skip already guessed letters that...
2024-09-03 David VolovskiyAdded ability to guess non-dict words and repeats as...
2024-09-03 David Volovskiythe dict of words to its own header
2024-09-03 David VolovskiyReadding comment showing count of possible words.
2024-09-03 David VolovskiyAdded ability to use T in Wordle
2024-09-03 David Volovskiymodified Wordle list to use Wordle's own list and add...
2024-09-03 David VolovskiyBugfix on elements not resetting when winning or losing
2024-09-03 David VolovskiyJOB to JOb
2024-09-03 David VolovskiyFixed the bug of the text not resetting after a timeout
2024-09-03 David VolovskiyFix on playing with daily streak
2024-09-03 David VolovskiyBetter handling of seeing if currently playing
2024-09-03 David VolovskiyGot rid of continue's blinking
2024-09-03 David VolovskiyContinue test now blinks
2024-09-03 David VolovskiyAdded continue screen
2024-09-03 David VolovskiyAdded SONIC and LASER to the allowed words
2024-09-03 David VolovskiyFixed leaving the screen and coming back
2024-09-03 David Volovskiycombined two areas of code into one function
2024-09-03 David VolovskiyDon't delete the submitted characters if already guesse...
2024-09-03 David VolovskiySwapped the Nice and Job so the Nice text is more likel...
2024-09-03 David VolovskiyRemoved wordle from movmeent face after testing
2024-09-03 David VolovskiyUSE_RANDOM_GUESS variable added
2024-09-03 David VolovskiyGave the wordle face the ability to give random guesses...
2024-09-03 David Volovskiybug fix on max score
2024-09-03 David VolovskiyAble to turn the expanded dict on and off with a variable
2024-09-03 David VolovskiyAdded expanded dictionary to check against
2024-09-03 David Volovskiybugfix on iterating to previous position
2024-09-03 David VolovskiyAdded documentation for Wordle face
2024-09-03 David VolovskiyAnother fix on the word_check
2024-09-03 David VolovskiyDon't allow readding already guessed items
2024-09-03 David VolovskiyFace compares the values correctly now and does a dict...
2024-09-03 David VolovskiySwapped button mapping and removed fast iteration
2024-09-03 David VolovskiyAdded fast cycle
2024-09-03 David Volovskiyday streak and further wordle dev
2024-09-03 David VolovskiyChanged dict to a smaller and simpler one
2024-09-03 David VolovskiyContinued Wordle dev
2024-09-03 David VolovskiyStart of Wordle
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
next