Skip to content

Releases: LeanBitLab/LeanType

v3.8.3 Release

01 Jun 06:00

Choose a tag to compare

What's New

🚀 Performance & Stability (v3.8.3 Core)

  • Lag-Free Suggestions: Moved MediaStore queries to background threads. Uses a thread-safe @Volatile cache to instantly render screenshot previews with zero typing latency.
  • OOM Prevention: Downsamples cached screenshots to a maximum 1024x1024 bounding box and compresses them as JPEG. Reduces cached image sizes by over 95%, eliminating memory crashes and scroll stutter in clipboard history.
  • Active Clip Deletion: Swiping to delete an active item in clipboard history now clears the Android system's primary clipboard, preventing the OS clipboard listener from auto-restoring it on keyboard restart.
  • Fault-Tolerant Coroutines: Integrated SupervisorJob to process-level scopes in the offline AI ModelHolder, protecting the loader from global scope cancellations.
  • API Timeouts & Leaks: Set 5000ms timeouts on cloud model API endpoints to prevent network hangs. Removed an unused Context reference from T5Tokenizer to resolve a process-level memory leak.

🎨 Icon Customization & Themes

  • Icon Packages: Added support for custom drawables in customize icons, immediate icon reload, and forced full theme reload on icon change.
  • Classic Default: Set the classic clipboard icon as default, and added new slanted lines and clipboard slash icons.

📝 Clipboard UI/UX Enhancements

  • Long Press to Clear: Clear history directly via long press on the clipboard clear button.
  • Aesthetic Refinement: Polished pinned section styling and styled header layouts for improved visibility.

🐛 Bug Fixes

  • Web Cursor Swipe: Fixed horizontal cursor swipe gestures in web/input fields.
  • System Copy Fallback: Uses the system copy fallback logic when text selection copying fails in specific apps.
  • Double-Space Combiner: Preserves the double-space countdown timer on the text combiner.
  • Swipe Deletion Crash: Resolved a rare crash when swiping items in the clipboard list.
  • Localization: Updated Russian translations in strings.xml.

Notes

  • Take a backup of your clipboard before updating

  • We're working hard to make our apps the best they can be. We are entirely funded by the community, please consider becoming a sponsor, Thank you to all our current supporters!

Downloads (Choose Your Flavor)

File Description Permissions
1-LeanType_3.x.x-standard-release.apk Recommended. AI Features enabled. Internet
2-LeanType_3.x.x-offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
3-LeanType_3.x.x-offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

Built by LeanBitLab

v3.8.2 Release

26 May 10:07

Choose a tag to compare

What's New

  • New Feature: Text Expander with dynamic template variables.
  • New Feature: Custom AI key tags on toolbar, with transparent circular badges.
  • New Feature: Option to fold/collapse pinned clipboard items by default. (beta stage)
  • Fix: Scaled dynamic grid cells with emoji font scale.
  • Fix: Thread-safe clipboard observer updates to prevent CalledFromWrongThreadException .

Notes

  • We're working hard to make our apps the best they can be. We are entirely funded by the community, please consider becoming a sponsor, Thank you to all our current supporters!

Downloads (Choose Your Flavor)

File Description Permissions
1-LeanType_3.8.2-standard-release.apk Recommended. AI Features enabled. Internet
2-LeanType_3.8.2-offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
3-LeanType_3.8.2-offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

Built by LeanBitLab

v3.8.1 Release

24 May 07:41

Choose a tag to compare

What's New

  • Fix Resources$NotFoundException: Resource ID #0x0 crash caused by obsolete custom icon overrides mapping to missing drawables
  • Add "Clear All" option and confirmation dialog to personal dictionary settings screen, optimizing list refresh
  • Fix spacebar cursor movement swipe gesture and delete key swipe-to-delete gesture in emoji search input field
  • Fix squishing of custom keyboard background images by applying center-crop scaling
  • Add fine-grained vibration strength (amplitude) control to keypress haptics

Notes

  • We're working hard to make our apps the best they can be. We are entirely funded by the community, please consider becoming a sponsor, Thank you to all our current supporters!

Downloads (Choose Your Flavor)

File Description Permissions
1-LeanType_3.8.1-standard-release.apk Recommended. AI Features enabled. Internet
2-LeanType_3.8.1-offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
3-LeanType_3.8.1-offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

Built by LeanBitLab

v3.8.0 Release

23 May 19:57

Choose a tag to compare

What's New

  • Persist Floating Keyboard: Added a setting to persist the floating keyboard state across sessions.
  • Refreshed Clipboard Icon: Changed the clear clipboard toolbar button to use a clean, filled dustbin (recycle bin) icon as default.
  • Touchpad Improvements: Fixed full-screen stretching and removed black space at the bottom of the touchpad by optimizing padding.
  • Numpad Overlap Fix: Fixed the last row of the numpad overlapping onto the clipboard view when the clipboard was opened while in numpad mode.
  • Emoticon Recents Scaling: Fixed text emoticons returning to full size and overlapping on the recent emoji page when reopening the keyboard.
  • Letter Long-press Popups: Fixed popups to correctly show all symbols on long-pressing letters by AsafMah
  • Floating Keyboard Backup: Included floating keyboard preferences in backup/restore and migrated to synchronous commits for settings saving by AsafMah
  • Export/Import Refinements: Fixed dictionary and settings export/import glitches.
  • Deterministic F-Droid Builds: Disabled non-deterministic baseline/ART profiles to guarantee 100% byte-for-byte reproducible F-Droid builds from source.
  • R8 Full Mode: Fully enabled R8 Full Mode and optimized JNI keep rules in Proguard
  • JNI Link-Time Optimization (LTO): Enabled JNI LTO to compile highly optimized native binaries.

Notes

  • We're working hard to make our apps the best they can be. We are entirely funded by the community, please consider becoming a sponsor, Thank you to all our current supporters!

Downloads (Choose Your Flavor)

File Description Permissions
1-LeanType_3.8.0-standard-release.apk Recommended. AI Features enabled (Gemini). Internet
2-LeanType_3.8.0-offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
3-LeanType_3.8.0-offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

Built by LeanBitLab

v3.7.9 Release

17 May 12:05

Choose a tag to compare

Whats new

  • User can now choose separate model for translation
  • Added touchpad mode toolkey (avoid using it with float for now)
    • two finger tap to Enter
    • two finger scroll for faster scrolling
    • long press and drag to select text
    • tap the toolbar key to enable or disable
    • independent from the spacebar swipe up touchpad mode
  • Fix User-Agent header for AI services
  • Stability improvements for floating keyboard and emoji bar
  • Optimize settings container filter loop
  • Refactor binary dictionary lock naming
  • Extract hardcoded API endpoints to strings.xml
  • some other bug fixes and ui improvement

Notes

  • We're working hard to make our apps the best they can be. We are entirely funded by the community, if you want to help us reach our next development milestone, please consider becoming a sponsor, Thank you to all our current supporters!


📦 Downloads (Choose Your Flavour)

File Description Permissions
standard-release.apk Recommended. AI Features enabled (Gemini/Groq). Internet
offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

v3.7.8 Release

10 May 19:27

Choose a tag to compare

Whats new 🎉

  • Latest AI models will be auto fetched
  • Long press translate key to select the target language
  • Improved initial setup page
  • Added narrow key gap slider
  • Fixed emoji suggestion crash
  • Fixed some other minor bugs

Notes

  • Since all the models will be auto fetched, make sure you select the text based models
  • Translation are up to the Model you selected, gemini and qwen models are recommended
  • Model list filter were removed hopping use it future functions

📦 Downloads (Choose Your Flavour)

File Description Permissions
standard-release.apk Recommended. AI Features enabled (Gemini/Groq). Internet
offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

Built with ❤️ by LeanBitLab

v3.7.7 Release

10 May 05:01

Choose a tag to compare

Whats new 🎉

  • Slightly improve suggestions
  • Fixed some other bugs
  • App optimisation
  • Added a theme by shigeorei

Notes

  • Sorry for late release
  • There will be frequent beta releases now on

v3.7.6 Release

08 Apr 20:06

Choose a tag to compare

Added Features

  • Added Floating keyboard feature
  • Added toggle for auto hide pinned keys
  • Added toggle for auto fold toolbar

Fixed

  • One hand mode crash
  • Other minor fixes

Note

  • Take your clipboard backup before updating
    (only if you updating from 3.7.4, 3.7.5 had database change)

v3.7.5 Release

23 Mar 10:56

Choose a tag to compare

What's New

✨ New Features

  • Screenshot Suggestions in Toolbar — Real-time screenshot suggestions appear in the toolbar for quick sharing (disabled by default, enable in Settings > Text correction)
  • Automatic Screenshot Clipboard Saving — Recently taken screenshots are automatically saved to clipboard history, need to toggle on screenshot suggestion
  • Clipboard Delete Undo — Accidentally deleted a clipboard item? A timed undo bar lets you recover it instantly

⚙️ Fixes & Tweaks

  • Fixed emoji recent tab
  • General performance and stability improvements

📦 Downloads (Choose Your Flavor)

File Description Permissions
standard-release.apk Recommended. AI Features enabled (Gemini/Groq). Internet
offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

Built with ❤️ by LeanBitLab

v3.7.4 Release

04 Mar 16:04

Choose a tag to compare

v3.7.4 - UI Polish, Icon Refresh & Bug Fixes

🚀 What's New

🎨 UI & Design

  • Monochrome Icon Support: Full Android 13+ themed (monochrome) icon with a custom keyboard-style design.
  • Improved Custom AI Key UI: Streamlined the AI key creation dialog for a cleaner, more intuitive experience.
  • Settings UI Polish: Various refinements across settings screens for improved readability and consistency.

⚙️ Toolbar & Split Mode

  • Split Toolbar Improvements: Optimized dual toolbar to fully utilize the second bar for emoji search and paging.
  • Fixed Pinned Keys in Split Mode: Pinned key actions are now correctly disabled when split toolbar is active, preventing visual glitches.
  • Fixed Auto-Show Toolbar Conflict: "Auto show toolbar on select" no longer causes the toolbar to open on keyboard launch—it now strictly responds only to text selection.

🔍 Search Fixes

  • Emoji Search Auto-Close: The emoji search bar now properly closes when switching keyboard layouts or dismissing the emoji view.
  • Clipboard Search Auto-Close: Same fix applied to the clipboard search bar for consistent behavior.

📚 Libraries & Resources

  • Emoji Dictionary Download: Added a download button in the Libraries section within settings for quick emoji dictionary setup.
  • Features Link: Added a direct link to the Features guide from the Libraries section.

🐛 Bug Fixes

  • Fixed Settings Search Overlay: Resolved a black overlay appearing on sub-settings pages when the search bar was active.
  • General Optimizations: Minor performance and stability improvements.

📦 Downloads (Choose Your Flavor)

File Description Permissions
standard-release.apk Recommended. AI Features enabled (Gemini/Groq). Internet
offline-release.apk Privacy Focused. No Internet. Offline AI Only. No Internet
offlinelite-release.apk Minimalist. Pure FOSS. No AI code. No Internet

Built with ❤️ by LeanBitLab