Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonycr/Lightning-Browser
A lightweight Android browser with modern navigation
https://github.com/anthonycr/Lightning-Browser
android browser java kotlin lightning-browser
Last synced: 12 days ago
JSON representation
A lightweight Android browser with modern navigation
- Host: GitHub
- URL: https://github.com/anthonycr/Lightning-Browser
- Owner: anthonycr
- License: mpl-2.0
- Created: 2013-02-01T19:25:59.000Z (almost 12 years ago)
- Default Branch: browser2
- Last Pushed: 2023-11-16T04:41:38.000Z (12 months ago)
- Last Synced: 2024-10-16T14:01:31.839Z (23 days ago)
- Topics: android, browser, java, kotlin, lightning-browser
- Language: Kotlin
- Homepage: http://acrdevelopment.org
- Size: 14.5 MB
- Stars: 2,171
- Watchers: 179
- Forks: 794
- Open Issues: 374
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin - Lightning Browser
- awesome-kotlin-android - Lightning-Browser - (闪电浏览器)是体积小巧的高性能浏览器 🔥🔥🔥🔥 (完整 app / 测试)
README
# Lightning Browser [![Build Status](https://travis-ci.org/anthonycr/Lightning-Browser.svg?branch=master)](https://travis-ci.org/anthonycr/Lightning-Browser)
#### Speed, Simplicity, Security
![](launcher_icon_small.png)#### Download
[](https://f-droid.org/app/acr.browser.lightning) [](https://play.google.com/store/apps/details?id=acr.browser.lightning)#### Master Branch
* [![Build Status](https://travis-ci.org/anthonycr/Lightning-Browser.svg?branch=master)](https://travis-ci.org/anthonycr/Lightning-Browser)#### Dev Branch
* [![Build Status](https://travis-ci.org/anthonycr/Lightning-Browser.svg?branch=dev)](https://travis-ci.org/anthonycr/Lightning-Browser)#### 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
#### 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](https://trello.com/b/Gwjx8MC3/lightning-browser)
* Contributions are always welcome
* Make pull requests into the `dev` branch.#### License
```
Copyright 2014 Anthony RestainoLightning Browser
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL
was not distributed with this file, You can obtain one at
http://mozilla.org/MPL/2.0/
```