Skip to content

Commit

Permalink
README and reference updated, fresh screenshots added
Browse files Browse the repository at this point in the history
  • Loading branch information
roalyr committed Dec 25, 2024
1 parent 2b8f32d commit ff4b540
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 11 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# CustomKeyboardEngine
![doc/banner.png](doc/banner.png)

CustomKeyboardEngine is a flexible and customizable keyboard engine for Android.

![img_main.png](doc/img_main.png)
### CustomKeyboardEngine is a flexible and customizable keyboard engine for Android.

---

Expand All @@ -23,11 +21,12 @@ CustomKeyboardEngine is a flexible and customizable keyboard engine for Android.

## Screenshots

![screen_combined_landscape.png](doc/screen_combined_landscape.png)
![screenshots1.png](doc/screenshots1.png)

![screen_floating_landscape.png](doc/screen_floating_landscape.png)
![screenshots2.png](doc/screenshots2.png)

![screen_floating_landscape_tablet.png](doc/screen_floating_landscape_tablet.png)
![screenshots3.png](doc/screenshots3.png)

![screenshots4.png](doc/screenshots4.png)

---

Binary file modified app/release/baselineProfiles/0/app-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-release.dm
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.2.1-beta",
"versionCode": 3,
"versionName": "1.2.2-beta",
"outputFile": "app-release.apk"
}
],
Expand Down
31 changes: 30 additions & 1 deletion app/src/main/res/raw/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,36 @@ Defines individual key attributes.

---

## TODO: List of icons
## Available Icons

An example of declaring a key icon: `"icon": "@drawable/ic_tab"`


| File Name | Icon description |
|---------------------------------|---------------------------------|
| ic_anchor | Anchor |
| ic_backspace | Backspace |
| ic_clipboard | Clipboard |
| ic_close | Close |
| ic_down_bold_arrow | Down Bold Arrow |
| ic_down_triangle_arrow | Down Triangle Arrow |
| ic_emoji | Emoji |
| ic_eye | Eye |
| ic_eye_disabled | Eye Disabled |
| ic_launcher_background | Launcher Background |
| ic_launcher_foreground | Launcher Foreground |
| ic_left_bold_arrow | Left Bold Arrow |
| ic_left_triangle_arrow | Left Triangle Arrow |
| ic_right_bold_arrow | Right Bold Arrow |
| ic_right_triangle_arrow | Right Triangle Arrow |
| ic_space | Space |
| ic_tab | Tab |
| ic_up_bold_arrow | Up Bold Arrow |
| ic_up_triangle_arrow | Up Triangle Arrow |
| ic_warning | Warning |
| ic_zoom_in | Zoom In |
| ic_zoom_out | Zoom Out |


---

Expand Down
Binary file added doc/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/img_main.png
Binary file not shown.
Binary file removed doc/screen_combined_landscape.png
Binary file not shown.
Binary file removed doc/screen_floating_landscape.png
Binary file not shown.
Binary file removed doc/screen_floating_landscape_tablet.png
Binary file not shown.
Binary file added doc/screenshots1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff4b540

Please sign in to comment.