holow29

Results 37 comments of holow29

@LeoColomb Forgot to mention that Bitwarden handles passkeys which are FIDO2 - WebAuthn + CTAP. U2F is a different standard which WebAuthn is built upon but might not be compatible...

I think this is duplicate of https://github.com/raivo-otp/ios-application/issues/234, albeit with the addition of when iPhone passcode changes. However, I think a better way to handle iPhone passcode is #233.

[deviceOwnerAuthenticationWithBiometrics](https://developer.apple.com/documentation/localauthentication/lapolicy/deviceownerauthenticationwithbiometrics) I believe this policy will not allow reversion to device passcode.

Thanks for the offer - the issue with my testing initially was actually having a mac with a new-enough version of Xcode, but I've solved that! I have answered and...

Okay I think this is ready for review/comments. (And could use some testing from someone else probably.) ### Changes from original idea: Whereas before I was going to query for...

I don't think this is a reason to block this PR (after all, some other functionality will require a future server release because the PRs were merged to master and...

I just changed it for Native player such that it uses playbackURL instead of trying to directly request HLS playlist URL. (This is how it worked prior to #593 for...

Here are the main issues I am encountering now (on tvOS - have not tested on iOS): - [ ] Subtitles are still a mess. It appears server is always...

@AhsanFazal Thanks for your work extracting those files. I was using isPlayableExtendedMIMEType originally, but it didn't prove to be extremely helpful. I left some notes in the OP explaining why...

I believe linting check is failing because of files without 2024 in the header. 15 Pro simulator (even though it should support AV1 hardware decode) is not reporting success using...