forked from JayedAhsan/OSBoard
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0368e99
commit 6178f61
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# OSBoard | ||
An Open Source Keyboard for Developers | ||
|
||
|
||
## About OSBoard | ||
|
||
OSBoard is an android studio ready open source keyboard for creating advanced IME for the developers. | ||
|
||
it comes with precompiled libs so no need for compiling c++ libs, just build and run! | ||
|
||
|
||
|
||
|
||
## How to build | ||
|
||
Clone and open OSBoard in Android studio. | ||
|
||
Click on build. | ||
|
||
|
||
|
||
## Credits | ||
|
||
Licensed under Apache License Version 2 | ||
|
||
OSBoard is based on AOSP LatineIME keyboard. You can get the original source code in https://android.googlesource.com/platform/packages/inputmethods/LatinIME/ |