Skip to content

Version 4.4.0 - #2241

Merged
sds100 merged 51 commits into
masterfrom
develop
Sep 12, 2026
Merged

Version 4.4.0#2241
sds100 merged 51 commits into
masterfrom
develop

Conversation

@sds100

@sds100 sds100 commented Sep 12, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

sds100 and others added 30 commits August 31, 2026 12:57
…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
…ent-activity-edit

Edits to activity in send intent action are not saved
…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
…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
@sds100
sds100 merged commit 6360903 into master Sep 12, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants