| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
api use situation for animation group Signed-off-by: hehongyang3 <hehongyang@huawei.com> 🤖 AI[0%] 👌 AI Adopted[0%] 🧑 Human[100%] Co-authored-by: Agent | 2 个月前 | |
编译效率优化:减少头文件依赖,使用前向声明替代重include - container.h: 移除app_bar_view.h include,改为前向声明,构造/析构/SetAppBar/GetAppBar改为out-of-line实现 - 40+文件: 移除不必要的include或替换为前向声明 - 补充因依赖链变化缺失的include - 修复SDK编译ace_view_preview.cpp的FrameNode不完整类型错误 Issue: https://gitcode.com/openharmony/arkui_ace_engine/issues/75256 Signed-off-by: liuhui <liuhui160@huawei.com> Change-Id: I0614e4197c7e741c9634e840134c15c62731bae5 | 3 个月前 | |
implement color picker IPC callback Co-authored-by: Tianer Zhou<zhoutianer@huawei.com> | 6 个月前 | |
!82862 merge 0328log into master 恢复截图日志 Created-by: qq_43273048 Commit-by: ZouQianshun Merged-by: openharmony_ci Description: **IssueNo**: https://gitcode.com/openharmony/arkui_ace_engine/issues/74879 **Description**: 恢复截图日志 **Sig**: SIG_ApplicationFramework **Binary Source**: No(涉及则Yes) ## 请勿修改以下选项内容,仅需保存后点击复选框,或在编辑时将对应项前面的 [ ]改为[x] ## Do not modify the following option content. Simply save and click the checkbox, or when editing, change [ ] to [x] for the relevant item. ### Feature or Bugfix - [ ] 需求/Feature - [x] 缺陷/Bugfix ### 是否涉及非兼容变更/Whether it involves incompatible changes - [ ] 是/Yes - [x] 否/No ### TDD自验结果/TDD Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved ### XTS自验结果/XTS Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved ### 检视意见是否都已闭环/Have all review comments been resolved - [x] 是/Yes - [ ] 否/No ### 是否已执行L0用例 - [x] 已验证/Yes - [ ] 不涉及,请在下方说明原因/Not Involved. Please specify the reasons below. See merge request: openharmony/arkui_ace_engine!82862 | 4 个月前 | |
Theme.csv和Resource冗余代码清理 Signed-off-by: yuanlin94 <linyuan25@h-partners.com> | 28 天前 | |
优化报错信息 Signed-off-by: wangchensu <wangchensu@huawei.com> Change-Id: Ifa1ecee3736a41f7936da0067644a10bc7320d00 | 5 个月前 | |
4 Signed-off-by: kentzustc <zhangle110@huawei.com> Change-Id: Ic948e71ea8ce16ee04e4899159dd158394dc6aa6 | 1 年前 | |
fix napi_scope usage, which may cause the uicontext object to be gc. Signed-off-by: Far <yesiyuan2@huawei.com> Change-Id: I964b673dbce4519f55c7010f855fdd7330a5abc9 | 1 年前 | |
add detect loop Signed-off-by: lzr <liuzengrui1@huawei.com> | 1 年前 | |
fix dialog defaultFocus not working for NAPI dialog interface The defaultFocus property was parsed from button options but never applied to the button's focus hub in DialogPattern::CreateButton. Only params.isPrimary triggered SetIsDefaultFocus, so buttons with defaultFocus=true did not auto-focus. Add handling for params.defaultFocus when dialogProperties_.isDialogNapiCall is true, so the NAPI dialog interface (presentDialog/presentCustomDialog) correctly auto-focuses the button with defaultFocus=true. Other interfaces (declarative frontend, CJ frontend, ETS/ANI) are unaffected since isDialogNapiCall defaults to false. Signed-off-by: H-xinwei <huangxinwei4@huawei.com> Co-Authored-By:Agent Change-Id: I143f47be4b28182240cdcff21fc6086e951df25e | 17 天前 | |
!80302 merge marquee_1.2 into master marquee add spacing & delay 1.2 Created-by: tzcurtain Commit-by: tzcurtain Merged-by: openharmony_ci Description: **IssueNo**: 72287 **Description**: marquee add spacing & delay 1.2 **Sig**: SIG_ApplicationFramework **Binary Source**: No(涉及则Yes) - [x] 需求/Feature - [ ] 缺陷/Bugfix - [ ] 是/Yes - [x] 否/No - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved - [x] 是/Yes - [ ] 否/No - [x] 已验证/Yes - [ ] 不涉及,请在下方说明原因/Not Involved. Please specify the reasons below. See merge request: openharmony/arkui_ace_engine!80302 | 5 个月前 | |
dragController起拖动效节点关闭UIFirst Signed-off-by: wangzhone <wangzhihao42@h-partners.com> | 1 个月前 | |
部件化编译整改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> | 1 年前 | |
修复focus切换问题 Signed-off-by: hct95 <hechentao@huawei.com> 🤖 AI[0%] 👌 AI Adopted[0%] 🧑 Human[100%] | 1 个月前 | |
remove unused Signed-off-by: zhuxu <zhuxu43@huawei.com> | 1 年前 | |
4 Signed-off-by: kentzustc <zhangle110@huawei.com> Change-Id: Ic948e71ea8ce16ee04e4899159dd158394dc6aa6 | 1 年前 | |
Optimize inspector code. Signed-off-by: chijunwen <chijunwen@h-partners.com> | 4 个月前 | |
Co-Authored-By:Agentheader optimization:refactor: extract ImageResizableSlice Co-Authored-By:Agent Signed-off-by: l00916518 <liuhuayi3@huawei.com> Change-Id: I26cc11ca36c3b2d8ec868e788e4ad464af56c325 Change-Id: I5c20d23485cc6647841914692a76ba6dcd43a90a | 4 个月前 | |
优化取色监听回调逻辑 Signed-off-by: wangxiuxiu <wangxiuxiu9@huawei-partners.com> | 4 个月前 | |
measureText直方图适配 Co-Authored-By: Agent Signed-off-by: royce-ls <lusong11@huawei.com> | 1 个月前 | |
MediaQuery增加Error级别日志并把部分变量改为thread_local Signed-off-by: bughub9906 <wangjiazhen4@huawei.com> | 4 个月前 | |
tab、swiper test Signed-off-by: yuanlin94 <linyuan25@h-partners.com> | 1 个月前 | |
fix overlay onBackPress leak Co-Authored-By: Agent Signed-off-by: niushuo0510 <niushuo3@huawei.com> AI[0%] Human Fixed[0%] Human[100%] AI Adopted[0%] | 11 天前 | |
ArkUI-X UI主库不编译单框架特有的打点、上报、dump代码,减少romsize Signed-off-by: chendongqi <chendongqi3@h-partners.com> | 23 天前 | |
独立编译-配合ability_runtime删除public_deps Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 6 个月前 | |
修复arkui-x 问题 Signed-off-by: chijunwen <chijunwen@h-partners.com> | 4 个月前 | |
remove menu and dialog on GENTLE && GENTLE_THIN Co-Authored-By: Agent Signed-off-by: niushuo0510 <niushuo3@huawei.com> | 24 天前 | |
add router stack size Signed-off-by: tsj_2020 <tongshijia@huawei.com> Change-Id: I79a18d049c961d7ff0d2013a314d0baad1bb65a4 | 6 个月前 | |
0624SmartGesture Fix Problem Signed-off-by: yuanlin94 <linyuan25@h-partners.com> | 1 个月前 | |
支持menuitem自动填充 Signed-off-by: g00500048 <ganzhiwei2@huawei.com> | 7 个月前 | |
materialBench-curve Signed-off-by: xuhang363 <xuhang89@huawei.com> | 5 天前 | |
Theme.csv和Resource冗余代码清理 Signed-off-by: yuanlin94 <linyuan25@h-partners.com> | 28 天前 | |
弹窗整合api,支持返回节点挂载失败错误码 Co-Authored-By: Agent Signed-off-by: H-xinwei <huangxinwei4@huawei.com> Change-Id: I58ecd300a881b89a6601f793197ada5b7024a6dc | 2 个月前 | |
NAPI_Knowledge_Base Signed-off-by: Shi Bofan <shibofan1@huawei.com> | 5 个月前 | |
SmartGesture add Signed-off-by: yuanlin94 <linyuan25@h-partners.com> | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 3 个月前 | ||
| 6 个月前 | ||
| 4 个月前 | ||
| 28 天前 | ||
| 5 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 17 天前 | ||
| 5 个月前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 11 天前 | ||
| 23 天前 | ||
| 6 个月前 | ||
| 4 个月前 | ||
| 24 天前 | ||
| 6 个月前 | ||
| 1 个月前 | ||
| 7 个月前 | ||
| 5 天前 | ||
| 28 天前 | ||
| 2 个月前 | ||
| 5 个月前 | ||
| 3 个月前 |