- Sep 23, 2020
-
-
With other video drivers such as kmsdrm we need to handle the SDL_QUIT event ourselves to quit osk-sdl, otherwise the SIGTERM signal will just be ignored.
-
- Sep 16, 2020
-
-
Using "std" namespace is is not a good practice, especially when you put them in headers - explanation: https://stackoverflow.com/questions/5849457/using-namespace-in-c-headers This is just a style change and won't impact any functionality, but I think it's a good idea to take care of that.
-
- Sep 10, 2020
- Aug 08, 2020
- Jul 08, 2020
- Jun 30, 2020
-
-
On low end devices like the Nokia N900 animations are very slow, so disabling them would be nice. This patch adds an option "animations" to the config. If set false the animated dots un unlock and the moving animation of the keyboard are disabled.
-
Oliver Smith authored
Let's not notice everybody standing around us with an eye-catching screen that we are about to type in the full disk encryption password ;) * Change the background from blue to black * Change input box background from white to dark gray * Change the "incorrect passphrase" background from red to dark gray * Change the dot color from black to very light gray / almost white
-
- Jun 23, 2020
-
-
Oliver Smith authored
Layers 2 and 3 had several duplicate keys, and the '}' key was missing. Let's just use the same layout as squeekboard. Notably, this adds a period key (".") next to the space key. This layout has all the keys from both previous layouts, except for: ∑, ∞, ≈ I think it's fine to make this change, since postmarketOS is still in beta. If somebody happens to use these in their passwords, they could install the telnet initramfs hook and change their password, if necessary.
-
- Jun 16, 2020
-
-
Oliver Smith authored
-
Oliver Smith authored
Hide apk output (-q), as it's not interesting during the CI runs. If an error happens, it will still be printed. Run make with multiple jobs (-j) in parallel, so it finishes faster and to catch potential bugs in the Makefile that only appear with parallel jobs.
-
Oliver Smith authored
Use the latest stable of Alpine. We can't use it for static-analysis without fixing up some things that a newer version of cppcheck will complain about, so let's do this in a later commit (as a potentially conflicting MR is about to get merged).
-
Oliver Smith authored
-
Oliver Smith authored
Prepare to add the mr-settings CI check. Do not install the same packages for all tests, but rather only the packages that each test needs. While at it, also add the missing new line at the end of the file.
- Feb 04, 2020
-
-
Clayton Craft authored
main: zero initialize opts See merge request postmarketOS/osk-sdl!83
-
Minecrell authored
Without zero initialization, anything can be in the "Opts" struct when the program is started. On asus-me176c this causes osk-sdl to always run in test mode (480x800 centered on the screen, but touch screen fills full screen...).
-
- Jul 05, 2019
-
-
Oliver Smith authored
Switch to automatic luks version detection (Allow both LUKS1 & 2) See merge request postmarketOS/osk-sdl!82
-
Idan Horo authored
-
- Jan 31, 2019
-
-
Oliver Smith authored
Support cross compiling See merge request postmarketOS/osk-sdl!81
-
- Jan 29, 2019
-
-
Robert Yang authored
The environment variables should be override-able and extensible to accommodate cross-compiling.
-
- Jul 26, 2018
-
-
Oliver Smith authored
* remove Travis badge * add photo/video links * update text: we're using it now, it isn't only planned
-
Martijn Braam authored
Replace Travis config with gitlab-ci config Closes #84 See merge request postmarketOS/osk-sdl!79
-
-
- Apr 06, 2018
-
-
Michael Hamann authored
* Makefile: fix compatibility with POSIX shell * Do not use surface and render SDL2 API According to https://wiki.libsdl.org/SDL_GetWindowSurface, it must not be used when the rendering API is used (which is used in osk-sdl). Use the render API instead of the surface API. * Do not prefer software rendering There is no need to use software rendering if hardware rendering is available.
-
- Nov 11, 2017
-
-
clayton craft authored
Note, this will break packaging of this application.
-
- Oct 17, 2017
-
-
clayton craft authored
-
clayton craft authored
-
clayton craft authored
-
- Oct 16, 2017
-
-
Clayton Craft authored
-
Clayton Craft authored
-