Conversation
Remove the 56dp max width constraint on ShortcutButton tiles and reduce maxLines from 2 to 1 so labels render on a single line instead of wrapping awkwardly. https://claude.ai/code/session_01W3yFTWbyc9dxMPumNUhsS8
Creates a new debug screen accessible from Settings > Debugging that shows raw getevent output using the system bridge. Displays getevent -il on open (device info) and supports recording getevent -lt events via a red record/stop FAB. Output can be copied to clipboard or saved to file. Requires Expert Mode. https://claude.ai/code/session_01QG84he6gs9tqgY9QrFhtKb
Adds a new keyboard action that triggers the IME action (e.g. Send, Submit, Done) on the currently focused input field. Uses the accessibility service's ACTION_IME_ENTER node action, which requires Android 13+ (API 33 / TIRAMISU). https://claude.ai/code/session_01WYByQnTBo1Hudb7zmGkfj3
Replace the AccessibilityNodeInfo.ACTION_IME_ENTER node action with inputMethod.currentInputConnection.performEditorAction(), following the same pattern as injectText(). Adds performImeAction() to IAccessibilityService and implements it in BaseAccessibilityService. https://claude.ai/code/session_01WYByQnTBo1Hudb7zmGkfj3
chore: add CLAUDE.md with project guidelines
Replace Icons.AutoMirrored.Outlined.Send (which may not resolve in this icon set) with Icons.Outlined.Keyboard which is already imported and used by other keyboard actions. https://claude.ai/code/session_01WYByQnTBo1Hudb7zmGkfj3
The exhaustive when(actionId) block in configAction() was missing a case for the new PERFORM_IME_ACTION, causing build and test failures. https://claude.ai/code/session_01WYByQnTBo1Hudb7zmGkfj3
… auto-switch When the user taps the "Choose keyboard" menu item on the home screen and the automatic keyboard switching feature is enabled, show a dialog warning that auto-switch will be disabled. If the user confirms, the feature is turned off and the IME picker is opened. This prevents KeyMapper immediately and silently switching back to its own IME after the user has deliberately selected another keyboard. https://claude.ai/code/session_01AdijnJnpbsCqPDTYobwnLa
…eCase Move isAutoSwitchImeEnabled flow and disableAutoSwitch() out of FixKeyEventActionDelegate (where they don't belong) and into ShowInputMethodPickerUseCase which owns all IME picker concerns. KeyMapListViewModel now reads/writes through the use case. https://claude.ai/code/session_01AdijnJnpbsCqPDTYobwnLa
…e-dialog' into develop
…in-lEt25 #2045 Add 'Perform IME action' action (Android 13+)
…for-tiles-on-discover-screen-xO85h Simplify ShortcutButton layout and text constraints
- Move ExecuteShellCommandUseCase import before base.utils.* (alphabetical order) - Remove unused `width` import from GetEventScreen https://claude.ai/code/session_01QG84he6gs9tqgY9QrFhtKb
New Crowdin Translations
…n' into claude/2081-getevent-debug-screen
…ssistant-error Show action error for device assistant action when no assistant is installed
…-screen Add Expert Mode debug screen for raw getevent output (#2081)
…vice" and "Any input device" to prevent confusion.
#1029 feat: add action to show a toast message
…rgency-kill-timestamps #1956 fix emergency kill timestamp source
…-restart-dialog-copy #2107 clarify accessibility restart dialog copy and actions
#2067 feat: add select all text action
…put when recording
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.