Code Monkey home page Code Monkey logo

florisboard's Introduction

App icon

FlorisBoard Crowdin FlorisBoard CI

FlorisBoard is a free and open-source keyboard for Android 6.0+ devices. It aims at being modern, user-friendly and customizable while fully respecting your privacy. Currently in early-beta state.

Stable Latest stable release

Releases on this track are in general stable and ready for everyday use, except for features marked as experimental. Use one of the following options to receive FlorisBoard's stable releases:

A. Get it on F-Droid:

F-Droid badge

B. Google Play Public Alpha Test:

You can join the public alpha test programme on Google Play. To become a tester, follow these steps:

  1. Join the FlorisBoard Public Alpha Test Google Group to be able to access the testing programme.
  2. Go to the FlorisBoard Testing Page, then click "Become a tester". Now you are enrolled in the testing programme.
  3. To try out FlorisBoard, download it via Google Play. To do so, click on "Download it on Google Play", which takes you to the PlayStore listing.
  4. Finished! You will receive future versions of FlorisBoard via Google Play.

With the v0.4.0 release FlorisBoard will enter the public beta in GPlay, allowing to directly search for and download FlorisBoard without prior joining the alpha group.

C. Use the APK provided in the release section of this repo

Beta Latest beta release

Releases on this track are also in general stable and should be ready for everyday use, though crashes and bugs are more likely to occur. Use releases from this track if you want to get new features faster and give feedback for brand-new stuff. Options to get beta releases:

A. IzzySoft's repo for F-Droid:

IzzySoft repo badge

B. Use the APK provided in the release section of this repo

Giving feedback

If you want to give feedback to FlorisBoard, there are several ways to do so, as listed here.


Preview image

Implemented features

This list contains all implemented and fully functional features FlorisBoard currently has to offer. For planned features and its milestones, please refer to the Feature roadmap.

Basics

  • Implementation of the keyboard core (InputMethodService)
  • Custom implementation of deprecated KeyboardView (base only)
  • Caps + Caps Lock
  • Key popups
  • Extended key popups (e.g. a -> á, à, ä, ...)
  • Key press sound/vibration
  • Portrait orientation support
  • Landscape orientation support (needs tweaks)

Layouts

  • Latin character layouts (QWERTY, QWERTZ, AZERTY, Swiss, Spanish, Norwegian, Swedish/Finnish, Icelandic, Danish, Hungarian, Croatian, Polish, Romanian, Colemak, Dvorak, ...)
  • Non-latin character layouts (Arabic, Persian, Greek, Russian (JCUKEN))
  • Adapt to situation in app (password, url, text, etc. )
  • Special character layout(s)
  • Numeric layout
  • Numeric layout (advanced)
  • Phone number layout
  • Emoji layout
  • Emoticon layout

Preferences

  • Setup wizard
  • Preferences screen
  • Customize look and behaviour of keyboard
  • Theme presets (currently only day/night theme + borderless)
  • Theme customization
  • Subtype selection (language/layout)
  • Keyboard behaviour preferences
  • Gesture preferences

Other useful features

  • One-handed mode
  • Clipboard/cursor tools
  • Clipboard manager/history
  • Integrated number row / symbols in character layouts
  • Gesture support
  • Full integration in IME service list of Android (xml/method) (integration is internal-only, because Android's default subtype implementation not really allows for dynamic language/layout pairs, only compile-time defined ones)
  • Description and settings reference in System Language & Input
  • (dev only) Generate well-structured documentation of code
  • ...

Feature roadmap

This section describes the features which are planned to be implemented in FlorisBoard for the next major versions, modularized into sections. Please note that the milestone due dates are only raw estimates and will most likely be delayed back, even though I'm eager to stick to these as close as possible.

  • Module A: Smartbar rework (Implemented with #91)

    • Ability to enable/disable Smartbar (features below thus only work if Smartbar is enabled)
    • Dynamic switching between clipboard tools and word suggestions
    • Ability to show both the number row and word suggestions at once
    • Better icons in quick actions
    • Complete rework of the Smartbar code base and the Smartbar layout definition in XML
  • Module B: Composing suggestions (Phase 1: #329)

    • Auto-suggestion of words based of precompiled dictionaries
    • Management of custom dictionary entries
    • Next-word suggestions by training language models. Data collected here is stored locally and never leaves the user's device.
  • Module C: Extension packs (base implementation with #162)

    • Ability to load dictionaries (and later potentially other cool features too) only if needed to keep the core APK size small
    • Currently unclear how exactly this will work, but this is definitely a must-have feature
  • Module D: Glide typing

    • Swiping over the characters will automatically convert this to a word
    • Possibly also add improvements based on the Flow keyboard
  • Module E: Theme rework (Implemented with #162)

    • Themes are now based on the Asset schema
    • Dynamic theme creation
    • Different theme modes (Always day, Always night, Follow system and Follow time)
    • Define a separate theme both for day and night theme
    • Adapt to app theme if possible
    • Theme import/export

There's no exact roadmap yet but it is planned that the media part of FlorisBoard (emojis, emoticons, kaomoji) gets a rework. Also as an extension (requires v0.4.0/Module C) GIF support is planned.

> v0.5.0

This is completely open as of now and will gather planned features as time passes...

Backlog (currently not assigned to any milestone):

  • Floating keyboard

Contributing

Wanna contribute to FlorisBoard? That's great to hear! There are lots of different ways to help out. Bug reporting, making pull requests, translating FlorisBoard to make it more accessible, etc. For more information see the contributing guidelines. Thank you for your help!

List of permissions FlorisBoard requests

Please refer to this page to get more information on this topic.

Used libraries, components and icons

Usage notes for included binary dictionary files

All binary dictionaries included within this project in (this)[app/src/main/assets/ime/dict) asset folder are built from various sources, as stated below.

wordfreq is a repository which provides both a Python library and raw data (the wordlists). Only the data has been extracted in order to build binary dictionary files from it. wordfreq's data is licensed under the Creative Commons Attribution-ShareAlike 4.0 license (https://creativecommons.org/licenses/by-sa/4.0/).

For further information on what wordfreq's data depends on, see (https://github.com/LuminosoInsight/wordfreq#license).

License

Copyright 2020 Patrick Goldinger

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

florisboard's People

Contributors

antonygggg avatar bertin0 avatar bpetrov2020 avatar eandersons avatar florisboard-bot avatar goyalyashpal avatar grbavacigla avatar hamedsj avatar hedidnothingwrong avatar heiwiper avatar iorvethe avatar izzysoft avatar kisekinopureya avatar klausweiss avatar mirsella avatar patrickgold avatar phelat avatar qw123wh avatar rickym7 avatar salamandar avatar serebit avatar surendrajat avatar the-quantum-alpha avatar tsiflimagas avatar williamtheaker avatar x-yl avatar yashx avatar z0xrv avatar zoli111 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.