]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
2024-09-08 Matheus Afonso... Merge PR #268 - add daylight savings time toggle
2024-09-08 R. Alex Barbieriadd blinking to DST toggle in settings page
2024-09-07 Matheus Afonso... Merge PR #401 - add fuzzy time watch face
2024-09-07 Matheus Afonso... Merge PR #386 - add beep demo face
2024-09-07 Matheus Afonso... Merge PR #413 - add thermometer face
2024-09-07 Matheus Afonso... Merge PR #454 - add simple calculator watch face
2024-09-07 Matheus Afonso... Merge PR #394 - keep LED lit while buttons held
2024-09-07 Matheus Afonso... Merge PR #398 - add simon game watch face
2024-09-07 Matheus Afonso... Merge PR #287 - add minimal clock face
2024-09-07 Matheus Afonso... Merge PR #269 - add french revolutionary time face
2024-09-07 Matheus Afonso... Merge PR #259 - add higher or lower game face
2024-09-07 Matheus Afonso... Merge PR #266 - add deadline tracking watch face
2024-09-07 ChrisHi-lo: Additional code tweaks
2024-09-07 Konrad Rieckmove to deadline face on alarm
2024-09-07 ChrisMerge pull request #1 from voloved/higher-lower-game
2024-09-07 Konrad RieckAlarm handled using background task.
2024-09-07 ChrisHi-lo: Use alternate card faces
2024-09-07 David VolovskiyMade cards go through a deck format.
2024-09-07 Konrad RieckFixed bugs and improved watchface
2024-09-07 Konrad Rieckremoved higher frequency in first loop run.
2024-09-07 Konrad Rieckmoved tick_freq to deadline_state_t structure.
2024-09-07 Konrad Rieckbeep on button
2024-09-07 Konrad Riecksupport for alarm
2024-09-07 Konrad Rieckdisplay closest deadline on activation
2024-09-07 CarpeNoctemfrench_revolutionary face: fix compiler warning and...
2024-09-07 Matheus Afonso... Merge PR #423 - add periodic table face
2024-09-07 Matheus Afonso... Merge PR #444 - implement countdown autorepeater
2024-09-07 Joseph BryantAdd auto-repeat feature to Countdown watch face
2024-09-07 Matheus Afonso... Merge PR #465 - add metal gear solid codec chime
2024-09-07 Jeremy O'Brienadd metal gear solid codec tune
2024-09-07 Matheus Afonso... Merge PR #467 - add harry potter chimes
2024-09-06 mcguirepr89slightly shorter first note
2024-09-04 mcguirepr89adds a short and long harry potter signal
2024-09-03 Matheus Afonso... Merge PR #293 - add instant LED duration
2024-09-03 Matheus Afonso... Merge PR #419 - add endless runner watch face
2024-09-03 Matheus Afonso... Merge PR #436 - add wordle watch face
2024-09-03 Matheus Afonso... Merge PR #299 - leading zero representation
2024-09-03 David VolovskiyReduced struct memory per code review
2024-09-03 David VolovskiyInclude ability to select only the best words as the...
2024-09-03 David Volovskiygot rid of hardcoding of half-second zero blink
2024-09-03 David VolovskiyChanged U LOSE to LOSE
2024-09-03 David Volovskiybug fix on displaying time in LE mode
2024-09-03 David VolovskiyLE mode in the endless runner now displays the current...
2024-09-03 David VolovskiyAdded second fuel mode where we don't recharge the...
2024-09-03 David VolovskiyAdded fuel mode
2024-09-03 David VolovskiyChanged hi score number offset and refactored some...
2024-09-03 David VolovskiyAdded author in header
2024-09-03 David VolovskiyRefectored the state machine
2024-09-03 David VolovskiyModified hi score display to allow for 3 digits in...
2024-09-03 David Volovskiyhi score resets weekly
2024-09-03 David VolovskiyReformat to remove some hardocded variables
2024-09-03 David VolovskiyAdded baby mode which used to be easy mode; easy mode...
2024-09-03 David VolovskiyGave an extra jumping frame for non-hard mode; Curr...
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 David VolovskiyAdded ability to find best starting word
2024-09-03 David Volovskiyhard mode btn changed; logic changed on daily streak...
2024-09-03 David VolovskiyStreak face fix
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
next