mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #839] [MERGED] HTTP code check #1769
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1769
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/839
Author: @TheMoonThatRises
Created: 3/5/2023
Status: ✅ Merged
Merged: 3/7/2023
Merged by: @Depal1
Base:
develop← Head:feat/httpcodecheck📝 Commits (3)
a797383feat: IPA library http code checkd459f99feat: less laggy IPA library loading imagesc02b9d5fix swiftlint📊 Changes
6 files changed (+144 additions, -92 deletions)
View changed files
📝
PlayCover/AppInstaller/Downloader.swift(+1 -2)📝
PlayCover/Model/ITunesResponse.swift(+18 -13)📝
PlayCover/ViewModel/NetworkVM.swift(+39 -8)📝
PlayCover/ViewModel/StoreVM.swift(+34 -47)📝
PlayCover/Views/Settings/IPASourceSettings.swift(+51 -22)📝
PlayCover/en.lproj/Localizable.strings(+1 -0)📄 Description
Checks for HTTP status code when downloading apps from IPA library. Also improves lagginess of IPA library when first downloading all images, switching to
URLSession.shared.dataTaskinstead ofURLSession.shared.data.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.