[PR #164] [MERGED] Add some improvements for hiding/locking apps #1066

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

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/164
Author: @fkunn1326
Created: 9/22/2024
Status: Merged
Merged: 9/25/2024
Merged by: @hugeBlack

Base: mainHead: main


📝 Commits (10+)

📊 Changes

10 files changed (+220 additions, -50 deletions)

View changed files

📝 LiveContainerSwiftUI/LCAppBanner.swift (+53 -0)
📝 LiveContainerSwiftUI/LCAppListView.swift (+59 -33)
📝 LiveContainerSwiftUI/LCAppModel.swift (+20 -0)
📝 LiveContainerSwiftUI/LCAppSettingsView.swift (+31 -6)
📝 LiveContainerSwiftUI/LCSettingsView.swift (+5 -7)
📝 LiveContainerSwiftUI/LCWebView.swift (+2 -2)
📝 LiveContainerSwiftUI/Localizable.xcstrings (+34 -0)
📝 LiveContainerUI/LCAppInfo.h (+1 -0)
📝 LiveContainerUI/LCAppInfo.m (+14 -1)
📝 TweakLoader/UIKit+GuestHooks.m (+1 -1)

📄 Description

With https://github.com/khanhduytran0/LiveContainer/pull/153, we can hidden apps. However, I felt that the experience was not very user-friendly, so I’ve made a few improvements:

  • Enabled hide/strict hide actions without requiring a triple tap.
  • When not in strict hide mode, apps will appear blurred, like this:

https://github.com/user-attachments/assets/5418afa7-1068-4659-9ecc-9f210465594e


🔄 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/164 **Author:** [@fkunn1326](https://github.com/fkunn1326) **Created:** 9/22/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@hugeBlack](https://github.com/hugeBlack) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`039d812`](https://github.com/LiveContainer/LiveContainer/commit/039d812a6581383629241c43ca0cc5727e92bdc7) add some improvements for hiding - [`1f11929`](https://github.com/LiveContainer/LiveContainer/commit/1f11929cb77b1dc5a6de2f2f7e23023514415535) show skelton screen - [`051e945`](https://github.com/LiveContainer/LiveContainer/commit/051e945e08863703bcaf8bf8ba1f204678637064) fix build err - [`195b175`](https://github.com/LiveContainer/LiveContainer/commit/195b175cbcd79078128c0999020dc0a3bd666fa1) fix strict hide isn't applied immediately - [`c15e348`](https://github.com/LiveContainer/LiveContainer/commit/c15e3486dcaf703ed61e60142d3e0d7eca8fe6d9) add locking support...? - [`a357f4b`](https://github.com/LiveContainer/LiveContainer/commit/a357f4b2255f30656f20ffb2f60b1fc00b08d2f5) fix err - [`d9b561f`](https://github.com/LiveContainer/LiveContainer/commit/d9b561f1de6719283b75613aca5f239d8cdefe49) fix...? - [`869cdf7`](https://github.com/LiveContainer/LiveContainer/commit/869cdf78ab549c29d1f2b6a497811bd0fb810d4a) lock - [`b05b151`](https://github.com/LiveContainer/LiveContainer/commit/b05b15171e7fa595cce36474d10993027a0b8396) a - [`3b9ea61`](https://github.com/LiveContainer/LiveContainer/commit/3b9ea619495e573ce4fc6a98b6bbc7a0be4c9ef0) a ### 📊 Changes **10 files changed** (+220 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `LiveContainerSwiftUI/LCAppBanner.swift` (+53 -0) 📝 `LiveContainerSwiftUI/LCAppListView.swift` (+59 -33) 📝 `LiveContainerSwiftUI/LCAppModel.swift` (+20 -0) 📝 `LiveContainerSwiftUI/LCAppSettingsView.swift` (+31 -6) 📝 `LiveContainerSwiftUI/LCSettingsView.swift` (+5 -7) 📝 `LiveContainerSwiftUI/LCWebView.swift` (+2 -2) 📝 `LiveContainerSwiftUI/Localizable.xcstrings` (+34 -0) 📝 `LiveContainerUI/LCAppInfo.h` (+1 -0) 📝 `LiveContainerUI/LCAppInfo.m` (+14 -1) 📝 `TweakLoader/UIKit+GuestHooks.m` (+1 -1) </details> ### 📄 Description With https://github.com/khanhduytran0/LiveContainer/pull/153, we can hidden apps. However, I felt that the experience was not very user-friendly, so I’ve made a few improvements: - Enabled hide/strict hide actions without requiring a triple tap. - When not in strict hide mode, apps will appear blurred, like this: https://github.com/user-attachments/assets/5418afa7-1068-4659-9ecc-9f210465594e --- <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:23 +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#1066
No description provided.