Commit aab426e
Ven
feat(web): 添加系统相册操作功能
- 新增 GalleryJavascriptInterface 实现相册相关JS接口
- 新增 GalleryUtils 工具类支持图片/视频添加到相册
- 支持 Android 10+ 新存储框架的相册操作
- 实现从相册删除媒体文件功能
- 在 HttpJavascriptInterface 中集成下载文件到相册选项
- 添加相册操作结果回调和错误处理机制1 parent d552e47 commit aab426e
File tree
7 files changed
+585
-174
lines changed- assists-web/src/main/java/com/ven/assists/web
- gallery
- network
7 files changed
+585
-174
lines changedThis file was deleted.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| 225 | + | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments