LuckSiege / LuckSiege/PictureSelector

关于android 10 以上版本适配建议

Open
#1,834 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.