Skip to content

v3.8.3 Release

Latest

Choose a tag to compare

@LeanBitLab LeanBitLab released this 01 Jun 06:00

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