calamares / calamares-extensions

Examples of Calamares branding
36 stars 19 forks source link

[mobile] support non-numeric passwords #14

Closed ollieparanoid closed 3 years ago

ollieparanoid commented 3 years ago

Interface Sxmo does not require a numeric password, so let's add an option that allows to disable the numeric password. Also there is work being done to allow non-numeric passwords in Phosh (phosh!801).

While at it, add an option to disable the built-in virtual keyboard and fix a bug I found while developing this, navNextFeature wasn't able to skip more than one disabled feature at the same time.

Find details in the commit messages.

CC: @adriaandegroot, @undef-a

ollieparanoid commented 2 years ago

@adriaandegroot: how about tagging a new release of calamares-extensions? :)

EDIT: this PR is part of latest release 1.1.2 already, however, a new release would be good to have https://github.com/calamares/calamares-extensions/commit/718f73c9c862995163ae39c79f1725f3357fcf91. Thanks for adjusting the code btw!

adriaandegroot commented 2 years ago

@ollieparanoid There's a 1.2.1 now.

ollieparanoid commented 2 years ago

Thank you very much @adriaandegroot!