Commit Graph

25814 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
Jeff Brown
bcbe9cf475 Merge "Add new Display API for secure video capabilities." into jb-mr1-dev 2012-10-02 16:39:08 -07:00
Fabrice Di Meglio
2e4f54de5e am 046184f9: Merge "Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO" into jb-mr1-dev
* commit '046184f97aa71bd36a11b9d2cd27dafe2d29d246':
  Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO
2012-10-02 16:38:59 -07:00
Fabrice Di Meglio
046184f97a Merge "Fix bug #7266459 android.widget.cts.TableLayoutTest#testColumnStretchableEffect failures on JO" into jb-mr1-dev 2012-10-02 16:36:29 -07:00
Dianne Hackborn
6563801d7e am de19ad9d: am 5bc54bf3: Merge "Fix issue #7272775: Auto Start Apps Not Starting" into jb-mr1-dev
* commit 'de19ad9df49a04aa4de8759fea853587537db2c4':
  Fix issue #7272775: Auto Start Apps Not Starting
2012-10-02 16:30:40 -07:00
Dianne Hackborn
de19ad9df4 am 5bc54bf3: Merge "Fix issue #7272775: Auto Start Apps Not Starting" into jb-mr1-dev
* commit '5bc54bf354f6e674a129b2e286b4bd3eefe91c2b':
  Fix issue #7272775: Auto Start Apps Not Starting
2012-10-02 16:28:35 -07:00
Dianne Hackborn
5bc54bf354 Merge "Fix issue #7272775: Auto Start Apps Not Starting" into jb-mr1-dev 2012-10-02 16:25:15 -07:00
Jeff Brown
77aebfdbae Add new Display API for secure video capabilities.
Added a new API to determine whether the display supports
protected buffers so that an application can choose a different
content stream or change how it decodes the content so
that it will be viewable on the display.

At present, wifi display does not fully support protected
buffers although this may be enhanced in the future.

Bug: 6986623
Change-Id: If53a53d72b0ec92753cc4b29f99fcb131e00449b
2012-10-02 16:25:10 -07:00
Fabrice Di Meglio
9b3858be43 am 88bb40b2: am 4253abbc: Merge "Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1" into jb-mr1-dev
* commit '88bb40b2cb7c330c43a9b5b4f424ee567918152a':
  Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1
2012-10-02 16:22:02 -07:00
Fabrice Di Meglio
88bb40b2cb am 4253abbc: Merge "Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1" into jb-mr1-dev
* commit '4253abbcfa3165ad7d06c4de97cd780c4e96f94a':
  Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1
2012-10-02 16:19:36 -07:00
Fabrice Di Meglio
4253abbcfa Merge "Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1" into jb-mr1-dev 2012-10-02 16:16:39 -07:00
Fabrice Di Meglio
5bb4e29aba Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1
This regression has been introduced by this Change: Ia846de16bbc54f0729608259aa4b530da9404245

- in CHOICE_MODE_SINGLE you need to clear the checked states before doing anything
- rename variables for better readability too

Change-Id: I89b4390e5ebb192ca280fea2c06f991b537a2870
2012-10-02 15:53:00 -07:00
Irfan Sheriff
8ddb79c4a3 am 566b259a: am de9627f9: Merge "Add operator name to network notification" into jb-mr1-dev
* commit '566b259ac068525938d74eb880422d48e7693536':
  Add operator name to network notification
2012-10-02 15:36:26 -07:00
Irfan Sheriff
566b259ac0 am de9627f9: Merge "Add operator name to network notification" into jb-mr1-dev
* commit 'de9627f965ca7fbd93b655d35794c52263d021b2':
  Add operator name to network notification
2012-10-02 15:34:06 -07:00