- 22 Dec, 2011 5 commits
-
-
Roman Nurik authored
* commit '38daf3f1': docs: Update App Widgets dev guide size discussion
-
Roman Nurik authored
* commit '38ee0dae': docs: Update App Widgets dev guide size discussion
-
Roman Nurik authored
-
Roman Nurik authored
This is mainly an update to match the design guidelines. See also bug 5555264. Change-Id: I1c83fb33b7dca412905d21b588c5754d1d3c5cfe
-
Jonathan Dixon authored
-
- 21 Dec, 2011 7 commits
-
-
Jonathan Dixon authored
Incorrectly resolved rebase of my previous two commits... Change-Id: Ie778774deb7ee0979568ca0a8963db2d72bc7a1a
-
Irfan Sheriff authored
-
Chet Haase authored
-
The Android Open Source Project authored
* commit '7e4aa24c':
-
The Android Open Source Project authored
Change-Id: Ic9251f762e0356c65eff1798cd5897a502d7981e
-
Jonathan Dixon authored
Change-Id: Ib0389be456755fac24ad130edd0dd091d9acfaae
-
The Android Automerger authored
-
- 20 Dec, 2011 24 commits
-
-
Chet Haase authored
The previous logic in AnimationSet when starting an animation ignored the fillBefore behavior of its child animations. This caused a bug where a delayed AlphaAnimation would automatically cause the target view to become transparent, even though it was supposed to wait until after some delay to do so. The fix checks the fillBefore behavior of each child animation before concatenating its transform with the transform of the AnimationSet. Change-Id: I76a2dafbe6dd338dc5281b17612eae87af168d86
-
The Android Open Source Project authored
* commit '21cb1290':
-
The Android Open Source Project authored
Change-Id: I123bd5ae61ab8c4f6de1a6640faf0bab89f6aa78
-
Chet Haase authored
-
Gilles Debunne authored
-
John Wang authored
-
Chet Haase authored
Currently, you must call initialize() on RotateAnimation or ScaleAnimation prior to calling start(). The reason is that the actual pivot point used in calculating the transform is not set until that method is called. This makes sense in the typical case where the animation is running on a View and is using values relative to the size of the View or of its parent. But if the caller sets the values to be ABSOLUTE types instead, the sizes of the view and the parent are irrelevant and the call to initialize() should not be needed (and is not intuitive). This fix automatically sets the internal pivot values in the case where the value types are ABSOLUTE. Change-Id: I74a0e462486efae08aa76e72c0d19d82f2a2677e
-
Chet Haase authored
-
Chet Haase authored
-
Glenn Kasten authored
-
Tom Taylor authored
-
Chet Haase authored
Adding a view above the currently displayed child in a ViewAnimator will cause the displayed child index to become stale, because it is not incremented to reflect the new position of the currently displayed view. This fix adds logic to the addView() override to increment the index correctly. Change-Id: I9c756ce51a8e8dcbeef8f0e4fbb3704482c21e9d
-
Jonathan Dixon authored
-
Chet Haase authored
Change-Id: Ib8a1ba2d12e26cc42a2cec48312a5229bb6d4e8a
-
Chet Haase authored
-
Bill Gruber authored
* commit 'c296892a': Doc Fix: Sensors and Cameras
-
Bill Gruber authored
* commit '1d56f41c': Doc Fix: Sensors and Cameras
-
Bill Gruber authored
Change-Id: I964a06e5224e59f3098f4d316db4d3b119a05a88
-
Eric Laurent authored
-
Eric Laurent authored
Renamed audio effect library interface command for audio format configuration from EFFECT_CMD_CONFIGURE to EFFECT_CMD_SET_CONFIG. This makes the naming more consistent with other exixsting commands and allow adding a new command to get the configuration (EFFECT_CMD_GET_CONFIG). Same change for reverse channel configuration renamed from EFFECT_CMD_CONFIGURE_REVERSE to EFFECT_CMD_SET_CONFIG_REVERSE. Implemented EFFECT_CMD_GET_CONFIG in exisitng effect libraries. Change-Id: Ia7b1c620f13797fe5aceb3b0b4acbacce09fb067
-
Nick Pelly authored
Change-Id: I3e7e2106424e00d696909c811ffe704ca8bffced
-
Irfan Sheriff authored
- Change default GO intent to 7 - Handle P2P invitation scenario - Fix p2p STA connect notification handling to figure device address. Proper fix for handling both STA connection and disconnection is after we update supplicant Change-Id: I9ff82f84ad3913905952d1119b7224dff41c24d9
-
- 19 Dec, 2011 4 commits
-
-
Glenn Kasten authored
Change-Id: Icf23f7f90fdeb660f4015f22cf239e6d05f5d03c
-
Nick Pelly authored
-
Chet Haase authored
AnimationDrawable.setVisible(true, true) was not correctly recording the fact that it had started the animation, so it was possible to call start(0 immediately afterwards and have two animations running on the drawable in parallel, resulting in incorrect frame ordering. Issue #5782773 Change-Id: Ifc328f755a51d10ab76b84006d1999df03d2dca1
-
Nick Pelly authored
o Lots of documentation fixes. o Add NdefMessage(NdefRecord ... records) ctor o Add NdefRecord.createMime() o Add NdefRecord.createExternal() o Add toString(), equals() and hashCode() implementations o Deprecate NdefRecord(byte[]) and NdefRecord.toByteArray() o Remove framework dependency on libnfc_ndef.so o Remove NfcAdapter.getDefaultAdapter(), its been deprecated a while next step: o Attempt to move NdefMessage -> Intent conversion into NDEF, and make it CTS tested. This will ensure consistent NDEF -> Intent mapping across all Android devices. Change-Id: Ifed4910caa9a1d6bad32dbf0a507ab22bca35e22
-