Skip to content

Releases: gaycodegal/OfflineZipBrowserAndroid

Rotation update v0.13.0-alpha

06 Jan 14:17
b9a63b6

Choose a tag to compare

Pre-release
  • Rotation no longer reloads the currently viewed page, preserving state
  • Title bar now hidden

Manifest update v0.12.1-alpha

05 Jan 19:19
82600ef

Choose a tag to compare

Pre-release

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

07 Jan 22:47

Choose a tag to compare

Should find the index.html without fail now unless zip files are maliciously crafted

v0.10.0-alpha More icon formats / Index fix

05 Jan 04:24

Choose a tag to compare

  • 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

04 Jan 02:17

Choose a tag to compare

Pre-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

12 Dec 01:48

Choose a tag to compare

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

21 Nov 03:36

Choose a tag to compare

  • 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

19 Nov 06:00

Choose a tag to compare

  • 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

17 Nov 06:58

Choose a tag to compare

Pre-release

Deep linking now works

v0.4.0-alpha Download Filename Workaround

16 Nov 04:01

Choose a tag to compare

Injects javascript into the page to send downloads through custom logic to preserve filename