-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pull Request] 优化设备页面显示, 新增设备服务状态控制, 等其它改进 #29
Merged
Merged
Conversation
This file contains 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
…iner to hide control.
…, the restore function assigned to long press.
Squashed commit of the following: commit f381274 Author: Dynesshely <catrol@qq.com> Date: Mon Mar 27 15:02:00 2023 +0800 💾 Feat(DevicePage): 横屏模式下可以选择列数了 commit d414435 Author: Dynesshely <catrol@qq.com> Date: Mon Mar 27 14:37:44 2023 +0800 💾 🧩 Feat, Refactor(DevicesPage): 横屏模式改用 Wrap 来组织卡片; 进行了 const 优化, SizedBox 优化
Changes: 1. 新增 Android Native 代码 (Kotlin), 通过 channel 与 flutter 通信 2. Android Native 新增获取 MAC 地址方法 3. Android Native 新增显示通知文字方法 4. 引入 `badges` 包用于显示徽章 5. 引入 `crypto` 包用于进行加解密运算 (主要使用了 MD5 算法) 6. 设备卡片进入动画现可适用全局额外动画选项关闭 7. 当应用无法获取真实 MAC 地址时, 伪造一个用于设备识别 (`FO` 开头) 8. 设备结构信息改变时, 为显示卡片重建更多信息 9. 设备卡片新增 MAC 地址显示, 在线插件数用徽章显示在右侧 Squashed commits: - 82340ac - eab7a05 - 2710d28 - 5f9c004 - e02813c - 055d48d - ecfd92b - 86bf109 - 570ea85 - cb2fc5a - 83b69d7 - f961b83 - 965185b - e29e09d - 06432ea
# <emoji> <types>(<scope>): <subject> # <emoji>: 💾/🔧/📄/🎇/🧩/✅/❌/📝/📦/🐛 # <types>: Feat/Fix/Docs/Style/Refactor/Test/Test/Chore/Struct/Bug # demo: 💾 📝 📦 Feat, Chore, Struct(Scope): issue or changelog # <body> # <footer> (Breaking Changes) # Date: # Author:
# <emoji> <types>(<scope>): <subject> # <emoji>: 💾/🔧/📄/🎇/🧩/✅/❌/📝/📦/🐛 # <types>: Feat/Fix/Docs/Style/Refactor/Test/Test/Chore/Struct/Bug # demo: 💾 📝 📦 Feat, Chore, Struct(Scope): issue or changelog # <body> # <footer> (Breaking Changes) # Date: # Author:
- Imported package `sliding_up_panel` - Open panel by tapping device card - Now device card widget accept `onTap` parameter Squashed commits: - dff6df7df9fe1106b44bd5e9719bf437ac5bcf62 - 4ab1d27eff8709a0e4a4592a32e73a3082f1e513 - 20ae31471cd1910ba60adc3198249a253e9854e3 - abe16cefee73a1bd16fad83fb484b8d920fb102b
This was referenced May 6, 2023
[Pull Request] Refactored network part of Dashboard, enhancements in other repos.
Crequency/KitX#252
Merged
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.
What does this PR do?
Features:
Breaking changes:
com.crequency.kitx.kitx_mobile
到com.crequency.kitx.mobile
Related issues