Skip to content

Develop - Custom settings, fix search and translations - #813

Merged
sameerasw merged 15 commits into
mainfrom
develop
Aug 19, 2026
Merged

Develop - Custom settings, fix search and translations#813
sameerasw merged 15 commits into
mainfrom
develop

Conversation

@sameerasw

Copy link
Copy Markdown
Owner

This pull request introduces a new "Custom Settings" action for DIY automations, allowing users to modify Android system settings (System, Secure, Global) as part of automation workflows. It also improves icon handling for status bar icons, updates permission registration for new features, and adds a utility for recording and diffing settings changes. Additionally, some UI code is refactored for robustness and clarity.

DIY Automations: Custom Settings Action

  • Adds a new CustomSettings action to the Action sealed interface, enabling automations to modify arbitrary Android settings tables (SYSTEM, SECURE, GLOBAL). This includes data classes for settings entries and table selection, and dynamically determines required permissions.
  • Implements execution logic for CustomSettings actions in CombinedActionExecutor, attempting to write settings directly and falling back to shell commands if necessary.
  • Integrates the new action into the automation editor UI, including configuration sheet support and validation. [1] [2] [3] [4] [5]
  • Registers required permissions (WRITE_SECURE_SETTINGS, WRITE_SETTINGS) for the DIY tab in the permission registry.
  • Adds a utility class SettingsRecorder for snapshotting and diffing Android settings, supporting automation creation based on settings changes.

Status Bar Icon Improvements

  • Assigns appropriate drawable resources to several status bar icons (network_speed, glove_mode, frame_rate, no_sim) for better visual representation. [1] [2]
  • Refines icon validation in FeatureCard to ensure only valid drawable resources are used, with fallbacks for invalid icons.

UI and Codebase Cleanups

  • Removes unused animation and Instagram graphic code from SetupFeatures for a cleaner user experience. [1] [2] [3]
  • Updates imports to support new features and code organization. [1] [2] [3]

These changes collectively enhance the flexibility of automations, improve UI consistency, and lay the groundwork for settings-based automation triggers.

yanmess1ge-dot and others added 14 commits August 17, 2026 11:25
Translations contributed by **@yanmess1ge-dot** directly via the
Essentials in-app translation mode.
Translations contributed by **@qxmO5** directly via the Essentials
in-app translation mode.
Translations contributed by **@fishqaq123** directly via the Essentials
in-app translation mode.
Translations contributed by **@dimzhen** directly via the Essentials
in-app translation mode.
Translations contributed by **@Ndraaa-repo** directly via the Essentials
in-app translation mode.
@sameerasw sameerasw self-assigned this Aug 19, 2026
@sameerasw sameerasw added bug Something isn't working enhancement New feature or request translations For Translations and related tasks labels Aug 19, 2026
@sameerasw
sameerasw merged commit e3ceaf6 into main Aug 19, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Essentials Progress Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request translations For Translations and related tasks

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants