Android (Google) Code Review
bcf3e6a220
Merge change 3849
...
* changes:
Fix build error due to bad path generation in makefile for generated tools. Implemented by JoeO
2009-06-10 19:09:07 -07:00
Jason Sams
196ac850af
Fix build error due to bad path generation in makefile for generated tools.
...
Implemented by JoeO
2009-06-10 18:35:42 -07:00
Android (Google) Code Review
de115412d5
Merge change 3841
...
* changes:
Fix botched merge from commit b61498d1ac
2009-06-10 18:06:18 -07:00
Eric Fischer
f40e1a5fa6
Fix botched merge from commit b61498d1ac
2009-06-10 18:02:15 -07:00
Android (Google) Code Review
1ecb750f65
am 1d7d5db7: Merge change 3799 into donut
...
Merge commit '1d7d5db74f14e871c7be719a0cddf52a5a40dcbf'
* commit '1d7d5db74f14e871c7be719a0cddf52a5a40dcbf':
Turned on the windows media related test cases as the binary already integrated.
2009-06-10 17:20:04 -07:00
Christopher Tate
bb8d0dfed9
am c7b31e3c: The rest of the basic flow for restore
...
Merge commit 'c7b31e3c3cd71129557d4bf9e3fbcebb9235aba5'
* commit 'c7b31e3c3cd71129557d4bf9e3fbcebb9235aba5':
The rest of the basic flow for restore
2009-06-10 17:19:57 -07:00
Android (Google) Code Review
4f84953a4f
am 2795c2d6: Merge change 3806 into donut
...
Merge commit '2795c2d6b73f6e72565569f7d4f2f4b34e526bba'
* commit '2795c2d6b73f6e72565569f7d4f2f4b34e526bba':
Fix a couple null pointer exceptions in CDMA voice call handling.
2009-06-10 17:19:54 -07:00
Android (Google) Code Review
1d7d5db74f
Merge change 3799 into donut
...
* changes:
Turned on the windows media related test cases as the binary already integrated.
2009-06-10 17:10:05 -07:00
Christopher Tate
c7b31e3c3c
The rest of the basic flow for restore
...
Also moved the processOneBackup() implementation into the Thread class that runs
the backup sequence.
2009-06-10 16:43:50 -07:00
The Android Open Source Project
ca83b1b176
Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/frameworks/base
2009-06-10 16:43:38 -07:00
Dmitri Plotnikov
0918bf0688
Adding new query: aggregation suggestions
2009-06-10 16:40:37 -07:00
Android (Google) Code Review
2795c2d6b7
Merge change 3806 into donut
...
* changes:
Fix a couple null pointer exceptions in CDMA voice call handling.
2009-06-10 16:38:12 -07:00
Android (Google) Code Review
106be41b9b
am 1f35bf18: Merge change 3795 into donut
...
Merge commit '1f35bf18ade606810843c8ec10445fc884d686cb'
* commit '1f35bf18ade606810843c8ec10445fc884d686cb':
URI/extra data for inline scheme.
2009-06-10 16:31:52 -07:00
Mitsuru Oshima
bd6b11dd58
am e5fb3288: resolution support fix/improvement * adding compatibility menu * backup gravity * set expanable=true if the screen size is hvga * density. * added "supports any density" mode. I\'ll add sdk check later. * disallow to catch orientation c
...
Merge commit 'e5fb328825995aa33b5b7ecf8b5bee2b17f81715'
* commit 'e5fb328825995aa33b5b7ecf8b5bee2b17f81715':
resolution support fix/improvement
2009-06-10 16:31:36 -07:00
Android (Google) Code Review
737bae060a
am ca436e24: Merge change 3782 into donut
...
Merge commit 'ca436e24dec0fa258a8a756c3e7d07bcb096c5b3'
* commit 'ca436e24dec0fa258a8a756c3e7d07bcb096c5b3':
Reimport Portuguese translations.
2009-06-10 16:31:33 -07:00
Android (Google) Code Review
041b75bbde
am f50ab7f4: Merge change 3777 into donut
...
Merge commit 'f50ab7f46296786f575b2d171ec05a661d129015'
* commit 'f50ab7f46296786f575b2d171ec05a661d129015':
Process the response of RIL_REQUEST_REPORT_SMS_MEMORY_STATUS.
2009-06-10 16:31:29 -07:00
Android (Google) Code Review
bd6b2b410f
am a45711aa: Merge change 3765 into donut
...
Merge commit 'a45711aaebc514290fdf0c93f07a3120dc160ddb'
* commit 'a45711aaebc514290fdf0c93f07a3120dc160ddb':
Add a gservices flag to limit the size of protobufs we can gzip
2009-06-10 16:31:27 -07:00
Android (Google) Code Review
e69ec574e6
am 732912a1: Merge change 3730 into donut
...
Merge commit '732912a103e985520dba9c022a40bc21b4c4ced5'
* commit '732912a103e985520dba9c022a40bc21b4c4ced5':
Restructuring the TTS files so that it works as a Service
2009-06-10 16:31:23 -07:00
Romain Guy
b61498d1ac
resolved conflicts for merge of f31cbb to master
2009-06-10 16:30:18 -07:00
Android (Google) Code Review
a10cb5a344
Merge change 3808
...
* changes:
Split renderscript java code from test apps. Update makefiles.
2009-06-10 16:24:47 -07:00
Android (Google) Code Review
1f35bf18ad
Merge change 3795 into donut
...
* changes:
URI/extra data for inline scheme.
2009-06-10 16:24:01 -07:00
Android (Google) Code Review
1565800f87
Merge change 3796
...
* changes:
Added data restriction constants to ContactsContract.
2009-06-10 16:14:18 -07:00
Jason Sams
94d8e90ad7
Split renderscript java code from test apps. Update makefiles.
2009-06-10 16:09:05 -07:00
Jeff Sharkey
28b68e5a59
Added data restriction constants to ContactsContract.
...
Each data item can now be flagged as IS_RESTRICTED by the
package that owns it. Restricted data items will only be
visible to the owning package, unless the owner creates
RestrictionExceptions for other packages.
Currently @hide, so no current.xml needed.
2009-06-10 15:49:52 -07:00
Yu Shan Emily Lau
afbc17ead2
Turned on the windows media related test cases as the binary already integrated.
2009-06-10 15:46:32 -07:00
Android (Google) Code Review
bf521a0f7d
am 4a60b887: Merge change 3761 into donut
...
Merge commit '4a60b887d4b9744126e62b094a9597ee8e924640'
* commit '4a60b887d4b9744126e62b094a9597ee8e924640':
Added support to record page load time for each url.
2009-06-10 15:33:08 -07:00
Android (Google) Code Review
8e18d88c3b
am b11e670e: Merge change 3754 into donut
...
Merge commit 'b11e670e56b30022dbaaa921390005a95dfd337b'
* commit 'b11e670e56b30022dbaaa921390005a95dfd337b':
Fix some 12- vs 24-hour problems in the FormatDateRange strings.
2009-06-10 15:33:04 -07:00
Android (Google) Code Review
1b04076251
am 684a2edb: Merge change 3577 into donut
...
Merge commit '684a2edbe192a2a76684c5d6855773196d2e1a2e'
* commit '684a2edbe192a2a76684c5d6855773196d2e1a2e':
Make aapt Error out when an overlay adds a string.
2009-06-10 15:32:56 -07:00
Eric Fischer
ea6a49436a
am c0c0b684: am a8c3821e: AI 149721: Import Portuguese translations.
...
Merge commit 'c0c0b6844e4e4cd3b872a80e51416cfd9ca124d9'
* commit 'c0c0b6844e4e4cd3b872a80e51416cfd9ca124d9':
AI 149721: Import Portuguese translations.
2009-06-10 15:32:46 -07:00
Mitsuru Oshima
e5fb328825
resolution support fix/improvement
...
* adding compatibility menu
* backup gravity
* set expanable=true if the screen size is hvga * density.
* added "supports any density" mode. I'll add sdk check later.
* disallow to catch orientation change event if the app is not expandable. This
was causing layout problem under non-expandable mode. I discussed this with Mike C
and we agreed to do this approach for now. We'll revisit if this causes problem to
a lot of applications.
2009-06-10 15:22:17 -07:00
Android (Google) Code Review
ca436e24de
Merge change 3782 into donut
...
* changes:
Reimport Portuguese translations.
2009-06-10 15:20:55 -07:00
Mitsuru Oshima
8eb241b877
URI/extra data for inline scheme.
2009-06-10 15:18:08 -07:00
Android (Google) Code Review
f50ab7f462
Merge change 3777 into donut
...
* changes:
Process the response of RIL_REQUEST_REPORT_SMS_MEMORY_STATUS.
2009-06-10 15:17:15 -07:00
Android (Google) Code Review
a45711aaeb
Merge change 3765 into donut
...
* changes:
Add a gservices flag to limit the size of protobufs we can gzip
2009-06-10 15:11:52 -07:00
Android (Google) Code Review
732912a103
Merge change 3730 into donut
...
* changes:
Restructuring the TTS files so that it works as a Service
2009-06-10 15:09:37 -07:00
Eric Fischer
1b201687de
Reimport Portuguese translations.
2009-06-10 15:08:06 -07:00
Android (Google) Code Review
297ba9f5c4
Merge change 3776
...
* changes:
Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts.
2009-06-10 15:05:22 -07:00
Jason Sams
3eaa338e11
Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts.
2009-06-10 15:04:38 -07:00
Android (Google) Code Review
f31cbbf54e
Merge change 3760 into donut
...
* changes:
Enable HierarchyViewer on debuggable builds, even if they're secure.
2009-06-10 15:03:06 -07:00
Android (Google) Code Review
4a60b887d4
Merge change 3761 into donut
...
* changes:
Added support to record page load time for each url.
2009-06-10 15:03:06 -07:00
Android (Google) Code Review
b11e670e56
Merge change 3754 into donut
...
* changes:
Fix some 12- vs 24-hour problems in the FormatDateRange strings.
2009-06-10 15:03:06 -07:00
Cynthia Wong
85427f71a4
Add a gservices flag to limit the size of protobufs we can gzip
2009-06-10 14:51:19 -07:00
Romain Guy
06882f8eff
Enable HierarchyViewer on debuggable builds, even if they're secure.
...
That will let us (finally) use the tool on userdebug builds.
2009-06-10 14:44:11 -07:00
Wink Saville
4be0d4378c
Fix a couple null pointer exceptions in CDMA voice call handling.
2009-06-10 14:35:28 -07:00
Guang Zhu
2ab6f1fe0b
Added support to record page load time for each url.
2009-06-10 13:37:03 -07:00
Charles Chen
f85aa5a4d4
Restructuring the TTS files so that it works as a Service
2009-06-10 13:31:09 -07:00
Android (Google) Code Review
f7a4c4850c
Merge change 3751
...
* changes:
Accept freeMemory messages and pass them to the native code
2009-06-10 13:11:05 -07:00
Eric Fischer
84c863d9af
Fix some 12- vs 24-hour problems in the FormatDateRange strings.
...
Use a resource instead of a hardcoded string for the 24-hour format
since it is not exactly the same in every locale.
Make sure the 12-hour format is actually for a 12-hour clock, even in
locales where this is not a normal thing to do. In the cap_ampm version,
do not have it try to capitalize "am" and "pm" if these are non-ASCII
strings, since strftime() doesn't know about Unicode and will mess it up.
Add a comment so that people don't think the YEAR_IN_MILLIS constant is
actually the length of any real year.
2009-06-10 12:46:13 -07:00
Android (Google) Code Review
684a2edbe1
Merge change 3577 into donut
...
* changes:
Make aapt Error out when an overlay adds a string.
2009-06-10 12:36:45 -07:00
Derek Sollenberger
e0155e9552
Accept freeMemory messages and pass them to the native code
2009-06-10 15:35:45 -04:00