LuckSiege / LuckSiege/PictureSelector
关于android 10 以上版本适配建议
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
一开始是想用 TakePhoto 改造,但发现PictureSelector 图库加载方式性能更好(PictureSelector查询返回的LocalMedia中path较多,比较冗余)。 最终的想法是借鉴PictureSelector 的查询,改造TakePhoto 。查询返回图片地址为Uri,10及以上选择图片以后,copy图片到私有目录。公开删除图片方法(此方法在图片上传后必需调用),方法内判断是否是copy,是copy的做删除操作。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the TakePhoto flow and the PictureSelector gallery query behavior described in the issue, focusing on Android 10+ Uri results and copying selected images into private storage. Trace the public image-deletion method and determine how it can identify copied files. Done means Android 10+ selections work through Uri values, copied files can be deleted after upload, and existing selection behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100