Perry Mitchell
Perry Mitchell
Might be an idea to look into ways of storing the user's password or key in a secure manner during the update process..
I like this idea :)
Seems like that phone uses ARMv8, but I'm quite sure it should be supported. It sounds as though the app is crashing for you, but I'm not sure why.
Thanks for all the details here, I'll try to find the issue.
Tried adding `compat` support in the dropbox client [here](https://github.com/buttercup/dropbox-client/commit/60dee6653194755f34e16da2ffa402cbe832a3ef), but it didn't seem to help. Will look further into it tomorrow. Note that the upcoming 2.5.0 and 2.5.1 mobile releases...
Found the issue: React Native is caching the request results for _fetching_ vaults from Dropbox.. We're getting a `304 Not Modified` response sometimes, breaking Buttercup as it's expecting body data...
Will be released in 2.5.2
@muellmaa What do you mean? The status is "Available", as in yet-to-be-implemented.
Things to do to make this work: * ~~Remove the persistent link between tabs for state sharing. This is not supported in Safari and could easily just be `sendMessage()`~~ (completed...
@agustif That’d be swell! It’s not currently in development. It should be extended off of the current extension repo, perhaps using another webpack entry point if needed. We’d really appreciate...