Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Added JSwarts Browser to whitelist Auditors: @bbondy
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZhukovsky committed Dec 9, 2015
1 parent bf681ac commit 0ca99a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.7.3">
<change></change>
<change>BUG FIX: Fixed top crashes.</change>
</release>
<release version="1.7.2">
<change>IMPROVEMENT: Speed up the auto suggestion control. Limit suggestion to show only 50 recent history urls.</change>
Expand Down

0 comments on commit 0ca99a4

Please sign in to comment.