0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00
BinaryEye/app
Markus Fisch 6449d9962d Simplify RegEx to recognize URLs
Because the current expression leads to an infinite loop for some
inputs. For example, this string was reported to make the app crash:
com.taobao.arthas.boot.ProcessUtils.findJavaHome(ProcessUtils.java:222)

The problem seems to be somehow related to case insensitivity as the
expression works when insensitivity is removed. Also, the infinite
loop only occurs on an Android device - not in unit tests.

Anyway, the current expression was too complex anyway, and this
simpler one should be good enough.
2022-11-21 12:37:15 +01:00
..
src Simplify RegEx to recognize URLs 2022-11-21 12:37:15 +01:00
build.gradle Advance version number to 1.56.2 2022-11-09 20:34:08 +01:00
lint.xml Ignore lint warning about the custom splash screen 2022-01-26 11:28:37 +01:00
proguard-rules.pro Fix proguard configuration for ZXing C++ 2022-10-20 09:37:45 +02:00