- Jan 22, 2021
-
-
Guido Gunther authored
This syncs with Debian's packaging and updates to 0.62. See merge request librem5-apps/osk-sdl!3
-
- Jan 21, 2021
-
-
Guido Gunther authored
We need to use a path that exists in both initramfs and rootfs since cryptsetup-initramfs will otherwise not add the crypttab entry for "keyscript=...,initramfs" crypttab entries.
-
- Jan 19, 2021
-
-
Guido Gunther authored
This is now upstream (both in Debian and osk-sdl)
-
Guido Gunther authored
osk-sdl Debian release 0.62-1
-
Guido Günther authored
d/changelog: Set target suite See merge request DebianOnMobile-team/osk-sdl!1
-
Guido Gunther authored
-
- Jan 18, 2021
-
-
undef authored
Also bumps standards version to 4.5.1
-
- Jan 14, 2021
-
-
undef authored
-
- Jan 12, 2021
-
-
undef authored
Keyscript mode is currently broken in upstream. The password is output as a log, only in verbose mode. This patch reverts back to the old functionality. It has been upstreamed and will be removed as soon as upstream release a version which includes it.
-
undef authored
d/control: add libgles2 dependancy, required by version 0.62 d/initramfs/hooks: Ensure libGLESv2.so.2 is available in initramfs.
-
Arnaud Ferraris authored
`/proc/device-tree/compatible` is a binary file, so when grepping in it, it won't output the matched string but only a success message on stderr. The variables used in this script therefore contain an empty string and we end up including more modules than we should. The return code is properly set however, so we can directly test it and get the correct result. This reduces the generated initramfs size from 84MB to 57MB on Allwinner devices.
-
undef authored
-
undef authored
This release integrates both the keyscript patch (but not the initramfs keyscript), the manpage and the verbose option for make.
-
undef authored
This allows existing users to continue directly using osk-sdl while the new default goes forward. When an "osk-sdl-root{,-name} kernel parameter is passed, the old method is used. Otherwise, cryptsetup will be required
-
undef authored
-
undef authored
-
undef authored
-
undef authored
The previous patch did not patch the LD/Object section of the makefile, resultin in linking being done silently.
-
undef authored
-
undef authored
-
undef authored
Upgrade to 0.59 from PostmarketOS upstream.
-
undef authored
All lintian errors except hardening-no-fortify-functions should now be resolved.
-
undef authored
Changelog updated to properly attribute initial packaging to Claton Craft as found in copyright. Fixed tabs vs spaces in copyright. Initramfs hook now uses device tree to determine the device type. Code is also more specific about what drivers are required in initramfs for a given device. This again reduces initramfs size. Thanks to a-wai for the review.
-
undef authored
Initramfs hook now checks two popular devices and adds only the required drivers for them. Should this check fail, all possibly required drivers will be loaded to ensure compatability.
-
undef authored
-
undef authored
-
Clayton Craft authored
debian: add initramfs hook and boot scripts Signed-off-by:
Clayton Craft <clayton@craftyguy.net>
-
Clayton Craft authored
-
This adds --testmode, --keyscript and --verbose options to complement the existing -t, -k and -v short options.
-
This change makes osk-sdl use the OpenGL ES driver whenever it is available. If it is not available, the app falls back to the default driver. Additionally, a new command line option -G / --no-gles was added that allows to opt out of the behavior and fall back to the default driver from the start. Closes: #102
-
Clayton Craft authored
This enables haptic feedback when typing on the keyboard. Vibrations are triggered on touch/mouse down events, which seemed more natural than triggering it on the up events. If it's not working, then the module for the haptic/vibration device may not be enabled or available (e.g. when in initfs) Closes #95
-
Clayton Craft authored
-
Clayton Craft authored
-
- Jan 09, 2021
-
-
Guido Gunther authored
-
Guido Gunther authored
They're supposed to the packaging repo, not the upstream one
-
Guido Gunther authored
-
Guido Gunther authored
We use Debian bullseye until the arm64 PureOS images catched up
-
- Jan 06, 2021
-
-
Clayton Craft authored
SDL's manual claims that calling SDL_Quit is safe even if init fails, so it's set *before* SDL_Init: > It is safe to call this function even in the case of errors in > initialization. https://wiki.libsdl.org/SDL_Quit fixes #79
-
- Jan 01, 2021
-
-
Johannes Marbach authored
This adds new parameters for the tooltip's foreground and background to the config and initializes them with shades of red. In addition, the foreground color of the input is also made configurable.
-
Johannes Marbach authored
This aligns the wrong-password tooltip's position with the input and applies the same corner rounding (if any).
-