Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(patcher): Improve installation #2185

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

aliernfrog
Copy link
Contributor

  • Renamed "Root" installation type to "Mount"
  • Made the "Cancel" button in InstallPickerDialog a text button

dialog

  • Made InstallPickerDialog only show up if the device is rooted
  • Reduced remoteFS timeout to 20 seconds from 120 seconds (it was taking too long for the installation to fail when root access was denied)

* (UI) make the "Cancel" button in InstallPickerDialog a TextButton to match M3 guidelines
* add check for Root and only show InstallPickerDialog if rooted, do a regular installation otherwise
* reduced remoteFS timeout to 20 seconds from 120
@validcube validcube added the ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager label Sep 2, 2024
private val rootInstaller: RootInstaller by inject()
val rootInstaller: RootInstaller by inject()
Copy link
Member

@Axelen123 Axelen123 Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make rootInstaller private and provide hasRootAccess through the viewmodel instead (for consistency).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done with b6dc75a

@Axelen123 Axelen123 merged commit f6f7238 into ReVanced:compose-dev Sep 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants