summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* Attempt to fix the build server build: make the common libraryDan Egnor2009-11-181-0/+2
| | | | not depend on the framework library (for now, at least).
* Create android-common static library which gets included in frameworks.jar,Dan Egnor2009-11-185-0/+411
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.