Where is Android Github repo, import bookmarks from HTML

Why has the Android Github repo gone private or disappeared? It’s linked to in the main README file but clicking the link gives a 404. I was looking for this because I was wondering if it would be possible to give the Android app the ability to import bookmarks from a HTML file.

I am currently in the process of shifting from Firefox to Brave, for a number of reasons. I use Bitwarden so passwords aren’t a big issue for me and I don’t use too many extensions so I can install them without an issue.

However, I have a few thousand bookmarks and I’d like to be able to import these to round off the switchover. Is it difficult to read from a HTML file into the database? I don’t say this sarcastically, I have some Android experience and was going to look into this myself.

Has this possibility been looked at?

E: I use the nightly desktop browser, so if sync is coming back soon I’d have no issue waiting.

2 Likes

The Android version is recently moved to brave-core, the same codebase used to build desktop version. So it’s available here https://github.com/brave/brave-browser/ with Os/Android label for the issues.

For bookmarks import, we’ve an issue logged here https://github.com/brave/brave-browser/issues/6378