summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix AbsListView StrictMode.Span end point on flings.Brad Fitzpatrick2010-11-191-5/+5
* Merge "StrictMode: use Log.isLoggable"Brad Fitzpatrick2010-11-191-1/+1
|\
| * StrictMode: use Log.isLoggableBrad Fitzpatrick2010-11-181-1/+1
* | Merge "Clean-up in StaticLayout"Gilles Debunne2010-11-191-6/+13
|\ \
| * | Clean-up in StaticLayoutGilles Debunne2010-11-191-6/+13
* | | Merge "Notify all VMs when proxy changes."Robert Greenwalt2010-11-1910-249/+306
|\ \ \
| * | | Notify all VMs when proxy changes.Robert Greenwalt2010-11-1910-249/+306
* | | | am 096c4c44: am 251384a7: Merge "Improve performance when getting styled stri...Brad Fitzpatrick2010-11-192-48/+53
|\ \ \ \ | |/ / / |/| | |
| * | | am 251384a7: Merge "Improve performance when getting styled string."Brad Fitzpatrick2010-11-192-48/+53
| |\ \ \
| | * \ \ Merge "Improve performance when getting styled string."Brad Fitzpatrick2010-11-192-48/+53
| | |\ \ \
| | | * | | Improve performance when getting styled string.Peter Eliasson2010-11-182-48/+53
* | | | | | Merge "Use different version of CLDR data in DatePicker"Kenny Root2010-11-191-6/+33
|\ \ \ \ \ \
| * | | | | | Use different version of CLDR data in DatePickerKenny Root2010-11-151-6/+33
* | | | | | | Merge "PTP: Improve performance and reliability of file importing"Mike Lockwood2010-11-191-0/+19
|\ \ \ \ \ \ \
| * | | | | | | PTP: Improve performance and reliability of file importingMike Lockwood2010-11-191-0/+19
* | | | | | | | Merge "Find mime from file extension if the mime is empty"Kristian Monsen2010-11-191-0/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Find mime from file extension if the mime is emptyKristian Monsen2010-11-191-0/+12
* | | | | | | | Merge "Decode JSON literal types eagerly and with our own decoder."Jesse Wilson2010-11-182-163/+342
|\ \ \ \ \ \ \ \
| * | | | | | | | Decode JSON literal types eagerly and with our own decoder.Jesse Wilson2010-11-182-163/+342
* | | | | | | | | Some work on issue #3201795: Improve transition when keyboard comes upDianne Hackborn2010-11-1810-16/+37
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge "Make holo widget styles public"Adam Powell2010-11-181-2/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | Make holo widget styles publicAdam Powell2010-11-181-2/+93
* | | | | | | | | Merge "Add date format strings for the new locales."Eric Fischer2010-11-1819-0/+2791
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add date format strings for the new locales.Eric Fischer2010-11-1819-0/+2791
* | | | | | | | | | Merge "Import initial translations for 20 new locales."Eric Fischer2010-11-1820-1/+21493
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Import initial translations for 20 new locales.Eric Fischer2010-11-1720-1/+21493
* | | | | | | | | Fixing issue #3200503Adam Cohen2010-11-181-1/+1
* | | | | | | | | Merge "Added support for full PC-style keyboards."Jeff Brown2010-11-1818-427/+634
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added support for full PC-style keyboards.Jeff Brown2010-11-1818-427/+634
* | | | | | | | | | Fix bug 3208911 - apps not getting default ActionBar style valuesAdam Powell2010-11-183-8/+10
* | | | | | | | | | Revert "Temp fix; Revert "Fix bug 3167081 - Action Bar redesign to support "u...Ed Heyl2010-11-1819-68/+68
* | | | | | | | | | Merge "Make AsyncQueryHandler emit more helpful log."Daisuke Miyakawa2010-11-181-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Make AsyncQueryHandler emit more helpful log.Daisuke Miyakawa2010-11-181-1/+1
* | | | | | | | | | Merge "Added new timepicker assets"Gilles Debunne2010-11-1848-0/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added new timepicker assetsGilles Debunne2010-11-1748-0/+0
* | | | | | | | | | | Merge "Add supported video/m4v mimeType to the support list."Shimeng (Simon) Wang2010-11-181-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add supported video/m4v mimeType to the support list.Shimeng (Simon) Wang2010-11-181-1/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Temp fix; Revert "Fix bug 3167081 - Action Bar redesign to support "up""android-build SharedAccount2010-11-1819-68/+68
|/ / / / / / / / / /
* | | | | | | | | | Merge "Don't waste memory creating new Boolean objects"Kenny Root2010-11-182-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Don't waste memory creating new Boolean objectsKenny Root2010-11-172-2/+2
* | | | | | | | | | Status bar formatting tweaksJoe Onorato2010-11-172-31/+16
* | | | | | | | | | Add an opacity attribute to LayerDrawable that lets you control the opacity d...Joe Onorato2010-11-172-1/+9
* | | | | | | | | | Fix bug 3167081 - Action Bar redesign to support "up"Adam Powell2010-11-1719-68/+68
* | | | | | | | | | Merge "StrictMode: shut up VM penalty logging on debug builds."Brad Fitzpatrick2010-11-171-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | StrictMode: shut up VM penalty logging on debug builds.Brad Fitzpatrick2010-11-171-2/+1
* | | | | | | | | | | Merge "Adding a new provider status"Dmitri Plotnikov2010-11-171-0/+8
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Adding a new provider statusDmitri Plotnikov2010-11-171-0/+8
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | am 74923d3a: am d34c1495: Merge "Prevent system crash when OOM in Binder thre...Jean-Baptiste Queru2010-11-171-0/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | am d34c1495: Merge "Prevent system crash when OOM in Binder thread."Jean-Baptiste Queru2010-11-171-0/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge "Prevent system crash when OOM in Binder thread."Jean-Baptiste Queru2010-11-171-0/+4
| | |\ \ \ \ \ \ \ \