Commit Graph

26413 Commits

Author SHA1 Message Date
mike wakerly
ee3151e0eb am 419a85e4: am 067bf854: am 2e7b11af: Merge "NfcAdapterExtras: expose driver name." into jb-mr1-dev
* commit '419a85e47e1dabb2cbcbd2f70a44a1a735610383':
  NfcAdapterExtras: expose driver name.
2012-10-03 16:56:23 -07:00
mike wakerly
419a85e47e am 067bf854: am 2e7b11af: Merge "NfcAdapterExtras: expose driver name." into jb-mr1-dev
* commit '067bf85404b704f046f777c2c4c2e218808ac6a0':
  NfcAdapterExtras: expose driver name.
2012-10-03 16:53:50 -07:00
mike wakerly
067bf85404 am 2e7b11af: Merge "NfcAdapterExtras: expose driver name." into jb-mr1-dev
* commit '2e7b11af55efa97239ac2d96d36bc80e7107ffca':
  NfcAdapterExtras: expose driver name.
2012-10-03 16:50:59 -07:00
mike wakerly
f74df47fc9 NfcAdapterExtras: expose driver name.
Bug: 7276355
Change-Id: I65597f732c2ccb749f8fc5ef1793bacf5de8b592
2012-10-03 14:14:23 -07:00
Adam Powell
f67d93e5a1 am 7eb3ecdf: am e2238929: am b25629b1: Merge "Close a Spinner dropdown if its anchor view goes away." into jb-mr1-dev
* commit '7eb3ecdfef6ec4f4f08b84a0ac98f585d5aa3289':
  Close a Spinner dropdown if its anchor view goes away.
2012-10-03 14:04:59 -07:00
Raph Levien
5d96964fb5 am 11541338: am e9b175b7: am 484de9db: Merge "Fix for bug 6954231 text wraps on second line and is fused..." into jb-mr1-dev
* commit '11541338c5c0db1181107aef8f96c398d8445fd4':
  Fix for bug 6954231 text wraps on second line and is fused...
2012-10-03 14:04:55 -07:00
Christopher Tate
b66b23d0b0 am 11ebeae0: am f4c51434: am 1795325a: Merge "Make settings backup/restore work in the new multi-user world" into jb-mr1-dev
* commit '11ebeae0b555942389b576d7275964618a40d992':
  Make settings backup/restore work in the new multi-user world
2012-10-03 14:04:51 -07:00
Adam Powell
7eb3ecdfef am e2238929: am b25629b1: Merge "Close a Spinner dropdown if its anchor view goes away." into jb-mr1-dev
* commit 'e223892986f21ceeb942a73cf2c7a66642cd8af8':
  Close a Spinner dropdown if its anchor view goes away.
2012-10-03 13:53:46 -07:00
Raph Levien
11541338c5 am e9b175b7: am 484de9db: Merge "Fix for bug 6954231 text wraps on second line and is fused..." into jb-mr1-dev
* commit 'e9b175b7131e2b709902c6e2f4a861fbb638b1d2':
  Fix for bug 6954231 text wraps on second line and is fused...
2012-10-03 13:53:42 -07:00
Christopher Tate
11ebeae0b5 am f4c51434: am 1795325a: Merge "Make settings backup/restore work in the new multi-user world" into jb-mr1-dev
* commit 'f4c51434e7d02685e7f1cc02d9b049a104d2a18f':
  Make settings backup/restore work in the new multi-user world
2012-10-03 13:53:36 -07:00
Alon Albert
e21f63c561 Merge "Remove implenents clause" 2012-10-03 13:33:05 -07:00
Adam Powell
e223892986 am b25629b1: Merge "Close a Spinner dropdown if its anchor view goes away." into jb-mr1-dev
* commit 'b25629b123a6ccb70095cfa3a26362ee46d30e33':
  Close a Spinner dropdown if its anchor view goes away.
2012-10-03 12:13:07 -07:00
Adam Powell
b25629b123 Merge "Close a Spinner dropdown if its anchor view goes away." into jb-mr1-dev 2012-10-03 12:11:02 -07:00
Raph Levien
e9b175b713 am 484de9db: Merge "Fix for bug 6954231 text wraps on second line and is fused..." into jb-mr1-dev
* commit '484de9db7c4044588929f11673906fea205e409b':
  Fix for bug 6954231 text wraps on second line and is fused...
2012-10-03 12:09:50 -07:00
Raph Levien
484de9db7c Merge "Fix for bug 6954231 text wraps on second line and is fused..." into jb-mr1-dev 2012-10-03 12:07:26 -07:00
Alon Albert
f0b3a3dfc4 Remove implenents clause
After https://googleplex-android-review.googlesource.com/#/c/231069/, SyncManager no longer needs to implement OnAccountsUpdateListener
Bug: 7197445

Change-Id: Icef4ff4488a69f7e9287390ceccbe63a879281e4
2012-10-03 12:05:34 -07:00
Christopher Tate
f4c51434e7 am 1795325a: Merge "Make settings backup/restore work in the new multi-user world" into jb-mr1-dev
* commit '1795325af7b0d9abc6cd47ea31aa2ff29eec0ba9':
  Make settings backup/restore work in the new multi-user world
2012-10-03 12:00:17 -07:00
Christopher Tate
1795325af7 Merge "Make settings backup/restore work in the new multi-user world" into jb-mr1-dev 2012-10-03 11:54:01 -07:00
Adam Powell
f16daf6127 Close a Spinner dropdown if its anchor view goes away.
PopupWindow already tracks when anchor views scroll, but it doesn't
catch other layout changes.

Bug 7267264

Change-Id: I1e20f9335057832c78c3002aa931f533dd77514b
2012-10-03 11:53:06 -07:00
Raph Levien
6b558994d4 Fix for bug 6954231 text wraps on second line and is fused...
When breaking a line, the paragraphs below the new line break were still
being drawn in their old location. This only happened when the height
was fill_parent, otherwise the height change would force a relayout,
which in turn would do a full invalidation.

This patch checks for changes to the layout height (not just the widget
height, which won't change when it's fill_parent), and invalidates.

Change-Id: I64adb9f5eae0479c1c9c8d37c10c2c27a6f582a8
2012-10-03 09:34:24 -07:00
Jeff Brown
c31882b038 am 2e9b86fa: am f1d95f59: am 5558b79e: Merge "Fix some synchronization issues in BatteryService." into jb-mr1-dev
* commit '2e9b86fa7352232a90c1efa3fb5d4a048fb7c376':
  Fix some synchronization issues in BatteryService.
2012-10-02 23:33:43 -07:00
Jeff Brown
2e9b86fa73 am f1d95f59: am 5558b79e: Merge "Fix some synchronization issues in BatteryService." into jb-mr1-dev
* commit 'f1d95f59d5e97b9cefa2aacf08abae010ce5311f':
  Fix some synchronization issues in BatteryService.
2012-10-02 23:32:02 -07:00
Jeff Brown
f1d95f59d5 am 5558b79e: Merge "Fix some synchronization issues in BatteryService." into jb-mr1-dev
* commit '5558b79e7a40adb3ad550e8bdf37996ddbeb714f':
  Fix some synchronization issues in BatteryService.
2012-10-02 23:29:52 -07:00
Jeff Brown
5558b79e7a Merge "Fix some synchronization issues in BatteryService." into jb-mr1-dev 2012-10-02 23:28:02 -07:00
Adam Powell
fbe981b9ca am 3183a2cf: am 653d4b47: am d27f1cd3: Merge "Further refine touchMajor processing in ScaleGestureDetector" into jb-mr1-dev
* commit '3183a2cf28f7490e878a3186c4fb7fa3987a52c7':
  Further refine touchMajor processing in ScaleGestureDetector
2012-10-02 19:40:32 -07:00
Adam Powell
3183a2cf28 am 653d4b47: am d27f1cd3: Merge "Further refine touchMajor processing in ScaleGestureDetector" into jb-mr1-dev
* commit '653d4b47f4112f8fac1e2e7985ae246f312cdab4':
  Further refine touchMajor processing in ScaleGestureDetector
2012-10-02 19:37:35 -07:00
Adam Powell
653d4b47f4 am d27f1cd3: Merge "Further refine touchMajor processing in ScaleGestureDetector" into jb-mr1-dev
* commit 'd27f1cd30b140f042e11032e4aa4381756e2998f':
  Further refine touchMajor processing in ScaleGestureDetector
2012-10-02 19:35:04 -07:00
Adam Powell
d27f1cd30b Merge "Further refine touchMajor processing in ScaleGestureDetector" into jb-mr1-dev 2012-10-02 19:33:00 -07:00
Jeff Brown
a4d8204e30 Fix some synchronization issues in BatteryService.
Some of the BatteryService state was being locked
sometimes and it wasn't at all consistent.

Bug: 7158734
Change-Id: I46e75f66fde92c5a577a80a6bd99c9573066f3c1
2012-10-02 19:11:19 -07:00
Adam Powell
5b5c414e31 Further refine touchMajor processing in ScaleGestureDetector
On some devices the information coming from the touchscreen is very
noisy or otherwise unreliable. Perform some processing on the data
we have to try to provide a smoother experience.

Bug 7267507

Change-Id: I863125f58577f522de05a1361b81c2e42975fd89
2012-10-02 19:07:16 -07:00
Dianne Hackborn
b1916a4bc1 am bba79225: am 8a22c07a: am 720d14db: Merge "Fix issue #7273573: Need API to find out if activity is destroyed" into jb-mr1-dev
* commit 'bba79225c905ad72820f7c5405d5e9a1d47af83c':
  Fix issue #7273573: Need API to find out if activity is destroyed
2012-10-02 19:06:13 -07:00
Dianne Hackborn
bba79225c9 am 8a22c07a: am 720d14db: Merge "Fix issue #7273573: Need API to find out if activity is destroyed" into jb-mr1-dev
* commit '8a22c07a8ce805a73269a6577f6dd00f213e71a5':
  Fix issue #7273573: Need API to find out if activity is destroyed
2012-10-02 19:04:15 -07:00
Dianne Hackborn
8a22c07a8c am 720d14db: Merge "Fix issue #7273573: Need API to find out if activity is destroyed" into jb-mr1-dev
* commit '720d14db87a5683ef2d4ad976fd8c28a5d2af611':
  Fix issue #7273573: Need API to find out if activity is destroyed
2012-10-02 19:01:32 -07:00
Dianne Hackborn
720d14db87 Merge "Fix issue #7273573: Need API to find out if activity is destroyed" into jb-mr1-dev 2012-10-02 18:58:31 -07:00
Jeff Sharkey
929ff8ece1 am 4bf59f7d: am fbbcffeb: am 1ed299f8: Merge "Make USB services multi-user aware." into jb-mr1-dev
* commit '4bf59f7dd9fbfe608853de7c639d719d25c07318':
  Make USB services multi-user aware.
2012-10-02 18:19:41 -07:00
Jeff Sharkey
4bf59f7dd9 am fbbcffeb: am 1ed299f8: Merge "Make USB services multi-user aware." into jb-mr1-dev
* commit 'fbbcffebc0caf1d19c60b41e1e40708963717850':
  Make USB services multi-user aware.
2012-10-02 18:18:33 -07:00
Jeff Sharkey
fbbcffebc0 am 1ed299f8: Merge "Make USB services multi-user aware." into jb-mr1-dev
* commit '1ed299f822b22998b7236e3147d8cf4707bced08':
  Make USB services multi-user aware.
2012-10-02 18:15:51 -07:00
Jeff Sharkey
1ed299f822 Merge "Make USB services multi-user aware." into jb-mr1-dev 2012-10-02 18:11:48 -07:00
Jeff Sharkey
fc3f24b4b6 Make USB services multi-user aware.
USB settings are now isolated per-user, since they revolve around
installed packages.  User-specific settings are returned based on
calling user, or referenced by UserHandle passed to SystemUI.  Each
settings Context is wrapped as a specific user, so all broadcasts are
sent correctly.  Upgrades any existing USB settings to OWNER.

Physical events, like new devices, are routed to the currently active
user.  Switch to using AtomicFile when persisting settings.

Bug: 7244888
Change-Id: I8a723ad3d55ac1bff99276c5f3a3f5e8f013432f
2012-10-02 18:09:10 -07:00
Dianne Hackborn
6d9dcbccec Fix issue #7273573: Need API to find out if activity is destroyed
Also update 17.txt with all of the recent API additions.

Change-Id: I21fc669267935261a741c19e22b0bf35c3a76b81
2012-10-02 17:51:13 -07:00
Irfan Sheriff
d5ee95f96e am 53c37806: am 5ffd5652: am 75c48009: Merge "Add icon for mobile notification" into jb-mr1-dev
* commit '53c37806d34655f0eaab8c7a3206950da08ae83f':
  Add icon for mobile notification
2012-10-02 17:05:03 -07:00
Irfan Sheriff
53c37806d3 am 5ffd5652: am 75c48009: Merge "Add icon for mobile notification" into jb-mr1-dev
* commit '5ffd5652b699663f4bce89b314015205a5a01333':
  Add icon for mobile notification
2012-10-02 17:02:52 -07:00
Irfan Sheriff
5ffd5652b6 am 75c48009: Merge "Add icon for mobile notification" into jb-mr1-dev
* commit '75c480091552b05db6c447330f36ca436a4d0fb6':
  Add icon for mobile notification
2012-10-02 17:00:55 -07:00
Irfan Sheriff
75c4800915 Merge "Add icon for mobile notification" into jb-mr1-dev 2012-10-02 16:58:15 -07:00
Irfan Sheriff
ebb8f413e6 Add icon for mobile notification
Bug: 7087564
Change-Id: If856bdfa28c024fb775fd3f8231bd5a16fef59e6
2012-10-02 16:50:29 -07:00
Jeff Brown
a3164eaad4 am eaf36658: am 709b9434: am bcbe9cf4: Merge "Add new Display API for secure video capabilities." into jb-mr1-dev
* commit 'eaf366586179554b624aff6e586f1a7b17b8dd4d':
  Add new Display API for secure video capabilities.
2012-10-02 16:45:58 -07:00
Jeff Brown
eaf3665861 am 709b9434: am bcbe9cf4: Merge "Add new Display API for secure video capabilities." into jb-mr1-dev
* commit '709b943475e3395b580451911557f894480e3133':
  Add new Display API for secure video capabilities.
2012-10-02 16:44:02 -07:00
Fabrice Di Meglio
c6af4fe1f7 am 12ff4138: am 2e4f54de: am 046184f9: Merge "Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO" into jb-mr1-dev
* commit '12ff4138d53297a0b8ed31bd72035ee5a69df667':
  Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO
2012-10-02 16:44:00 -07:00
Fabrice Di Meglio
12ff4138d5 am 2e4f54de: am 046184f9: Merge "Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO" into jb-mr1-dev
* commit '2e4f54de5e9c9cdaf90f3c6c93905dc3bf4dec10':
  Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO
2012-10-02 16:41:53 -07:00
Jeff Brown
709b943475 am bcbe9cf4: Merge "Add new Display API for secure video capabilities." into jb-mr1-dev
* commit 'bcbe9cf475835102ae2490dc9f067a3ac78a9551':
  Add new Display API for secure video capabilities.
2012-10-02 16:41:30 -07:00