Android (Google) Code Review
ec167e672d
am db8a6ae6: Merge change 3709 into donut
...
Merge commit 'db8a6ae6bbd8cbb17fb79085ffb9d3fc539fe5c2'
* commit 'db8a6ae6bbd8cbb17fb79085ffb9d3fc539fe5c2':
Provide the Keystore feature in the framework.
2009-06-11 07:57:37 -07:00
Satish Sampath
b596dd0769
am aba34d96: Fix display of the selection background for search results.
...
Merge commit 'aba34d96fda75cbaaae19ce6296266feb24ce365'
* commit 'aba34d96fda75cbaaae19ce6296266feb24ce365':
Fix display of the selection background for search results.
2009-06-11 07:57:27 -07:00
Cary Clark
e872f3ac96
more (browser) trackball-is-a-mouse work in progress
...
Distinguish between clearing the cursor (causing the next
trackball navigation to start at the page edge) and hiding
the cursor (preventing it from drawing, but leaving it at
the same position).
2009-06-11 10:50:39 -04:00
Android (Google) Code Review
db8a6ae6bb
Merge change 3709 into donut
...
* changes:
Provide the Keystore feature in the framework.
2009-06-11 02:37:01 -07:00
Chung-yih Wang
10e371f182
Provide the Keystore feature in the framework.
...
-- added the keystore library for Java application.
-- changed the marshalling of the keystore function return.
2009-06-11 17:28:40 +08:00
Satish Sampath
aba34d96fd
Fix display of the selection background for search results.
...
I've used a simple approach of not drawing the solid background color for the selected item, thereby letting the default selection background to show through properly. This works by using the item's 'pressed' state and redraw code which are used by the listview during the tapping operation.
2009-06-11 10:24:26 +01:00
Android (Google) Code Review
4ceb232e19
am a05487dd: Merge change 3800 into donut
...
Merge commit 'a05487dd856222bacf57a41f2dfe1194d3776f05'
* commit 'a05487dd856222bacf57a41f2dfe1194d3776f05':
Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManager
2009-06-11 01:03:05 -07:00
Scott Main
79006baffb
am b4ee0f93: am aa25df24: AI 149729: fix search functionatilty for offline docs... the file references weren\'t using the local root. BUG=1909300
...
Merge commit 'b4ee0f930928fbbc425f29d3e3e09455cdc6cf85'
* commit 'b4ee0f930928fbbc425f29d3e3e09455cdc6cf85':
AI 149729: fix search functionatilty for offline docs...
2009-06-11 01:02:49 -07:00
Android (Google) Code Review
a05487dd85
Merge change 3800 into donut
...
* changes:
Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManager for use in implementing Google suggestion refreshing in global search.
2009-06-11 00:59:06 -07:00
Christopher Tate
0c32f14ef1
am 9bbc21a7: Flesh out restore interface on manager; work up most of LocalTransport
...
Merge commit '9bbc21a773cbdfbef2876a75c32bda5839647751'
* commit '9bbc21a773cbdfbef2876a75c32bda5839647751':
Flesh out restore interface on manager; work up most of LocalTransport
2009-06-11 00:56:29 -07:00
Android (Google) Code Review
a50b795161
am b6391d63: Merge change 3857 into donut
...
Merge commit 'b6391d6377883586995127c9926c1b5b8035fd60'
* commit 'b6391d6377883586995127c9926c1b5b8035fd60':
Allow arrays of values for power profile data.
2009-06-11 00:45:27 -07:00
Jean-Michel Trivi
8b93740b29
am b3c5a878: Made the platform TTS service aware of the path for the default TTS library to load.
...
Merge commit 'b3c5a8785bc643843117752d37769a1edfe9a9e2'
* commit 'b3c5a8785bc643843117752d37769a1edfe9a9e2':
Made the platform TTS service aware of the path for the default TTS library to load.
2009-06-11 00:45:21 -07:00
Android (Google) Code Review
74c2acee04
am 238bf47a: Merge change 3826 into donut
...
Merge commit '238bf47a850532233ed51362dca95facf8680770'
* commit '238bf47a850532233ed51362dca95facf8680770':
LocationManagerService: Fix logic error removing multiple dead receivers.
2009-06-11 00:45:02 -07:00
Scott Main
b4ee0f9309
am aa25df24: AI 149729: fix search functionatilty for offline docs... the file references weren\'t using the local root. BUG=1909300
...
Merge commit 'aa25df2452f68d2f732ad620a97fd47b3802fa2e' into donut
* commit 'aa25df2452f68d2f732ad620a97fd47b3802fa2e':
AI 149729: fix search functionatilty for offline docs...
2009-06-11 00:01:42 -07:00
Scott Main
aa25df2452
AI 149729: fix search functionatilty for offline docs...
...
the file references weren't using the local root.
BUG=1909300
Automated import of CL 149729
2009-06-10 23:40:25 -07:00
Christopher Tate
9bbc21a773
Flesh out restore interface on manager; work up most of LocalTransport
2009-06-10 20:38:54 -07:00
Android (Google) Code Review
b6391d6377
Merge change 3857 into donut
...
* changes:
Allow arrays of values for power profile data.
2009-06-10 19:50:22 -07:00
Amith Yamasani
3718aaabe6
Allow arrays of values for power profile data.
...
Parse arrays for data that has different levels with non-linear
power increase.
Track radio data awake_time from kernel and mobile/total data
transfers.
Use dummy values for default power_profile.xml. Actual values will
be in a product overlay.
2009-06-10 19:45:28 -07:00
Android (Google) Code Review
43b605d682
Merge change 3850
...
* changes:
Fix bug with bad conversion of java strings to C strings for object names. Update test app to test object defines.
2009-06-10 19:09:37 -07:00
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
d5680f9ba9
Fix bug with bad conversion of java strings to C strings for object names. Update test app to test object defines.
2009-06-10 18:39:40 -07:00
Jean-Michel Trivi
b3c5a8785b
Made the platform TTS service aware of the path for the default TTS library to load.
2009-06-10 18:38:50 -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 b61498d1ac8e25f0024dcde46b41bcf0d8336d89
2009-06-10 18:06:18 -07:00
Eric Fischer
f40e1a5fa6
Fix botched merge from commit b61498d1ac8e25f0024dcde46b41bcf0d8336d89
2009-06-10 18:02:15 -07:00
Android (Google) Code Review
238bf47a85
Merge change 3826 into donut
...
* changes:
LocationManagerService: Fix logic error removing multiple dead receivers.
2009-06-10 17:32:21 -07:00
Simon Schoar
4686657cee
LocationManagerService: Fix logic error removing multiple dead receivers.
...
If multiple receivers are dead, only the first one will be added.
found in http://code.google.com/p/android/issues/detail?id=2651
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-06-10 20:23:31 -04: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
Mike LeBeau
ce0959df5c
Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManager
...
for use in implementing Google suggestion refreshing in global search.
2009-06-11 00:41:55 +01: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