[PR #558] [CLOSED] Added Support for Multi App Importing & AltSources #1098

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/558
Author: @StephenDev0
Created: 6/6/2025
Status: Closed

Base: multitaskHead: AltSource


📝 Commits (10+)

  • 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
  • 9c7dc32 Make the user's tab save
  • 8ca50c0 V2 Support & Bug Fix

📊 Changes

7 files changed (+443 additions, -61 deletions)

View changed files

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

📄 Description

I'd squash and merge this.


🔄 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/558 **Author:** [@StephenDev0](https://github.com/StephenDev0) **Created:** 6/6/2025 **Status:** ❌ Closed **Base:** `multitask` ← **Head:** `AltSource` --- ### 📝 Commits (10+) - [`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 - [`9c7dc32`](https://github.com/LiveContainer/LiveContainer/commit/9c7dc32167d29bb7f2050535c731d55f4d1b5b8b) Make the user's tab save - [`8ca50c0`](https://github.com/LiveContainer/LiveContainer/commit/8ca50c07838e7f1fedc35d94efdb4cfd83ef5c27) V2 Support & Bug Fix ### 📊 Changes **7 files changed** (+443 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `LiveContainerSwiftUI/AppDelegate.swift` (+4 -1) 📝 `LiveContainerSwiftUI/LCAppListView.swift` (+63 -53) ➕ `LiveContainerSwiftUI/LCSourcesView.swift` (+332 -0) 📝 `LiveContainerSwiftUI/LCTabView.swift` (+21 -7) 📝 `LiveContainerSwiftUI/LiveContainerSwiftUIApp.swift` (+1 -0) 📝 `LiveContainerSwiftUI/Shared.swift` (+7 -0) 📝 `Resources/Localizable.xcstrings` (+15 -0) </details> ### 📄 Description I'd squash and merge this. --- <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#1098
No description provided.