Skip to content

Releases: ZeroNetX/ZeroNet

Android_Binaries_Mod

15 Mar 09:04
53a6063
Compare
Choose a tag to compare
Android_Binaries_Mod Pre-release
Pre-release

These will be helpful for beta track on Google Play and others modified releases.

Py3 Android v 0.4.7

08 Mar 16:50
a1c176b
Compare
Choose a tag to compare
Merge pull request #2459 from imachug/github-actions

Add GitHub Actions workflow

Py3 Android Apk v 0.4.5

29 Feb 14:35
219b906
Compare
Choose a tag to compare

v 0.4.5

  • Fixed Some Bugs.

v 0.4.3

  • Backup/Restore 'users.json' File.
  • Added more options for Profile Switcher in Settings.
  • Fix ZeroNet Status on Main page.

v 0.4.2

  • Fixed Startup error while running ZeroNet sometimes.
  • Profile Switcher in Settings.
  • Added Toggle for Full Screen for ZeroNet Zites in Settings.
  • Added ZeroNet Mobile for Popular Sites Page.

v 0.4.1

  • Added Auto Size Text for some elements like App Popular Sites Titles.

Py3 Android Apk v 0.4.0

21 Feb 10:38
8b994e4
Compare
Choose a tag to compare
  • Added Tor Support.

Py3 Android Apk v 0.3.5

13 Feb 11:23
Compare
Choose a tag to compare
Added Custom Openssl Path for Native Clients

This Parameter helpful where openssl path is not fixed always, we can also use this to reduce code verbosity by providing other like these and provide them as parameter
```
            if sys.platform.startswith("win"):
                self.openssl_bin = "tools\\openssl\\openssl.exe"
            elif config.dist_type.startswith("bundle_linux"):
                self.openssl_bin = "../runtime/bin/openssl"
            else:
                self.openssl_bin = "openssl"
```

Also Fixed Tracker files provided are not loading on some systems like Android client where path storage access is restricted

Android Binaries for Version above 0.3.0

01 Feb 01:16
10c02c3
Compare
Choose a tag to compare
Android_Binaries_New

Rev4401

Py3 Android Apk v 0.2.5

15 Jan 13:56
224093b
Compare
Choose a tag to compare

v 0.2.5

  • Patch for arm binaries.

Py3 Android Apk v 0.2.4

10 Jan 20:31
224093b
Compare
Choose a tag to compare

Changelog :

v 0.2.4

  • Fix Battery Optimization Setting.
  • App Speed Improvements.
  • Extended Warning during Downloading Files.

v 0.2.3

  • Fixed Settings Page Not Showing on First Time App Start, which is actual behavior.

v 0.2.2

  • Added Settings Page
  • Added Custom Data Folder.
  • Added Option to Disable Android Battery Optimizations.

v 0.2.1

  • Fixed Zooming Issue on Zites.
  • Added Dynamic Title for App Bar.
  • App Speed Improvements.

Py3 Android Apk v 0.2.0

09 Jan 11:03
Compare
Choose a tag to compare

From This version we are using minimal bin files, almost 50% size reduction per arch thus faster downloads on initial download of files

Android Binaries Minimal

09 Jan 07:21
Compare
Choose a tag to compare

These are minimal Binaries, unnecessary modules of python are removed.