Simple-Keyboard - A quick lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols

Overview

Simple Keyboard

Logo

A quick lightweight keyboard app that helps chatting with your friends, or inserting any other texts, numbers or symbols.

It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.

Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.

Check out the full suite of Simple Tools here: https://www.simplemobiletools.com

Facebook: https://www.facebook.com/simplemobiletools

Reddit: https://www.reddit.com/r/SimpleMobileTools

Get it on Google Play

App image App image App image
Comments
  • Add Bulgarian language

    Add Bulgarian language

    Hello guys, I love your project and I've been getting increasing number of apps made from you. I love the simple concept and the keyboard is the next amazing thing that I felt I always needed when working on my phone. I would really appreciate it if you can add Bulgarian language as well.

    feature request 
    opened by chobster 6
  • v5.0.1 APK is unsigned

    v5.0.1 APK is unsigned

    Could you please sign the APK attached to the release? My updater just alerted me the APK attached to v5.0.1 is unsigned. I checked and confirm:

    DOES NOT VERIFY
    ERROR: Missing META-INF/MANIFEST.MF
    package: name='com.simplemobiletools.keyboard' versionCode='2' versionName='5.0.1' compileSdkVersion='30' compileSdkVersionCodename='11'
    

    Thanks in advance! My updater will check again tomorrow around 18:20 UTC.

    opened by IzzySoft 6
  • Add functionality to set keyboard height

    Add functionality to set keyboard height

    This is my first open source contribution, so please give any feedback regarding code, set-up of the pull request and the process.

    I missed functionality to set the height of the keyboard. I used other keyboard before and switched to this one, due to the simplicity. The keyboard however, was a lot smaller than I was used to so I created this functionality.

    In the pull request I tried following all rules noted here.

    There are now 3 modes to set the keyboard: Small, Medium and Big/Large. It's just a really simple setting with a list of all options available. I tried different methods, including a textbox, radio buttons and the one implemented now: a pop-up with some options, comparable to the language selection.

    Again: I really wanted this functionality and decided to maybe help out and implement it myself. Hope you like it.

    If any code needs to be edited, changed, refactored or anything, please let me know. I am open to feedback.

    opened by jacobkapitein 5
  • Feature Request: Text Cursor Control

    Feature Request: Text Cursor Control

    SwiftKey implements this by a tap+hold on the spacebar, and then you drag your finger over the keyboard to reposition the text cursor.

    This is way less fiddly than trying to fight Android's logic on this.

    opened by Saijin-Naib 4
  • Help end staggered software keyboards

    Help end staggered software keyboards

    I would absolutely love to see this to be the first open source ortholinear keyboard for Android. It would be nice if it was made the default too in order to promote this becoming the familiar default layout for all people of the world. Staggered keyboards are not simple (https://youtu.be/Ho_CFfdsmc8?t=337), ortholinear keyboards are simple.

    opened by PAI5REECHO 3
  • Add emojis

    Add emojis

    Added emojis as per this feature request

    Notes:

    • The view logic is the same as for the clipboard page.
    • All emojis are shown together without any categorization.
    • Emoji variations (skin tone, hair color, etc.) are ignored for now.
    opened by Naveen3Singh 3
  • Set default theme to Black & White

    Set default theme to Black & White

    I use this keyboard for my assisted living home because it is so simple and keeps the people from hitting all the wrong keys. I build the app from code and install on it on the phone but I would like to set the default theme to Black and White because this is easier for them to see. I tried changing the theme in sytles.xml and had no luck. I looked through the code and couldn't find any obvious way to do it. Does anyone know how I can set the default theme to Black and White so when I install the app it uses that theme?