OSDN Git Service

android-x86/frameworks-base.git
12 years agoNew sync icon for Phone stat_sys area
Justin Ho [Wed, 21 Sep 2011 01:16:48 +0000 (18:16 -0700)]
New sync icon for Phone stat_sys area
Bug: 5076774

Change-Id: I06a3d6be5818279b751b411485e8161493eac43c

12 years agoMerge "Upload correct txPackets count." into ics-factoryrom
Jeff Sharkey [Tue, 20 Sep 2011 04:42:13 +0000 (21:42 -0700)]
Merge "Upload correct txPackets count." into ics-factoryrom

12 years agoMerge "Add QVGA resolution to CamcorderProfile" into ics-factoryrom
James Dong [Tue, 20 Sep 2011 03:06:52 +0000 (20:06 -0700)]
Merge "Add QVGA resolution to CamcorderProfile" into ics-factoryrom

12 years agoAdd QVGA resolution to CamcorderProfile
James Dong [Mon, 19 Sep 2011 23:27:31 +0000 (16:27 -0700)]
Add QVGA resolution to CamcorderProfile

Change-Id: Icebbafb68d8164370f98a2c36699845d10ef081b
related-to-bug: 5145483

12 years agoMerge "Add supplication shut down recovery" into ics-factoryrom
Irfan Sheriff [Tue, 20 Sep 2011 01:58:58 +0000 (18:58 -0700)]
Merge "Add supplication shut down recovery" into ics-factoryrom

12 years agoUpload correct txPackets count.
Jeff Sharkey [Tue, 20 Sep 2011 01:36:51 +0000 (18:36 -0700)]
Upload correct txPackets count.

Bug: 5321340
Change-Id: Ie4dc7a91bf1cdc4d64c75ff09ae0cdd0fb141b5d

12 years agoMerge "Updated Status bar icons Bug: 5297795" into ics-factoryrom
Justin Ho [Tue, 20 Sep 2011 00:49:53 +0000 (17:49 -0700)]
Merge "Updated Status bar icons Bug: 5297795" into ics-factoryrom

12 years agoMerge "An extra is being written as one type and read as the wrong type." into ics...
Fred Quintana [Tue, 20 Sep 2011 00:30:44 +0000 (17:30 -0700)]
Merge "An extra is being written as one type and read as the wrong type." into ics-factoryrom

12 years agoMerge "Only run "core" apps when encrypting device." into ics-factoryrom
Ben Komalo [Mon, 19 Sep 2011 23:52:37 +0000 (16:52 -0700)]
Merge "Only run "core" apps when encrypting device." into ics-factoryrom

12 years agoAdd supplication shut down recovery
Irfan Sheriff [Mon, 19 Sep 2011 23:27:16 +0000 (16:27 -0700)]
Add supplication shut down recovery

When framework fails to get a notice of supplicant shut down,
timeout and proceed with a forced terminate

Also, avoid killing supplicant immediate upon stop and use the
timeout for recovery

Bug: 5337272
Change-Id: Id8971c673dc3082a5f15a6d5cef907bebe1e0fa0

12 years agoAn extra is being written as one type and read as the wrong type.
Fred Quintana [Mon, 19 Sep 2011 22:28:18 +0000 (15:28 -0700)]
An extra is being written as one type and read as the wrong type.

Bug: 5342556
Change-Id: I664bd84546cb8da2936c5afe65381336a97ef5cd

12 years agoMerge "Fix bug 5300223 Lockscreen should recycle bitmaps" into ics-factoryrom
Jean-Michel Trivi [Mon, 19 Sep 2011 22:37:23 +0000 (15:37 -0700)]
Merge "Fix bug 5300223 Lockscreen should recycle bitmaps" into ics-factoryrom

12 years agoOnly run "core" apps when encrypting device.
Ben Komalo [Mon, 19 Sep 2011 21:25:28 +0000 (14:25 -0700)]
Only run "core" apps when encrypting device.

This forces the package manager to only read packages that have
coreApp="true" in their manifest when encrypting the device, since no
non-essential processes or applications should run in that time.

Bug: 5031399
Change-Id: I87e8b27703e42553940167858db9473705d5d843

12 years agoMerge "Remove isAnyActiveDataConnection and promote isDisconnected." into ics-factoryrom
Wink Saville [Mon, 19 Sep 2011 22:07:42 +0000 (15:07 -0700)]
Merge "Remove isAnyActiveDataConnection and promote isDisconnected." into ics-factoryrom

12 years agoMerge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom
Wink Saville [Mon, 19 Sep 2011 21:59:26 +0000 (14:59 -0700)]
Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom

12 years agoRemove isAnyActiveDataConnection and promote isDisconnected.
Wink Saville [Mon, 19 Sep 2011 21:35:30 +0000 (14:35 -0700)]
Remove isAnyActiveDataConnection and promote isDisconnected.

As Yoonsung Nam pointed out in the bug using isDisconnected
is more precise here and this was the only place
isAnyActiveDataConnection was used. So I've removed it
and promoted isDisconnected to DataConnectionTracker.

It should also be noted that although the Framework should
be as graceful as possible, it is still a requirement that
the radio must be turned off/on anytime the Framework
issues the appropriate command.

Bug: 5306201
Change-Id: I95130451e11c51e43406b57eb538d01f8dde61be

12 years agoAdd PROPERTY_IMS_REG_REQUIRED.
Wink Saville [Mon, 19 Sep 2011 21:27:09 +0000 (14:27 -0700)]
Add PROPERTY_IMS_REG_REQUIRED.

Bug: 5337311
Change-Id: Ic5f310f485b49b29385bc1427a1f156484896569

12 years agoFix issue #5260129: Suggestion strip in Talk app not showing all the time
Dianne Hackborn [Mon, 19 Sep 2011 00:19:50 +0000 (17:19 -0700)]
Fix issue #5260129: Suggestion strip in Talk app not showing all the time

12 years agoUpdated Status bar icons
Justin Ho [Mon, 19 Sep 2011 20:35:10 +0000 (13:35 -0700)]
Updated Status bar icons
Bug: 5297795

Change-Id: Ie99288166e4680fff0e3369201aec72d498d8992

12 years agoFixed the javadoc for AccountManager.newChooseAccountIntent()
Fred Quintana [Mon, 19 Sep 2011 18:43:05 +0000 (11:43 -0700)]
Fixed the javadoc for AccountManager.newChooseAccountIntent()

Change-Id: Ieb358fa3be46d793de1e04452819477cec786b5b

12 years agoFix bug 5300223 Lockscreen should recycle bitmaps
Jean-Michel Trivi [Mon, 19 Sep 2011 18:17:02 +0000 (11:17 -0700)]
Fix bug 5300223 Lockscreen should recycle bitmaps

When receiving a new bitmap to display, the lockscreen should
 recycle the old bitmap (if any).

Change-Id: Ic4f65a797dfe7e3cae7a0559f6333cc99e2ae1e7

12 years agoMerge "Continuation of the unified account chooser flow." into ics-factoryrom
Fred Quintana [Mon, 19 Sep 2011 17:43:59 +0000 (10:43 -0700)]
Merge "Continuation of the unified account chooser flow." into ics-factoryrom

12 years agoMerge "Added "No recent apps" message on phones" into ics-factoryrom
Michael Jurka [Mon, 19 Sep 2011 17:33:08 +0000 (10:33 -0700)]
Merge "Added "No recent apps" message on phones" into ics-factoryrom

12 years agoMerge "Bug 5300223 RemoteControlClient uses PendingIntent for media button events...
Jean-Michel Trivi [Mon, 19 Sep 2011 16:46:32 +0000 (09:46 -0700)]
Merge "Bug 5300223 RemoteControlClient uses PendingIntent for media button events" into ics-factoryrom

12 years agoMerge "Properly adding scrubber pressed/selected state" into ics-factoryrom
Justin Ho [Sun, 18 Sep 2011 23:56:12 +0000 (16:56 -0700)]
Merge "Properly adding scrubber pressed/selected state" into ics-factoryrom

12 years agoMerge "DO NOT MERGE: Sample atomic network stats buckets, full poll." into ics-factoryrom
Jeff Sharkey [Sun, 18 Sep 2011 23:20:00 +0000 (16:20 -0700)]
Merge "DO NOT MERGE: Sample atomic network stats buckets, full poll." into ics-factoryrom

12 years agoDO NOT MERGE: Sample atomic network stats buckets, full poll.
Jeff Sharkey [Sun, 18 Sep 2011 20:30:23 +0000 (13:30 -0700)]
DO NOT MERGE: Sample atomic network stats buckets, full poll.

When sampling network stats, always use atomic buckets instead of
interpolating.  Always poll iface and UID together so we distribute
into buckets equally.  Move stale bucket trimming to just before
writing stats.

Bug: 5321340
Change-Id: I78a2226778a79c875f3668336e39ea24a7b4d5c4

12 years agoMerge "Collect and persist tethering stats." into ics-factoryrom
Jeff Sharkey [Sun, 18 Sep 2011 23:15:51 +0000 (16:15 -0700)]
Merge "Collect and persist tethering stats." into ics-factoryrom

12 years agoMerge "Can't stop the fling! Bug: 5335420" into ics-factoryrom
Jeff Brown [Sat, 17 Sep 2011 06:29:15 +0000 (23:29 -0700)]
Merge "Can't stop the fling! Bug: 5335420" into ics-factoryrom

12 years agoContinuation of the unified account chooser flow.
Fred Quintana [Sat, 17 Sep 2011 04:17:21 +0000 (21:17 -0700)]
Continuation of the unified account chooser flow.

 - made the UI match the spec
 - added ability to force the account chooser to appear
 - added ability to pass in a description that will override the stock one
 - added ability to pass in requiredFeatures for addAccount
 - added ability to pass in an authTokenType for addAccount

Bug: 5293377
Change-Id: I243c0fd6598c943b1f65753e1f5d3c86629f64f5

12 years agoMerge "Have all connections disconnected before turning off radio." into ics-factoryrom
Wink Saville [Sat, 17 Sep 2011 05:00:34 +0000 (22:00 -0700)]
Merge "Have all connections disconnected before turning off radio." into ics-factoryrom

12 years agoCan't stop the fling!
Jeff Brown [Sat, 17 Sep 2011 04:40:49 +0000 (21:40 -0700)]
Can't stop the fling!
Bug: 5335420

Fixed a bug in VelocityTracker where the output velocity was
not being set to zero when not available.

Added a condition to ensure that the velocity is at least
the minimum fling velocity before continuing.  If not, then
the user is trying to stop the fling and scroll more precisely.

Change-Id: I36634b0c3f7a9a09cf20c33f71d41163a8e33eed

12 years agoHave all connections disconnected before turning off radio.
Wink Saville [Sat, 17 Sep 2011 00:53:50 +0000 (17:53 -0700)]
Have all connections disconnected before turning off radio.

Bug: 5306201
Change-Id: I8a121e5ed951f286b6f3edc70c468e86ccedfbf0

12 years agoAdded "No recent apps" message on phones
Michael Jurka [Sat, 17 Sep 2011 00:04:40 +0000 (17:04 -0700)]
Added "No recent apps" message on phones

Change-Id: I00bf163369775b79377090b7a9dae0c94ce5d0ac

12 years agoMerge "work around a problem where fp registers get corrupted (DO NOT MERGE)" into...
Mathias Agopian [Sat, 17 Sep 2011 00:08:21 +0000 (17:08 -0700)]
Merge "work around a problem where fp registers get corrupted (DO NOT MERGE)" into ics-factoryrom

12 years agowork around a problem where fp registers get corrupted (DO NOT MERGE)
Mathias Agopian [Fri, 16 Sep 2011 23:59:52 +0000 (16:59 -0700)]
work around a problem where fp registers get corrupted (DO NOT MERGE)

Bug: 5331198
Change-Id: I1f9b4a79d34d63f8adb0555909998664ea2ea9ca

12 years agoProperly adding scrubber pressed/selected state
Justin Ho [Fri, 16 Sep 2011 23:19:47 +0000 (16:19 -0700)]
Properly adding scrubber pressed/selected state

Change-Id: Iea2e65bd8c00b56dd2828de03946ee1257547944

12 years agoMerge "Import revised translations. DO NOT MERGE" into ics-factoryrom
Eric Fischer [Fri, 16 Sep 2011 23:17:45 +0000 (16:17 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into ics-factoryrom

12 years agoCollect and persist tethering stats.
Jeff Sharkey [Fri, 16 Sep 2011 08:52:49 +0000 (01:52 -0700)]
Collect and persist tethering stats.

Use new "gettetherstats" netd command to retrieve statistics for
active tethering connections.  Keep tethering poll events separate
from UID poll, even though they end up same historical structures.

Bug: 5244846
Change-Id: Ia0c5165f6712c12b51586f86c331a2aad4ad6afb

12 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 16 Sep 2011 22:18:46 +0000 (15:18 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: Ibae2079f2de6ae74d12a88e3c6f6f52b3010990f

12 years agoMerge "Fix bug 5327199 Recycle bitmaps in RemoteControlClient" into ics-factoryrom
Jean-Michel Trivi [Fri, 16 Sep 2011 22:01:06 +0000 (15:01 -0700)]
Merge "Fix bug 5327199 Recycle bitmaps in RemoteControlClient" into ics-factoryrom

12 years agoMerge "Revert "Adding selected state for scrubber control"" into ics-factoryrom
Justin Ho [Fri, 16 Sep 2011 21:47:54 +0000 (14:47 -0700)]
Merge "Revert "Adding selected state for scrubber control"" into ics-factoryrom

12 years agoRevert "Adding selected state for scrubber control"
Justin Ho [Fri, 16 Sep 2011 21:47:40 +0000 (14:47 -0700)]
Revert "Adding selected state for scrubber control"

This reverts commit a11aeeb36560959db321f9757d4c5eccfdfa7f63

12 years agoMerge "Adding selected state for scrubber control" into ics-factoryrom
Justin Ho [Fri, 16 Sep 2011 21:15:04 +0000 (14:15 -0700)]
Merge "Adding selected state for scrubber control" into ics-factoryrom

12 years agoAdding selected state for scrubber control
Justin Ho [Fri, 16 Sep 2011 19:59:05 +0000 (12:59 -0700)]
Adding selected state for scrubber control

Change-Id: I63147c80f7849d28ffe15d97e0b7e3f5c7bea5e1

12 years agoMerge "Make LTE_FLOAT a strict weak order. (DO NOT MERGE) Bug: 5327776" into ics...
Jeff Brown [Fri, 16 Sep 2011 20:42:46 +0000 (13:42 -0700)]
Merge "Make LTE_FLOAT a strict weak order. (DO NOT MERGE) Bug: 5327776" into ics-factoryrom

12 years agoMake LTE_FLOAT a strict weak order. (DO NOT MERGE)
Jeff Brown [Fri, 16 Sep 2011 19:00:05 +0000 (12:00 -0700)]
Make LTE_FLOAT a strict weak order. (DO NOT MERGE)
Bug: 5327776

Currently LTE_FLOAT isn't even a valid partial order, let alone
a strict weak order as needed by binary search.  Consequently,
KeyedVectors with keys whose types have operator< using LTE_FLOAT
sometimes find the wrong values!

This problem affects several graphics caches including the
TextLayoutCache.

(This is still not a total order because NaNs are not comparable
but hopefully we don't ever search for NaNs this way!)

Change-Id: Ic447a34c7d87f681ee81538f22a0937a039072dd

12 years agoMerge "DO NOT MERGE Fix text selection drawing on SW" into ics-factoryrom
John Reck [Fri, 16 Sep 2011 20:21:31 +0000 (13:21 -0700)]
Merge "DO NOT MERGE Fix text selection drawing on SW" into ics-factoryrom

12 years agoBug 5300223 RemoteControlClient uses PendingIntent for media button events
Jean-Michel Trivi [Thu, 15 Sep 2011 01:11:09 +0000 (18:11 -0700)]
Bug 5300223 RemoteControlClient uses PendingIntent for media button events

Update the implementation of the RemoteControlClient / Display
 feature rely on PendingIntent as provided in the construction
 of the RemoteControlClient instance.
The ComponentName that describes the target of the media button
 events is set as the target of the Intent from which
 a PendingIntent is constructed.
This ComponentName is still saved in the stack for persisting
 the last media button event receiver.

This CL also updates the lockscreen IRemoteControlDisplay
 implementation to use the PendingIntent supplied by the
 application when sending transport control events. A (good)
 side effect of doing this is that intent will be directly
 targeted at the application.

Restoration of the media button event receiver
 after reboot is not fully functional yet.

Change-Id: I2be82f2839e9dee1de02512437b3fb41cc386cde

12 years agoMerge "Add a generic account chooser/add account flow for apps." into ics-factoryrom
Fred Quintana [Fri, 16 Sep 2011 19:13:30 +0000 (12:13 -0700)]
Merge "Add a generic account chooser/add account flow for apps." into ics-factoryrom

12 years agoDO NOT MERGE Fix text selection drawing on SW
John Reck [Thu, 15 Sep 2011 20:51:52 +0000 (13:51 -0700)]
DO NOT MERGE Fix text selection drawing on SW

 Bug: 5312770
 Helps if you actually draw stuff...
 Cherry pick from master

Change-Id: Iae4e7fbd2dc6a5306e8ca8735580e1f2eb50f276

12 years agoFix bug 5327199 Recycle bitmaps in RemoteControlClient
Jean-Michel Trivi [Fri, 16 Sep 2011 17:41:04 +0000 (10:41 -0700)]
Fix bug 5327199 Recycle bitmaps in RemoteControlClient

When applying the new bitmap from the editor to the client,
 recycle the old bitmap, and set the reference to the editor
 bitmap to null.

Change-Id: I7d79e4b8410e5035fa51b20be4b1ada391c84c28

12 years agoMerge "Add third video to default system videos." into ics-factoryrom
Eino-Ville Talvala [Fri, 16 Sep 2011 17:52:15 +0000 (10:52 -0700)]
Merge "Add third video to default system videos." into ics-factoryrom

12 years agoMerge "Be more forgiving in parsing verifier IDs" into ics-factoryrom
Kenny Root [Fri, 16 Sep 2011 16:07:52 +0000 (09:07 -0700)]
Merge "Be more forgiving in parsing verifier IDs" into ics-factoryrom

12 years agoMerge "Updated Clock and Roboto fonts Bug: 5243711" into ics-factoryrom
Justin Ho [Fri, 16 Sep 2011 14:32:52 +0000 (07:32 -0700)]
Merge "Updated Clock and Roboto fonts Bug: 5243711" into ics-factoryrom

12 years agoUpdated Clock and Roboto fonts
Justin Ho [Fri, 16 Sep 2011 14:28:50 +0000 (07:28 -0700)]
Updated Clock and Roboto fonts
Bug: 5243711

Change-Id: I1c54bab0107edc56fbdf75269a70881031384833

12 years agoBe more forgiving in parsing verifier IDs
Kenny Root [Wed, 14 Sep 2011 16:57:27 +0000 (09:57 -0700)]
Be more forgiving in parsing verifier IDs

RFC 4648's Base32 is made to be forgiving for users doing manual entry
of the digits. For this reason we want to be able to parse lowercase
letters as uppercase and number 0 (zero) as letter O along with number
1 (one) as letter I.

Cherry-pick into ics-factoryrom

Change-Id: I149d8e947ff8b36305c1e61d8a1d80ff0b317cda

12 years agoMerge "MiltiWaveView accessibility improvement." into ics-factoryrom
Svetoslav Ganov [Fri, 16 Sep 2011 01:52:40 +0000 (18:52 -0700)]
Merge "MiltiWaveView accessibility improvement." into ics-factoryrom

12 years agoMerge "Touch explorer does not perform tap with the right pointer." into ics-factoryrom
Svetoslav Ganov [Fri, 16 Sep 2011 01:47:49 +0000 (18:47 -0700)]
Merge "Touch explorer does not perform tap with the right pointer." into ics-factoryrom

12 years agoMiltiWaveView accessibility improvement.
Svetoslav Ganov [Fri, 16 Sep 2011 01:21:32 +0000 (18:21 -0700)]
MiltiWaveView accessibility improvement.

Now hover events behave s motion events in touch exploration mode.
The use no longer needs to find the handle and tap + hold to engage.
It is enough to move on top of it.

Now the handle is engaged, i.e. can be dragged, when the user passes
on top of it for both accessibility enabled and disabled.

bug:5253968

Change-Id: If70b44cb6db8a38432216b46ecddefb3e2bc3825

12 years agoAdd third video to default system videos.
Eino-Ville Talvala [Fri, 16 Sep 2011 01:08:01 +0000 (18:08 -0700)]
Add third video to default system videos.

Bug: 5216945
Change-Id: I1704e6043ea67677fb81b81ff3080faf9f14907a

12 years agoTouch explorer does not perform tap with the right pointer.
Svetoslav Ganov [Fri, 16 Sep 2011 00:33:07 +0000 (17:33 -0700)]
Touch explorer does not perform tap with the right pointer.

The touch explorer was using the id of the last pointer that
went up while injecting up and down to tap through the last
touch explore event incorrectly assuming that the last up
pointer did touch explore. This was leading to a system crash.

bug:5319315

Change-Id: Iffe8ef753795ad685abe6f493cc09adac8bfea94

12 years agoAdd a generic account chooser/add account flow for apps.
Fred Quintana [Thu, 15 Sep 2011 06:19:35 +0000 (23:19 -0700)]
Add a generic account chooser/add account flow for apps.

The activity is launched as follows:
  Account account1 = new Account("account1@gmail.com", "com.google")
  Account account2 = new Account("account2@gmail.com", "com.google")
  ArrayList<Account> accounts = new ArrayList<Account>();
  accounts.add(account1);
  accounts.add(account2);
  String[] accountTypes = new String[]{"com.google", "com.android.exchange"};
  Bundle addAccountOptions = null;
  Intent intent = AccountManager.newChooseAccountIntent(account1, accounts,
    accountTypes, addAccountOptions);
  startActivityForResult(intent, 0);

Change-Id: I05a467bdc3552a2e39397b0182879351f4324389

12 years agoMerge "Use the correct dependency" into ics-factoryrom
Ying Wang [Fri, 16 Sep 2011 00:19:37 +0000 (17:19 -0700)]
Merge "Use the correct dependency" into ics-factoryrom

12 years agoMerge "If media player has died already, do not dec the old surface texture reference...
Gloria Wang [Fri, 16 Sep 2011 00:04:27 +0000 (17:04 -0700)]
Merge "If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664. Do not merge." into ics-factoryrom

12 years agoMerge "Cherry-pick from master. Do not merge. Do not need to reset surface as NULL...
Gloria Wang [Fri, 16 Sep 2011 00:04:02 +0000 (17:04 -0700)]
Merge "Cherry-pick from  Do not merge. Do not need to reset surface as NULL in MediaPlayer's _release. Related to bug 5252296." into ics-factoryrom

12 years agoUse the correct dependency
Ying Wang [Thu, 15 Sep 2011 23:16:45 +0000 (16:16 -0700)]
Use the correct dependency

$(LOCAL_BUILT_MODULE) of the module framework points to a
product-specific file (required by dex-preopt), which is nuked by installclean.
While the result of $(java-lib-deps) points to a file in the common
directory.

This change reduces the incremental build time significantly:
It takes around 7 minutes to run "make instalclean && make" without this
change v.s. 3 minutes with this change.
So it will save lots of build time when switching between user, userdebug
and eng builds on the build server.

Change-Id: I832bafca04677af561bb0c28e2e0260f633b96a1

12 years agoIf media player has died already, do not dec the old surface texture reference.
Gloria Wang [Thu, 15 Sep 2011 22:28:43 +0000 (15:28 -0700)]
If media player has died already, do not dec the old surface texture reference.
Otherwise segfault will occur.
For bug 5327664.
Do not merge.

Change-Id: I03ea7bc047aa99a106f1e010dac74f75a833ef84

12 years agoCherry-pick from master. Do not merge.
Gloria Wang [Wed, 14 Sep 2011 20:59:45 +0000 (13:59 -0700)]
Cherry-pick from master. Do not merge.
Do not need to reset surface as NULL in MediaPlayer's _release.
Related to bug 5252296.

Change-Id: Ieab063cee70e072fcc4d861abe0f7979a7bab1ec

12 years agoMerge "DO NOT MERGE Fix finalization" into ics-factoryrom
John Reck [Thu, 15 Sep 2011 18:49:00 +0000 (11:49 -0700)]
Merge "DO NOT MERGE Fix finalization" into ics-factoryrom

12 years ago[toro] Add telephonyManager API ( getMsisdnNumber() ) for IMS Module.
duckyoung.chai [Thu, 15 Sep 2011 07:12:51 +0000 (16:12 +0900)]
[toro] Add telephonyManager API ( getMsisdnNumber() ) for IMS Module.

IMS Module need the MSISDN value for IMS registration.(VZW Requirement)

Change-Id: I8713b6c55788276246ee1c2f91eaf2d3ab8cc813
Signed-off-by: duckyoung.chai <duckyoung.chai@samsung.com>
12 years agoDO NOT MERGE Fix finalization
John Reck [Thu, 15 Sep 2011 18:08:00 +0000 (11:08 -0700)]
DO NOT MERGE Fix finalization

 Bug: 5321358
 Destroy does run with this. Ideally we should get rid of the need
 to run this on the UI thread at all. GL destroy should instead
 take place when the view is detached or something like that.

 Cherry picked from master

Change-Id: I693ce83cd607186173d8cf58485c5df28004e52c

12 years agoMerge "Final (ha ha) API 14."
Dianne Hackborn [Thu, 15 Sep 2011 07:32:15 +0000 (00:32 -0700)]
Merge "Final (ha ha) API 14."

12 years agoFinal (ha ha) API 14.
Dianne Hackborn [Thu, 15 Sep 2011 06:00:49 +0000 (23:00 -0700)]
Final (ha ha) API 14.

Change-Id: I164f9add571f7d825a10036e3b8c9e9eb854d732

12 years agoMerge "VpnDialogs: add string description for translation."
Chia-chi Yeh [Thu, 15 Sep 2011 07:06:23 +0000 (00:06 -0700)]
Merge "VpnDialogs: add string description for translation."

12 years agoMerge "Update the public APIs for finding views by text to optionally use content...
Dianne Hackborn [Thu, 15 Sep 2011 05:33:54 +0000 (22:33 -0700)]
Merge "Update the public APIs for finding views by text to optionally use content description."

12 years agoMerge "Network stats flag to force complete poll."
Jeff Sharkey [Thu, 15 Sep 2011 04:44:19 +0000 (21:44 -0700)]
Merge "Network stats flag to force complete poll."

12 years agoMerge "Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529"
Jeff Brown [Thu, 15 Sep 2011 04:27:25 +0000 (21:27 -0700)]
Merge "Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529"

12 years agoMerge "Call onFinishInputView in onDestroy"
satok [Thu, 15 Sep 2011 04:13:06 +0000 (21:13 -0700)]
Merge "Call onFinishInputView in onDestroy"

12 years agoMerge "Change data usage warning notification wording."
Jeff Sharkey [Thu, 15 Sep 2011 03:27:55 +0000 (20:27 -0700)]
Merge "Change data usage warning notification wording."

12 years agoMerge "Status_bar_close that works on light and dark"
Peter Ng [Thu, 15 Sep 2011 03:27:14 +0000 (20:27 -0700)]
Merge "Status_bar_close that works on light and dark"

12 years agoMerge "Add 480p default videos into the system."
Justin Ho [Thu, 15 Sep 2011 03:24:06 +0000 (20:24 -0700)]
Merge "Add 480p default videos into the system."

12 years agoChange data usage warning notification wording.
Jeff Sharkey [Thu, 15 Sep 2011 02:56:11 +0000 (19:56 -0700)]
Change data usage warning notification wording.

Bug: 5308710
Change-Id: Ic807640a031a3edb03897634e638473d5a039ecc

12 years agoNetwork stats flag to force complete poll.
Jeff Sharkey [Thu, 15 Sep 2011 02:31:04 +0000 (19:31 -0700)]
Network stats flag to force complete poll.

Devices currently delay collecting UID stats during common operations
like global alerts to reduce parsing load.  Here we introduce a flag
to always collect UID and iface stats together to aid debugging.

Bug: 5321340
Change-Id: Ia8e1daf1a6f9d5f5cf1f64a04b6b6766ee965ab6

12 years agoUpdate the public APIs for finding views by text to optionally use content description.
Svetoslav Ganov [Thu, 15 Sep 2011 01:15:32 +0000 (18:15 -0700)]
Update the public APIs for finding views by text to optionally use content description.

1. Added flags to the search method to specify whether to match text or
   content description or both.

2. Added test case for the seach by content description.

3. Updated the code in AccessibilityManager service to reflect the latest
   changes there so test automation service works - this is the fake
   service used for UI automation.

Change-Id: I14a6779a920ff0430e78947ea5aaf876c2e66076

12 years agoMerge "Fix bug 5321195 - Starting WebView text selection with long press does not...
Adam Powell [Thu, 15 Sep 2011 02:28:53 +0000 (19:28 -0700)]
Merge "Fix bug 5321195 - Starting WebView text selection with long press does not invoke haptic feedback"

12 years agoMerge "Fix issue #5155678: Portrait > Landscape full-screen transition..."
Dianne Hackborn [Thu, 15 Sep 2011 02:26:23 +0000 (19:26 -0700)]
Merge "Fix issue #5155678: Portrait > Landscape full-screen transition..."

12 years agoMerge "Swap default avatar"
Katherine Kuan [Thu, 15 Sep 2011 02:22:34 +0000 (19:22 -0700)]
Merge "Swap default avatar"

12 years agoFix issue #5155678: Portrait > Landscape full-screen transition...
Dianne Hackborn [Thu, 15 Sep 2011 02:19:55 +0000 (19:19 -0700)]
Fix issue #5155678: Portrait > Landscape full-screen transition...

...mode cuts off screen rendering

The code for limiting application window sizes to not include the
navigation bar was dead.  Now it is back.

Change-Id: Ic0bde56e3300fd0d9d225e19d8de2766d07e8780

12 years agoVelocity Tracker II: The Revenge of Velocity Tracker
Jeff Brown [Wed, 14 Sep 2011 17:53:18 +0000 (10:53 -0700)]
Velocity Tracker II: The Revenge of Velocity Tracker
Bug: 5265529

Rewrote the velocity tracker to fit a polynomial curve
to pointer movements using least squares linear regression.
The velocity is simply the first derivative of this polynomial.

Clients can also obtain an Estimator that describes the
complete terms of the estimating polynomial including
the coefficient of determination which provides a measure
of the quality of the fit (confidence).

Enhanced PointerLocation to display the movement curve predicted
by the estimator in addition to the velocity vector.

By default, the algorithm computes a 2nd degree (quadratic)
polynomial based on a 100ms recent history horizon.

Change-Id: Id377bef44117fce68fee2c41f90134ce3224d3a1

12 years agoFix bug 5321195 - Starting WebView text selection with long press does
Adam Powell [Thu, 15 Sep 2011 02:11:08 +0000 (19:11 -0700)]
Fix bug 5321195 - Starting WebView text selection with long press does
not invoke haptic feedback

Change-Id: I6ba6b7e5b0ecedf721ab6d1bf87d7d2a92dc7200

12 years agoMerge "TimePicker CTS test failing."
Svetoslav Ganov [Thu, 15 Sep 2011 02:07:23 +0000 (19:07 -0700)]
Merge "TimePicker CTS test failing."

12 years agoStatus_bar_close that works on light and dark
Peter Ng [Wed, 14 Sep 2011 03:11:31 +0000 (20:11 -0700)]
Status_bar_close that works on light and dark

-No more blue, black works throughout all screens
-removed blue line from drop down handle because it was very problematic when a user has several notifications in their scrollview combined with the removal of fadingEdge vertical
-title_bar_shadow has an increased height

Change-Id: I8a291039b9c47c32ce289787612b050fd95e1fc4

12 years agoMerge "Fix NPE."
Daniel Sandler [Thu, 15 Sep 2011 01:56:12 +0000 (18:56 -0700)]
Merge "Fix NPE."

12 years agoFix NPE.
Daniel Sandler [Thu, 15 Sep 2011 01:42:00 +0000 (21:42 -0400)]
Fix NPE.

Also remove unneeded log.

Bug: 5320647
Change-Id: If62b491ceb25d26195dea694fe0b5cd83c0f6305

12 years agoMerge "Add (support for) EGL_NV_system_time extension."
Mathias Agopian [Thu, 15 Sep 2011 01:50:54 +0000 (18:50 -0700)]
Merge "Add (support for) EGL_NV_system_time extension."

12 years agoTimePicker CTS test failing.
Svetoslav Ganov [Thu, 15 Sep 2011 01:35:44 +0000 (18:35 -0700)]
TimePicker CTS test failing.

TimePicker code for setting the IME options was not taking into
account the old style of the UI where the AmPm spinner can be
null.

bug:5318844

Change-Id: I58b1781ef95398d11ecf0ca5bb49817cbba97b54

12 years agoSwap default avatar
Katherine Kuan [Thu, 15 Sep 2011 01:22:35 +0000 (18:22 -0700)]
Swap default avatar

Bug: 5074147
Change-Id: I89feda1ee3dd5e50996cf31795400295e82599ef

12 years agoMerge "Tweak DELAY_UI for 16Hz to 15Hz"
Mathias Agopian [Thu, 15 Sep 2011 01:20:31 +0000 (18:20 -0700)]
Merge "Tweak DELAY_UI for 16Hz to 15Hz"

12 years agoMerge "improve sensorservice dumpsys"
Mathias Agopian [Thu, 15 Sep 2011 01:20:11 +0000 (18:20 -0700)]
Merge "improve sensorservice dumpsys"