NeoApplications / Neo-Backup

backup manager for android
GNU Affero General Public License v3.0
2.37k stars 120 forks source link

[Bug] Can't see uninstalled applications #739

Closed DamienCassou closed 1 year ago

DamienCassou commented 1 year ago

Description

When an application is installed, I can restore it. As soon as I uninstall it, it disappears from NeoBackup: this is true whatever the tab is ("home" or "restore"), whatever the filter is ("all apps", "not installed apps" or "apps without backup") and whatever the app is (I tried with Cuppa and Métronome, both simple apps).

Steps To Reproduce

  1. Install an application (e.g., Cuppa from fdroid)
  2. Open Neobackup and backup both the data and the apk for this app
  3. Wait for the backup to finish
  4. Kill the Neobackup application (to make sure you start it fresh)
  5. Start Neobackup and check that the new application appears in both "home" and "restore" tabs
  6. Uninstall the application
  7. Kill the Neobackup application (to make sure you start it fresh)
  8. Start Neobackup

You can see that the application doesn't appear anymore, whatever tab/filter you use.

If you install the application from fdroid again, the application magically reappears within Neobackup and I can restore the data.

This bug means I can't use Neobackup to restore my applications, only their data

Expected behavior

I would expect that uninstalled applications (that have been backed up before) appear within Neobackup so I can restore them from the backed up apk.

System Information(please complete the following information):

hg42 commented 1 year ago

this should be solved by commit a3aa44a8c2866bcd9915eea98490c4f1ec7857f4 thanks for reporting