Loading
refactor(updates): avoid refetching CleanAPK details per package for signature matching
Reuse the CleanAPK app details already needed during update discovery when checking F-Droid signature matches. This avoids one getApplicationDetails() call per candidate package, reduces redundant network/repository work, and speeds up update scans for apps installed from other stores without changing matching logic.