Perry Mitchell

Results 711 comments of Perry Mitchell

I'm not able to reproduce. Which storage are you using? Have you tried re-adding it? Does it work on the desktop app?

Have tried debugging this but it's elusive and probably something low level in the navigation library. Would welcome some help here.

Buttercup mobile supports local files, but only within the app's document directory: https://github.com/buttercup/buttercup-mobile/blob/master/source/library/datasource/LocalFileInterface.ts#L9 ![image](https://user-images.githubusercontent.com/3869469/209630153-b83d4e8f-dc44-4512-b185-2f802bfb731b.jpeg) So for a vault to be visible to Buttercup it needs to be in the document...

Currently using node 16 to build mobile, and that along with the earlier version of npm I used did not cause such errors. This simply needs to be updated. You...

Hmm.. this is an interesting idea. I both see the use in it, and am also hesitant to accept it because of the security implications. Being able to immediately ship...

The ability to receive doesn't infer that internet access is required - I was talking offline. My issue here is moreso **sending** credentials to others via an app such as...

I'd consider NFC and QR codes. Not sure about Bluetooth but I'd consider it if someone contributes it. Probably a warning would be enough to ease a bit of liability...

Sure, but we still need to consider that the sync'd entries will de-sync after one side changes something, so we need to include update functionality. But yes, it's a necessary...

Offline mode is already handled in core, but it requires substantial UI work to support. That's why it's not trivial and requires a decent amount of maintenance, which it hasn't...

Still without a working Mac at the moment so I won't be able to address this for a week at least..