Conversation
For better accuracy the implementation was inspired from crDroid custom rom It was partially vibe coded by claude
…scaling for auto-applied wallpapers
…tings to daily wallpaper service
This PR adds - feat: Implement Pocket Detection for turning off the flashlight - feat: Add General Pocket Mode
thekrdev
approved these changes
Jul 4, 2026
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.
This pull request introduces several new features and improvements, including the addition of Pocket Mode (with quick settings tile and settings UI), a new dynamic shortcut update on app launch, and an "Enable Unsupported Features" toggle with a confirmation sheet. It also updates the app version and adds a new activity for wallpaper management. Below are the most important changes:
New Features and Functionalities:
Added Pocket Mode:
PocketModeTileServiceinAndroidManifest.xmlfor quick settings tile support.PocketModeSettingsUIinto the feature settings screen and updated permission requirements. [1] [2] [3]Added "Enable Unsupported Features" toggle:
FeatureRegistryandUnsupportedFeaturesConfirmationSheetfor feature management. [1] [2]UI and Activity Additions:
WallpaperActivityin the manifest and addedSET_WALLPAPERpermission for future wallpaper management features. [1] [2]Behavioral Improvements:
Feature Filtering Logic:
FeatureRegistry.getFilteredFeatures, ensuring only supported/allowed features are shown as children.App Version Update:
versionCodeto 50 andversionNameto 15.6 inbuild.gradle.kts.