Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Android browser that supports FIDO2 / WebAuthn (based on the Hardware Security SDK)

License

Notifications You must be signed in to change notification settings

hwsecurity-sdk/fido-browser

 
 

Repository files navigation

Lightning Browser with U2F Build Status

Speed, Simplicity, Security

Master Branch

  • Build Status

Dev Branch

  • Build Status

Features

  • Bookmarks

  • History

  • Multiple search engines (Google, Bing, Yahoo, StartPage, DuckDuckGo, etc.)

  • Incognito mode

  • Follows Google design guidelines

  • Unique utilization of navigation drawer for tabs

  • Google search suggestions

  • Orbot Proxy support and I2P support

Permissions

Automatically granted
  • INTERNET: necessary to access the internet.
  • ACCESS_NETWORK_STATE: used by the browser to stop loading resources when network access is lost.
  • INSTALL_SHORTCUT: used to add shortcuts with the "Add to home screen" option.
Requested only when needed
  • WRITE_EXTERNAL_STORAGE: needed to download files and export bookmarks.
  • READ_EXTERNAL_STORAGE: needed to download files and import bookmarks.
  • ACCESS_FINE_LOCATION: needed for sites like Google Maps, requires "Location access" option to be enabled (default disabled).
  • RECORD_AUDIO: needed to support WebRTC, requires "WebRTC Support" option to be enabled (default disabled).
  • CAMERA: needed to support WebRTC, requires "WebRTC Support" option to be enabled (default disabled).
  • MODIFY_AUDIO_SETTINGS: needed to support WebRTC, requires "WebRTC Support" option to be enabled (default disabled).

The Code

  • Please contribute code back if you can. The code isn't perfect.
  • Please add translations/translation fixes as you see need

Contributing

  • The Trello Board
  • Contributions are always welcome
  • Make pull requests into the dev branch.

License

Copyright 2014 Anthony Restaino

Based on Lightning Browser that was originally under MPL. Now it's GPLv3.

About

Android browser that supports FIDO2 / WebAuthn (based on the Hardware Security SDK)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 68.1%
  • Java 30.8%
  • Other 1.1%