Go to file
Shimeng (Simon) Wang 3207e29d10 Enhance URL regular expression to match more Unicode chars.
Enhance URL regular expression to match legal one byte Unicode characters in
Internationalized Resource Identifiers as detailed in RFC 3987.  Specifically
two byte Unicode characters are not included.  Not all things in RFC 3987 is
implemented, this is just an enhancement for recognizing more common used one
byte Unicode characters.

This change helps Browser address bar identify more valid URL without scheme
typed in, such as 현금영수증.kr

make-iana-tld-pattern.py is modified to contain only Top Level Domain
regular expression generation.  Other parts of WEB_URL pattern are in
solely in Patters.java for better consistency and maintenance.
2010-02-11 14:07:44 -08:00
awt Fix the broken compile of a currently-not-being-compiled AWT class. 2010-01-28 12:31:01 -08:00
calendar Generate a calendar static Java library. 2009-12-01 17:42:41 -08:00
camera API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. 2010-01-28 11:52:43 -08:00
cmds keystore: compute the padding in an intuitive way. 2009-12-30 10:38:39 +08:00
common Enhance URL regular expression to match more Unicode chars. 2010-02-11 14:07:44 -08:00
include fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) 2010-02-03 12:13:15 -08:00
libs Add support for direct EGLImageKHR use with pushbuffer API 2010-02-04 17:13:06 -08:00
mms-common Fix mms-common's pathnames to match package spec. 2010-02-02 15:32:55 -08:00
opengl Merge "fix [2189862] Race condition in eglIntialize and eglDestroy" 2010-02-05 18:37:17 -08:00
vpn Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. 2010-01-29 13:35:51 -08:00
cleanspec.mk
MODULE_LICENSE_APACHE2
NOTICE