-
-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
新增请求前弹出权限说明弹窗案例 新增通知栏监听权限清单检测机制 补充画中画权限清单检测机制 优化获取清单文件的代码 优化框架中的部分代码注释 优化权限请求拦截器的方法命名 优化获取通知监听设置界面 Intent 逻辑 修正 Android 12 定位权限检测机制 修正 Android 13 媒体权限向下兼容的方式 修正 PermissionPageFragment 使用完没有移除的问题 修正在没有设置任何权限的情况下调用 request 出现崩溃的问题
- Loading branch information
1 parent
349abd1
commit e60a357
Showing
94 changed files
with
2,319 additions
and
738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: Submit Bug | ||
about: Please tell me the problem with the framework and I will help you fix it! | ||
labels: bug | ||
assignees: getActivity | ||
|
||
--- | ||
|
||
|
||
## [Warning: Please be sure to fill in according to the issue template. Don't take any chances. Once you find that the issue is not filled in carefully according to the template, you will close it directly.] | ||
|
||
#### Description of the problem | ||
|
||
* Framework Version [Required]: Please enter the framework version you are using | ||
|
||
* Problem Description [Required]: Please enter your description of the problem | ||
|
||
* Reproduction step [Required]: Please enter the steps to reproduce the problem (Note: Bug without reproduction step is not accepted at present) | ||
|
||
* Whether the problem can be reproduced [Required]: Yes/No | ||
|
||
* Phone information in question [Required]: Please fill in the phone brand and model in question | ||
|
||
* Android version in question [Required]: Please fill in the Android version in question | ||
|
||
* Source of problem information [Required]: Please fill in the source of the problem (for example: encountered by yourself / see on firebase crashlytics / user feedback, etc.) | ||
|
||
#### Please respond | ||
|
||
* Is it a specific phone or all phones will appear [Must answer]: Some/All (for example: google phones, certain Android versions will appear) | ||
|
||
* Does the latest version of the framework have this problem [Must answer]: Yes/No (if you are using an older version, it is recommended to upgrade to see if the problem still exists) | ||
|
||
* Have you consulted the framework documentation but have not resolved [Must answer]: Yes/No (the documentation will provide answers to the most common questions, and you can see if there is anything you want) | ||
|
||
* Has anyone ever asked a similar question [Must answer]: Yes/No (see if anyone has ever asked a similar question, and refer to how others have solved it first) | ||
|
||
* Whether the question can be reproduced through Demo [Must answer]: Yes/No (it is used to check whether it is caused by a problem with the writing of your own project code.) | ||
|
||
* Does this issue also occur using the system-provided permissions API [Must answer]: Yes/No (it is used to check whether there is a problem with the code of the framework.) | ||
|
||
#### Other | ||
|
||
* Provide the error stack (if it is a crash, it needs to be provided, be careful not to take the obfuscated code stack) | ||
|
||
* Provide screenshots or videos (if available, it is recommended to fill in) | ||
|
||
* Provide solutions (if any, it is recommended to fill in) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Ask questions | ||
about: Ask questions and I'll answer them | ||
labels: question | ||
assignees: getActivity | ||
|
||
--- | ||
|
||
## [Warning: Please be sure to fill in according to the issue template. Don't take any chances. Once you find that the issue is not filled in carefully according to the template, you will close it directly.] | ||
|
||
#### Description of the problem | ||
|
||
* Problem Description [Required]: Please describe your problem (Note: If it is determined to be a framework bug, please do not mention it here, otherwise it will not be accepted) | ||
|
||
#### Please respond | ||
|
||
* Have you consulted the framework documentation but have not resolved [Must answer]: Yes/No (the documentation will provide answers to the most common questions, and you can see if there is anything you want) | ||
|
||
* Has anyone ever asked a similar question [Must answer]: Yes/No (see if anyone has ever asked a similar question, and refer to how others have solved it first) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Submit a suggestion | ||
about: Please tell me the shortcomings of the framework, so that I can do better! | ||
labels: help wanted | ||
assignees: getActivity | ||
|
||
--- | ||
|
||
## [Warning: Please be sure to fill in according to the issue template. Don't take any chances. Once you find that the issue is not filled in carefully according to the template, you will close it directly.] | ||
|
||
#### Suggest collection | ||
|
||
* Issue Has anyone asked a similar question before? [Must answer]: (Once there are repeated questions, I will not answer them again) | ||
|
||
* Does the framework documentation mention this? [Must answer]: Yes/No (please read the documentation of the framework before making suggestions) | ||
|
||
* What do you think the framework is lacking in? [Must answer]: (You can describe what makes you dissatisfied with the framework) | ||
|
||
* What do you think would be better to improve? [Optional]: (You can provide your own ideas or practices for the author's reference) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.