78166 Commits

Author SHA1 Message Date
Jake Hamby
bececc79d6 Fix detection of CDMA cell broadcast messages.
The bIsServicePresent field of an incoming CDMA SMS RIL message
is not a reliable way to distinguish broadcast from point-to-point
messages on some RILs. Change CDMA SmsMessage.getMessageType() to
return MESSAGE_TYPE_BROADCAST when the service category is not 0,
and MESSAGE_TYPE_POINT_TO_POINT when the service category is 0.

Bug: 6853691
Change-Id: I0d44a8ce0bb295da5125271db90652570d655bc1
2012-07-24 19:16:55 -07:00
Robert Greenwalt
96d9299b95 Fix our interpretation of apn setting's bearer.
Between ICS and JB we changed it to use TelephonyManager's network type
enumeration.  This changes it back to represent the RIL's radio
technology.  The only diff between the two is 13 and 14 are swapped,
so the change was causing problems with LTE and eHRPD.

bug:6830908
Change-Id: I85a7c8037f370f368e5cbf6dc2c9395c6889b541
2012-07-24 19:16:45 -07:00
Wink Saville
f186b07b46 Preserve retryCount when retrying.
Bug: 6529189
Change-Id: I743aed08aa161d91899aeb2ccacffcd224e48c0a
2012-07-13 14:19:00 -07:00
Wink Saville
f48658aa17 When reconnecting disassociate dc and apnContext.
This is done in onActionIntentReconnectAlarm, which is called when
retrying after an error, by setting the ApnContext.DataConnection &
DataConnctionAc to null which intern clears the DataConnection.mApnList.

With the mApnList cleared DataConnection.mRefCount will not be incremented
because the DC will not be found by findReadyDataConnection. Thus fixing
at least one cause of 6529189.

Bug: 6529189
Change-Id: I40ff1966f6fbd2f69e97d77b9db7122e4c5b992f
2012-07-13 14:19:00 -07:00
The Android Automerger
c292a619c7 merge in jb-release history after reset to jb-dev 2012-07-03 12:53:52 -07:00
Daniel Sandler
5d0c689b9b Merge "Logs to track bug 6765842." into jb-dev 2012-07-03 12:10:19 -07:00
Scott Main
5a883824a2 Merge "docs: fix document issue 27549" into jb-dev 2012-07-03 11:51:30 -07:00
Daniel Sandler
fdbac77e82 Logs to track bug 6765842.
It looks like we can get into a state where the notification
panel gets un-expanded, leaving an unsightly mess where your
status bar should be.

This change adds some additional info to the dumpsys output.

Bug: 6765842
Change-Id: Iecf2480bc7bdf5bb737863c0cbf9ad07d8523c0c
2012-07-03 14:35:05 -04:00
Scott Main
15279cfc56 docs: fix document issue 27549
Change-Id: I17995fd70978657a46ccfc77fa2ae84c56a05255
2012-07-02 21:58:46 -07:00
Scott Main
399df5677b docs: various link fixes and other typos from external tracker
Change-Id: I2a107f7e16429c0fe80c5e4cb67ecfaf267db301
2012-07-02 21:47:20 -07:00
The Android Automerger
6023c0d8d2 merge in jb-release history after reset to jb-dev 2012-07-02 18:59:51 -07:00
satok
f212878e35 Merge "Update spell checking documents Bug: 6334194" into jb-dev 2012-07-02 18:27:08 -07:00
Craig Mautner
cc93507124 Merge "DO NOT MERGE Set force hiding differently" into jb-dev 2012-07-02 17:20:00 -07:00
Craig Mautner
00b9e89932 Merge "Clear startingDisplayed flag when removing window." into jb-dev 2012-07-02 17:01:58 -07:00
Craig Mautner
38b2478f63 Clear startingDisplayed flag when removing window.
The flag indicating that the Starting window is displayed was not
being cleared when the Starting window was removed. That caused the
goodToGo indication to falsely indicate that all windows were drawn
when in fact the destination activity had not yet been drawn. This
caused the animation to begin when it was still black behind the old
animation.

This fixes bug 6764727.

Change-Id: Iacef73b0335b9bde2cdc8d0b072034222cd728e8
2012-07-02 16:21:28 -07:00
The Android Automerger
dae5521fa3 merge in jb-release history after reset to jb-dev 2012-07-02 16:19:23 -07:00
Dirk Dougherty
4123b46f0e Merge "Doc change: updated numbers for Andriod. Fix gcm image path." into jb-dev 2012-07-02 15:56:49 -07:00
Dirk Dougherty
24a3242029 Doc change: updated numbers for Andriod. Fix gcm image path.
Change-Id: Ia3b43f9464938b9775ee6f77c850af37fac9117f
2012-07-02 15:52:25 -07:00
Eric Fischer
c70ec659e8 Merge "Import translations. DO NOT MERGE" into jb-dev 2012-07-02 14:07:11 -07:00
Craig Mautner
503d6a44a8 DO NOT MERGE Set force hiding differently
Only force hide windows when the keyguard is animating in.

Fixes bug 6721572.

Change-Id: Iad7b8b811bcf0840726cbf6c6f279dabd08a3aba

Conflicts:

	services/java/com/android/server/wm/WindowAnimator.java
2012-07-02 13:16:15 -07:00
The Android Automerger
837459e4fe merge in jb-release history after reset to jb-dev 2012-07-02 12:55:39 -07:00
John Huang
46c923afd5 Merge "Fix country code for Netherlands Antilles." into jb-dev 2012-07-02 12:52:29 -07:00
Scott Main
0dc12ee0f1 Merge "docs: new dashboard stats for 7/2" into jb-dev 2012-07-02 12:33:03 -07:00
Wink Saville
829edb8a53 Fix country code for Netherlands Antilles.
Change the cc to "ai" from "nl" otherwise the timezone is
set to Netherlands which is +1 rather than the Caribbean
which is -4.

Bug: 6765706
Change-Id: Ie399efe95ce93b73eb4e60cfc47e621cce85e6e5
2012-07-02 12:26:21 -07:00
Eric Fischer
a2b17b8895 Import translations. DO NOT MERGE
Change-Id: I5eae952127a0af6618ab96065cd50d78bbaea189
Auto-generated-cl: translation import
2012-07-02 12:25:39 -07:00
Scott Main
6039f148f2 docs: new dashboard stats for 7/2
Change-Id: I29cdbbc9ef11ccd6398613b8dce8e25ab406318f
2012-07-02 12:23:52 -07:00
Dirk Dougherty
73d90e797b Merge "Doc change: fix incorrect links to dashboard." into jb-dev 2012-07-02 11:15:29 -07:00
Dirk Dougherty
63cb3d474f Doc change: fix incorrect links to dashboard.
Change-Id: I31c754aa036b0770c7cd8596594bb2cedd47f1a7
2012-07-02 11:05:55 -07:00
Dirk Dougherty
418203d1d5 Doc change: Add Google Play balance back into monetizing docs.
Change-Id: I4326cbd7b93f0429b34f56f7ad67d910bcb0c6e1
2012-07-02 11:03:31 -07:00
satok
0aa0734149 Update spell checking documents
Bug: 6334194

Original graffle files are
https://docs.google.com/a/google.com/open?id=0B7cspKDw7KgTcWQzckQwY2xuQTg
https://docs.google.com/a/google.com/open?id=0B7cspKDw7KgTTXJVNFdVMDlzTmM

Change-Id: I3097f770a4c71d41bb4b79336900c31cb0be0175
2012-07-02 15:06:05 +09:00
Siva Velusamy
27ad058a94 Merge "Fix Minor typos" into jb-dev 2012-06-29 18:10:29 -07:00
Ying Wang
2612de14d2 Merge "Import translations. DO NOT MERGE" into jb-dev 2012-06-29 17:50:47 -07:00
Siva Velusamy
4605a039ec Fix Minor typos
Change-Id: I6d0581b7f3dcf1aad7ef3a622a750b8cbba221d5
2012-06-29 17:49:55 -07:00
Scott Main
e02e5d8d58 docs: fix link to gcm
Change-Id: If198e72f1c3a37c82fe782ec88dd6a0c98e17105
2012-06-29 16:45:55 -07:00
Scott Main
ef2b7fa2c3 Merge "docs: move FAQ and old notepad tutorial to other places where we can properly redirect. This way the docs are accessible from existing links and they at least appear with a sidenav Also resolve a bunch of links to the notepad docs." into jb-dev 2012-06-29 16:26:19 -07:00
Scott Main
64b1188356 docs: move FAQ and old notepad tutorial to other places where we can properly redirect.
This way the docs are accessible from existing links and they at least appear with a sidenav
Also resolve a bunch of links to the notepad docs.

Change-Id: I828e0bb8df32ee5658cae22c8f34b9fc1512fbae
2012-06-29 16:21:51 -07:00
Scott Main
f0d68a975f Merge "docs: Google IO bug fixes - http://b.corp.google.com/issue?id=6756248 - http://code.google.com/p/android/issues/detail?id=33877" into jb-dev 2012-06-29 16:19:52 -07:00
The Android Automerger
5df368fac7 merge in jb-release history after reset to jb-dev 2012-06-29 15:51:56 -07:00
Dianne Hackborn
bfb752f8f0 Merge "Fix issue #6761130: Clearing app data in settings does not clear app's USB storage" into jb-dev 2012-06-29 15:40:18 -07:00
Joe Fernandez
79dee590a8 docs: Google IO bug fixes
- http://b.corp.google.com/issue?id=6756248
- http://code.google.com/p/android/issues/detail?id=33877

Change-Id: Ib77bb865d7a5f8194ce8a1bac59c15612a3dc654
2012-06-29 15:22:38 -07:00
Dianne Hackborn
183ce028f1 Fix issue #6761130: Clearing app data in settings does not clear app's USB storage
The package manager calls to clear data / clear cache were not also
having default container service clear the data on external storage.  Now
they do.

Change-Id: Ib5e5eb6adf2cac5a4cc094cc1a02ac8cfb6a2edf
2012-06-29 15:00:21 -07:00
Christopher Tate
1598a50818 Merge "Do not back up / restore the rotation-related settings" into jb-dev 2012-06-29 12:40:34 -07:00
Christopher Tate
596e1917d5 Do not back up / restore the rotation-related settings
Change-Id: I4c5f8c31fa78acc1dfa2676e89b2c1c7bbd12a06
2012-06-29 11:55:02 -07:00
Ying Wang
c01ba1cd72 Import translations. DO NOT MERGE
Change-Id: Iaf052543d1c7cd9afb6fe415df2ad72c5de94ea8
Auto-generated-cl: translation import
2012-06-29 11:40:36 -07:00
Dianne Hackborn
074b54fbc0 Merge "Maybe fix issue #6756472: Share button is not defocusing the shade" into jb-dev 2012-06-28 17:39:41 -07:00
The Android Automerger
928e2795a2 merge in jb-release history after reset to jb-dev 2012-06-28 17:09:42 -07:00
Dianne Hackborn
a194021650 Maybe fix issue #6756472: Share button is not defocusing the shade
I got this reproduce a few times, then wasn't able to.  I made this
change and then couldn't reproduce it.  Maybe it fixed it.

The change here is to explicitly pass in the handler class to
apply() and reapply(), instead of relying it being set as a member of
the RemoteViews class.  This is much cleaner and more explicitly about
setting that for the click callbacks.

Bug: 6756472
Change-Id: I8d029c3836501df3206c433838124b4be3890a8b
2012-06-28 16:34:35 -07:00
Dirk Dougherty
50cf26c426 Doc change: cherry-pick from ics-mr1: review comments on Distribute section.
Change-Id: Iefad9627b0fe7f54b21e14d332759d7c52c854ce
2012-06-28 16:23:03 -07:00
Dirk Dougherty
c9d24b2707 Merge "Doc change: fix broken links to logcat info." into jb-dev 2012-06-28 15:53:55 -07:00
Dirk Dougherty
fe57f3897e Doc change: fix broken links to logcat info.
Change-Id: I006ade072232734cb049e5268bbc4d7a1efb5c55
2012-06-28 15:51:36 -07:00