diff --git a/README.md b/README.md index aaf22d5..4c1d11e 100644 --- a/README.md +++ b/README.md @@ -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. --- @@ -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) ---- diff --git a/app/release/baselineProfiles/0/app-release.dm b/app/release/baselineProfiles/0/app-release.dm index 1dc0020..776346a 100644 Binary files a/app/release/baselineProfiles/0/app-release.dm and b/app/release/baselineProfiles/0/app-release.dm differ diff --git a/app/release/baselineProfiles/1/app-release.dm b/app/release/baselineProfiles/1/app-release.dm index 8b9e505..d0034ba 100644 Binary files a/app/release/baselineProfiles/1/app-release.dm and b/app/release/baselineProfiles/1/app-release.dm differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 8ac5742..b83b9c1 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -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" } ], diff --git a/app/src/main/res/raw/reference.md b/app/src/main/res/raw/reference.md index 4d755f1..a5ea5f7 100644 --- a/app/src/main/res/raw/reference.md +++ b/app/src/main/res/raw/reference.md @@ -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 | + --- diff --git a/doc/banner.png b/doc/banner.png new file mode 100644 index 0000000..df67d29 Binary files /dev/null and b/doc/banner.png differ diff --git a/doc/img_main.png b/doc/img_main.png deleted file mode 100644 index 7d3d0a9..0000000 Binary files a/doc/img_main.png and /dev/null differ diff --git a/doc/screen_combined_landscape.png b/doc/screen_combined_landscape.png deleted file mode 100644 index f6d6a52..0000000 Binary files a/doc/screen_combined_landscape.png and /dev/null differ diff --git a/doc/screen_floating_landscape.png b/doc/screen_floating_landscape.png deleted file mode 100644 index 4d47d0d..0000000 Binary files a/doc/screen_floating_landscape.png and /dev/null differ diff --git a/doc/screen_floating_landscape_tablet.png b/doc/screen_floating_landscape_tablet.png deleted file mode 100644 index ab654da..0000000 Binary files a/doc/screen_floating_landscape_tablet.png and /dev/null differ diff --git a/doc/screenshots1.png b/doc/screenshots1.png new file mode 100644 index 0000000..3b37221 Binary files /dev/null and b/doc/screenshots1.png differ diff --git a/doc/screenshots2.png b/doc/screenshots2.png new file mode 100644 index 0000000..8345d62 Binary files /dev/null and b/doc/screenshots2.png differ diff --git a/doc/screenshots3.png b/doc/screenshots3.png new file mode 100644 index 0000000..0dce9f6 Binary files /dev/null and b/doc/screenshots3.png differ diff --git a/doc/screenshots4.png b/doc/screenshots4.png new file mode 100644 index 0000000..16b1b95 Binary files /dev/null and b/doc/screenshots4.png differ