[PR #557] [CLOSED] Added support for AltSources #1097

Closed
opened 2026-03-03 15:38:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/557
Author: @StephenDev0
Created: 6/5/2025
Status: Closed

Base: multitaskHead: AltSource


📝 Commits (8)

  • 5f24cc9 Allow multiple app import
  • 3fac5bd Allow additional installs during queued processing
  • c3a2307 Merge pull request #1 from StephenDev0/codex/allow-multiple-app-imports-with-queue
  • d48bbf7 Add progress count for multi-app import
  • f914902 Merge pull request #2 from StephenDev0/codex/add-progress-indicator-for-multi-app-import
  • 605f8ba Update LCAppListView.swift
  • d0a6fab Add AltStore source support
  • 86117e5 Sources

📊 Changes

6 files changed (+344 additions, -60 deletions)

View changed files

📝 LiveContainerSwiftUI/LCAppListView.swift (+63 -53)
LiveContainerSwiftUI/LCSourcesView.swift (+237 -0)
📝 LiveContainerSwiftUI/LCTabView.swift (+21 -7)
📝 LiveContainerSwiftUI/LiveContainerSwiftUIApp.swift (+1 -0)
📝 LiveContainerSwiftUI/Shared.swift (+7 -0)
📝 Resources/Localizable.xcstrings (+15 -0)

📄 Description

This adds support for AltSources along with caching them. Please Merge after my other pr because this was built on top of that code.


🔄 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/LiveContainer/LiveContainer/pull/557 **Author:** [@StephenDev0](https://github.com/StephenDev0) **Created:** 6/5/2025 **Status:** ❌ Closed **Base:** `multitask` ← **Head:** `AltSource` --- ### 📝 Commits (8) - [`5f24cc9`](https://github.com/LiveContainer/LiveContainer/commit/5f24cc9f57a8f13a94913d52f825caf43f8c98dc) Allow multiple app import - [`3fac5bd`](https://github.com/LiveContainer/LiveContainer/commit/3fac5bdc130ed9121537c7e045ce2e7fad07f26a) Allow additional installs during queued processing - [`c3a2307`](https://github.com/LiveContainer/LiveContainer/commit/c3a2307c66e4546e496f084772bdd73fb9e32dac) Merge pull request #1 from StephenDev0/codex/allow-multiple-app-imports-with-queue - [`d48bbf7`](https://github.com/LiveContainer/LiveContainer/commit/d48bbf7d0bca9fa4c7806ae0c35886f9a0bdaeac) Add progress count for multi-app import - [`f914902`](https://github.com/LiveContainer/LiveContainer/commit/f9149026ee54186fe81957687953f46a945fd34f) Merge pull request #2 from StephenDev0/codex/add-progress-indicator-for-multi-app-import - [`605f8ba`](https://github.com/LiveContainer/LiveContainer/commit/605f8ba61a65b84bf6f2aa3e3a87ce24e7fdd492) Update LCAppListView.swift - [`d0a6fab`](https://github.com/LiveContainer/LiveContainer/commit/d0a6fab8633df60e6a3d30be8901b0905987c598) Add AltStore source support - [`86117e5`](https://github.com/LiveContainer/LiveContainer/commit/86117e50009423e353e663c87f54e442d8d15b88) Sources ### 📊 Changes **6 files changed** (+344 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `LiveContainerSwiftUI/LCAppListView.swift` (+63 -53) ➕ `LiveContainerSwiftUI/LCSourcesView.swift` (+237 -0) 📝 `LiveContainerSwiftUI/LCTabView.swift` (+21 -7) 📝 `LiveContainerSwiftUI/LiveContainerSwiftUIApp.swift` (+1 -0) 📝 `LiveContainerSwiftUI/Shared.swift` (+7 -0) 📝 `Resources/Localizable.xcstrings` (+15 -0) </details> ### 📄 Description This adds support for AltSources along with caching them. Please Merge after my other pr because this was built on top of that code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:38:32 +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/LiveContainer#1097
No description provided.