Niedermann IT-Dienstleistungen
Niedermann IT-Dienstleistungen
Sorry for the delay, i did not forget you, just quite busy at the moment 😕
Thank you for the report, this is indeed a serious issue, i'll have a look as soon as possible. > No ide what that is. No problem, a stacktrace is...
## Workaround For anyone else running into this issue: Hit the three dots menu in the top right corner and choose Cancel. This should prevent data loss in case you...
First shot in the dark: Suspecting [`EditNoteActivity#onNewIntent`](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/app/src/main/java/it/niedermann/owncloud/notes/edit/EditNoteActivity.java#L94) to set a for the `EditNoteActivity` useless `Intent` with its origin at the unlocking mechanism. Maybe we can filter here for the type...
If you are suggesting to setup an own F-Droid repository: No, i have answered this [already on help.nextcloud.com](https://help.nextcloud.com/t/error-trying-to-login-to-deck-android-app-through-nextcloud-app-login/113641/4). > Technically you could if the builds are reproducible you can sign...
I don't fully understand - even if F-Droid would accept a build of mine as equal and ship it, Android would prevent one from installing it over an already installed...
So what exactly needs to be done on our side? As far as i understand, we would need to setup a production build pipeline (currently only dev build) which would...
Well i read the docs but i need more exact instructions regarding the steps to do. "Build your APK locally and upload it anywhere the F-Droid server can find it"...
It is supposed to be hidden, yes. This worked until Android Q, until Google decided to change the behavior. I don't know yet how to restore the old behavior, if...
Maybe we have to launch another (blank) activity which itself prompts the biometric screen 🤔 This way the content would stay hidden, i guess. Will have to try this, result...