8628 Commits

Author SHA1 Message Date
Evan Millar
c1a2a8296e Change FasttrackBadgeWidget->QuickContactBadge and make public.
Change-Id: I9d12beeba16c2f64742b4a99d0da4ceb73525b5b
2009-09-30 08:33:31 -07:00
Android (Google) Code Review
fb54aaddf2 Merge change Ic3aa7aa6 into eclair
* changes:
  Recreate search dialog view each time it's shown.
2009-09-30 11:06:59 -04:00
Cary Clark
0c5924e9dd preserve webkit-side text selection
When webkit modifies a text field programmatically, it may change
the selection. This competes with the UI thread attempting to
set the selection in response to the IME next button and changes
made by the trackball.

One recent fix (https://android-git.corp.google.com/g/#change,26904)
sets the selection from the UI side after the IME generated click.
Unfortunately, this can be generated under other circumstances,
so this change qualifies this with mOkayForFocusNotToMatch, which
is only set after the IME next button is pressed.

The other change qualfies onTextChanged calls so that if it was
triggered by setTextAndKeepSelection, the webkit-side selection
is unchanged.

fixes http://b/issue?id=2096746
2009-09-30 10:52:14 -04:00
Bryan Mawhinney
f36740b2e4 Recreate search dialog view each time it's shown.
This is slower, but less vulnerable to problems in TextField, for example.

Change-Id: I3bb6220f30d8231cedde97fc5e0c4db993660d27
2009-09-30 15:20:22 +01:00
Android (Google) Code Review
b386a86c1c Merge change I8018f091 into eclair
* changes:
  Add very simple input path. Fix end-of-line issues.
2009-09-30 09:15:16 -04:00
Jack Palevich
8018f091b9 Add very simple input path. Fix end-of-line issues. 2009-09-30 06:14:24 -07:00
Android (Google) Code Review
9fcd581a02 Merge change I4e03999c into eclair
* changes:
  if we have a single value for roundrect radius, manually clamp it before drawing.
2009-09-30 08:56:17 -04:00
Android (Google) Code Review
2df1cc4377 Merge change I42a80783 into eclair
* changes:
  Remove deprecated VpnType.getDescription().
2009-09-30 06:45:17 -04:00
Hung-ying Tyan
865a1bbf36 Remove deprecated VpnType.getDescription(). 2009-09-30 18:39:48 +08:00
Android (Google) Code Review
ccf6947eaa Merge change Ib89f80df into eclair
* changes:
  Re-instate the link coloring on startup, but going via the browser to read the bookmark history, and restricting it to 100 results.
2009-09-30 06:08:08 -04:00
Android (Google) Code Review
badfac3825 Merge change I85d63002 into eclair
* changes:
  Fix for 2139014: Allow platform customization of vibration pattern in LockScreenView.
2009-09-30 06:07:00 -04:00
Jim Miller
85d630020a Fix for 2139014: Allow platform customization of vibration pattern in LockScreenView.
Can be configured by config_virtualKeyVibePattern.
2009-09-30 02:53:05 -07:00
Leon Clarke
194e345eb0 Re-instate the link coloring on startup, but going via the browser
to read the bookmark history, and restricting it to 100 results.

Link coloring - doing db lookup in new thread

Whitespace, following review
2009-09-30 10:09:49 +01:00
Hung-ying Tyan
f2bd901738 make vpn type strings i18n ready. 2009-09-30 17:07:10 +08:00
Android (Google) Code Review
4ca8c837d3 Merge change Ia4087911 into eclair
* changes:
  Newer icons
2009-09-30 04:26:06 -04:00
Mike Cleron
a408791148 Newer icons 2009-09-30 01:04:36 -07:00
Ray Chen
3ba351267a update current.xml for cancelThumbnailRequest api. 2009-09-30 00:06:37 -07:00
Android (Google) Code Review
49e750a358 Merge change I7495977a into eclair
* changes:
  Add cancelThumbnailRequest to thumbnail API.
2009-09-30 02:59:56 -04:00
Android (Google) Code Review
37b0f279a6 Merge change I999f1aeb into eclair
* changes:
  Remove audio latency fudge factor 96 msec.
2009-09-30 02:18:15 -04:00
Jianhong Jiang
999f1aebf7 Remove audio latency fudge factor 96 msec. 2009-09-29 23:12:39 -07:00
Android (Google) Code Review
fd974f208c Merge change Ifb2ab8f8 into eclair
* changes:
  Reverting the background colors back to cupcake's values.
2009-09-30 02:06:53 -04:00
Costin Manolache
3348f14b3d Remove GAIA string 2009-09-29 22:52:05 -07:00
Nicolas Catania
cfafa74f96 Reverting the background colors back to cupcake's values.
The new dark background is #1a1a1a instead of #000000.
In effect reverting commit 00ac7e6490e8be8314f660d9ef29fb8258e9000b

Bug: 2153508
2009-09-29 22:40:16 -07:00
Android (Google) Code Review
b4ee8349cc Merge change I290947bb into eclair
* changes:
  Git sucks
2009-09-30 01:26:59 -04:00
Android (Google) Code Review
edd942c2de Merge change I55a6ac8c into eclair
* changes:
  Fixed the long recorder time and reduce the number of loops.
2009-09-30 01:10:54 -04:00
Android (Google) Code Review
2a35c8d701 Merge change I96cb8d0b into eclair
* changes:
  fix account permission strings.  this permission is used to protect more than just Google accounts.
2009-09-30 01:06:07 -04:00
Mike Cleron
290947bbf8 Git sucks 2009-09-29 21:53:56 -07:00
Yu Shan Emily Lau
55a6ac8c54 Fixed the long recorder time and reduce the number of loops. 2009-09-29 21:38:39 -07:00
Android (Google) Code Review
b1b289a01d Merge change Id6688603 into eclair
* changes:
  Better event log tracking for initializeDevice() requests -- on success, record "backup_initialize" event; on failure, record "backup_transport_failure" event (and add tags to "backup_transport_failure" events that aren't associated with a particular package -- namely "(initialize)" and "(finish)").
2009-09-29 23:39:47 -04:00
Dan Egnor
726247ca61 Better event log tracking for initializeDevice() requests --
on success, record "backup_initialize" event; on failure,
record "backup_transport_failure" event (and add tags to
"backup_transport_failure" events that aren't associated
with a particular package -- namely "(initialize)" and
"(finish)").
2009-09-29 20:39:01 -07:00
Ray Chen
b994419263 Add cancelThumbnailRequest to thumbnail API. 2009-09-29 20:26:58 -07:00
Mike LeBeau
2e4dbe70e7 Unhide APIs for enabling geolocation in web views. I've confirmed
with Grace that these are okay to unhide.
2009-09-29 19:40:28 -07:00
Android (Google) Code Review
a4c96aa2fa Merge change I88bb16e6 into eclair
* changes:
  Fix for 2133391: Allow menu hard key to be disabled in LockScreen on some devices
2009-09-29 21:20:13 -04:00
Xavier Ducrohet
dd49055a9d am ac18e4f2: Update 4.xml with the native status change of breakText/measureText
Merge commit 'ac18e4f238650aa4bf8b6c7540d928b0249cfd99' into eclair

* commit 'ac18e4f238650aa4bf8b6c7540d928b0249cfd99':
  Update 4.xml with the native status change of breakText/measureText
2009-09-29 18:15:46 -07:00
Dianne Hackborn
989384b20a am e67f0c97: (-s ours) Hack to fix issue #2125365: Sports Trivia compatability with Eclair (do not merge)
Merge commit 'e67f0c9712890f3af19d1213ff4c4b049c401226' into eclair

* commit 'e67f0c9712890f3af19d1213ff4c4b049c401226':
  Hack to fix issue #2125365: Sports Trivia compatability with Eclair (do not merge)
2009-09-29 18:07:59 -07:00
Dianne Hackborn
e5faf231e0 am d135b093: (-s ours) Fix broken build. (do not merge)
Merge commit 'd135b0937875b405a20f735189040d5cb4d2546d' into eclair

* commit 'd135b0937875b405a20f735189040d5cb4d2546d':
  Fix broken build. (do not merge)
2009-09-29 18:07:48 -07:00
Xavier Ducrohet
c9c834f9f3 am 08905850: (-s ours) Merge change I499f8819 into donut
Merge commit '08905850084c501585fb0a89c346b1be6a103ca1' into eclair

* commit '08905850084c501585fb0a89c346b1be6a103ca1':
  Add density support to layoutlib so that bitmap are scaled if needed.
2009-09-29 18:04:51 -07:00
Xavier Ducrohet
3e211b563c am f05f92a2: (-s ours) Merge change Id16e0e13 into donut
Merge commit 'f05f92a24214f04c88ed3161a4cc684d70192cc1' into eclair

* commit 'f05f92a24214f04c88ed3161a4cc684d70192cc1':
  Add density value to density enum.
2009-09-29 18:04:41 -07:00
Xavier Ducrohet
19ea135407 am 59b30f69: (-s ours) Merge change Ia4e59dbb into donut
Merge commit '59b30f6958f0460b59d050cde34aa863ec9b77c2' into eclair

* commit '59b30f6958f0460b59d050cde34aa863ec9b77c2':
  Add a new IResourceValue that knows about the density.
2009-09-29 18:04:32 -07:00
Debajit Ghosh
96cb8d0b94 fix account permission strings. this permission is used to protect more than just Google accounts. 2009-09-29 17:57:25 -07:00
Xavier Ducrohet
ac18e4f238 Update 4.xml with the native status change of breakText/measureText 2009-09-29 17:56:39 -07:00
Dianne Hackborn
e67f0c9712 Hack to fix issue #2125365: Sports Trivia compatability with Eclair (do not merge)
Adds a mechanism to tell Paint the scaling factor its target
canvas will have, for it to compute font metrics based on the
correct font size.  Only TextView uses this, but that is enough
for the large majority of apps.

This is integrated from the Eclair branch.
2009-09-29 17:49:22 -07:00
Android (Google) Code Review
8d1ff3a4c1 Merge change I77153ee0 into eclair
* changes:
  Hide zoom api.
2009-09-29 20:46:18 -04:00
Android (Google) Code Review
91c6bdd203 Merge change I2e069577 into eclair
* changes:
  Simplify the layout of all activities with a title and a progress bar.
2009-09-29 20:27:22 -04:00
Android (Google) Code Review
072c9e7473 Merge change I52e20bac into eclair
* changes:
  Add more useful-for-debug info to 'dumpsys backup'
2009-09-29 20:18:44 -04:00
Romain Guy
534dcbc5a0 Simplify the layout of all activities with a title and a progress bar.
Change-Id: I2e0695779e5b4bccc4fc2e790bbaf5466e017fb2
2009-09-29 17:18:28 -07:00
Jim Miller
c0d8f035b7 Fix for 2133391: Allow menu hard key to be disabled in LockScreen on some devices 2009-09-29 17:18:17 -07:00
Christopher Tate
55f931a375 Add more useful-for-debug info to 'dumpsys backup'
Change-Id: I52e20bac01ff63feaf28920a79311881992293a3
2009-09-29 17:17:34 -07:00
Dianne Hackborn
d135b09378 Fix broken build. (do not merge)
I -did- run it...  why did this later break on me?!?

This is integrated from the Eclair branch.
2009-09-29 17:16:16 -07:00
Android (Google) Code Review
92f0370cf0 Merge change Id43181f2 into eclair
* changes:
  Fix disabled text color in choice dialogs.
2009-09-29 20:13:09 -04:00