Thanks for the feedback, I agree, I'll look into improving the conveyor download page to redirect to play store or testflight page when it detects mobile user-agent. In general we support windows, linux, mac, android and iOS (in testflight currently)
I can understand that viewpoint, I presume a lot of people share it. You are one of the first people unrelated to our small team to give us feedback, so it's very appreciated!
> Boring is the new sexy!
I'm going to use what you said in addition to macarons in an attempt to persuade our designer to let go of macron in mementō :)
Ahh, thanks for clarification, I wasn't aware that it was called macron, and was trying to figure out if the original comment had something to do with politics and Emmanuel Macron.
On the more serious note, we were debating this as we noticed it was preventing Play Store from showing it in search results if you just typed memento.
Unfortunately after removing it from the Android app store name, it doesn't appear in the search results at all.
we're a small bootstrapped team working on building mementō, a better file browser that let's you manage and find your files wherever they are, in cloud or locally on your devices. We're still in beta so some features are missing or are clunky to use, but we would love to get some feedback.
Security and privacy:
- All access tokens for your remote storages are stored locally on your devices and never uploaded to our servers.
- If any data is shared between devices, it's end-to-end encrypted (we're using kotlin wrapped libsodium[1] for cryptography needs).
- We currently don't collect any analytics from the app, and in the future if we decide to collect it we will be using a privacy respecting tool like plausible.
- You can see the website privacy policy and access the analytics that we collect. [2]
Techincal details:
- We're using kotlin multiplatform for both server and client side.
- We are using passwordless approach where your device generates a keypair and uses that for authentication and authorization.
In a perfect scenario you would be able to use a reproducible build [0], for Android you can actually get Bitwarden from F-Droid [1] which uses those reproducible builds.
For Google play store, there was also that developers needed to sign their apps before releasing to stores, so you knew that it came from developer, but Google removed that when they introduced app bundles. There is still a way to verify if the build is the same as developer provided, but automatic protections that were there are now gone [2]