| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding skeleton methods for IPA support. | Charles Chen | 2009-06-26 | 2 | -12/+130 |
* | Keep track of backup state independently for each transport | Christopher Tate | 2009-06-25 | 3 | -37/+57 |
* | Merge change 5434 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -5/+30 |
|\ |
|
| * | Adding splitting to the TTS to guard against extremely long strings. | Charles Chen | 2009-06-25 | 1 | -5/+30 |
* | | Merge change 5428 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -3/+8 |
|\ \ |
|
| * | | Improve handling of FILL_PARENT in RelativeLayout. | Romain Guy | 2009-06-25 | 1 | -3/+8 |
* | | | Merge change 5350 into donut | Android (Google) Code Review | 2009-06-25 | 5 | -4/+4 |
|\ \ \ |
|
| * | | | move ui/Time.cpp to core/jni, since this is the only place it is used | Mathias Agopian | 2009-06-25 | 5 | -4/+4 |
* | | | | Merge change 5414 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -52/+41 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add caching of the speech rate and language in android.speech.tts.TextToSpeech | Jean-Michel Trivi | 2009-06-25 | 1 | -52/+41 |
| |/ / |
|
* | | | Merge change 5417 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -12/+69 |
|\ \ \ |
|
| * | | | Fixes #1943309. RelativeLayout was confused by gravities. | Romain Guy | 2009-06-25 | 1 | -12/+69 |
| |/ / |
|
* | | | Merge change 5413 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Need to write the correct float math. | Grace Kloba | 2009-06-25 | 1 | -1/+1 |
* | | | Merge change 5397 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -11/+26 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fixes #1943915. Prevents circular dependency exception when using several NO_ID | Romain Guy | 2009-06-25 | 1 | -11/+26 |
* | | | Merge change 5385 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -14/+66 |
|\ \ \ |
|
| * | | | Updating the TextToSpeech.java with skeleton methods. | Charles Chen | 2009-06-25 | 1 | -14/+66 |
* | | | | Merge change 5352 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -3/+5 |
|\ \ \ \ |
|
| * | | | | fix [1942438] eglGetCurrentSurface() returns bogus value | Mathias Agopian | 2009-06-24 | 1 | -3/+5 |
* | | | | | Merge change 5390 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -3/+5 |
|\ \ \ \ \ |
|
| * | | | | | When mPreventDrag is true, don't respond to long press. This should prevent t... | Grace Kloba | 2009-06-25 | 1 | -3/+5 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge change 5239 into donut | Android (Google) Code Review | 2009-06-25 | 5 | -55/+69 |
|\ \ \ \ \ |
|
| * | | | | | Fix SMS Ack. | jsh | 2009-06-25 | 5 | -55/+69 |
* | | | | | | Merge change 5389 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Skip spaces and tabs in readProcLines() | Amith Yamasani | 2009-06-25 | 1 | -1/+1 |
* | | | | | | Merge change 5394 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixes #1940605. RelativeLayout was swapping horizontal and vertical | Romain Guy | 2009-06-25 | 1 | -2/+2 |
* | | | | | | | Merge change 4739 into donut | Android (Google) Code Review | 2009-06-25 | 19 | -65/+301 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Add PPTP, L2TP/IPSec preshared key and other fixes. | Hung-ying Tyan | 2009-06-26 | 19 | -65/+301 |
* | | | | | | | Merge change 5288 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -0/+7 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | Invoke getSystem.updateConfiguration when binding an application to | Suchi Amalapurapu | 2009-06-25 | 1 | -0/+7 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Switch the default transport to GOOGLE. | Dan Egnor | 2009-06-25 | 1 | -2/+1 |
* | | | | | | Merge change 5386 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -0/+3 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View is | Romain Guy | 2009-06-25 | 1 | -0/+3 |
* | | | | | | Add ZoomDensity so that we can change the desired default scale. | Grace Kloba | 2009-06-25 | 3 | -11/+88 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge change 5300 into donut | Android (Google) Code Review | 2009-06-25 | 1 | -5/+6 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Using a sendBroadcast to notify interested parties of when | Charles Chen | 2009-06-24 | 1 | -5/+6 |
| |/ / / |
|
* | | | | Merge change 5351 into donut | Android (Google) Code Review | 2009-06-25 | 3 | -8/+19 |
|\ \ \ \ |
|
| * | | | | Add a method to Process to get uid for a pid. | Amith Yamasani | 2009-06-24 | 3 | -8/+19 |
* | | | | | Merge change 5344 into donut | Android (Google) Code Review | 2009-06-25 | 10 | -44/+104 |
|\ \ \ \ \ |
|
| * | | | | | frameworks/base: CDMA voicemail support | David Krause | 2009-06-24 | 10 | -44/+104 |
* | | | | | | Merge change 5339 into donut | Android (Google) Code Review | 2009-06-24 | 2 | -17/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix intermittent crash related to call waiting | David Krause | 2009-06-24 | 2 | -17/+31 |
| |/ / / / / |
|
* | | | | | | Merge change 5329 into donut | Android (Google) Code Review | 2009-06-24 | 2 | -0/+59 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | frameworks/base - CDMA settings additions | David Krause | 2009-06-24 | 2 | -0/+59 |
| |/ / / / |
|
* | | | | | Merge change 5199 into donut | Android (Google) Code Review | 2009-06-24 | 2 | -11/+11 |
|\ \ \ \ \ |
|
| * | | | | | Only remove client after the hardware is teared down, so a new client | Chih-Chung Chang | 2009-06-25 | 2 | -11/+11 |
* | | | | | | Merge change 5319 into donut | Android (Google) Code Review | 2009-06-24 | 2 | -9/+44 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add new APIs to LauncherActivity to be used elsewhere. | Dianne Hackborn | 2009-06-24 | 2 | -9/+44 |