Browse Source

Update README.md

master
Anthony Restaino 9 years ago
parent
commit
1b0b256ce8
  1. 12
      README.md

12
README.md

@ -21,15 +21,13 @@ @@ -21,15 +21,13 @@
* Incognito mode
* Flash support (prior to 4.4)
* Follows Google design guidelines
* Unique utilization of navigation drawer for tabs
* Google search suggestions
* Orbot Proxy support
* Orbot Proxy support and I2P support
####Permissions
@ -41,10 +39,6 @@ @@ -41,10 +39,6 @@
* ````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
* ````READ_HISTORY_BOOKMARKS````: To synchronize history and bookmarks between the stock browser and Lightning
* ````WRITE_HISTORY_BOOKMARKS````: To synchronize history and bookmarks between the stock browser and Lightning
* ````ACCESS_NETWORK_STATE````: Required for the WebView to function by some OEM versions of WebKit
####The Code
@ -55,6 +49,10 @@ @@ -55,6 +49,10 @@
* 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.
* Code Style
* Standard Java camel case
* Member variables are preceded with an 'm'
* Use 4 spaces instead of a tab (\t)
####Setting Up the Project
Due to the inclusion of the netcipher library for Orbot proxy support, importing the project will show you some errors. To fix this, first run the following git command in your project folder (NOTE: You need the git command installed to use this):

Loading…
Cancel
Save