[PR #838] [MERGED] Cherry pick for 2.0.5 bugfix #1767

Closed
opened 2026-03-03 19:08:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/838
Author: @XuYicong
Created: 3/4/2023
Status: Merged
Merged: 3/16/2023
Merged by: @Depal1

Base: stableHead: stable


📝 Commits (8)

  • a1959b4 Translations update from Hosted Weblate (#747)
  • 352e4c0 Adds toggle to fix screen issues with some apps in adaptive mode (#781)
  • 8199124 change url scheme to apple-magnifier
  • 0e6fffe feat: high resolution warning (#802)
  • 8918535 feat: (slightly) more robust uri handler (#538)
  • 3822163 Translations update from Hosted Weblate (#803)
  • e708d9d fix: deselect app on uninstall (#792)
  • f64d204 fix version control mark in jp localization strings

📊 Changes

28 files changed (+572 additions, -32 deletions)

View changed files

📝 Cartfile (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+4 -0)
📝 PlayCover/Info.plist (+2 -2)
📝 PlayCover/Model/AppSettings.swift (+25 -0)
PlayCover/Utils/URLHandler.swift (+101 -0)
📝 PlayCover/Views/App Views/PlayAppView.swift (+1 -0)
📝 PlayCover/Views/AppSettingsView.swift (+22 -1)
📝 PlayCover/Views/MainView.swift (+7 -1)
📝 PlayCover/Views/PlayCoverApp.swift (+1 -12)
📝 PlayCover/Views/Settings/IPASourceSettings.swift (+10 -0)
📝 PlayCover/Views/Sidebar Views/IPALibraryView.swift (+8 -0)
📝 PlayCover/ca.lproj/Localizable.strings (+27 -0)
📝 PlayCover/de.lproj/Localizable.strings (+24 -1)
📝 PlayCover/en.lproj/Localizable.strings (+3 -0)
📝 PlayCover/es.lproj/Localizable.strings (+23 -0)
📝 PlayCover/fa.lproj/Localizable.strings (+24 -1)
📝 PlayCover/fr.lproj/Localizable.strings (+24 -1)
📝 PlayCover/hi.lproj/Localizable.strings (+23 -0)
📝 PlayCover/id.lproj/Localizable.strings (+23 -0)
📝 PlayCover/ja.lproj/Localizable.strings (+24 -1)

...and 8 more files

📄 Description

The commits included is chosen so that it fixes existing bugs or issues without introducing user-sensible features that may potentially introduce more bugs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/838 **Author:** [@XuYicong](https://github.com/XuYicong) **Created:** 3/4/2023 **Status:** ✅ Merged **Merged:** 3/16/2023 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `stable` ← **Head:** `stable` --- ### 📝 Commits (8) - [`a1959b4`](https://github.com/PlayCover/PlayCover/commit/a1959b49a911018c4df567d5c7cf5cede1e438fe) Translations update from Hosted Weblate (#747) - [`352e4c0`](https://github.com/PlayCover/PlayCover/commit/352e4c0ad836e58328ee61a4899ac0ad308b2fec) Adds toggle to fix screen issues with some apps in adaptive mode (#781) - [`8199124`](https://github.com/PlayCover/PlayCover/commit/8199124040527331cc624e5e30d266557fb4fc9e) change url scheme to apple-magnifier - [`0e6fffe`](https://github.com/PlayCover/PlayCover/commit/0e6fffebc75e17bd8a62c79e59225855dcd8d672) feat: high resolution warning (#802) - [`8918535`](https://github.com/PlayCover/PlayCover/commit/89185357e14cd610668da59aee17aec464781b8b) feat: (slightly) more robust uri handler (#538) - [`3822163`](https://github.com/PlayCover/PlayCover/commit/38221632b898024a8512ef52d0a840183afd886a) Translations update from Hosted Weblate (#803) - [`e708d9d`](https://github.com/PlayCover/PlayCover/commit/e708d9d0571ecb583b922b268d7cb0cfefce15bd) fix: deselect app on uninstall (#792) - [`f64d204`](https://github.com/PlayCover/PlayCover/commit/f64d20418fa06a62d19e33a98ace6ce28e55c383) fix version control mark in jp localization strings ### 📊 Changes **28 files changed** (+572 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `Cartfile` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+4 -0) 📝 `PlayCover/Info.plist` (+2 -2) 📝 `PlayCover/Model/AppSettings.swift` (+25 -0) ➕ `PlayCover/Utils/URLHandler.swift` (+101 -0) 📝 `PlayCover/Views/App Views/PlayAppView.swift` (+1 -0) 📝 `PlayCover/Views/AppSettingsView.swift` (+22 -1) 📝 `PlayCover/Views/MainView.swift` (+7 -1) 📝 `PlayCover/Views/PlayCoverApp.swift` (+1 -12) 📝 `PlayCover/Views/Settings/IPASourceSettings.swift` (+10 -0) 📝 `PlayCover/Views/Sidebar Views/IPALibraryView.swift` (+8 -0) 📝 `PlayCover/ca.lproj/Localizable.strings` (+27 -0) 📝 `PlayCover/de.lproj/Localizable.strings` (+24 -1) 📝 `PlayCover/en.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/es.lproj/Localizable.strings` (+23 -0) 📝 `PlayCover/fa.lproj/Localizable.strings` (+24 -1) 📝 `PlayCover/fr.lproj/Localizable.strings` (+24 -1) 📝 `PlayCover/hi.lproj/Localizable.strings` (+23 -0) 📝 `PlayCover/id.lproj/Localizable.strings` (+23 -0) 📝 `PlayCover/ja.lproj/Localizable.strings` (+24 -1) _...and 8 more files_ </details> ### 📄 Description The commits included is chosen so that it fixes existing bugs or issues without introducing user-sensible features that may potentially introduce more bugs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:08:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1767
No description provided.