I wrote a small Python script to help with migrating from Secrets for Android to Bitwarden. See the attached file.
You need to:
1. Use "export" from Secrets to create a secrets.csv file.
2. Copy that to a suitable machine with Python on it [*].
3. Run the secrets-to-bitwarden.py script to convert the secrets.csv file to bitwarden.csv.
4. Import the bitwarden.csv from within your Bitwarden vault (Tools->Import data; choose "File format" as "Bitwarden (csv)").
All entries are imported as type "login". All data is exported and copied.
Read the script for more info. It is very simple.
[*] Probably could be done on your phone; I didn't investigate this.
Make sure to delete any lingering csv files on your phone and machine after the conversion is complete. It contains your secrets in plaintext!
To Roger: thanks for writing and maintaining Secrets for Android!
cheers,
/lib