Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | am e9190a27: Base64 the keys to make filenames in LocalTransport | Christopher Tate | 2009-06-17 | 1 | -2/+7 |
|\ | |||||
| * | Base64 the keys to make filenames in LocalTransport | Christopher Tate | 2009-06-17 | 1 | -2/+7 |
* | | am 3c2f8e66: Merge change 4456 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -50/+0 |
|\ \ | |/ | |||||
| * | Merge change 4456 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -50/+0 |
| |\ | |||||
| | * | Replace the stub GoogleTransport with callout to the | Dan Egnor | 2009-06-17 | 1 | -50/+0 |
* | | | am 83248c43: backup fixes: | Joe Onorato | 2009-06-17 | 5 | -12/+40 |
|\ \ \ | |/ / | |||||
| * | | backup fixes: | Joe Onorato | 2009-06-17 | 5 | -12/+40 |
* | | | am 6ce1983a: Merge change 4532 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -8/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge change 4532 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -8/+14 |
| |\ \ | |||||
| | * | | Fixes #1924909. When restoring managed dialogs, do exactly the same thing as ... | Romain Guy | 2009-06-17 | 1 | -8/+14 |
* | | | | am cff19c1a: Merge change 4539 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge change 4539 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | Fixes #1925003. Make ListView honor the android:choiceMode XML attribute. | Romain Guy | 2009-06-17 | 1 | -0/+2 |
| | |/ / | |||||
* | | | | am 465dee4b: Fixes #1819572. Do not resurrect the list\'s selection when the ... | Romain Guy | 2009-06-17 | 1 | -13/+64 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixes #1819572. Do not resurrect the list's selection when the user moved it ... | Romain Guy | 2009-06-17 | 1 | -13/+64 |
| |/ / | |||||
* | | | am de72697b: Merge change 4524 into donut | Android (Google) Code Review | 2009-06-17 | 5 | -3/+131 |
|\ \ \ | |/ / | |||||
| * | | Merge change 4524 into donut | Android (Google) Code Review | 2009-06-17 | 5 | -3/+131 |
| |\ \ | | |/ | |/| | |||||
| | * | FileRestoreHelper and RestoreHelperDispatcher work. | Joe Onorato | 2009-06-17 | 5 | -3/+131 |
* | | | resolved conflicts for merge of ed336839 to master | Nick Pelly | 2009-06-17 | 3 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge change 4515 into donut | Android (Google) Code Review | 2009-06-17 | 4 | -0/+4 |
| |\ \ | |||||
| | * | | Tell DBUS not to call _exit() if the DBUS connection disconnects. | Nick Pelly | 2009-06-17 | 4 | -0/+4 |
* | | | | am 5553f152: Merge change 3936 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | add exception message to ApplicationErrorReport | Jacek Surazski | 2009-06-17 | 1 | -0/+8 |
* | | | | Merge commit '0781df94' into manualmerge | Suchi Amalapurapu | 2009-06-17 | 16 | -67/+429 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge change 4129 into donut | Android (Google) Code Review | 2009-06-17 | 16 | -67/+429 |
| |\ \ \ | |||||
| | * | | | Remove circular dependency in PackageManager. api freeStorage uses PendingInt... | Suchi Amalapurapu | 2009-06-17 | 16 | -67/+429 |
* | | | | | resolved conflicts for merge of 3571ff40 to master | Romain Guy | 2009-06-17 | 1 | -56/+56 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge change 4486 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -56/+56 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Fixes #1107690. Updates javadoc for Intent.java, android:value -> android:name. | Romain Guy | 2009-06-17 | 1 | -56/+56 |
* | | | | | am ef29f6af: Merge change 4483 into donut | Android (Google) Code Review | 2009-06-17 | 2 | -80/+71 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge change 4483 into donut | Android (Google) Code Review | 2009-06-17 | 2 | -80/+71 |
| |\ \ \ \ | |||||
| | * | | | | Fixes #1414069. Display recent activities with two lines of text. | Romain Guy | 2009-06-17 | 2 | -80/+71 |
| | |/ / / | |||||
* | | | | | am a0a854d4: Merge change 4398 into donut | Android (Google) Code Review | 2009-06-17 | 2 | -36/+38 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge change 4398 into donut | Android (Google) Code Review | 2009-06-17 | 2 | -36/+38 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Using Locale to specify language and country for a TTS language to load, | Jean-Michel Trivi | 2009-06-17 | 2 | -36/+38 |
* | | | | | am bf23fe06: Prepare SearchManager framework for adding Genie logging. | Satish Sampath | 2009-06-17 | 2 | -10/+35 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Prepare SearchManager framework for adding Genie logging. | Satish Sampath | 2009-06-17 | 2 | -10/+35 |
* | | | | | am 528a29f8: Merge change 4326 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -68/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge change 4326 into donut | Android (Google) Code Review | 2009-06-17 | 1 | -68/+0 |
| |\ \ \ \ | |||||
| | * | | | | Don't get location in search dialog. | Bjorn Bringert | 2009-06-16 | 1 | -68/+0 |
* | | | | | | am d9aef73f: Squashed commit of the following: | Mitsuru Oshima | 2009-06-17 | 1 | -8/+12 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Squashed commit of the following: | Mitsuru Oshima | 2009-06-16 | 1 | -8/+12 |
* | | | | | | am 5f15d151: checkpoint BackupDatAInput / RestoreHelper | Joe Onorato | 2009-06-17 | 6 | -34/+127 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | checkpoint BackupDatAInput / RestoreHelper | Joe Onorato | 2009-06-16 | 6 | -34/+127 |
* | | | | | | am aa088447: Hold the current transport instantiated all the time. | Christopher Tate | 2009-06-17 | 1 | -3/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Hold the current transport instantiated all the time. | Christopher Tate | 2009-06-16 | 1 | -3/+6 |
* | | | | | | Merge change 4471 | Android (Google) Code Review | 2009-06-17 | 2 | -8/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MemoryFile.isMemoryFile was internally determining the length of | Marco Nelissen | 2009-06-17 | 2 | -8/+21 |
* | | | | | | | am e705f2c5: Make gestures visible again. | Romain Guy | 2009-06-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Make gestures visible again. | Romain Guy | 2009-06-16 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | |