Lightning browser with I2P configuration
Go to file
Awesomez 5b48997c74 add baidu search engine
add baidu search engine
2013-08-09 08:27:55 +08:00
res Bugfixes 2013-08-04 18:53:54 -04:00
src/acr/browser/barebones add baidu search engine 2013-08-09 08:27:55 +08:00
.gitattributes First push to github 2013-02-15 22:18:08 -05:00
.gitignore First push to github 2013-02-15 22:18:08 -05:00
AndroidManifest.xml Bugfixes 2013-08-04 18:53:54 -04:00
Barebones.apk updated apk with 2.5.0.4 2013-08-03 11:36:12 -04:00
ic_launcher_small.png Image Addition 2013-07-30 17:52:12 -04:00
ic_launcher.png 2.5.0.2 2013-07-29 20:39:47 -04:00
LICENSE Create License 2013-02-15 19:29:11 -08:00
README.md If you have responsiveness issues, do not use ProGuard 2013-08-06 00:47:32 -04:00

#Lightning Browser # ####Download

####Features

  • Bookmarks

  • History

  • Multiple Search Engines (Google, Bing, Yahoo, StartPage, DuckDuckGo)

  • Incognito Mode

  • Flash Support

  • Privacy Aware

  • HOLOYOLO

####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

  • Code additions are always welcome
  • Please add translations/translation fixes as you see need
  • Change FinalVariables.MAX_TABS from 5 to 50 to change the Lightning to the paid version
  • DO NOT USE PROGUARD WHEN COMPILING. Hidden methods used will be obfuscated and things like file uploading will not work.