2852 Commits

Author SHA1 Message Date
Android (Google) Code Review
280412fa2c Merge change 3601
* changes:
  checkpoint pragma support.  Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC.
2009-06-09 12:17:10 -07:00
Jason Sams
da423d8479 checkpoint pragma support. Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC. 2009-06-09 12:15:30 -07:00
Android (Google) Code Review
dbacca46d9 Merge change 3586
* changes:
  Adds BaseTypes interface so that a general TYPE_CUSTOM field is available.
2009-06-09 11:01:52 -07:00
Karl Rosaen
d4c98c4c45 Track clicks that occur after pivoting into an app from global search.
(framework portion).

Global search has a write-only content provider for reporting clicks that SearchDialog
makes use of.

update: addressed code review feedback
2009-06-09 18:51:05 +01:00
Evan Millar
78e79ad61b Adds BaseTypes interface so that a general TYPE_CUSTOM field is available.
BaseTypes contains only TYPE_CUSTOM.

Changed Nickname's TYPE's to 0 based instead of 1 based.
2009-06-09 10:46:30 -07:00
Satish Sampath
d70df8cd37 am 4ab3c009: Rename genieprovider to enhancedgooglesearch.
Merge commit '4ab3c00993bd7932e5262d325e6d9943074844ed'

* commit '4ab3c00993bd7932e5262d325e6d9943074844ed':
  Rename genieprovider to enhancedgooglesearch.
2009-06-09 10:32:02 -07:00
Android (Google) Code Review
089e10187c am b26e685d: Merge change 3528 into donut
Merge commit 'b26e685d04aa010e10a99729ae573940715f9970'

* commit 'b26e685d04aa010e10a99729ae573940715f9970':
  Simplify the TTS for Donut release
2009-06-09 10:31:42 -07:00
Wink Saville
2563a3ac05 Cleanup whitespace. 2009-06-09 10:30:03 -07:00
Satish Sampath
4ab3c00993 Rename genieprovider to enhancedgooglesearch. 2009-06-09 17:44:46 +01:00
Android (Google) Code Review
b26e685d04 Merge change 3528 into donut
* changes:
  Simplify the TTS for Donut release
2009-06-09 08:15:14 -07:00
Satish Sampath
8762e0ac78 am 1c5fa0f3: Adds UI support for custom search widget item backgrounds.
Merge commit '1c5fa0f31009502c539c65de99010b63cb617aac'

* commit '1c5fa0f31009502c539c65de99010b63cb617aac':
  Adds UI support for custom search widget item backgrounds.
2009-06-09 08:03:06 -07:00
Romain Guy
0c80e0577a am 27a2b50d: Add a hidden API to modify the paint used to draw gestures.
Merge commit '27a2b50dedd4315b921d502a30ac0fda51fb6a7c'

* commit '27a2b50dedd4315b921d502a30ac0fda51fb6a7c':
  Add a hidden API to modify the paint used to draw gestures.
2009-06-09 08:03:04 -07:00
Romain Guy
4bd6d869f9 am 03f0b21b: Fix several issues in the gestures libraries.
Merge commit '03f0b21b5a317aa6c0f0cd4d7ac91cabdf379d3e'

* commit '03f0b21b5a317aa6c0f0cd4d7ac91cabdf379d3e':
  Fix several issues in the gestures libraries.
2009-06-09 08:02:36 -07:00
Android (Google) Code Review
ac685a1927 am 2d2b2311: Merge change 3561 into donut
Merge commit '2d2b23119f1b4daa3064f065ebeb6397963c1780'

* commit '2d2b23119f1b4daa3064f065ebeb6397963c1780':
  Fix multiple strokes support when fade is disabled.
2009-06-09 08:01:59 -07:00
Romain Guy
854fc45736 am 7fe416e9: Fix bug in saving gestures stores. The outputstream was wrapping itself, thus causing huge problems.
Merge commit '7fe416e9436a7b2a00e27e73ceb725de4e763f30'

* commit '7fe416e9436a7b2a00e27e73ceb725de4e763f30':
  Fix bug in saving gestures stores. The outputstream was wrapping itself, thus causing huge problems.
2009-06-09 07:56:43 -07:00
Leon Scroggins
fd06bc8d6e Remove obsolete notion of invalid node.
In the old navigation model, we set focus to a node, and checked to see
if that node was still valid (could have changed since we built the
navigation cache).  Then we sent a message back to the UI thread to
tell it to draw the ring differently.  In the new model, we are essentially
moving a mouse, so we do not concern ourselves with whether the node is
valid.  Removed all the code for passing the message to the UI thread
and calling into native.  Needs a change to external/webkit to work
properly.
2009-06-09 10:39:37 -04:00
Romain Guy
f1492470c4 Fix the build 2009-06-09 06:23:27 -07:00
Satish Sampath
1c5fa0f310 Adds UI support for custom search widget item backgrounds.
- A new column was added to SearchManager cursors to specify background color (optional)
- Two new colour references added to the theme for normal and search widget corpus items (we need both to be opaque for the items to render properly)
- SuggestionAdapter was updated to choose the right theme colour for each item
2009-06-09 14:02:36 +01:00
Romain Guy
27a2b50ded Add a hidden API to modify the paint used to draw gestures. 2009-06-09 04:36:14 -07:00
Romain Guy
03f0b21b5a Fix several issues in the gestures libraries.
This mostly fixes how gestures libraries are saved and loaded.
Saving a library twice in a row was erasing the entire library,
which was preventing the sketch test app from working propertly.
2009-06-09 04:15:22 -07:00
Android (Google) Code Review
2d2b23119f Merge change 3561 into donut
* changes:
  Fix multiple strokes support when fade is disabled. Multiple strokes would always be accepted after the first one.
2009-06-09 03:19:07 -07:00
Romain Guy
73d2589d6d Fix multiple strokes support when fade is disabled.
Multiple strokes would always be accepted after the first one.
2009-06-09 03:18:10 -07:00
Romain Guy
7fe416e943 Fix bug in saving gestures stores. The outputstream was wrapping itself, thus causing huge problems. 2009-06-09 01:42:15 -07:00
Romain Guy
3cfda9c225 am f642aa2a: Removes gestures from ListView.
Merge commit 'f642aa2a44e63aa105bbc6aec59f9bee261986ef'

* commit 'f642aa2a44e63aa105bbc6aec59f9bee261986ef':
  Removes gestures from ListView.
2009-06-08 23:50:30 -07:00
Romain Guy
8ed763db8b am be19df0a: Fix the build
Merge commit 'be19df0a4dcc5c9f2214935cfe6504df18be8697'

* commit 'be19df0a4dcc5c9f2214935cfe6504df18be8697':
  Fix the build
2009-06-08 23:25:08 -07:00
Romain Guy
f642aa2a44 Removes gestures from ListView. 2009-06-08 23:24:18 -07:00
Romain Guy
be19df0a4d Fix the build 2009-06-08 23:23:15 -07:00
Android (Google) Code Review
889d679b2d am c11a3fab: Merge change 3530 into donut
Merge commit 'c11a3fab1a7c51bd3ec8ce63c68125fc8c6b3364'

* commit 'c11a3fab1a7c51bd3ec8ce63c68125fc8c6b3364':
  Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING & reportStkServiceIsRunning.
2009-06-08 23:06:39 -07:00
Android (Google) Code Review
c11a3fab1a Merge change 3530 into donut
* changes:
  Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING & reportStkServiceIsRunning.
2009-06-08 23:04:21 -07:00
Wink Saville
e14af0e26e Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING & reportStkServiceIsRunning.
These are used to notify the vendor ril that the StkService is
running and ready to receive RIL_UNSOL_STK_XXX commands.
2009-06-08 22:59:41 -07:00
Chih-Chung Chang
c8b24085f5 Allow the owner to reconnect to Camera. 2009-06-09 13:58:51 +08:00
Raphael
dc3c0627d5 am d8b51a2b: Fix broken makefile. Again. His twin brother was hiding.
Merge commit 'd8b51a2ba8ee82be81414c0e80158e82b2c361d9'

* commit 'd8b51a2ba8ee82be81414c0e80158e82b2c361d9':
  Fix broken makefile. Again. His twin brother was hiding.
2009-06-08 22:10:01 -07:00
Raphael
d8b51a2ba8 Fix broken makefile. Again. His twin brother was hiding. 2009-06-08 22:06:02 -07:00
Raphael
7989971197 am 9207b1e7: Fix the broken makefile.
Merge commit '9207b1e7c8ad4bbef3530d2b047bf6587f2988c4'

* commit '9207b1e7c8ad4bbef3530d2b047bf6587f2988c4':
  Fix the broken makefile.
2009-06-08 22:03:42 -07:00
Raphael
9207b1e7c8 Fix the broken makefile. 2009-06-08 21:58:06 -07:00
Hung-ying Tyan
d0e9ae0a3e am 55567efc: First-time check-in of the VPN APIs.
Merge commit '55567efca99de7242b118cf7bf13cc773b01941c'

* commit '55567efca99de7242b118cf7bf13cc773b01941c':
  First-time check-in of the VPN APIs.
2009-06-08 20:44:23 -07:00
Hung-ying Tyan
55567efca9 First-time check-in of the VPN APIs.
Patch Set 2:
- Fixed style issues raised by cywang.
Patch Set 3:
- Hide everything
- Make VpnProfile parcelable
Patch Set 4:
- Add license notice
2009-06-09 11:28:38 +08:00
Jim Miller
30636876c0 Add getRawData() method for AggregationService. 2009-06-08 18:59:49 -07:00
Android (Google) Code Review
5999cd7313 Merge change 3535
* changes:
  Move placement of script enviroment data to base.
2009-06-08 18:58:27 -07:00
Jason Sams
928f5cf287 Move placement of script enviroment data to base. 2009-06-08 18:50:13 -07:00
Robert Greenwalt
91f22f901b Use new wifi cmd rssi-approx when polling.
Cheaper approx call should be used when polling every 3 sec for
wifi signal strength.  Fixes bug 1903653.
2009-06-08 18:33:24 -07:00
Charles Chen
4b8e18520a Simplify the TTS for Donut release 2009-06-08 18:23:18 -07:00
Jean-Michel Trivi
db241b881c am bac43254: In Tts class, removing method to set the specific engine to use as the framework is always using the engine selected in the Text-To-Speech service.
Merge commit 'bac43254b219c827f3d1fd286f4a7f19e9ee2f05'

* commit 'bac43254b219c827f3d1fd286f4a7f19e9ee2f05':
  In Tts class, removing method to set the specific engine to use as the
2009-06-08 18:14:28 -07:00
Android (Google) Code Review
c4662dc191 am 97d6f756: Merge change 3491 into donut
Merge commit '97d6f75646703f351894991025d16b14399a11b7'

* commit '97d6f75646703f351894991025d16b14399a11b7':
  Moving the Tts java class from the android.tts package to the android.speech.tts package.
2009-06-08 17:41:00 -07:00
Jean-Michel Trivi
bac43254b2 In Tts class, removing method to set the specific engine to use as the
framework is always using the engine selected in the Text-To-Speech service.
2009-06-08 17:37:25 -07:00
Android (Google) Code Review
97d6f75646 Merge change 3491 into donut
* changes:
  Moving the Tts java class from the android.tts package to the android.speech.tts package. The Tts class (still hidden at this point) is the only Text-To-Speech class that will be exposed to application developers.
2009-06-08 17:27:18 -07:00
Android (Google) Code Review
a92f696407 am d2d058b7: Merge change 3506 into donut
Merge commit 'd2d058b7d657e73255c3665c8b2f63845a8d25d0'

* commit 'd2d058b7d657e73255c3665c8b2f63845a8d25d0':
  Revamp IRestoreSession a bit
2009-06-08 16:42:21 -07:00
Android (Google) Code Review
d2d058b7d6 Merge change 3506 into donut
* changes:
  Revamp IRestoreSession a bit
2009-06-08 16:41:40 -07:00
Jean-Michel Trivi
21a6a6d26b Moving the Tts java class from the android.tts package to the android.speech.tts package.
The Tts class (still hidden at this point) is the only Text-To-Speech class that will be
exposed to application developers.
2009-06-08 16:39:01 -07:00
Android (Google) Code Review
5f1336d0b5 am a08ffc91: Merge change 3479 into donut
Merge commit 'a08ffc9189be105d882bfa4a30a58072025b9cc5'

* commit 'a08ffc9189be105d882bfa4a30a58072025b9cc5':
  Report device storage status (for SMS) to RIL.
2009-06-08 16:22:52 -07:00