| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GoogleLogTags that includes event log tags used by Google apps | Dan Egnor | 2010-03-18 | 2 | -2/+104 |
* | Add a voice search hint context for the launcher. | Mike LeBeau | 2010-03-11 | 1 | -0/+1 |
* | Add new LoggingEvents for more detailed text modification actions for voice i... | Mike LeBeau | 2010-03-09 | 1 | -0/+6 |
* | Fix Proguard flags. | Ying Wang | 2010-03-02 | 1 | -0/+2 |
* | Move the pointer location thing out of common. | Dianne Hackborn | 2010-03-01 | 1 | -337/+0 |
* | Re-arrange android-common so framework no longer links with it. | Dianne Hackborn | 2010-02-25 | 18 | -3513/+1 |
* | Add the API constants to support providing hint strings in the response to | Mike LeBeau | 2010-02-25 | 1 | -2/+35 |
* | Add some useful methods to OperationScheduler to inquire into | Dan Egnor | 2010-02-17 | 2 | -5/+44 |
* | Merge "Add constant to android-common for voice search's EXTRA_CALLING_PACKAG... | Mike LeBeau | 2010-02-16 | 1 | -0/+36 |
|\ |
|
| * | Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE, | Mike LeBeau | 2010-02-12 | 1 | -0/+36 |
* | | Merge "Enhance URL regular expression to match more Unicode chars." | Shimeng (Simon) Wang | 2010-02-16 | 3 | -38/+58 |
|\ \ |
|
| * | | Enhance URL regular expression to match more Unicode chars. | Shimeng (Simon) Wang | 2010-02-11 | 3 | -38/+58 |
* | | | remove Base64 from android-common | Doug Zongker | 2010-02-14 | 4 | -1547/+0 |
* | | | Fix MotionEvent pointer API. | Dianne Hackborn | 2010-02-12 | 1 | -9/+13 |
| |/
|/| |
|
* | | Merge "Oops, unbreak the build by removing Recognition.java, not intended for... | Mike LeBeau | 2010-02-12 | 1 | -38/+0 |
|\ \ |
|
| * | | Oops, unbreak the build by removing Recognition.java, not intended for | Mike LeBeau | 2010-02-12 | 1 | -38/+0 |
* | | | Merge "Make the corresponding frameworks change to add VoiceRecognitionServic... | Mike LeBeau | 2010-02-12 | 1 | -0/+38 |
|\ \ \
| |/ / |
|
| * | | Make the corresponding frameworks change to add VoiceRecognitionService to | Mike LeBeau | 2010-02-12 | 1 | -0/+38 |
* | | | Add Pointer Location to the window manager. | Dianne Hackborn | 2010-02-12 | 1 | -0/+333 |
* | | | add Base64InputStream | Doug Zongker | 2010-02-12 | 2 | -53/+332 |
* | | | add NO_CLOSE flag for use by Base64OutputStream | Doug Zongker | 2010-02-11 | 2 | -1/+14 |
|/ / |
|
* | | Merge "Add back lost python script." | Shimeng (Simon) Wang | 2010-02-10 | 1 | -0/+160 |
|\ \
| |/ |
|
| * | Add back lost python script. | Shimeng (Simon) Wang | 2010-02-10 | 1 | -0/+160 |
* | | API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session cac... | Dan Egnor | 2010-02-10 | 3 | -58/+16 |
* | | add Base64OutputStream to android-common | Doug Zongker | 2010-02-10 | 3 | -69/+612 |
* | | Add Search.SOURCE to android-common | Bjorn Bringert | 2010-02-10 | 1 | -0/+38 |
|/ |
|
* | Regenerate the TopLevelDomain from iana.org website. | Shimeng (Simon) Wang | 2010-02-09 | 2 | -74/+100 |
* | add explicit Base64.DEFAULT flag to request default behavior | Doug Zongker | 2010-02-08 | 1 | -11/+18 |
* | Merge "rename encodeString to encodeToString" | Doug Zongker | 2010-02-05 | 2 | -62/+62 |
|\ |
|
| * | rename encodeString to encodeToString | Doug Zongker | 2010-02-04 | 2 | -62/+62 |
* | | Merge "Add ability to parse HTTP-format moratorium times (since pretty much e... | Dan Egnor | 2010-02-04 | 2 | -1/+51 |
|\ \
| |/
|/| |
|
| * | Add ability to parse HTTP-format moratorium times | Dan Egnor | 2010-02-03 | 2 | -1/+51 |
* | | a new java implementation of base64 for android-common | Doug Zongker | 2010-02-04 | 2 | -0/+705 |
|/ |
|
* | move HttpDateTime from android.webkit to android-common jar | Doug Zongker | 2010-02-03 | 1 | -0/+224 |
* | Remove 2 unused imports. | Maryam Garrett | 2010-02-01 | 1 | -3/+0 |
* | Move LoggingEvents.java to android-common & add UserHappiness | Maryam Garrett | 2010-01-29 | 2 | -0/+178 |
* | Bug 2330111 | Paul Westbrook | 2010-01-21 | 2 | -498/+0 |
* | DomainNameValiator: Remove workaround | Makoto Onuki | 2010-01-20 | 1 | -15/+6 |
* | Addign more tests for DomainNameValidator. | Makoto Onuki | 2010-01-19 | 8 | -10/+182 |
* | allow + in usernames | Fred Quintana | 2010-01-14 | 1 | -1/+1 |
* | Moved DomainNameChecker to android common. | Makoto Onuki | 2010-01-12 | 4 | -0/+1113 |
* | change remaining frameworks/base Gservices to Secure settings | Doug Zongker | 2010-01-07 | 1 | -13/+3 |
* | Move various utility classes to android-common | Tom Taylor | 2009-12-18 | 4 | -0/+1557 |
* | Unbundling work | Paul Westbrook | 2009-12-14 | 5 | -0/+1203 |
* | Add OperationScheduler (and test) to the common static library; | Dan Egnor | 2009-11-21 | 4 | -14/+430 |
* | Solve the mutual interdependency problem between common and framework: | Dan Egnor | 2009-11-18 | 2 | -3/+4 |
* | Attempt to fix the build server build: make the common library | Dan Egnor | 2009-11-18 | 1 | -0/+2 |
* | Create android-common static library which gets included in frameworks.jar, | Dan Egnor | 2009-11-18 | 5 | -0/+411 |