Releases: gaycodegal/OfflineZipBrowserAndroid
Rotation update v0.13.0-alpha
- Rotation no longer reloads the currently viewed page, preserving state
- Title bar now hidden
Manifest update v0.12.1-alpha
Zip files now support manifests
This was added because I was doing weird hacks with zip file names, this improves on that behavior by standardizing optional url spoofing.
Also added optional date spoofing.
dateToSpoof
Offset based timestamp, loaded with OffsetDateTime.parse.
Values like "2025-01-30T19:00:00-05:00" will work.
useUnsafeURL
Set the base url of the app to a "real" url. The app will still try to prevent access to the wider web.
v0.11.0-alpha - Better index.html finding
Should find the index.html without fail now unless zip files are maliciously crafted
v0.10.0-alpha More icon formats / Index fix
- Add .ico files to acceptable app icons
- Add .webp files to acceptable app icons
- urls ending in / are now treated as ending in /index.html
v0.9.0-alpha - Binary Encoding Release
There was an issue where you couldn't download binary data or large files from web apps. This fixes both those issues.
v0.8.0-alpha Allow real domain name spoofing
Allow use of real domain names if you want. just name a zip file example.com.unsafe_use_raw_domain.zip and it will be served from example.com - since all requests remain online, it cannot interact with the online version of the app. I believe each app's custom webviews get their own cache, so I don't think this should leak any data. If it does and you can prove it, let me know. Previous versions of this app also allow real domain names via redirect, this just makes it easier for me to do.
Apologies for the previous revision of 0.8.0, that one used Adaptive bitmaps, and I haven't perfected that code yet.
v0.7.0-alpha Screen Reader and Encoding Improvements
- Properly decodes percent encoding in opened file name
- Screen reader no longer jumps focus around weirdly in the file view
- File view accept button now has a label for screen readers
v0.6.0-alpha Shortcuts / Rename / Delete
- Can now make shortcuts to launch games directly without menuing 🙂
- New home menu
- ability to delete and rename files (careful, will void your save data)
- Uglier UX
v0.5.0-alpha Deep Links
Deep linking now works
v0.4.0-alpha Download Filename Workaround
Injects javascript into the page to send downloads through custom logic to preserve filename