v1.0.7 Stable - #20
Merged
Merged
Conversation
…in RearStoreScreen and AboutScreen Signed-off-by: ghhccghk <2137610394@qq.com>
- Added `PropTools` and `OSVersionTools` to retrieve system properties including device name, market name, Android version, and OS version (with support for root-access naming). - Updated `AboutScreen` to display a new card containing device and system specifications. - Added necessary string resources for device info labels in both English and Chinese. - Refactored `InfoLine` component in `HomeScreen` for better layout flexibility. Signed-off-by: ghhccghk <2137610394@qq.com>
…tion and update loading indicators to InfiniteProgressIndicator Signed-off-by: ghhccghk <2137610394@qq.com>
- **feat**: Added ability to retrieve and display "Sub-screen Version" (targeting `com.xiaomi.subscreencenter`) in the About screen. - **feat**: Implemented `rememberBlurBackdrop` utility and integrated `BlurredBar` into the navigation bar for better visual effects. - **fix**: Fixed package name inconsistency for `PageUtils` and updated related imports. - **ui**: Refined `BlurredBar` blur radius calculation using density and adjusted surface color opacity. - **refactor**: Cleaned up `AboutScreen` UI code and improved device name display styling. - **manifest**: Added `<queries>` for the sub-screen center package to comply with Android 11+ package visibility requirements. Signed-off-by: ghhccghk <2137610394@qq.com>
feat: 修改加载动画,关于界面添加设备信息
… favorites has been modified to fix the issue of overly sensitive triggering & formatting code
…retrieval - **feat**: Integrated `AboutLibraries` plugin and implemented `AboutLibrariesTools` to parse and display library information using `kotlinx-serialization`. - **feat**: Added a new "Licenses" navigation route and dedicated `LicenseContent` UI to the About screen. - **feat**: Added localized string resources for the new licenses section. - **fix**: Added error handling to `getSubSceenVersion` in `DeviceConfigTools` to prevent crashes if the target package is missing. - **build**: Added `kotlinx-serialization` plugin and dependency, and configured the `aboutLibraries` plugin in `build.gradle.kts`. - **proguard**: Added keep rules for `AboutLibrariesToolsKt` to prevent issues with reflection or serialization in minified builds. Signed-off-by: ghhccghk <2137610394@qq.com>
- Added a `SuperCard` to the About screen to display and provide access to open-source licenses. - Integrated `onOpenLibraries` click action and used localized string resources for the title and summary. Signed-off-by: ghhccghk <2137610394@qq.com>
…reen & skip display subscreen version for not supported devices
Removed unused import statement for Log.
feat: 添加引用界面
… screen animation
- **feat**: Added an interactive `OverlayDialog` to display license details, featuring automatic URL detection and clickable links within the license text. - **ui**: Replaced static license text in `AboutScreen` with clickable `RearBadgePill` components for a more modern interface. - **ui**: Refined `LibraryItem` layout with a divider and improved alignment for developer and license information. - **refactor**: Updated `LibraryItem` to accept a license map and managed dialog visibility state within the component. - **refactor**: Added `modifier` parameter support to `RearBadgePill` to allow custom interactions and styling from parent layouts. - **refactor**: Simplified `LibraryDevelopersText` by removing redundant "Developer:" prefixes. Signed-off-by: ghhccghk <2137610394@qq.com>
chore: allow negative value for insets chore: qodana code quality chore: upgrade dependencies
chore: clean code
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.