4797 Commits

Author SHA1 Message Date
Jason Sams
c75a257c02 Update rollo with new interactivity model. 2009-07-16 12:55:18 -07:00
Android (Google) Code Review
0c421c0d27 Merge change 7490
* changes:
  Fix master build errors post merge with master_gl branch.
2009-07-15 18:34:24 -07:00
Android (Google) Code Review
4cc8c7dd8e Merge change 7489
* changes:
  More test app work
2009-07-15 18:34:11 -07:00
Android (Google) Code Review
49763e4246 Merge change 7480
* changes:
  Make sync not start until setup wizard is done.
2009-07-15 18:28:16 -07:00
Android (Google) Code Review
c3350ab5b2 am 82b283a9: Merge change 7451 into donut
Merge commit '82b283a9bf8e3508e1b5c6d4b6b8cae04597b83c'

* commit '82b283a9bf8e3508e1b5c6d4b6b8cae04597b83c':
  Include 'calling_package' extra for uses of in-app voice search so that
2009-07-15 18:15:01 -07:00
Android (Google) Code Review
dfceeb8c0a am 6ce4236d: Merge change 7401 into donut
Merge commit '6ce4236d70c8543021bb521731ac9f05d22b3002'

* commit '6ce4236d70c8543021bb521731ac9f05d22b3002':
  Adding missing addEarcon method. Not having this was a bug as
2009-07-15 18:14:38 -07:00
Android (Google) Code Review
545f979bdb am b9bae58e: Merge change 7402 into donut
Merge commit 'b9bae58ecba8a25cc54dfd119a9edbeed6f230de'

* commit 'b9bae58ecba8a25cc54dfd119a9edbeed6f230de':
  Added fade-in out animation for compatible apps
2009-07-15 18:14:33 -07:00
Android (Google) Code Review
2d22760e38 am c122824f: Merge change 7396 into donut
Merge commit 'c122824f48266c5df1b1b3a0a915619e5963ed7a'

* commit 'c122824f48266c5df1b1b3a0a915619e5963ed7a':
  Run background threads associated with filtering at background priority.
2009-07-15 18:14:28 -07:00
Android (Google) Code Review
24490e8ea6 am 66f60875: Merge change 7421 into donut
Merge commit '66f608758b59517d7db2168806f9764edd28ae1f'

* commit '66f608758b59517d7db2168806f9764edd28ae1f':
  Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.
2009-07-15 18:14:18 -07:00
Android (Google) Code Review
7ee5a4b15a am 5a76ae46: Merge change 7406 into donut
Merge commit '5a76ae46854ac449f94e1f75ef13ce035e4c65cd'

* commit '5a76ae46854ac449f94e1f75ef13ce035e4c65cd':
  Update Searchables test with new GlobalSearch name
2009-07-15 18:14:12 -07:00
Android (Google) Code Review
c538c79ea4 Merge change 7482
* changes:
  Fix a bug introduced in obex cleanup
2009-07-15 18:10:09 -07:00
Tao Liejun
8d95d0a13a Fix a bug introduced in obex cleanup
Avoid exception when an empty array is passed to convert to Unicode
Before cleanup, there used to be an empty try/catch
2009-07-15 18:08:10 -07:00
Joe Onorato
8294fadb15 Make sync not start until setup wizard is done. 2009-07-15 18:03:28 -07:00
Dmitri Plotnikov
c991bfc53f Replicating contact option columns between Aggregate and Contact. 2009-07-15 17:31:53 -07:00
Christopher Tate
e97e807a46 The rest of ever-backed-up tracking
When a package is uninstalled we now remove our notion of its having been backed
up, thereby forcing a backup pass if it is reinstalled at some point in the
future.  Removal from the log means rewriting it and doing an atomic rename to
the canonical version.  The temporary existence used during the rewrite is *not*
written synchronously; there's no need and it keeps the load on the flash part
much lower.

Because we might crash & reboot in the middle of the rewrite operation, there's
now code during init that sanity-checks the contents of the ever-backed-up log
and ensures that it's in a coherent state.
2009-07-15 16:50:24 -07:00
Android (Google) Code Review
f3ea3e0968 Merge change 7435
* changes:
  Ensure that everything gets backed up at least once
2009-07-15 15:38:59 -07:00
Android (Google) Code Review
82b283a9bf Merge change 7451 into donut
* changes:
  Include 'calling_package' extra for uses of in-app voice search so that the server can tailor recognition to an individual app.
2009-07-15 15:33:46 -07:00
Mike LeBeau
260dfb5716 Include 'calling_package' extra for uses of in-app voice search so that
the server can tailor recognition to an individual app.
2009-07-15 15:20:14 -07:00
Android (Google) Code Review
5b9aa652a0 am 37b939a6: Merge change 7395 into donut
Merge commit '37b939a63742c9a0cea4e6982bfb0581def45d6d'

* commit '37b939a63742c9a0cea4e6982bfb0581def45d6d':
  Move the silent ringtone to ringtones/notifications, so it can be used for both.
2009-07-15 14:39:48 -07:00
Grace Kloba
d7f2036aaa resolved conflicts for merge of 21d769da to master 2009-07-15 14:38:20 -07:00
Christopher Tate
73e025296f Ensure that everything gets backed up at least once
We now schedule a backup pass for any new application we see (at boot or
package-install time) for which we have never performed a backup.  The
bookkeeping is a log file with the names of all the packages we've successfully
completed a backup pass on, maintained with synchronous journal-type behavior.

Also, make a bunch of private fields package-scoped to permit cheaper access
from the various worker / binder threads that run under the Backup Manager's
aegis.
2009-07-15 14:18:26 -07:00
Android (Google) Code Review
ac63bd7365 Merge change 7381
* changes:
  Remove all our old high priority knowledge since WebCore will manage it.
2009-07-15 14:10:23 -07:00
Android (Google) Code Review
f47042614e Merge change 7419
* changes:
  Standby A2DP audio hardware interface when disabling A2DP.
2009-07-15 13:58:02 -07:00
Android (Google) Code Review
31ee5e0de7 am 83fa3565: Merge change 7356 into donut
Merge commit '83fa3565896ed19846f6498c00de3cc9a29b1a57'

* commit '83fa3565896ed19846f6498c00de3cc9a29b1a57':
  Fixing a bug in how stop works - keep stop from always stopping
2009-07-15 13:41:54 -07:00
Android (Google) Code Review
cc320c81a4 am b197021e: Merge change 7335 into donut
Merge commit 'b197021e160091897391cd27093c35bd3c22a7fc'

* commit 'b197021e160091897391cd27093c35bd3c22a7fc':
  Making sure that the audio buffers for speech are cleared
2009-07-15 13:41:25 -07:00
Android (Google) Code Review
201e3abd3b Merge change 7150
* changes:
  Ignore pause and seek for live streaming.
2009-07-15 13:40:32 -07:00
Android (Google) Code Review
6ce4236d70 Merge change 7401 into donut
* changes:
  Adding missing addEarcon method. Not having this was a bug as this method is needed to add earcons; otherwise, there is nothing for playEarcon to play.
2009-07-15 13:38:34 -07:00
Android (Google) Code Review
b9bae58ecb Merge change 7402 into donut
* changes:
  Added fade-in out animation for compatible apps  (This CL only add this when the app on the top is in compatibility mode for now. I need some help to do the same   when the closing app is in compatibility mode) Refactored DimAnimator
2009-07-15 13:32:07 -07:00
Android (Google) Code Review
c122824f48 Merge change 7396 into donut
* changes:
  Run background threads associated with filtering at background priority.
2009-07-15 13:29:38 -07:00
Android (Google) Code Review
0a305da8ee am 211aef30: Merge change 7134 into donut
Merge commit '211aef308bc6ca55d99777d19227f412492db9c2'

* commit '211aef308bc6ca55d99777d19227f412492db9c2':
  Unhide required definitions in TextToSpeech.Engine that cover return codes and
2009-07-15 13:13:26 -07:00
Android (Google) Code Review
657dcd666c am 4c3a589e: (-s ours) Merge change 7137 into donut
Merge commit '4c3a589e8e4efbd6f4c5e63bd94cb6181f189b7d'

* commit '4c3a589e8e4efbd6f4c5e63bd94cb6181f189b7d':
  Remove the Google domains from the Gears permission table when the global location setting is set to false
2009-07-15 13:13:16 -07:00
Patrick Scott
fe4fec7c66 Remove all our old high priority knowledge since WebCore will manage it.
Also removed an unused variable in RequestQueue.java.
2009-07-15 15:48:02 -04:00
Evan Millar
b926375cda Add Uri for filtering the aggregate summary on group name.
New Uri is:

                content://com.android.contacts/aggregates_summary/group/*

Where * should be replaced by the group name.
2009-07-15 12:47:53 -07:00
Android (Google) Code Review
66f608758b Merge change 7421 into donut
* changes:
  Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.
2009-07-15 12:37:08 -07:00
Nick Pelly
92d2b40739 Standby A2DP audio hardware interface when disabling A2DP.
Patch supplied on advice of partner. This causes us to send suspend_sink to
Bluez via socket interface, so we enter suspend on the A2DP link faster.
This is especially important when switching to SCO so that we come closer to
whitepaper recommendations to suspend A2DP before setting up SCO.

We have another patch set to add DBUS A2DP suspend and resume calls to Bluez
that will do a better job of following whitepaper recommendations for
A2DP -> SCO -> A2DP, but this small patch is still an improvement.
2009-07-15 12:22:55 -07:00
Tom Taylor
2debd56b5b Add new gtalk values
Add new gservices strings for various picture related urls for GTalk.
2009-07-15 12:00:23 -07:00
Android (Google) Code Review
5a76ae4685 Merge change 7406 into donut
* changes:
  Update Searchables test with new GlobalSearch name
2009-07-15 11:54:50 -07:00
Joe Onorato
be96b3a2aa Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes. 2009-07-15 11:43:06 -07:00
Karl Rosaen
ab3ef104cd Run background threads associated with filtering at background priority.
This improves the typing responsiveness in the browser a lot, and should
help out in all the other cases in the UI where we use a filter thread.
2009-07-15 11:11:15 -07:00
Bjorn Bringert
4e4371186d Update Searchables test with new GlobalSearch name
Fixes http://b/issue?id=1981558
2009-07-15 19:04:07 +01:00
Mitsuru Oshima
0a5d2c4691 Added fade-in out animation for compatible apps
(This CL only add this when the app on the top is in compatibility mode for now. I need some help to do the same
  when the closing app is in compatibility mode)
Refactored DimAnimator
2009-07-15 10:48:06 -07:00
Charles Chen
904dfa5884 Adding missing addEarcon method. Not having this was a bug as
this method is needed to add earcons; otherwise, there is
nothing for playEarcon to play.
2009-07-15 10:46:33 -07:00
Android (Google) Code Review
37b939a637 Merge change 7395 into donut
* changes:
  Move the silent ringtone to ringtones/notifications, so it can be used for both.
2009-07-15 10:15:40 -07:00
Joe Onorato
851da848e9 Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes. 2009-07-15 09:58:08 -07:00
Joe Onorato
ee5bbb7f63 Need to skip the padding after reading.
m_dataEndPos points to the end of the data, not the beginning
of the next entity.
2009-07-15 09:58:07 -07:00
Android (Google) Code Review
21d769da89 Merge change 6926 into donut
* changes:
  Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView, send it to the certTool.
2009-07-15 09:47:05 -07:00
Marco Nelissen
450749a3ac Move the silent ringtone to ringtones/notifications, so it can be used for both. 2009-07-15 09:37:37 -07:00
Android (Google) Code Review
83fa356589 Merge change 7356 into donut
* changes:
  Fixing a bug in how stop works - keep stop from always stopping the currently speaking item if that item does not belong to the app that is trying to do the stop.
2009-07-15 09:28:45 -07:00
Android (Google) Code Review
85d1f15826 Merge change 7353
* changes:
  Implement virtual button support.
2009-07-15 09:05:23 -07:00
Android (Google) Code Review
1f872d4e86 Merge change 7067
* changes:
  add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes
2009-07-15 01:06:13 -07:00