Skip to content

Releases: MohamadOday/Iris

Iris Keyboard v6.5.3

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:59
fix: restore Apple iOS sampled keypress sounds and proper defaults

Iris Keyboard v6.5.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 04:02
Iris Keyboard v6.5.2

Iris Keyboard v6.5.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:32
v6.5.1 release - memory optimizations

Iris Keyboard v6.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 11:13
Release v6.5.0: Memory Optimization Overhaul

Iris Keyboard v6.4.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 04:04
Fix: positional string formatting for subtype_generic_layout

Iris Keyboard v6.4.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:00
Refactored The utility bar

- Split the monolithic ClipboardBarController (150KB, 3.5k lines) into 8 focused helper components.
- Extracted InlineMathSolver for mathematical expression evaluations.
- Extracted ClipboardSuggestionHelper for showing/hiding suggestion overlay and timeout dismiss timers.
- Extracted ClipboardPanelHelper for list tab navigation, search filtering, grid views, and swipe actions.
- Extracted AiPanelHelper for chat console list layout, message bubbles, custom prompts, and smart composing.
- Extracted AiSettingsHelper for Ollama/Gemini/Custom API credentials panel and options.
- Extracted EmojiPanelHelper for grid configurations, repeatable touch deleting, and inputs.
- Extracted GifPanelHelper for Tenor/Giphy image searches, scrolling animations, offline downloads, and URI commits.
- Extracted TranslationPanelHelper for scraping/MLKit/AI modes, offline models download dialogs, and insert options.
- Kept the main controller lightweight to focus solely on navigation, toolbar layout ordering, and event delegation.
- Verified build and compiled successfully.