Loading
refactor(updates): fetch update sources concurrently
Open-source, GPlay, and system app update checks are independent network calls that were running sequentially. Running them in parallel cuts total wait time from the sum of all sources to the slowest single source.