Conversation
Implementation for my feature request #729 Added a "Gesture zone width" slider under the existing "Gesture zone height" slider. The new slider spans from 80dp to 280dp. These values didn't feel too small for a minimum, or too big for a maximum when testing (but have no real meaning outside of that). as a result, the `updateOverlay` method under `OmniGestureOverlayHandler.kt` takes an extra `widthDp` argument. <img width="240" height="533" alt="image" src="https://github.com/user-attachments/assets/eff60bd4-a9ad-404e-b67c-a64dd9ed822d" />
Translations contributed by **@converdario** directly via the Essentials in-app translation mode.
Translations contributed by **@MetaOxytocin** directly via the Essentials in-app translation mode.
Translations contributed by **@elchumy6960** directly via the Essentials in-app translation mode.
Translations contributed by **@operaroblox9441** directly via the Essentials in-app translation mode.
Translations contributed by **@BenceBarens** directly via the Essentials in-app translation mode.
Translations contributed by **@manmen2414** directly via the Essentials in-app translation mode.
Translations contributed by **@Lucasbringmann16** directly via the Essentials in-app translation mode.
Translations contributed by **@Kawaharu869** directly via the Essentials in-app translation mode.
Translations contributed by **@productbyPHT** directly via the Essentials in-app translation mode.
Translations contributed by **@OrdinaryPerson0** directly via the Essentials in-app translation mode.
Translations contributed by **@Ndraaa-repo** directly via the Essentials in-app translation mode.
Translations contributed by **@QuaternionDev** directly via the Essentials in-app translation mode.
Translations contributed by **@AhmedAwad7** directly via the Essentials in-app translation mode.
Translations contributed by **@CapMarkoTo** directly via the Essentials in-app translation mode.
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.
What's new?
This pull request introduces several new features and enhancements, primarily focused on adding call and notification sync functionality for wearable devices, expanding automation capabilities, and improving permissions management. It also includes updates to the app version, new Android permissions, and support for additional DIY automation actions and triggers.
Key changes:
Watch Call & Notification Sync Features
FeatureRegistry, including toggle logic, permission requirements, and integration with the main view model (FeatureRegistry.kt).PermissionRegistry(PermissionRegistry.kt).ANSWER_PHONE_CALLS,READ_CONTACTS, andREAD_CALL_LOGfor call sync functionality (AndroidManifest.xml).CallReceiverbroadcast receiver to listen for telephony state changes and forward call info to the watch sync manager (CallReceiver.kt,AndroidManifest.xml). [1] [2]EssentialsWearableListenerServiceto handle new message paths for dismissing and replying to notifications, and for handling call actions from the watch (EssentialsWearableListenerService.kt).NotificationListenerservice to support silent notification detection, and to forward posted notifications to the watch sync manager, including ranking map support (NotificationListener.kt). [1] [2] [3]Automation & DIY Enhancements
OpenApp,TurnOnHotspot,TurnOffHotspot, andToggleHotspot(Action.kt).PowerSavingstate,PowerSavingOn, andPowerSavingOfftriggers (State.kt,Trigger.kt). [1] [2]AutomationSuggestion.kt,GenAIAutomationService.kt). [1] [2] [3]SettingsRepository.kt).App Versioning
17.1and version code to60inbuild.gradle.kts.Android Services & Activities
AndroidManifest.xml). [1] [2]These changes collectively add significant new functionality for wearable device integration, automation, and user customization, while ensuring proper permissions and service registration for new features.