ossappscollective / ossappscollective/OSS-DocumentScanner
[FEATURE REQUEST] Set screen brightness to its maximum value while displaying card information
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.4k
- Forks
- 121
- Avg merge
- 1d 58m
- Merged PRs (30d)
- 17
Description
Is your feature request related to a problem? Please describe.
Most apps that display a barcode, QR code, etc. will automatically set the screen brightness to the maximum setting to improve readability, then return it to its original value once finished. I would like the Card Wallet app to do the same.
Describe the solution you'd like
Have Card Wallet set the screen brightness to 100% when a card's barcode/QR code is being displayed.
Describe alternatives you've considered
Manually changing screen brightness is what I've done, but it is somewhat annoying to do.
Additional context
N/A
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 locating the Card Wallet screen that displays a card barcode or QR code and reviewing how the Android app currently handles screen brightness. Implement the brightness change for the display period and restoration of the original setting afterward; done means the code is readable at full brightness and the prior brightness returns when the display ends.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100