文件最后提交记录最后更新时间
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 天前
Upgrade to ArkUI-X-5.0.1-Release Signed-off-by: mamingshuai <mamingshuai1@huawei.com>1 年前
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 天前
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 天前