spacecowboy / NotePad

Now under new management
GNU General Public License v3.0
384 stars 157 forks source link

Bugs when using the fdroid and play store version simultaneously #504

Open CampelloManuel opened 1 year ago

CampelloManuel commented 1 year ago

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

  1. install the fdroid AND the play store versions
  2. fill both with notes
  3. set a reminer on a note and wait
  4. click the notification
  5. you get to choose which app should open the note, but the correct one should be chosen automatically!