2017-03-20 23:58:59 +00:00
# Lightning Browser [![Build Status](https://travis-ci.org/anthonycr/Lightning-Browser.svg?branch=master)](https://travis-ci.org/anthonycr/Lightning-Browser)
#### Speed, Simplicity, Security
![](ic_launcher_small.png)
#### Download
2017-06-25 23:21:48 +00:00
[< img src = "https://f-droid.org/badge/get-it-on.png"
alt="Get it on F-Droid"
2017-06-25 23:22:22 +00:00
height="80">](https://f-droid.org/app/acr.browser.lightning) [< img src = "https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
2017-06-25 23:21:48 +00:00
alt="Get it on Google Play" height="80">](https://play.google.com/store/apps/details?id=acr.browser.lightning)
2013-07-30 00:39:47 +00:00
2017-03-20 23:58:59 +00:00
#### Master Branch
2015-01-26 18:35:29 +00:00
* [![Build Status ](https://travis-ci.org/anthonycr/Lightning-Browser.svg?branch=master )](https://travis-ci.org/anthonycr/Lightning-Browser)
2017-03-20 23:58:59 +00:00
#### Dev Branch
2015-01-26 18:35:29 +00:00
* [![Build Status ](https://travis-ci.org/anthonycr/Lightning-Browser.svg?branch=dev )](https://travis-ci.org/anthonycr/Lightning-Browser)
2013-07-30 00:39:47 +00:00
2017-03-20 23:58:59 +00:00
#### Features
2013-07-30 00:39:47 +00:00
* Bookmarks
* History
2014-05-06 14:12:35 +00:00
* Multiple search engines (Google, Bing, Yahoo, StartPage, DuckDuckGo, etc.)
2013-07-30 00:39:47 +00:00
2014-05-06 14:12:35 +00:00
* Incognito mode
2013-07-30 00:39:47 +00:00
2014-05-06 14:12:35 +00:00
* Follows Google design guidelines
2013-07-30 00:39:47 +00:00
2014-05-06 14:12:35 +00:00
* Unique utilization of navigation drawer for tabs
* Google search suggestions
2013-07-30 00:39:47 +00:00
2015-09-07 23:56:33 +00:00
* Orbot Proxy support and I2P support
2014-07-15 11:23:05 +00:00
2017-03-20 23:58:59 +00:00
#### Permissions
2013-07-30 00:39:47 +00:00
2013-07-30 01:19:26 +00:00
* ````INTERNET````: For accessing the web
2013-07-30 00:39:47 +00:00
* ````WRITE_EXTERNAL_STORAGE````: For downloading files from the browser
* ````READ_EXTERNAL_STORAGE````: For downloading files from the browser
* ````ACCESS_FINE_LOCATION````: For sites like Google Maps, it is disabled by default in settings and displays a pop-up asking if a site may use your location when it is enabled
2014-07-15 11:23:05 +00:00
* ````ACCESS_NETWORK_STATE````: Required for the WebView to function by some OEM versions of WebKit
2017-03-20 23:58:59 +00:00
#### The Code
2014-01-22 01:22:04 +00:00
* Please contribute code back if you can. The code isn't perfect.
2013-07-30 00:39:47 +00:00
* Please add translations/translation fixes as you see need
2014-04-04 15:28:39 +00:00
2017-03-20 23:58:59 +00:00
#### Contributing
2015-10-06 00:05:33 +00:00
* [The Trello Board ](https://trello.com/b/Gwjx8MC3/lightning-browser )
2015-08-21 20:47:08 +00:00
* Contributions are always welcome
* If you want a feature and can code, feel free to fork and add the change yourself and make a pull request
* PLEASE use the ````dev```` branch when contributing as the ````master```` branch is supposed to be for stable builds. I will not reject your pull request if you make it on master, but it will annoy me and make my life harder.
2015-09-07 23:56:33 +00:00
* Code Style
2015-10-09 00:08:15 +00:00
* Hungarian Notation
* Prefix member variables with 'm'
* Prefix static member variables with 's'
2015-09-07 23:56:33 +00:00
* Use 4 spaces instead of a tab (\t)
2015-08-21 20:47:08 +00:00
2017-03-20 23:58:59 +00:00
#### License
```
2014-04-04 21:39:30 +00:00
Copyright 2014 Anthony Restaino
Lightning 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/
2017-03-20 23:58:59 +00:00
```