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

Bitwarden

1167 readers
1 users here now

Discuss the Paswordmanager Bitwarden.

founded 2 years ago
MODERATORS
all 13 comments
sorted by: hot top controversial new old
[–] bulwark@lemmy.world 14 points 2 years ago (2 children)

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

[–] TheOneCurly@lemm.ee 36 points 2 years ago (1 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 8 points 2 years 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 years ago* (last edited 2 years 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

[–] cron@feddit.org 9 points 2 years ago* (last edited 2 years ago)

"Native" means that the app is specifically developed for the operating system, unlike the current app, which is developed via a generic (and outdated) framework.

[–] criitz@reddthat.com 8 points 2 years ago

Sweet! My main complaint with Bitwarden is the somewhat sluggish behavior on Android

[–] isolatedscotch@discuss.tchncs.de 6 points 2 years ago (1 children)

for the curious: this is what the beta currently looks like and I LOVE IT

[–] eager_eagle@lemmy.world 4 points 2 years ago* (last edited 2 years ago)

Demo video

Older app

)

New beta

[–] eager_eagle@lemmy.world 2 points 2 years ago

This is the new app's repo for droid: https://github.com/bitwarden/android

[–] barkingspiders 1 points 2 years ago

this is great! It was good before, I'm excited for better

[–] pax0707@lemmy.world 1 points 2 years ago

Been using TestFlight version for some time. Works great.