You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fastlane/metadata/android/en-US/full_description.txt
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
-
HeliBoard is a privacy-consciousopen-source keyboard, based on AOSP / OpenBoard.
2
-
Does not use internet permission, and thus is 100% offline.
1
+
LeanType is a privacy-conscious, customizable open-source keyboard, based on AOSP / OpenBoard / HeliBoard.
2
+
It enhances the original keyboard with optional AI-powered features, offering both cloud-based and fully offline on-device intelligence.
3
3
4
4
Features:
5
5
<ul>
6
+
<li><b>AI Proofreading & Translation:</b> Proofread or translate text using Gemini, Groq, or OpenAI-compatible providers, or use fully offline on-device ONNX models.</li>
7
+
<li><b>Custom AI Keys:</b> Assign custom prompts and personas to customizable toolbar keys.</li>
8
+
<li><b>Clipboard Search & Undo:</b> Search through your clipboard history directly from the toolbar, and undo accidental item deletions.</li>
6
9
<li>Add dictionaries for suggestions and spell check</li>
7
10
<ul>
8
-
<li>build your own, or get them <a href="https://codeberg.org/Helium314/aosp-dictionaries#dictionaries">here</a>, or in the <a href="https://codeberg.org/Helium314/aosp-dictionaries#experimental-dictionaries">experimental</a> section (quality may vary)</li>
11
+
<li>build your own, or get them <a href="https://codeberg.org/Helium314/aosp-dictionaries#dictionaries">here</a>, or in the <a href="https://codeberg.org/Helium314/aosp-dictionaries#experimental-dictionaries">experimental</a> section (quality may vary)</li>
9
12
<li>additional dictionaries for emojis or scientific symbols can be used to provide suggestions (similar to "emoji search")</li>
10
13
<li>note that for Korean layouts, suggestions only work using <a href="https://github.com/openboard-team/openboard/commit/83fca9533c03b9fecc009fc632577226bbd6301f">this dictionary</a>, the tools in the dictionary repository are not able to create working dictionaries</li>
11
14
</ul>
@@ -14,8 +17,8 @@ Features:
14
17
<li>can follow the system's day/night setting on Android 10+ (and on some versions of Android 9)</li>
15
18
<li>can follow dynamic colors for Android 12+</li>
16
19
</ul>
17
-
<li>Customize keyboard <a href="https://github.com/Helium314/HeliBoard/blob/main/layouts.md">layouts</a> (only available when disabling <i>use system languages</i>)</li>
18
-
<li>Customize special layouts, like symbols, number, or functional key layout</li>
20
+
<li>Customize keyboard <a href="https://github.com/LeanBitLab/HeliboardL/blob/main/layouts.md">layouts</a> (only available when disabling <i>use system languages</i>)</li>
21
+
<li>Customize special layouts, like symbols, number, or functional key layout</li>
19
22
<li>Multilingual typing</li>
20
23
<li>Glide typing (<i>only with closed source library</i> ☹️)</li>
21
24
<ul>
@@ -28,3 +31,5 @@ Features:
28
31
<li>Number pad</li>
29
32
<li>Backup and restore your settings and learned word / history data</li>
30
33
</ul>
34
+
35
+
LeanType is available in multiple build flavors based on your privacy needs: Standard (Opt-in Cloud AI), Offline (On-device AI, NO internet permission), and Offline Lite (No AI, NO internet permission).
0 commit comments