Skip to content
Snippets Groups Projects
  1. Sep 23, 2020
  2. Sep 16, 2020
  3. Sep 10, 2020
  4. Aug 08, 2020
  5. Jul 08, 2020
  6. Jun 30, 2020
    • Dirk Leichsenring's avatar
      Add config option to disable animations (MR 88) · 1794d698
      Dirk Leichsenring authored and Oliver Smith's avatar Oliver Smith committed
      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's avatar
      Make colors more subtle (MR 87) · 1809aa08
      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
  7. Jun 23, 2020
    • Oliver Smith's avatar
      src/keyboard.cpp: same layout as squeekboard (MR 86) · 9395f246
      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.
  8. Jun 16, 2020
  9. Feb 04, 2020
    • Clayton Craft's avatar
      Merge branch 'zero-opts' into 'master' · cba788ca
      Clayton Craft authored
      main: zero initialize opts
      
      See merge request postmarketOS/osk-sdl!83
      cba788ca
    • Minecrell's avatar
      main: zero initialize opts · eab22b6d
      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...).
      eab22b6d
  10. Jul 05, 2019
  11. Jan 31, 2019
  12. Jan 29, 2019
  13. Jul 26, 2018
  14. Apr 06, 2018
  15. Nov 11, 2017
  16. Oct 17, 2017
  17. Oct 16, 2017