diff --git a/Application/LinkBubble/src/main/java/com/linkbubble/util/Util.java b/Application/LinkBubble/src/main/java/com/linkbubble/util/Util.java index 3b20b3740..0fac67f1a 100644 --- a/Application/LinkBubble/src/main/java/com/linkbubble/util/Util.java +++ b/Application/LinkBubble/src/main/java/com/linkbubble/util/Util.java @@ -92,7 +92,8 @@ public static void Assert(boolean condition, String message) { "com.flynx", "com.uc.browser.en", "mobi.browser.flashfox", - "acr.browser.barebones" + "acr.browser.barebones", + "com.ineedyourservice.RBrowser" }; public static float clamp(float v0, float v, float v1) { diff --git a/Application/LinkBubble/src/main/res/xml/changelog.xml b/Application/LinkBubble/src/main/res/xml/changelog.xml index 0034e49ec..96e9252b9 100755 --- a/Application/LinkBubble/src/main/res/xml/changelog.xml +++ b/Application/LinkBubble/src/main/res/xml/changelog.xml @@ -1,7 +1,7 @@ - + BUG FIX: Fixed top crashes. IMPROVEMENT: Speed up the auto suggestion control. Limit suggestion to show only 50 recent history urls.