jp64k bbe4050b40 Completed comprehensive rookie redesign with extensive UI/UX modernization, new theme and architectural improvements
Implemented a custom theme with a new color scheme and extensively refined UI logic and architecture for improved modernity and consistency. Relocated and reworked numerous options (mount device, select device, share app, uninstall app, pull-to-desktop, filters, etc.), and updated all message boxes to use the new themed styling with enhanced visual polish. All message boxes now use custom themed styling with enhanced visual polish. Corrected grammatical or logical flaws across text, tooltips, and title updates throughout the application. Added smooth animations to left-side navigation / container elements. Fine-tuned sizing, positioning, and colors across numerous UI components. Enhanced GalleryView with proper favorites support including context menu integration, favorite border styling and favorite badge, as well as some bug fixes. Implemented custom modern ToggleSwitch component (iOS-like) with animations. Completely overhauled quest option and rookie option menus to utilize new toggle switches in modernized layouts. Refined sorting and installation status logic to streamline UX; rookie now also functions as an efficient installed-quest-app browser with easily accessible view/uninstall controls. Added WebView2.dll validation to ensure runtime dependencies exist. Re-implemented trailer option. GalleryView is now shown on very first launch, but rookie remembers your preferred view thereafter, so list-view users won't be bothered, while everyone still gets to see the new gallery view at least once. Gallery performance has also been validated on very-low-spec hardware and confirmed to run fine and fast there, due to numerous optimizations. Given the extensive scope of changes across this commit series for beta-2.35-yt, I believe this update represents a significant milestone warranting v3.0 designation. In my opinion these changes represent one of the most significant set of logical and visual changes and enhancements the rookie application has seen in years. Changes have been summarized in changelog.txt for update.
2025-12-07 19:57:09 +01:00
2024-08-28 11:09:13 -05:00
2022-12-05 23:42:59 +02:00
2025-12-02 23:01:45 +01:00
2023-01-05 12:33:28 -06:00
2024-12-09 10:59:04 -06:00
2024-12-09 10:59:04 -06:00
2024-12-09 10:59:04 -06:00
2024-12-09 10:59:04 -06:00
2021-04-15 16:22:23 +08:00
2024-11-09 21:21:50 -06:00
2025-04-13 11:41:43 +02:00
2024-02-06 07:35:07 -06:00
2025-12-02 23:01:45 +01:00
2023-05-31 05:52:36 +02:00
2021-04-13 22:01:31 +08:00
2021-11-05 14:33:57 +02:00
2025-12-02 23:01:45 +01:00
2023-05-31 05:52:36 +02:00
2024-05-20 11:54:40 -05:00
2023-05-31 05:52:36 +02:00
2024-10-02 06:33:12 -05:00
2022-10-01 12:59:12 +02:00
2022-12-05 23:42:59 +02:00
2022-12-05 23:42:59 +02:00
2021-04-13 22:01:31 +08:00
2022-12-05 23:42:59 +02:00
2023-05-31 05:52:36 +02:00
2025-12-02 23:01:45 +01:00
2023-05-31 05:52:36 +02:00

AndroidSideloader

GitHub last commit GitHub release (latest by date) Downloads Issues

Disclaimer

This application might get flagged as malware by some antivirus software; however, both the Sideloader and the Sideloader Launcher are open source.

To run properly, Rookie must be extracted to a non-Protected folder on your drive. We recommend running Rookie from C:\RSL\Rookie Do Not use folders such as- C:\Users; C:\Users\Desktop; C:\Program Files; OneDrive; Google Drive; etc... Rookie will cleanup its own folder. We are not responsible if you run Rookie from a folder containing other files as Rookie may delete them.

Support

For any assistance or questions, please utilize our support channels available at Live Chats.

Build Instructions

This project is developed using C# with WinForms targeting the .NET Framework 4.5.2. To build the project successfully in Visual Studio 2022, follow these steps:

  1. Clone this repository to your local machine.
  2. Ensure you have the .NET Framework 4.5.2 installed on your machine.
  3. Open the solution file (*.sln) in Visual Studio 2022.
  4. Sometimes the building process can fail due to the packages.config, you should migrate it to PackageReference, do this by right clicking on References in the Solution Explorer, and pressing "Migrate packages.config to PackageReference"
  5. Build the solution by selecting "Build" > "Build Solution" from the Visual Studio menu or pressing Ctrl + Shift + B. (or right click the solution in the solution explorer, then press Build)
  6. Run the application.

Contributing

We welcome contributions from the community. If you would like to contribute, please fork the repository, branch from the newest beta branch from this repository, make your changes, and submit a pull request.

License

AndroidSideloader is distributed under the GPL license, meaning any forks of it must have their source code made public on the internet. See the LICENSE file for details.

Description
No description provided
Readme GPL-3.0 227 MiB
Languages
C# 99.5%
PowerShell 0.3%
Batchfile 0.2%