this post was submitted on 22 Aug 2024
92 points (98.9% liked)

Bitwarden

733 readers
1 users here now

Discuss the Paswordmanager Bitwarden.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bulwark@lemmy.world 13 points 3 weeks ago (4 children)

Sweet, I love Bitwarden. What's a native app?

[–] TheOneCurly@lemm.ee 35 points 3 weeks ago (2 children)

Their current app uses a cross platform framework that allowed them to write their app once and then publish to both iOS and Android. That system is no longer well supported and was causing them issues implementing passkeys on mobile. They've been working on rewriting the app individually for each platform using the platform's specific language. That's generally Java on Android and Swift on iOS. It's more work, but ideally the apps should be more responsive, better follow each platforms style guidelines, and have access to all features on the platform.

[–] eager_eagle@lemmy.world 7 points 3 weeks ago (1 children)

Kotlin on Android. There's no reason to use Java afaik, as older Java libs can be used in a Kotlin codebase.

[–] abrahambelch@programming.dev 1 points 2 weeks ago* (last edited 2 weeks ago)

You're right. Also the other way around the new Kotlin frameworks needed can't easily be used in a Java codebase. I mean on bytecode level they're compatible but it's basically impossible in practice

load more comments (1 replies)