summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* am 91c91b74: Merge change 5817 into donutAndroid (Google) Code Review2009-07-0119-180/+213
|\
| * Replace indeterminate progress animated asset with new onesRomain Guy2009-06-3019-180/+213
* | Adds new attributes for specifying icons to be used in the Contacts app.Evan Millar2009-07-011-0/+13
* | am 5fb4cab2: Merge change 5787 into donutAndroid (Google) Code Review2009-07-011-1/+4
|\ \ | |/
| * Merge change 5787 into donutAndroid (Google) Code Review2009-06-301-1/+4
| |\
| | * Fix http://code.google.com/p/android/issues/detail?id=3059Marco Nelissen2009-06-301-1/+4
* | | am b8a10fe4: Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-012-2/+9
|\ \ \ | |/ /
| * | Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-012-2/+9
* | | am 7a573862: Merge change 5720 into donutAndroid (Google) Code Review2009-07-012-4/+4
|\ \ \ | |/ /
| * | Merge change 5720 into donutAndroid (Google) Code Review2009-06-302-4/+4
| |\ \
| | * | Fix #1876303. Even rfc2616 4.2 says that "Field names are case-insensitive.",...Grace Kloba2009-06-292-4/+4
* | | | am aa4f1f9e: Merge change 5711 into donutAndroid (Google) Code Review2009-07-012-4/+46
|\ \ \ \ | |/ / /
| * | | Merge change 5711 into donutAndroid (Google) Code Review2009-06-292-4/+46
| |\ \ \
| | * | | Adding in TTS service support for language query and level of support.Jean-Michel Trivi2009-06-292-4/+46
* | | | | am 22e8cbc3: Merge change 5656 into donutAndroid (Google) Code Review2009-07-011-2/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge change 5656 into donutAndroid (Google) Code Review2009-06-291-2/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Generate key events for actions sent to generic input connections.Dianne Hackborn2009-06-291-2/+11
| | |/ /
* | | | am 27a8e07e: Merge change 5699 into donutAndroid (Google) Code Review2009-07-011-33/+93
|\ \ \ \ | |/ / /
| * | | Merge change 5699 into donutAndroid (Google) Code Review2009-06-291-33/+93
| |\ \ \
| | * | | Adding status return codes for TTS calls.Charles Chen2009-06-291-33/+93
* | | | | Merge change 5923Android (Google) Code Review2009-07-012-29/+8
|\ \ \ \ \
| * | | | | Fixes for moving a focused textfield on screen when entering a character.Leon Scroggins2009-07-012-29/+8
* | | | | | am ab4748c6: Merge change 5694 into donutAndroid (Google) Code Review2009-07-011-0/+18
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge change 5694 into donutAndroid (Google) Code Review2009-06-291-0/+18
| |\ \ \ \ \
| | * | | | | Implement persistent enable/disable of the backup managerChristopher Tate2009-06-291-0/+18
| | | |/ / / | | |/| | |
* | | | | | am 48d4f673: Merge change 5692 into donutAndroid (Google) Code Review2009-07-011-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge change 5692 into donutAndroid (Google) Code Review2009-06-291-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Adjust the character picker layout a little so it will fit on the screen.Eric Fischer2009-06-291-2/+2
| | | |/ / | | |/| |
* | | | | am 3a608f82: Merge change 5684 into donutAndroid (Google) Code Review2009-07-011-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge change 5684 into donutAndroid (Google) Code Review2009-06-291-3/+5
| |\ \ \ \
| | * | | | Fixes #1940605. MeasureSpec's mode and height were inverted in RelativeLayout.Romain Guy2009-06-291-3/+5
| | |/ / /
* | | | | am 52bce9c4: Merge change 5680 into donutAndroid (Google) Code Review2009-07-011-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge change 5680 into donutAndroid (Google) Code Review2009-06-291-2/+3
| |\ \ \ \
| | * | | | Fixes #1949502. Prevents an NPE in View.buildDrawingCache().Romain Guy2009-06-291-2/+3
| | |/ / /
* | | | | Merge change 5735Android (Google) Code Review2009-06-301-16/+42
|\ \ \ \ \
| * | | | | Added a Formatter parameter to DateUtils.formatDateRangeMichael Chan2009-06-301-16/+42
| | |_|/ / | |/| | |
* | | | | am dbcd9c34: Merge change 5654 into donutAndroid (Google) Code Review2009-06-301-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | The BACKUP permission should have the signatureOrSystem protectionLevel,Joe Onorato2009-06-291-1/+1
| | |/ / | |/| |
* | | | am c25dbf88: add comment about endiannessTammo Spalink2009-06-302-2/+6
|\ \ \ \ | |/ / /
| * | | add comment about endiannessTammo Spalink2009-06-282-2/+6
* | | | Revert "ConnectivityManager: Add support for bringing up the default APN."Mike Lockwood2009-06-301-4/+0
| |/ / |/| |
* | | Fix a WebView longpress bug.Leon Scroggins2009-06-301-5/+12
* | | Make the caret/selection draw when gaining window focus.Leon Scroggins2009-06-302-6/+9
* | | am 91717497: Use system properties to track the current transportChristopher Tate2009-06-292-8/+17
|\ \ \ | |/ /
| * | Use system properties to track the current transportChristopher Tate2009-06-262-8/+17
* | | am 05ebcb51: Merge change 5609 into donutAndroid (Google) Code Review2009-06-2921-96/+21
|\ \ \ | |/ /
| * | Update spinner's drawables. Clean up resources, pave the way for new animation.Romain Guy2009-06-2621-96/+21
* | | am fbd8f69a: Fixes #1946141. Introduce new caching API to control scaling.Romain Guy2009-06-292-29/+83
|\ \ \ | |/ /
| * | Fixes #1946141. Introduce new caching API to control scaling.Romain Guy2009-06-262-29/+83
* | | am a1590586: Merge change 5578 into donutAndroid (Google) Code Review2009-06-291-0/+11
|\ \ \ | |/ /