Skip to content

Releases: doc-ai/net-runner-android

SDK compatibility updates

16 Nov 19:15
2518b3b
Compare
Choose a tag to compare

Fixed some bugs introduced with newer versions of the Google SDKs for Android

Perform some model validation after hotfix

30 Jul 22:54
196d12c
Compare
Choose a tag to compare

Yesterday's hotfix completely disables model validation. 1.1.3 enables some model validation by trying to load the model bundle and model catching any exceptions.

But this might be promising:

https://github.com/everit-org/json-schema/releases/tag/1.10.0

Hotfix for crash when importing own model

30 Jul 01:07
b8d77c7
Compare
Choose a tag to compare

Model validation in the import fragment crashes when a java class cannot be loaded from the dex file. Temporarily disable validation and refer to #83 and #87

Play Store App Release

28 Jul 22:52
46ec37f
Compare
Choose a tag to compare

Net Runner 1.1 is the first Play Store ready version of Net Runner for Android.

  • Update to latest tensor/io v 0.9.11
  • Near complete redesign of UI
  • Improved permissions management
  • Improved source input selection
  • Model management
  • Import your own models
  • Create UI for your own models
  • Fixes all around.

It's the good stuff!

Initial release

08 Jul 04:15
Compare
Choose a tag to compare

Catching up on the actual initial release.

Following releases will include latest tensorio and ui updates