diff --git a/README.md b/README.md index cf58bc6..d904ccd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # Lightning Browser I2P + #### Speed, Simplicity, Security + ![](ic_launcher_small.png) + #### About fork + That fork of Lightning Browser aims on native support of I2P without ability go clearnet sites (if not used outproxy). + #### Features + * Bookmarks * History @@ -17,10 +23,9 @@ That fork of Lightning Browser aims on native support of I2P without ability go * Support of Legwork I2P search engine -* Legwork search suggestions - * TODO: I2P-only support + #### Permissions * ````INTERNET````: For accessing the web @@ -31,11 +36,15 @@ That fork of Lightning Browser aims on native support of I2P without ability go * ````ACCESS_NETWORK_STATE````: Required for the WebView to function by some OEM versions of WebKit + #### 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 diff --git a/app/src/main/java/org/purplei2p/lightning/constant/StartPage.java b/app/src/main/java/org/purplei2p/lightning/constant/StartPage.java index 99c0f76..35573bf 100644 --- a/app/src/main/java/org/purplei2p/lightning/constant/StartPage.java +++ b/app/src/main/java/org/purplei2p/lightning/constant/StartPage.java @@ -34,7 +34,6 @@ public class StartPage { + ""; private static final String HEAD_2 = "" - + "" + "
" + + "


" + "" + "


"; + private static final String END = "\" + document.getElementById(\"search_input\").value;setTimeout(\"unlock()\", 5000);}return false;}" + + "function unlock(){document.getElementById(\"search_submit\").disabled = false;}"; @NonNull public static File getStartPageFile(@NonNull Application application) { diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 259d210..8338cdf 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -169,7 +169,6 @@ Загрузка… Не удалось загрузить страницу. Snacktory - jsoup: Java HTML Parser MIT License Содержимое поля URL Кодировка текста diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ba998e5..7ae19a4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -169,7 +169,6 @@ Loading… Couldn\'t load anything from the page. Snacktory - jsoup: Java HTML Parser MIT License URL box contents Text encoding diff --git a/app/src/main/res/xml/preference_about.xml b/app/src/main/res/xml/preference_about.xml index 9c6dc22..567e626 100644 --- a/app/src/main/res/xml/preference_about.xml +++ b/app/src/main/res/xml/preference_about.xml @@ -30,6 +30,17 @@ android:value="SELF" /> + + + + + @@ -63,16 +74,5 @@ android:value="SELF" /> - - - - - \ No newline at end of file