mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #624] [MERGED] New Cache System #1687
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#1687
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/624
Author: @amirsaam
Created: 12/24/2022
Status: ✅ Merged
Merged: 12/29/2022
Merged by: @Depal1
Base:
develop← Head:New-Cache-System📝 Commits (10+)
6901c86New Cache Systeme5230f5Update README.mdadd4d95Update Localizable.stringsba0ffa9Update Cacher.swift40ed7a2Update MenuBarView.swift5bdc9e2Merge branch 'develop' into New-Cache-System163e8abMerge branch 'PlayCover:develop' into New-Cache-System178aaf2Merge branch 'PlayCover:develop' into New-Cache-Systemdea4b1eload time fix1a16eeacode cleanup📊 Changes
10 files changed (+233 additions, -237 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+38 -4)📝
PlayCover/Model/ITunesResponse.swift(+20 -2)➕
PlayCover/Utils/Cacher.swift(+55 -0)➖
PlayCover/Utils/ImageCache.swift(+0 -166)📝
PlayCover/Views/App Views/PlayAppView.swift(+37 -26)📝
PlayCover/Views/App Views/StoreAppView.swift(+52 -25)📝
PlayCover/Views/AppSettingsView.swift(+17 -12)📝
PlayCover/Views/MenuBarView.swift(+11 -1)📝
PlayCover/en.lproj/Localizable.strings(+1 -1)📝
README.md(+2 -0)📄 Description
Cacherclass has been introduced inCacher.swiftthat usesDataCachepackageImageCacheclass and rewrote the logic and reworked all usages of itgetITunesDatafunction so any part of PlayCover can use it as a function as it should not be in a class that is unrelated to its functionalityImageCachebug)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.