spacecowboy / spacecowboy/NotePad
Bugs when using the fdroid and play store version simultaneously
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 409
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
for example, when you click a notification it opens a picker where you can choose the activity to open the note, but it shouldn't happen, because the 2 versions have separate databases. It's because we don't use separate URI for the signal that opens the note. It's similar to the problem that was fixed by using the package name for content providers.
how To Reproduce
- install the fdroid AND the play store versions
- fill both with notes
- set a reminer on a note and wait
- click the notification
- you get to choose which app should open the note, but the correct one should be chosen automatically!
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
Reproduce the notification flow with both F-Droid and Play Store versions installed, then trace the URI used to open a note from a reminder notification. Review the existing package-name handling for content providers and verify that the notification opens the matching app without presenting a picker.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100