Star
4
Fork
155
代码
介绍
代码
Issues
58
Pull Requests
62
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
4
Fork
155
master
plugins
/
file
/
picker
/
filepicker
/
android
/
java
/
jni
下载当前目录
jinpeng0804
refactor(file-picker-android): eliminate global data by introducing requestId routing
01519012
创建于
13 天前
历史提交
文件
最后提交记录
最后更新时间
document_view_picker_impl.cpp
refactor(file-picker-android): eliminate global data by introducing requestId routing Replace static napienv/deferred globals with per-request PendingRequest map on DocumentFilePicker. Each select/save call gets a unique requestId that flows through JNI to Java and back, ensuring concurrent calls resolve independent Promises instead of overwriting each other. Old static members preserved for iOS compatibility. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Change-Id: Idcb9f48fd3308a351318aeb799914c69dd613cd4 Signed-off-by: jinpeng0804 <jinpeng0804@vip.qq.com>
13 天前
document_view_picker_impl.h
Upgrade to ArkUI-X-5.0.1-Release Signed-off-by: mamingshuai <mamingshuai1@huawei.com>
1 年前
filepicker_jni.cpp
refactor(file-picker-android): eliminate global data by introducing requestId routing Replace static napienv/deferred globals with per-request PendingRequest map on DocumentFilePicker. Each select/save call gets a unique requestId that flows through JNI to Java and back, ensuring concurrent calls resolve independent Promises instead of overwriting each other. Old static members preserved for iOS compatibility. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Change-Id: Idcb9f48fd3308a351318aeb799914c69dd613cd4 Signed-off-by: jinpeng0804 <jinpeng0804@vip.qq.com>
13 天前
filepicker_jni.h
refactor(file-picker-android): eliminate global data by introducing requestId routing Replace static napienv/deferred globals with per-request PendingRequest map on DocumentFilePicker. Each select/save call gets a unique requestId that flows through JNI to Java and back, ensuring concurrent calls resolve independent Promises instead of overwriting each other. Old static members preserved for iOS compatibility. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Change-Id: Idcb9f48fd3308a351318aeb799914c69dd613cd4 Signed-off-by: jinpeng0804 <jinpeng0804@vip.qq.com>
13 天前