Anthony Restaino
2570ee1aec
|
10 years ago | |
---|---|---|
assets | 10 years ago | |
external | 11 years ago | |
libs | 10 years ago | |
res | 10 years ago | |
src/acr/browser/lightning | 10 years ago | |
.gitattributes | 12 years ago | |
.gitignore | 11 years ago | |
.gitmodules | 11 years ago | |
AndroidManifest.xml | 10 years ago | |
BrowserActivity.apk | 11 years ago | |
LICENSE | 11 years ago | |
Mozilla Public License v. 2.0 | 11 years ago | |
README.md | 11 years ago | |
ic_launcher.png | 11 years ago | |
ic_launcher_small.png | 11 years ago | |
lint.xml | 10 years ago | |
proguard-project.txt | 11 years ago | |
setup-ant.sh | 11 years ago |
README.md
#Lightning Browser ####Speed, Simplicity, Security # ####Download
####Features
-
Bookmarks
-
History
-
Multiple search engines (Google, Bing, Yahoo, StartPage, DuckDuckGo, etc.)
-
Incognito mode
-
Flash support (prior to 4.4)
-
Follows Google design guidelines
-
Unique utilization of navigation drawer for tabs
-
Google search suggestions
####Permissions Requested and Explained
-
INTERNET
: For accessing the web -
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 -
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
####The Code
- Please contribute code back if you can. The code isn't perfect.
- Please add translations/translation fixes as you see need
####License
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/
This means that you MUST provide attribution in your application to Lightning Browser for the use of this code. The way you can do this is to provide a separate screen in settings showing what open-source libraries and/or apps (this one) you used in your application. You must also open-source any files that you use from this repository and if you use any code at all from this repository, the file you put it in must be open-sourced according the the MPL 2.0 license. To put it simply, if you create a fork of this browser, your browser must be open-source, no exceptions. The only way to avoid open-sourcing a file is to completely write all the code yourself and to not use any code from Lightning. This is in order to provide a way for companies to utilize the code without making private server code public. For further explanation, please email me, or seek legal counsel :-P
If you have any questions regarding the open-source license, please contact me at anthonyrestaino11@gmail.com