itkach / aard2-android

Aard2 for Android, a simple dictionary app
GNU General Public License v3.0
457 stars 97 forks source link

Aard 2 crashed at splashscreen when network permission disabled #149

Closed DougInAMug closed 1 year ago

DougInAMug commented 1 year ago

As in title: app opens fine with network permission enabled, but when it's disabled, it refuses to start at all. I would like to be able to use the dictionary without network permissions.

Aard2 version: 0.53 Android: 13

Happy to provide any more details, but I'm not an Android dev, so please instruct me how to obtain logs if required!

itkach commented 1 year ago

The app uses embedded web server ( listening on localhost only), AFAIK that still requires network permission even if it's local.

yumeo-ch commented 1 year ago

I second this request, would be nice to find a way to use without network access.