2971 Commits

Author SHA1 Message Date
Alex Gruenstein
50dac8c673 Remove Voice Search constants, factored them out into the Voice Search app. 2009-08-06 16:51:51 -07:00
Android (Google) Code Review
b2cf27a178 Merge change 20326
* changes:
  Fix build.
2009-08-06 14:08:37 -07:00
Dianne Hackborn
73cf55d963 Fix build. 2009-08-06 14:07:39 -07:00
Android (Google) Code Review
d44364fe57 Merge change 20306
* changes:
  Fix crash when MotionEvent is initialized with more than 2 fingers, and bump its initial size to allow for up to 5 fingers.
2009-08-06 13:50:41 -07:00
San Mehat
d87c19f7d7 am 7e63789a: android: cgroups: Don\'t switch threads >= nice 10 when moving all threads to default
Merge commit '7e63789a0e0689d940609b1daceebc1bc08dcbef'

* commit '7e63789a0e0689d940609b1daceebc1bc08dcbef':
  android: cgroups: Don't switch threads >= nice 10 when moving all threads to default
2009-08-06 13:29:41 -07:00
San Mehat
7e63789a0e android: cgroups: Don't switch threads >= nice 10 when moving all threads to default
Signed-off-by: San Mehat <san@google.com>
2009-08-06 13:19:19 -07:00
Jeff Sharkey
6bfe14dea2 Add SHOW_OR_CREATE size modes, trigger from contact header.
Added constants so that apps triggering SHOW_OR_CREATE can
request a desired size through EXTRA_MODE.  Also added hooks
to internal ContactHeaderWidget to launch SHOW_OR_CREATE
when user taps on photo.
2009-08-06 13:07:20 -07:00
Grace Kloba
e397a88e4f Couple of tuning for the Browser zoom.
1. Added a setting to control whether a page is loaded with overview mode;
2. If there is no viewport metag tag, a page will be loaded in the viewport
   at least 800px wide.
3. When we adjust zoom scale in the overview mode, don't use animation.
4. When zoom out to close to min zoom scale, switch to overview mode. So double
   tap will always have visual feedback unless it is mobile site.
2009-08-06 13:06:10 -07:00
Android (Google) Code Review
b65aca2463 Merge change 20284
* changes:
  Use multi-pointer support to improve 2-thumb typing. No more missed keys!
2009-08-06 12:59:41 -07:00
Android (Google) Code Review
4147f49cf9 Merge change 20290
* changes:
  gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences.
2009-08-06 12:48:08 -07:00
Dianne Hackborn
1e8dfc73fb Fix crash when MotionEvent is initialized with more than 2 fingers, and bump
its initial size to allow for up to 5 fingers.
2009-08-06 12:43:01 -07:00
Mike Lockwood
b16e7800be gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences.
NMEA sentences are passed from the GPS engine to the GpsLocationProvider.
They are then sent via the IGpsStatusListener binder interface to clients
using the same path as the other GPS status information.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-06 15:05:07 -04:00
Amith Yamasani
e877ec632c Use multi-pointer support to improve 2-thumb typing. No more missed keys!
Also reduce garbage when switching between keyboards.
2009-08-06 11:32:06 -07:00
Derek Sollenberger
1bd20523ef adding ability to fix the size of a surface view when created. 2009-08-06 11:41:36 -04:00
Andrei Popescu
bf70afa212 Do not merge
Fix for 1900694: create the full path to the Gears permission database file so SQLite can actually create the database on the device
2009-08-06 14:46:59 +01:00
Android (Google) Code Review
9488437b4f Merge change 20240
* changes:
  First bit of wallpaper work.
2009-08-05 21:39:14 -07:00
Dianne Hackborn
8cc6a5026a First bit of wallpaper work.
This is mostly refactoring, adding a new WallpaperManager class that takes care
of the old wallpaper APIs on Context, so we don't need to pollute Context with
various new wallpaper APIs as they are needed.  Also adds the first little
definition of a wallpaper service, which is not yet used or useful.
2009-08-05 21:29:42 -07:00
Dianne Hackborn
d41ba666d1 Fix documentation. 2009-08-05 15:30:56 -07:00
Android (Google) Code Review
d657b72aeb Merge change 20126
* changes:
  Removing SyncColumns from Contact - they were put there by accident.
2009-08-05 14:22:41 -07:00
Android (Google) Code Review
46e1198c9e Merge change 20146
* changes:
  Calendar attendee support: add columns.
2009-08-05 14:22:05 -07:00
Ken Shirriff
79f0c56b63 Calendar attendee support: add columns.
Add HAS_ATTENDEE_DATA and OWNER_ACCOUNT column names to the provider classes.
2009-08-05 13:29:42 -07:00
Android (Google) Code Review
b1d39aae13 Merge change 9649
* changes:
  Finish implementation of multiple pointer support for MotionEvent.
2009-08-05 12:36:11 -07:00
Dmitri Plotnikov
c9ec66b68b Removing SyncColumns from Contact - they were put there by accident. 2009-08-05 12:11:22 -07:00
Android (Google) Code Review
9d1a3149f3 am d4543c51: Merge change 20108 into donut
Merge commit 'd4543c519b7724841eb77bb57ff360e6c40cd69a'

* commit 'd4543c519b7724841eb77bb57ff360e6c40cd69a':
  Guard against remote process dying when retrieving column from cursor.
2009-08-05 10:43:47 -07:00
Karl Rosaen
cbd7fa57ee am 69423302: Remove the menu from the search dialog since there are a couple of issues with it we don\'t have time to fix for donut.
Merge commit '6942330251cd778f85169c6265c584648b42428d'

* commit '6942330251cd778f85169c6265c584648b42428d':
  Remove the menu from the search dialog since there are a couple of issues with it we don't have time to fix for donut.
2009-08-05 10:41:25 -07:00
Android (Google) Code Review
d4543c519b Merge change 20108 into donut
* changes:
  Guard against remote process dying when retrieving column from cursor.
2009-08-05 10:41:09 -07:00
Karl Rosaen
a02d0d6020 Guard against remote process dying when retrieving column from cursor.
Fixes bug 2035791.
2009-08-05 10:35:00 -07:00
Karl Rosaen
6942330251 Remove the menu from the search dialog since there are a couple of issues with it we don't have time to fix for donut.
Fixes bugs 2034242 and 2034216 (the issues with the menu showing up above the ime, and triggering the ime to reshow
when closed).
2009-08-05 10:34:53 -07:00
Grace Kloba
fd055b2d7c Add the support for the new SystemInterface of android_npapi, expose
getApplicationDataDirectory to the plugin.
2009-08-05 10:04:46 -07:00
Patrick Scott
2ba1262b42 Add a callback for the url of an apple-touch-icon.
Hide the apis until this is a well-tested feature. The url is reported rather
than the actual icon since it may never be used. The apple-touch-icon is meant
for shortcuts on the home screen.
2009-08-05 08:29:40 -04:00
Tadashi G. Takaoka
0f0767d4da am 94e114c9: Moved Market related Checkin Stats enum to Events enum and merged
Merge commit '94e114c951008c831d1a31a2e6773fb40e4e9392'

* commit '94e114c951008c831d1a31a2e6773fb40e4e9392':
  Moved Market related Checkin Stats enum to Events enum and merged
2009-08-04 22:20:23 -07:00
Dianne Hackborn
0dd7cb4b4e Finish implementation of multiple pointer support for MotionEvent.
The major things going on here:

- The MotionEvent API is now extended to included "pointer ID" information, for
  applications to keep track of individual fingers as they move up and down.
  PointerLocation has been updated to take advantage of this.

- The input system now has logic to generate MotionEvents with the new ID
  information, synthesizing an identifier as new points are down and trying to
  keep pointer ids consistent across events by looking at the distance between
  the last and next set of pointers.

- We now support the new multitouch driver protocol, and will use that instead
  of the old one if it is available.  We do NOT use any finger id information
  coming from the driver, but always synthesize pointer ids in user space.
  (This is simply because we don't yet have a driver reporting this information
  from which to base an implementation on.)

- Increase maximum number of fingers to 10.  This code has only been used
  with a driver that reports up to 2, so no idea how more will actually work.

- Oh and the input system can now detect and report physical DPAD devices.
2009-08-04 20:53:52 -07:00
Tadashi G. Takaoka
94e114c951 Moved Market related Checkin Stats enum to Events enum and merged
Internal Bug: bug1844952
2009-08-04 18:46:29 -07:00
Android (Google) Code Review
c2a72ec579 Merge change 9597
* changes:
  ListView.setItemChecked(p, false) always clears all items.
2009-08-04 17:05:56 -07:00
Android (Google) Code Review
61ff32f02c Merge change 20013
* changes:
  Update the comment for setBackgroundResource that 0 removes the background.
2009-08-04 15:48:09 -07:00
Wink Saville
7cd88e1713 Update the comment for setBackgroundResource that 0 removes the background. 2009-08-04 14:45:10 -07:00
Android (Google) Code Review
fc0e17fc42 am cd540294: Merge change 9704 into donut
Merge commit 'cd540294db39d6dd2b2c228ac190684c3970fe0a'

* commit 'cd540294db39d6dd2b2c228ac190684c3970fe0a':
  Close the search dialog before starting voice search in all cases, i.e.,
2009-08-04 14:26:55 -07:00
Karl Rosaen
8db05867bd am 0e74f5a5: Guard against index out of bounds exception in lock pattern widget.
Merge commit '0e74f5a50b3b08c4519a040dafa895ab1f5b4d2e'

* commit '0e74f5a50b3b08c4519a040dafa895ab1f5b4d2e':
  Guard against index out of bounds exception in lock pattern widget.
2009-08-04 14:26:43 -07:00
Android (Google) Code Review
cd540294db Merge change 9704 into donut
* changes:
  Close the search dialog before starting voice search in all cases, i.e., also when launching web search, not just when it's using the intent API.
2009-08-04 14:24:06 -07:00
Android (Google) Code Review
1c2a8963d6 Merge change 9693
* changes:
  add missing types
2009-08-04 14:14:07 -07:00
Fred Quintana
3f86715d77 add missing types 2009-08-04 14:12:21 -07:00
Android (Google) Code Review
ee2805d906 Merge change 9672
* changes:
  Adaptive heartbeat protocol implementation: server configured settings.
2009-08-04 14:04:02 -07:00
Mike LeBeau
c5e7fe36fb Close the search dialog before starting voice search in all cases, i.e.,
also when launching web search, not just when it's using the intent API.
2009-08-04 13:24:19 -07:00
Karl Rosaen
0e74f5a50b Guard against index out of bounds exception in lock pattern widget.
Fixes bug 2027516.
2009-08-04 13:23:36 -07:00
Android (Google) Code Review
6dabc95687 am b0508476: Merge change 9676 into donut
Merge commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47'

* commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47':
  Merge abbreviated Russian month name fix over from cupcake.
2009-08-04 11:36:10 -07:00
Android (Google) Code Review
66334ed065 Merge change 9607
* changes:
  Adding "service" columns: SYNC1, SYNC2, SYNC3, SYNC4 and SYNC5.
2009-08-04 11:27:28 -07:00
Eric Fischer
5452ec5c54 Merge abbreviated Russian month name fix over from cupcake.
Bug 2022144: Fix abbreviated Russian month names.
2009-08-04 11:01:37 -07:00
Android (Google) Code Review
4f40b76503 Merge change 9602
* changes:
  Add incoming connections to the cache and change authorization check.
2009-08-04 10:09:47 -07:00
Jaikumar Ganesh
9488cbd0b9 Add incoming connections to the cache and change authorization check.
a) Add incoming connections to cache.
b) Some devices like DS970 sends Adv Audio as the UUID for incoming connection.
2009-08-04 10:06:35 -07:00
Android (Google) Code Review
c93da2c494 Merge change 9479
* changes:
  Enable workers for v8
2009-08-04 10:03:39 -07:00