Conversation
…iFi disconnection or the ADB pairing is broken
…tax error when the script is pasted with Windows line endings
Before, it was only doing it when the orientation did not match, but even for the same orientation it should do it because Samsung devices can change the resolution dynamically for example.
ConfigIntentFragment applies its argument by calling ConfigIntentViewModel.loadResult from onCreate, which runs again when the screen is recreated (for example on a configuration change) while the ViewModel survives. Re-applying the original argument discarded any edits the user had made, such as changing the chosen activity, so the activity appeared to revert to its original value. Apply the initial argument only once so a recreation no longer overwrites the in-progress edits. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FLMhZgAZLKvtgPGKXC9oKq
…esolution Samsung devices let you change the display resolution dynamically, which left the coordinate actions tapping the wrong place. The resolution the coordinates were picked for is now saved with the action and they are scaled to the current display size when the action is performed. The pinch distance is scaled too. If the saved resolution is in the opposite orientation to the current display then its width and height are swapped before scaling, so rotating the device on its own never moves a coordinate. Actions created before this change have no saved resolution and are never scaled.
…ess Debugging settings This needs to be done before spinning out gestures into a separate accessibility service
…start Expert Mode
…ent-activity-edit Edits to activity in send intent action are not saved
…ibility service enabled.
…long press key map instead of only being possible to drag.
…no usable system file picker Export now saves directly to the Downloads folder, and import lets you choose from backups found there (in the F-Droid build, you can optionally grant "All files access" to see backups copied in from other devices; this is not requested in the Play Store build). Closes #2098, #2233
…he starter scripts directory is unavailable Closes #2231
…Redmi/Poco devices
… optimisation on TV
…n on small displays
…dia forward/backward actions, instead of the fixed 30 seconds. Closes #2239
…om the Send Intent action's activity picker.
…ts in scrollable key map list so they do not block the list when space is tight
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.