aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-01-10Revert "Translations/: set Zzzz as SleepingSimpleString in all translations ↵revert-1866-z-sleepdiscip
for unification"
2024-01-10Merge pull request #1866 from ia/z-sleepdiscip
Translations/: set Zzzz as SleepingSimpleString in all translations for unification
2024-01-10Translations/: change Zzzz to Zzz as SleepingSimpleString in all ↵Ivan Zorin
translations for unification & update maxLen for SleepingSimpleString
2024-01-09Merge branch 'dev' into z-sleepdiscip
2024-01-09Merge pull request #1867 from eslng/uk-translation-2discip
Update translation_UK.json
2024-01-09Update translation_UK.jsonyegor
2024-01-09Translations/: set Zzzz as SleepingSimpleString in all translations for ↵Ivan Zorin
unification
2024-01-08Merge pull request #1863 from ColoMAX/DjedenOfficial/devdiscip
Dutch translations
2024-01-02Merge branch 'dev' into DjedenOfficial/devdiscip
2024-01-02Merge pull request #1864 from NunkyJoe/patch-1discip
Update translation_RU.json. Fixed a phrase that was too long causing …
2024-01-01Update translation_RU.json. Fixed a phrase that was too long causing ↵NunkyJoe
temperature values to not fit on the sleep screen. The sleep indication phrase in simple mode is too long "Хххррп". The temperature value does not fit on the screen. Replaced it with the original phrase "Zzzz", understandable in all languages.
2023-12-29Merge branch 'DjedenOfficial/dev' of https://github.com/ColoMAX/IronOS into ↵Max Suurland
DjedenOfficial/dev
2023-12-29Some messages were cut-ffMax Suurland
2023-12-29Merge branch 'dev' into DjedenOfficial/devdiscip
2023-12-28Fixed some wrong spelling and totally wrong translations.Max Suurland
Added some missing translations. Modified single char option in menu. Not tested on display.
2023-12-28Merge pull request #1862 from LasseVa/devdiscip
Add Estonian translation
2023-12-28Update translation_ET.jsonLasse
2023-12-27Merge branch 'dev' into devdiscip
2023-12-27corrected some formatting issuesdiscip
2023-12-27Update translation_ET.jsonLasse
2023-12-27Update translation_ET.jsonLasse
2023-12-27Add files via uploadLasse
2023-12-27UploadV4 metadata workaround (#1855)Ivan Zorin
* chore(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * push.yml: split metadata artifacts into two separated packages since now it's error by design in uploadV4 to stuff multiple files from different jobs/steps into artifact with the same name * push.yml: add metadata per model artifact since now it's error by design in uploadV4 to stuff multiple files from different jobs/steps into one artifact with the same name * push.yml: testing proposed by github solution for actions:#472 * push.yml: "fixing" upload as github team suggested * push.yml: rename upload metadata step to unify build steps naming pattern * push.yml: upload_metadata: add if-no-files-found: error directive since metadata.zip is essential * push.yml: giving a second chance for cache save/restore actions * push.yml: remove unsupported name field from cache actions * push.yml: add tar to deps so cache action can collect cached files on github * push.yml: try to retrieve cache by key properly * push.yml: try to retrieve cache by key properly * push.yml: remove wildcards from keys * push.yml: try retrieve cache by explicit name * push.yml: trying with enableCrossOsArchive == true * push.yml: revert changes back from cache save/restore to actions download/upload * push.yml: set retention-days == 1 and testing dot file name hoping it will hide artifacts * push.yml: upload_metadata - download jsons: fix pattern for testing * push.yml: adding 3rd party step for testing to delete created artifacts * push.yml: trying to fix syntax in 3rd party step * push.yml: revert changes to working workaround but keep retention-days == 1 * push.yml: upload_metadata: download prebuilt artifacts, generate jsons, upload them as metadata.zip - Work in Progress * push.yml: upload_metadata: trying to fix pattern for artifacts [WiP] * push.yml: upload_metadata: remove matrix since it doesn't work [WiP] * push.yml: upload_metadata: remove pattern to download all prebuilt artifacts * push.yml: add every json to every model of artifact * push.yml: remove uploading/reuploading individual json files as zips * push.yml: pushing to see which error will be at this time... * ci * Revert "push.yml: pushing to see which error will be at this time..." This reverts commit ed3ac204ca9b669a0fb35ecc6c38e7f456db271c. * push.yml: revert manually due to accidential commit from different branch of different repo * Remove the image of my frustration with github checkout update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben V. Brown <[email protected]>
2023-12-27Update ubuntu base image for github CIBen V. Brown
2023-12-27Cleanup make includes and formatting rules (#1860)Ben V. Brown
* Draft cleanup of the folder definition mess * Move old startup * Fixup! broken hacky includes * Update Makefile * Update Makefile * Update Makefile * Bulk format * Who knew, header guards are a wise idea * Squash some sizing warnings * Drop broken usb stack * Fix BLE headers to be sensible * Cleaning up proper c styling * We have newer clang, it does bracketing now * Run clang-format brackets * We can drop the old messy bracket-checker with newer clang format * WiP formatter * Align grids of scripts by right side Massively easier to read in nearly all cases * Excempt the table for compression from formatter
2023-12-26Update compilers (#1858)Ben V. Brown
* Update Alpine Image * Update push.yml * Style updates
2023-12-19Settings: disable Bluetooth LE by default (for PinecilV2) #1856 (#1857)Ivan Zorin
2023-12-19MHP30: GD32 doesnt implement analog mode (#1845)Ben V. Brown
2023-12-12chore(deps): bump actions/setup-python from 4 to 5 (#1852)dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11Merge branch 'dev' into devdiscip
2023-12-09Enforce no EPR polling for non >20V devicesBen V. Brown
2023-11-29Merge branch 'dev' into devdiscip
2023-11-29Merge pull request #1850 from dmitrygribenchuk/devdiscip
update translation_BE.json
2023-11-29update translation_BE.jsonDmitry Gribenchuk
2023-11-23Merge pull request #1841 from ia/animation-loopdiscip
Implement optional looping for animated boot logo [#1839]
2023-11-23Merge branch 'dev' into animation-loopdiscip
2023-11-23Updating references in the docs (#1843)Ivan Zorin
* Documentation: add links to firmware mirror backup [#1840] * Documentation/Flashing: replace out-of-dated external wiki links by internal references * Documentation/Flashing: add missing space
2023-11-23Font.h: remove extra spacesIvan Zorin
2023-11-23Manually merge icon set using git cli from discip/animation-loopIvan Zorin
2023-11-23Merge branch 'dev' into discip/animation-loopIvan Zorin
2023-11-22Merge branch 'dev' into animation-loopdiscip
2023-11-22Update Font.hdiscip
2023-11-22Update Font.hdiscip
2023-11-22Update Font.hdiscip
2023-11-22Update settingsGUI.cppdiscip
2023-11-22Update Font.hdiscip
2023-11-22Update settingsGUI.cppdiscip
2023-11-22Update Font.hdiscip
2023-11-22Update links to the original Miniware firmware [#1840] (#1842)Ivan Zorin
2023-11-21Update settingsGUI.cppdiscip