[PR #630] [MERGED] feat: Sort by Launchdate #1110

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

📋 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: mainHead: launchdatesort


📝 Commits (5)

  • c5c331a feat: sort by launchdate
  • fb5d4d4 fix: simplify and integrate into LCAppSortManager
  • 07fdda3 fix: add back sharedAppSortManager
  • 2818ad3 fix: remove redundant variable
  • f65a1ff fix: 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.
IMG_0760


🔄 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/630 **Author:** [@m1337v](https://github.com/m1337v) **Created:** 6/28/2025 **Status:** ✅ Merged **Merged:** 6/29/2025 **Merged by:** [@hugeBlack](https://github.com/hugeBlack) **Base:** `main` ← **Head:** `launchdatesort` --- ### 📝 Commits (5) - [`c5c331a`](https://github.com/LiveContainer/LiveContainer/commit/c5c331a2353d186f81b0490c69486f8141dafed3) feat: sort by launchdate - [`fb5d4d4`](https://github.com/LiveContainer/LiveContainer/commit/fb5d4d481880a84390b60067fddbee86f7780300) fix: simplify and integrate into LCAppSortManager - [`07fdda3`](https://github.com/LiveContainer/LiveContainer/commit/07fdda3acc96feb7ca6e61509f45261e5b4ceda6) fix: add back sharedAppSortManager - [`2818ad3`](https://github.com/LiveContainer/LiveContainer/commit/2818ad372878b082c79204e3d8f2014e916eab87) fix: remove redundant variable - [`f65a1ff`](https://github.com/LiveContainer/LiveContainer/commit/f65a1ffaa10b185cf4ae9a3bc6d6724d2b5be6f0) fix: simplify sorting ### 📊 Changes **7 files changed** (+47 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. ![IMG_0760](https://github.com/user-attachments/assets/6ed643c6-b85a-4b7a-9812-be7baae96327) --- <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:36 +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#1110
No description provided.