Fix System Launcher Layout issues and exceptions#1472
Open
Crypt0Beaver wants to merge 8 commits intoReChronoRain:mainfrom
Open
Fix System Launcher Layout issues and exceptions#1472Crypt0Beaver wants to merge 8 commits intoReChronoRain:mainfrom
Crypt0Beaver wants to merge 8 commits intoReChronoRain:mainfrom
Conversation
Refactor and adapt home layout, folder, and gesture rules for OS3 - **LayoutRules**: Refactor workspace padding logic to use `mWorkspaceTopPadding` and `mWorkspaceCellPaddingBottom` objects; adjust `currentCellHeight` calculation and fix typos. - **DisplayUtils**: Add exception handling and logging for `dp2px`, `sp2px`, and `px2dp` conversions. - **CornerSlide**: Refactor to extend `HomeBaseHookNew` and add support for OS3-specific `canTriggerAssistantAction` parameter signature. - **WorkspacePadding**: Refactor to extend `HomeBaseHookNew`, consolidate padding hook logic, and improve OS3 compatibility. - **UnlockBlurSupported**: Refactor to extend `HomeBaseHookNew` and dynamicize class names for OS3 support.
… without signing.properties - Improve check for signing properties by verifying the presence of "storeFile" or the "STORE_FILE" environment variable. - Ensure "hasProperties" signing config is used consistently when signing criteria are met.
Author
|
Updated the code to the new project structure and refactoring |
added 4 commits
March 30, 2026 14:56
Refactor build configuration logic - Use constants for GIT_HASH and GIT_CODE build config fields - Consolidate signing configuration checks into a single variable
Author
|
@Sevtinge @lingqiqi5211 I also included some code cleanup in the build.gradle in order for the codacy checks to pass directly. |
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.
Fixes some Home/System Launcher issues:
#1370