Akylas / OSS-DocumentScanner

Android document document scanning app
https://www.akylas.fr
MIT License
765 stars 27 forks source link

[BUG] what's the use of internet permission? #192

Closed Bertklq1 closed 5 months ago

Bertklq1 commented 5 months ago

Version

Latest

What platform are you using?

Android

OS Version

Lineageos 14

What happened?

A bug happened!!!

Relevant log output

No response

Code of Conduct

farfromrefug commented 5 months ago

@Bertklq1 good question. It is here because of the webdav sync/backup feature

Bertklq1 commented 5 months ago

@Bertklq1 good question. It is here because of the webdav sync/backup feature

Ok got it.

Any plan on making 100% offline variant of the app?

farfromrefug commented 5 months ago

What s the issue with this version ? I mean yes it has internet permission but :

farfromrefug commented 5 months ago

@Bertklq1 actually thought about that. The internet permission is also necessary to download OCR models from github

farfromrefug commented 5 months ago

@Bertklq1 i ll close this issue if you dont mind. feel like i answered you

serrq commented 3 weeks ago

The internet permission is also necessary to download OCR models from github

You can adding them directly in the build.

So internet is unnecessary. I don't use webdav, so I am searching for a 100% offline version.

farfromrefug commented 3 weeks ago

The internet permission is also necessary to download OCR models from github

You can adding them directly in the build.

So internet is unnecessary. I don't use webdav, so I am searching for a 100% offline version.

The internet permission is also necessary to download OCR models from github

You can adding them directly in the build.

So internet is unnecessary. I don't use webdav, so I am searching for a 100% offline version.

The internet permission is also necessary to download OCR models from github

You can adding them directly in the build.

So internet is unnecessary. I don't use webdav, so I am searching for a 100% offline version.

No i cant add them in the app. I wont add all OCR models for all language. The app would get too big. makes no sense.

The app is already 100% offline if you dont use the OCR feature. Even if you use it once you downloaded the model, it is 100% offline

serrq commented 3 weeks ago

The app is not "air gapped". It has internet permission.

No problem, it is not what I searching for.

Below the evidence. It is a fact, not an assumption.

1000120018

serrq commented 3 weeks ago

No i cant add them in the app. I wont add all OCR models for all language. The app would get too big. makes no sense.

I can download them aside. No problem.

farfromrefug commented 3 weeks ago

The app is not "air gapped". It has internet permission.

No problem, it is not what I searching for.

Below the evidence. It is a fact, not an assumption.

1000120018

That text just mention what the app can do with the permission. Not what it does! The code is 100% open source and you can easily see the requests it makes. Plus being the dev inknow the request it makes. I can assure you the app can be used 100% offline (which is my use case)

serrq commented 3 weeks ago

So have I to control every single update to stay sure nothing is changed?

No, thanks.