2024-06-25 | Added LVGL update preview | 2 | +7 | -0 |
2024-06-09 | Added sponsor notice | 1 | +2 | -0 |
2024-06-09 | Added buymeacoffee to funding | 1 | +1 | -0 |
2024-06-09 | Added funding button | 1 | +2 | -0 |
2024-06-08 | Fixed actions and other issues | 7 | +84 | -57 |
2024-06-08 | Finally got the code split up into multiple files for organization | 16 | +1380 | -1348 |
2024-06-06 | Fixed QUIT messages not displaying, started mainlining gotify code | 1 | +1 | -1 |
2024-06-06 | Fixed QUIT messages not displaying, started mainlining gotify code | 4 | +70 | -79 |
2024-06-06 | Fixed screen timeout issue from missing bool change | 1 | +1 | -0 |
2024-06-06 | Splitting code into their own .cpp and header files | 7 | +252 | -217 |
2024-06-06 | Moved lora.cpp into main source folder | 2 | +139 | -138 |
2024-06-06 | Lora recv loop added | 2 | +38 | -2 |
2024-06-06 | update.... 2 hie 4 commit message | 4 | +117 | -85 |
2024-06-06 | Fixed missing return statement on keyboard input | 1 | +3 | -1 |
2024-06-06 | Fixed screen turn on not working from keyboard input | 1 | +3 | -0 |
2024-06-06 | Fixed keyboard not working | 1 | +3 | -0 |
2024-06-06 | Added SD card support and started Lora support | 4 | +134 | -2 |
2024-06-05 | Added SD card support | 1 | +38 | -0 |
2024-06-05 | Added brightness control function | 1 | +33 | -9 |
2024-06-05 | Added missing wireguard lib | 1 | +1 | -0 |
2024-06-05 | Started adding Wireguard support | 1 | +12 | -1 |
2024-06-05 | ABC imports (ocd lol) | 1 | +2 | -2 |
2024-06-05 | Fixed speaker.h spacing | 1 | +7 | -2 |
2024-06-05 | TAKEEE ONNN MEEEEE boot intro fixed | 1 | +1 | -1 |
2024-06-05 | Improved RTTTL processing with the ESP8266Audio library | 3 | +22 | -99 |
2024-06-05 | Added IRC mention sounds, moved boot sound to AFTER the XBM display | 3 | +20 | -5 |
2024-06-05 | Added support for the T-Deck internal speaker! Boot sounds added, notification sounds incomming. | 6 | +167 | -11 |
2024-06-05 | Merged setDefaultPreferences with loadPreferences | 1 | +11 | -23 |
2024-06-05 | Added default to get_encryption_type to hide warning when building | 1 | +2 | -0 |
2024-06-05 | Added mac address randomization, improved wifi handling, and added a wifi event trigger | 1 | +84 | -12 |
2024-06-04 | Merged the loadPreferences and setDefaultPreferences functions | 1 | +10 | -22 |
2024-06-04 | Added documentation on wiping settings on boot | 1 | +3 | -1 |
2024-06-04 | Added the ability to wipe the stored preferences by press w on the boot screen and fixed issue where pressing a key to turn screen on was typing the char out | 1 | +50 | -15 |
2024-05-30 | Finally fixed line wraps with color properly | 1 | +9 | -4 |
2024-05-30 | Merge pull request #7 from imnotacoder-eeeee/main | 1 | +39 | -7 |
2024-05-30 | MULTILINE FIX BETA, SET COLORS TO MASTER BRANCHES | 1 | +1 | -1 |
2024-05-30 | multi-line doesnt seem bugged and joins still work, will work on the small gap in buffer at the bottom | 1 | +3 | -3 |
2024-05-30 | multi-line doesnt seem bugged and joins still work, will work on the small gap in buffer at the bottom | 1 | +43 | -11 |
2024-05-30 | Update README.md | 1 | +2 | -3 |
2024-05-29 | Added extended preferences | 1 | +140 | -76 |
2024-05-29 | Added back removed colors by accident, few verbose serial changes | 1 | +128 | -5 |
2024-05-29 | Still need ifdef undef for some warnings I guess.... | 1 | +21 | -0 |
2024-05-29 | Found a better way to silence library warnings | 2 | +1 | -21 |
2024-05-29 | Fixed warnings about redefinitions | 2 | +22 | -1 |
2024-05-29 | Updated roadmap and added serial logs | 2 | +6 | -1 |
2024-05-29 | Added memory constraints to things to keep everything memory safe from anomalies & attacks | 1 | +14 | -2 |
2024-05-28 | Added input buffer protection so we do not exceed the 512 limit IRC servers have | 1 | +8 | -95 |
2024-05-28 | Updated README | 3 | +19 | -13 |
2024-05-28 | Added cheers to e for hand typing color codes | 1 | +1 | -0 |
2024-05-28 | More code cleanup and comments | 1 | +5 | -7 |
2024-05-28 | Big code cleanup and organization | 2 | +790 | -699 |
2024-05-28 | Updated README.md | 1 | +1 | -11 |
2024-05-28 | Fixed typo | 1 | +2 | -2 |
2024-05-28 | Removed .vscode directory | 2 | +0 | -67 |
2024-05-28 | Updated roadmap and known issues | 2 | +2 | -8 |
2024-05-27 | Added fist release! | 2 | +1 | -1 |
2024-05-27 | fixed status bar percent colors | 1 | +7 | -14 |
2024-05-27 | Added wifi credential caching (cheers sad) | 1 | +36 | -7 |
2024-05-27 | Woops (idk what im doing) | 1 | +8 | -11 |
2024-05-27 | Revert "Fixed 39, 40, and 50 color codes (cheers e)" | 1 | +3 | -3 |
2024-05-27 | Added scrolling input text so we can type beyond the width of the screen | 1 | +15 | -3 |
2024-05-27 | Fixed word wrap issue (woops) | 1 | +5 | -7 |
2024-05-27 | Added /nick support with error handling for 432 and 433 errors | 1 | +1 | -0 |
2024-05-27 | Added /nick support with error handling for 432 and 433 errors | 1 | +67 | -44 |
2024-05-27 | Fixed 39, 40, and 50 color codes (cheers e) | 1 | +3 | -3 |
2024-05-27 | Added more previews pictures | 3 | +4 | -0 |
2024-05-27 | Added 99 color support (cheers e) | 1 | +1 | -0 |
2024-05-27 | Added 99 color support (cheers e) | 1 | +86 | -2 |
2024-05-27 | Added /me support for action messages on IRC | 1 | +7 | -0 |
2024-05-27 | Added /me support for action messages on IRC | 1 | +35 | -6 |
2024-05-27 | Added a /debug command once connected to IRC to see system information | 1 | +161 | -44 |
2024-05-27 | IRC color parsing improved even more for /hueg support and closer line spacing. PP4L | 1 | +3 | -3 |
2024-05-27 | Improved IRC color handling to allow messages ending with spaces to display colored backgrounds for ASCII/ANSI art :P | 1 | +24 | -2 |
2024-05-26 | Improved serial debugging documentation | 1 | +2 | -1 |
2024-05-26 | Added more verbose serial logging for debug | 2 | +25 | -9 |
2024-05-26 | Added information on how to debug over serial | 1 | +4 | -0 |
2024-05-26 | Fixed issue where espressif update broke the builds and now we specifc the version to 6.3.0 in platformio.ini | 1 | +1 | -1 |
2024-05-26 | Corrected chip for esptool flashing | 1 | +1 | -1 |
2024-05-26 | Added note about reseting device after flashing | 1 | +2 | -1 |
2024-05-26 | Added note about future releases | 1 | +2 | -0 |
2024-05-26 | Added to roadmap | 1 | +1 | -0 |
2024-05-26 | Roadmap revamped | 1 | +17 | -6 |
2024-05-26 | Updated known issues | 1 | +1 | -0 |
2024-05-26 | Updated known issues | 1 | +1 | -1 |
2024-05-26 | Screen on turns back on from keyboard input now instead of any new message | 1 | +2 | -6 |
2024-05-26 | Greatly improved the wifi connection, ntp polling, and irc connection by adding retries and delays for syncing ntp which was causing tls errors when out of sync | 1 | +23 | -11 |
2024-05-26 | Added screen inactivity timeout to save battery! | 2 | +54 | -1 |
2024-05-26 | Properly handle nick hilights by only hilighting the first occurance | 1 | +82 | -82 |
2024-05-26 | Added nick hilight support to the IRC client | 2 | +169 | -151 |
2024-05-26 | Added random numbers to nick for now until we have a more dynamic approach | 2 | +8 | -4 |
2024-05-26 | whole to hole typo (fuck you) | 1 | +1 | -1 |
2024-05-26 | Updated rooadmap | 1 | +1 | -0 |
2024-05-26 | Updated roadmap and added known issues | 1 | +7 | -0 |
2024-05-26 | Added documentation on flashing over serial with esptool | 1 | +7 | -1 |
2024-05-25 | Added /raw command to the IRC client input to allow sending raw data to the server | 2 | +17 | -2 |
2024-05-25 | Fixed missing space | 1 | +1 | -1 |
2024-05-25 | Fixed missing checkboxes on the roadmap | 1 | +4 | -4 |
2024-05-25 | Added to roadmap | 1 | +2 | -0 |
2024-05-25 | Fixed preview image extensions | 3 | +1 | -1 |
2024-05-25 | Added preview screens and improved flashing documentation | 3 | +9 | -5 |
| 5 more commits remaining, fetch the repository |