eyJhb
eyJhb
Seems this is fixed, by cleaning the cache ``` rm -rf ~/.gradle rm -rf .gradle ```
Going to reopen this again, as it did not fix the issue for me, I still think this may be the main blocker. Because Android does not provide defaults.. Sadly.
A way this might get fixed/better, is that instead of a project we allow for the ability to specify a task/list of tasks that we want the dependencies for. Because...
It would be nice to get a pr. task dependency list. I have tried playing a little with the other, but didn't seem to work great... Tried for a few...
Is this still a issue? As far as I can tell it works fine on the latest version.
AFAIK the `webview.prebuild.apk` should point to a prebuild apk, such as https://github.com/LineageOS/android_external_chromium-webview_prebuilt_arm64 (webview.apk, keep in mind it's a LFS enabled git repo, so you need to fetch the correct file)....
I'm experiencing this issue as well, and I think I know the steps to reproduce... 1. Visit any website, e.g. humblebundle.com 2. Open Bitwarden extension, and add the SimpleLogin API...
So, I've tried to dig into this further. The main issue is that it seems like `this.cipherState` does not change, after it has been initialized once. https://github.com/bitwarden/clients/blob/b4631b0dd164ee34de9f5dff43a1bf559880ebd0/apps/browser/src/tools/popup/generator/generator.component.ts#L53 Digging further into...
Seems like this https://github.com/bitwarden/clients/blob/b4631b0dd164ee34de9f5dff43a1bf559880ebd0/libs/angular/src/vault/components/add-edit.component.ts#L690-L694 If one just comments the `this.cipher`, it will work as well. @DarkArc @Larry-Sussman anyone of you know the codebase better than I, and can lead me...
It would be nice, if this could be a separate function, that could be used for detection the mime type based on a filename. The reason to put as an...