Chris Tomlinson

Results 44 issues of Chris Tomlinson

Service changes: - [ ] Create a new DB field to store a hint up to 128 characters long - [ ] Field contents will be encrypted using same PII...

enhancement

Android only tells us that the password is for "com.android.settings", which is such a vague identifier that we have to ignore the autofill request entirely. We could try removing that...

enhancement

If there are hundreds of entries to filter, it can sometimes be unclear that anything is happening after text is entered, particularly on slow devices.

enhancement
good first issue
help wanted

We currently select the root group but it would be better for the user if we selected the next possible ancestor in the group hierarchy. Currently we need to handle...

enhancement
good first issue
help wanted

In remote_service.dart: _doRequest , we automatically retry a few times if the connection fails. That sorts us for 99.9% of failures but some edge cases could still be recoverable if...

enhancement
performance

We only need this 2nd read for subscribed users that might be working on their Vault while a new one is being downloaded and merged in the background (or in...

enhancement
performance

e.g. `if (e.error is SocketException && e.error.osError is OSError && e.error.osError.errorCode == 7)` might let us ultimately inform the user about the specifics of why we couldn't connect to the...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** I'd like to track when the selected node is changed. Although the current API helps somewhat, it doesn't allow me...

enhancement

So far we only use this attribute to ignore new password fields since this is what was reliably implemented on the web previously. It is likely that enough websites now...

enhancement
help wanted

If a new version of the Vault is uploaded to storage from device A after a password change process has begun but not finished on device B, data loss may...

help wanted