commit | ded0e6447ed6e0f200dbca13e43c6cf4efc16a1d | [log] [tgz] |
---|---|---|
author | Dan Egnor <egnor@google.com> | Wed Nov 18 11:23:45 2009 -0800 |
committer | Dan Egnor <egnor@google.com> | Wed Nov 18 12:05:04 2009 -0800 |
tree | a9fa405cf73e77232588e6e35b9485f6e7170d67 | |
parent | a4fa107f97933a81c42ee3cd9ca3984c08e5ab25 [diff] |
Create android-common static library which gets included in frameworks.jar, but can also be used by unbundled apps. Move android.text.util.Regex there as a starting example, renamed to a more sensible (?) com.android.common.Patterns. Set up a corresponding test package, and move RegexTest (to PatternsTest). Update clients.