Conversation
…ngine integration
- Replace default Android robot with custom Focus Shield logo - Shield design features concentric rings and cardinal focus rays - Updated ic_launcher_foreground.xml with teal outlines (#1EC8B0) and white shield - Updated ic_launcher_monochrome.xml for Android 13+ dynamic theming support - Add ic_launcher_background color reference to maintain visual consistency - Adaptive icon system scales logo perfectly across all device densities
- Remove legacy density-specific launcher icons (10x .webp bitmaps from mipmap-hdpi/mdpi/xhdpi/xxhdpi/xxxhdpi) - Consolidate icon resources to adaptive XML-only pipeline (mipmap-anydpi-v26) - Normalize ic_launcher_foreground.xml and ic_launcher_monochrome.xml decorables - Delete obsolete drawable-v24 variant (pre-API 25 compatibility not needed) - Remove dead API version checks from 3 source files (MIN_SDK is 21; checks for M/L always true) - AppMonitorService.kt: Remove Build.VERSION.SDK_INT >= M check - PermissionsScreen.kt: Remove Build.VERSION.SDK_INT >= M check - BatteryUtils.kt: Remove Build.VERSION.SDK_INT >= M check - Add missing FOREGROUND_SERVICE permission to AndroidManifest.xml for clarity - Fix lint violations and achieve production-grade code quality All changes verified with assembleDebug + lintDebug (BUILD SUCCESSFUL, lint clean). Adaptive icons now properly resolved without gradle confusion from legacy bitmaps.
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.