mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #705] [MERGED] Download checksum #1714
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#1714
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/705
Author: @TheMoonThatRises
Created: 1/16/2023
Status: ✅ Merged
Merged: 1/31/2023
Merged by: @Depal1
Base:
develop← Head:feat/downloadchecksum📝 Commits (4)
bedfdc4feat: download checksumfe1b4aeMerge branch 'develop' into feat/downloadchecksumbaad467Merge branch 'develop' into feat/downloadchecksumf8e461bfix variable use📊 Changes
27 files changed (+211 additions, -112 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+4 -0)📝
PlayCover/AppInstaller/Downloader.swift(+59 -13)📝
PlayCover/ViewModel/DownloadVM.swift(+14 -3)📝
PlayCover/ViewModel/InstallVM.swift(+6 -25)➕
PlayCover/ViewModel/ProgressVM.swift(+48 -0)📝
PlayCover/ViewModel/StoreVM.swift(+1 -0)📝
PlayCover/Views/App Views/StoreAppView.swift(+3 -3)📝
PlayCover/Views/MenuBarView.swift(+2 -2)📝
PlayCover/Views/PlayCoverApp.swift(+1 -0)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+7 -6)📝
PlayCover/Views/ToastView.swift(+14 -12)📝
PlayCover/de.lproj/Localizable.strings(+3 -3)📝
PlayCover/en.lproj/Localizable.strings(+7 -3)📝
PlayCover/es.lproj/Localizable.strings(+3 -3)📝
PlayCover/fa.lproj/Localizable.strings(+3 -3)📝
PlayCover/fr.lproj/Localizable.strings(+3 -3)📝
PlayCover/hi.lproj/Localizable.strings(+3 -3)📝
PlayCover/id.lproj/Localizable.strings(+3 -3)📝
PlayCover/ja.lproj/Localizable.strings(+3 -3)📝
PlayCover/ko.lproj/Localizable.strings(+3 -3)...and 7 more files
📄 Description
Add download checksum (using SHA256) and implement a parent inheritable class for progress view models.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.