aziraphale / QuasselDroid

Quasselclient for Android
https://www.andrewgillard.com/qd/
GNU General Public License v3.0
2 stars 0 forks source link

Improve the URL-matching regex #14

Open aziraphale opened 12 years ago

aziraphale commented 12 years ago

Line 93 of service/CoreConnService.java

aziraphale commented 12 years ago

Done this by copying the value of the android.util.Pattern.WEB_URL constant into our code. The aforementioned constant only exists as of Android 2.2, but we're targeting 2.1 and I didn't want to bump the minimum required version just for a constant.