Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: nerdunit/androidsideloader

RSL 3.4

20 May 17:19
@Fenopy Fenopy
1bdd87f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

RSL 3.4

  • Feat: Add api key header support
  • Fix: invalid variable reference
  • Chore: bump target framework version
Assets 3
Loading
iiPJUNIOR, DuncanParSky, DortnasLeira, Comosedice, and Skibidirizzohio8282 reacted with heart emoji
5 people reacted

RSL 3.3

18 May 11:32
@Fenopy Fenopy
1bdd87f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

RSL 3.3

  • Feat: Add api key header support
  • Fix: invalid variable reference
  • Chore: bump target framework version
Loading
DuncanParSky reacted with heart emoji
1 person reacted

RSL 3.2

17 Apr 13:09
@Fenopy Fenopy
bfc5bad
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

RSL 3.2

  • Added download pause/resume feature with cross-session progress persistence
  • Added visual indicators for downloaded titles (gallery: badge, list: row tint)
  • Added "Delete from PC" option to right-click context menu for downloaded titles
  • Added setting to show/hide adult (18+) content (off by default)
  • Fixed UI freezing during reinstall operations
Loading
Rayman24365 reacted with thumbs up emoji jp64k, rannyf, and Rayman24365 reacted with hooray emoji
3 people reacted

RSL 3.1

09 Apr 22:56
@Fenopy Fenopy
20db379
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

RSL 3.1

  • Introduced startup dialog to choose between online (public config or rclone config) or offline (local library) mode, also accessible anytime via dedicated 'SETUP' button; configs can be provided via local file, URL, or paste
  • Local library mode (serverless): Scans your directory, calculates sizes, fetches APK version codes, and caches results per directory (allowing multiple caches for different directories)
  • Necessary dependencies are downloaded early on startup; rclone is only initialized when online
  • Gallery View: Visual refinements to badges, sizing, and grouped tiles; new slider to dynamically adjust tile size
  • Added 'DOWNLOADED' filter to browse and install locally saved apps
  • Added folder button in 'DOWNLOADED' filter for quick access to your download directory
  • Added 'Open Folder' right-click context menu action when right-clicking apps in 'DOWNLOADED' view
  • Renamed 'NEWER THAN LIST' filter to 'AHEAD OF SERVER'
  • Reworked left-side menu, window layout, controls, labels, and tooltips
  • Device and mirror switching now via dropdowns for faster access
  • Dedicated 'SETTINGS' button for quicker access to rookie settings
  • Device settings moved to device category
  • Added 'RESET ADB AUTH' button to fix rare ADB connection issues
  • Improved error handling for runtimes, configs, mirrors, and ADB connections
  • Added support for alternative repos and branches
  • Moved runtimes.7z hosting to GitHub
  • Removed crashlog upload functionality
  • Removed deprecated Metrics utility and autoUpdateConfig setting
Loading

v2.22

04 Aug 12:05
@Fenopy Fenopy

Choose a tag to compare

RSL 2.22

  • Fix: Crash on failed extractions.
  • Fix: Trailers controls not functioning properly.
  • Fix: No Device Mode having the wrong output message.
  • Chore: Remove ADB.WakeDevice() due to being non-functional.
  • Chore: Make changeTitlebarToDevice less prone to crashes and more robust.

We are moving! You can find all future Rookie releases here-
https://github.com/VRPirates/rookie

Loading
mucki35, ZER00111, ruthypoo18-cs, and uwufemboy69 reacted with eyes emoji
4 people reacted

v2.21

18 Jul 20:17
@Fenopy Fenopy

Choose a tag to compare

RSL 2.21

  • Feature: Search now shows all results found
  • Feature: Add --no-rclone-updating launch flag
  • Feature: Add lime-green color to various after download jobs
  • Feature: Update Sideloader Launcher to check for Rookie
  • Feature: Add the ability to download into virtual filesystems (Settings)
  • Feature: Add stacktrace & innerexception to crashlog
  • Feature: Add CallerInfo to debuglog
  • Feature: Rookie will now tell the user when there's a running RCLONE Job
  • Fix: Rookie will no longer repeat "All tasks finished." in No Device Mode
  • Fix: Rookie should no longer delete the entire OBB/Data folder when uninstalling a game
  • Fix: Rookie should no longer freeze on the OBB Comparison
  • Fix: The free disclaimer on launch is no longer broken
  • Fix: Use new process for every ADB command
  • Fix: Do not delete game files on an OBB Mismatch anymore
  • Fix: Change all hardcoded C:/ paths to dynamically grab the system drive for further compatibility
  • Fix: Rookie should now function on 32 Bit again
  • Fix: Fix crash on failed extraction
  • Chore: Update quota message to be up to date
  • Chore: Code rewrites for logging system, obb comparison, updater
  • Chore: Several redundant code removals
  • Chore: Change Install w/ Enter Key to Download w/ Enter Key
  • Chore: Several code cleanups & optimizations

We are moving! You can find all future Rookie releases here-
https://github.com/VRPirates/rookie

Loading
zaker571 reacted with eyes emoji
1 person reacted

v2.20

25 May 19:40
@Fenopy Fenopy
75a41fb
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

RSL 2.20

  • Feature: Added manual IP on Wireless ADB

  • Feature: Rookie will now delete old OBB Folders before pushing new obb folders

  • Feature: Add Single-Thread mode in settings (For users with download issues using multiple threads)

  • Fix: Device Storage display

  • Fix: Games that come with install.txt will now check for a device to avoid freezes

  • Fix: "No Device Mode" checkbox can't have "Delete after Download and Install" enabled at the same time anymore

  • Fix: Removing Queue Items should no longer ever crash Rookie

  • Fix: Rookie will no longer reload the gamelist if you have filtered it

  • Fix: Check if the rclone we are killing is ours

  • Fix: Put zip extraction into a thread to avoid freezing the UI

  • Fix: Filters should no longer cause crashes.

  • Chore: Update RCLONE to 1.62.2

  • Chore: Cleaning up the code for the Trailers, progress bar, dropdown categories, redundant internet checks, and other code cleanup

  • Chore: Other UI and message box display cleanup

  • Chore: Optimize the code for getting the thumbnail paths

  • Chore: Log Levels added to Debuglog

  • Thank you to Chax for the new features and fixes!
    ~ fenopy

Loading
evilPaprika, cheeseman135, syarfandi, MaRoMaraz, frxctura, ArtyomCheeky, githab23003, ahmedalshami1984-byte, and CrakerYT reacted with eyes emoji
9 people reacted

v2.21-beta

08 Jul 22:49
@Fenopy Fenopy
a97ca0b
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v2.21-beta Pre-release
Pre-release
  • Feature: Search now shows all results found
  • Feature: Add --no-rclone-updating launch flag
  • Feature: Add lime-green color to various after download jobs
  • Feature: Add the ability to download into virtual filesystems (Settings)
  • Feature: Add stacktrace & innerexception to crashlog
  • Feature: Add CallerInfo to debuglog
  • Feature: Rookie will now tell the user when there's a running RCLONE Job
  • Fix: Rookie will no longer repeat "All tasks finished." in No Device Mode
  • Fix: Rookie should no longer delete the entire OBB/Data folder when uninstalling a game
  • Fix: Rookie should no longer freeze on the OBB Comparison
  • Fix: The free disclaimer on launch is no longer broken
  • Fix: Use new process for every ADB command
  • Fix: Do not delete game files on an OBB Mismatch anymore
  • Fix: Change all hardcoded C:/ paths to dynamically grab the system drive for further compatibility
  • Chore: Update quota message to be up to date
  • Chore: Code rewrites for logging system, obb comparison, updater
  • Chore: Several redundant code removals
  • Chore: Change Install w/ Enter Key to Download w/ Enter Key
  • Chore: Several code cleanups & optimizations
Loading
frxctura, ArtyomCheeky, and Ahmadalqam12 reacted with hooray emoji
3 people reacted

v2.19

24 Mar 19:06
@Fenopy Fenopy

Choose a tag to compare

RSL 2.19

  • Feature: Added streaming Game Trailers (enable in Settings)
  • Feature: Added custom Download Directories
  • Feature: Added custom Backup Directories
  • Feature: Added Game Filtering (click on the Colored-Labels in the Top-Right)
  • Feature: When uninstalling games, Rookie will now ask if you want to back up save data
  • Feature: "No Device Mode" now automatically disables "Delete after Download and Install"
  • Feature: Offline Mode now has the ability to donate new games/updates
  • Fix: OBBs will no longer be attempted to push in "No Device Mode"
  • Fix: Comparing OBB sizes will no longer error during "No Device Mode"
  • Fix: Comparing OBB Sizes will no longer state "Input string was not in a correct format", it will now properly tell the user what is wrong
  • Fix: The GitHub Error when starting up will now show the actual URL it tries to access
  • Fix: Added a check to make Rookie not attempt to get available space when no devices are connected
  • Removed Bandwidth Limit settings
Loading

v2.18

05 Jan 14:02
@Fenopy Fenopy

Choose a tag to compare

RSL 2.18

Loading
Previous 1 3 4 5 12 13
Previous

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /