mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[PR #630] [MERGED] feat: Sort by Launchdate #1110
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#1110
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/LiveContainer/LiveContainer/pull/630
Author: @m1337v
Created: 6/28/2025
Status: ✅ Merged
Merged: 6/29/2025
Merged by: @hugeBlack
Base:
main← Head:launchdatesort📝 Commits (5)
c5c331afeat: sort by launchdatefb5d4d4fix: simplify and integrate into LCAppSortManager07fdda3fix: add back sharedAppSortManager2818ad3fix: remove redundant variablef65a1fffix: simplify sorting📊 Changes
7 files changed (+47 additions, -3 deletions)
View changed files
📝
LiveContainerSwiftUI/LCAppInfo.h(+1 -0)📝
LiveContainerSwiftUI/LCAppInfo.m(+9 -0)📝
LiveContainerSwiftUI/LCAppListView.swift(+0 -2)📝
LiveContainerSwiftUI/LCAppModel.swift(+3 -0)📝
LiveContainerSwiftUI/LCAppSortManager.swift(+18 -1)📝
LiveContainerSwiftUI/Shared.swift(+5 -0)📝
Resources/Localizable.xcstrings(+11 -0)📄 Description
Extends the LCAppSortManager with the possibility to sort by the last Launchdate. With this the most recently opened apps appear first. Useful if there are some apps you use more frequently than others.

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