Introduces GitHub issue and PR templates, contributing and security documentation. Adds Android 12+ splash screen support, updates theming and status color handling, and improves MaskedEmail card/detail UI with shared transitions and accessibility. Updates dependencies for Compose and Material3, and enhances README with detailed setup and contribution instructions.
36 lines
1,019 B
Markdown
36 lines
1,019 B
Markdown
## Description
|
|
Brief description of the changes in this PR.
|
|
|
|
## Type of Change
|
|
- [ ] Bug fix (non-breaking change that fixes an issue)
|
|
- [ ] New feature (non-breaking change that adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
|
- [ ] Documentation update
|
|
|
|
## Related Issues
|
|
Fixes #(issue number)
|
|
|
|
## Changes Made
|
|
- Change 1
|
|
- Change 2
|
|
- Change 3
|
|
|
|
## Testing
|
|
Describe the tests you ran to verify your changes:
|
|
- [ ] Tested on emulator (API level: )
|
|
- [ ] Tested on physical device (model: )
|
|
- [ ] Unit tests pass
|
|
- [ ] UI looks correct in light and dark mode
|
|
|
|
## Screenshots (if applicable)
|
|
| Before | After |
|
|
|--------|-------|
|
|
| | |
|
|
|
|
## Checklist
|
|
- [ ] My code follows the project's style guidelines
|
|
- [ ] I have performed a self-review of my code
|
|
- [ ] I have commented my code where necessary
|
|
- [ ] I have updated the documentation if needed
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] Any dependent changes have been merged and published
|