Full build-out: working Shizuku exec, share categories, hide-mode toggle - #2
Merged
Conversation
…ode toggle Fixes: - Replace rish-based Shizuku execution (unusable from app sandbox) with Shizuku.newProcess via reflection; commands are now suspend + IO-safe - Keep pm-disabled apps in the list (MATCH_DISABLED_COMPONENTS + ghost entries from stored prefs) so they can always be restored - Refresh capabilities on Shizuku permission grant, binder events, onResume - Move `which su` root check off the main thread - Dedupe resolve list per package (LazyColumn key collision crash) Features: - Share sheet categories: Share Text / Images / Files (+ manifest queries) - Hide mode is a persisted user toggle (Suspend vs Component); component mode now works via Shizuku too, not just root - Unhide replays the inverse of how the app was hidden (stored components) - Search/filter, empty state, lifecycle-aware collection, buffered snackbars - README + AI_DEVLOG Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LtAsU6K77NmPmjF5io5T3P
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Builds ShaRemove out from scaffold to feature-complete.
Fixes
Shizuku.newProcessvia reflection (kept by existing ProGuard rule); all commands suspend + IO-safe.queryIntentActivities(intent, 0)drops them). NowMATCH_ALL | MATCH_DISABLED_COMPONENTS+ ghost entries synthesized from stored prefs.which suno longer runs on the main thread.Features
ACTION_SEND) + manifest<queries>.collectAsStateWithLifecycle, buffered snackbar channel.🤖 Generated with Claude Code
https://claude.ai/code/session_01LtAsU6K77NmPmjF5io5T3P