Skip to content
Snippets Groups Projects
  1. May 24, 2020
  2. May 21, 2020
  3. May 18, 2020
    • Marcus's avatar
      clean up db when deleting a repository · fdd556b4
      Marcus authored
      Previously everything from a repo staying inside the db when removing it
      without disabling it first, the problem manifests when the repo is
      readded later (or a mirror), as it would get a new id but all apk
      entries still point to the original repoid.
      
      So we now first disable a repo (which just calls
      RepoProvider.Helper.purgeApps) before deleting it from the db.
      
      closes #29
      fdd556b4
    • Marcus's avatar
      don't crash when we can't get a repository for an app · 25f19b68
      Marcus authored
      This paints over the underlying problems from #29.
      25f19b68
  4. May 12, 2020
  5. May 11, 2020
  6. Apr 11, 2020
Loading