Svetoslav
f477aeb367
am ed068f7c: am 3a0d878a: Ensure all events from a showing window are dispatched.
...
* commit 'ed068f7c3047b3775647a6023c6960a4fc535144':
Ensure all events from a showing window are dispatched.
2014-12-08 19:12:22 +00:00
Chet Haase
0a8cc945ce
am b29c6299: am 0a77897b: Merge "Fix seeking behavior" into lmp-mr1-dev
...
* commit 'b29c6299704ffd3885be6347bf85058010e24868':
Fix seeking behavior
2014-12-08 19:11:33 +00:00
Zhentao Sun
b97782f2da
am 4f04cb20: am 8485098f: Merge "Fixed a leak in GeofenceHardwareImpl.java." into lmp-mr1-dev
...
* commit '4f04cb20cc37d7a70c2a50af97cc6fd6d064bb06':
Fixed a leak in GeofenceHardwareImpl.java.
2014-12-08 19:09:36 +00:00
Raph Levien
b9d21d623f
am 8de4fb2f: am 2f0e6f0c: Merge "Fix off-by-one error in computeEllipsis" into lmp-mr1-dev
...
* commit '8de4fb2fe53ed7707500d9cdf737953bed3dec7e':
Fix off-by-one error in computeEllipsis
2014-12-08 19:09:18 +00:00
Wale Ogunwale
af3361bb26
am 9a3f6ac6: am 6b54d38a: Merge "Add support from restoring recent\'s backup." into lmp-mr1-dev
...
* commit '9a3f6ac63c9c11008b6dbb99d5213b3d3f51fca0':
Add support from restoring recent's backup.
2014-12-05 21:41:03 +00:00
Prerepa Viswanadham
12120998f8
am e21aafab: am ff5e5db3: Fix BT crash due to unset value for BluetoothGattDescriptor from API user
...
* commit 'e21aafab0d735935155860bd16dcc3ece81ce546':
Fix BT crash due to unset value for BluetoothGattDescriptor from API user
2014-12-05 20:18:38 +00:00
Adam Powell
1962353873
am b3b4f837: am 8c9283f4: Merge "Fix NullPointerException in ListView"
...
* commit 'b3b4f83702ca878854529acfdc389d15db5ca6f3':
Fix NullPointerException in ListView
2014-12-05 19:39:25 +00:00
Adam Powell
8c9283f410
Merge "Fix NullPointerException in ListView"
2014-12-05 19:26:18 +00:00
Svetoslav
ed068f7c30
am 3a0d878a: Ensure all events from a showing window are dispatched.
...
* commit '3a0d878ab56475276c61d574af7651820a5cea5a':
Ensure all events from a showing window are dispatched.
2014-12-05 00:45:51 +00:00
Svetoslav
3a0d878ab5
Ensure all events from a showing window are dispatched.
...
Accessibility services may opt-in to introspect the interactive
windows on the screen. If window introspection is enabled there
is a case where some events from a showing window are received
before the updated window state from the window manager. Now the
window manager sends over the windows before notifying the app
for the focus change.
bug:18625996
Change-Id: Ic481e01efbe12dc92f090f799feeb236672fc7b3
2014-12-05 00:37:38 +00:00
Chet Haase
b29c629970
am 0a77897b: Merge "Fix seeking behavior" into lmp-mr1-dev
...
* commit '0a77897bb6671220fe9d53964ccd2651216dc7ba':
Fix seeking behavior
2014-12-04 23:35:37 +00:00
Chet Haase
0a77897bb6
Merge "Fix seeking behavior" into lmp-mr1-dev
2014-12-04 23:26:59 +00:00
Chet Haase
f4e3bab925
Fix seeking behavior
...
A recent fix to seeking behavior injected a couple of issues that need
to be addressed:
- the start time should be updated when seeking so that future calculations
that depend on it (such as the next animation frame) will use the updated
start time based on this seek request. This allows, for example, seeking
into a running animator so that that animator will update its current fraction
to the new seeked value.
- calling reverse() on an unstarted animation would incorrectly set the initial
frame of the animation to the end value for one frame before the reverse animation
actually began.
Issue #18567716 No icons in folders in battery saving mode
Issue #18511989 Search bar flashes when icon is picked up and dropped
Change-Id: Ie30b7e797468c6ccb3d17d4fb3aba6b9849436b0
2014-12-04 15:09:01 -08:00
Zhentao Sun
4f04cb20cc
am 8485098f: Merge "Fixed a leak in GeofenceHardwareImpl.java." into lmp-mr1-dev
...
* commit '8485098fa22a61f845cb2abbc5bc856b15835a9e':
Fixed a leak in GeofenceHardwareImpl.java.
2014-12-04 22:58:02 +00:00
Zhentao Sun
8485098fa2
Merge "Fixed a leak in GeofenceHardwareImpl.java." into lmp-mr1-dev
2014-12-04 22:52:51 +00:00
Mike Lockwood
a6e14c8293
am 75b25577: am 448403b7: Merge "Dont call close in in BluetoothA2dp finalize"
...
* commit '75b2557725430e768cc3b21bb9c2aef92b887538':
Dont call close in in BluetoothA2dp finalize
2014-12-04 22:45:07 +00:00
Raph Levien
8de4fb2fe5
am 2f0e6f0c: Merge "Fix off-by-one error in computeEllipsis" into lmp-mr1-dev
...
* commit '2f0e6f0c7f52427ff542ebb9a28aa489a0f1f909':
Fix off-by-one error in computeEllipsis
2014-12-04 22:39:04 +00:00
Raph Levien
2f0e6f0c7f
Merge "Fix off-by-one error in computeEllipsis" into lmp-mr1-dev
2014-12-04 22:33:09 +00:00
Raph Levien
0e3c5e8272
Fix off-by-one error in computeEllipsis
...
In the Truncate.MIDDLE case, when the line is less than half the layout
width, the computeEllipsis logic could go past the left edge of the
string. This patch fixes the off-by-one and avoids the resulting index
out of bounds crash, and also changes the behavior so that when
ellipsizing at the middle, the string to the end of the paragraph is
taken into account.
Bug: 18508627
Change-Id: I24be09c23a5aa158791a9717419307613b8a22e8
2014-12-04 22:32:48 +00:00
Wale Ogunwale
9a3f6ac63c
am 6b54d38a: Merge "Add support from restoring recent\'s backup." into lmp-mr1-dev
...
* commit '6b54d38a2c859f1c2cc176d1d9a33837cfc351db':
Add support from restoring recent's backup.
2014-12-04 22:06:56 +00:00
Wale Ogunwale
6b54d38a2c
Merge "Add support from restoring recent's backup." into lmp-mr1-dev
2014-12-04 21:58:51 +00:00
Craig Mautner
95cce9d57e
am 93d47b4c: Merge "Avoid system server crash due to package removed" into lmp-mr1-dev
...
* commit '93d47b4c05585c37117ac5ac44d810de63f9d008':
Avoid system server crash due to package removed
2014-12-04 21:58:07 +00:00
Craig Mautner
93d47b4c05
Merge "Avoid system server crash due to package removed" into lmp-mr1-dev
2014-12-04 21:50:15 +00:00
Derek Sollenberger
203c817180
am c1a2f38c: am 4d9da135: Merge "Update AndroidPixelRef to prevent VM from cleaning up memory prematurely." into lmp-mr1-dev
...
* commit 'c1a2f38ce0447b005d0cde6836857f451af84dc6':
Update AndroidPixelRef to prevent VM from cleaning up memory prematurely.
2014-12-04 21:46:39 +00:00
Erik Kline
180a30aa57
am 95b5ca90: am 9261d9d6: Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev
...
* commit '95b5ca9019720c4c012ca13791d32aa6d0bb5ba8':
Remove CONNECTIVITY_CHANGE_DELAY and friends.
2014-12-04 21:45:33 +00:00
Cheuksan Wang
29ac679f9f
am dba26aa2: am 109ec376: Merge "new SMS/MMS carrier app API" into lmp-mr1-dev
...
* commit 'dba26aa2e793b037839c608319534b100d2c3dbe':
new SMS/MMS carrier app API
2014-12-04 21:45:08 +00:00
Mike Lockwood
448403b7a4
Merge "Dont call close in in BluetoothA2dp finalize"
2014-12-04 21:41:13 +00:00
John Reck
a75b0ad384
resolved conflicts for merge of a51a0901 to lmp-mr1-dev-plus-aosp
...
Change-Id: Id7df835f0bd3d5d276b162635ddfb7fe0918dfed
2014-12-04 13:41:04 -08:00
Christopher Tate
dff5580711
am e808d2df: am 758f4521: Merge "Adjust wallpaper-restore acceptance criteria" into lmp-mr1-dev
...
* commit 'e808d2df764ca19c94bdaf5f9b5cd9a311046d98':
Adjust wallpaper-restore acceptance criteria
2014-12-04 21:17:37 +00:00
Wale Ogunwale
18795a2299
Add support from restoring recent's backup.
...
Bug: 15986349
Change-Id: I899f81d317fcd5277a75db7ba50ecca14112df26
2014-12-04 12:37:53 -08:00
Eino-Ville Talvala
431b65d11f
am 6e21817b: am d23f8b44: Merge "Revert "Camera: Add new capability flags as system features as well"" into lmp-mr1-dev
...
* commit '6e21817b8ef160fae5e7046745cb11ceab06b2d7':
Revert "Camera: Add new capability flags as system features as well"
2014-12-04 20:23:45 +00:00
Dianne Hackborn
3c8a439be3
am e6333e51: am f696efa2: Merge "Fix issue #17948584 : Application crash and phone restart when app..." into lmp-mr1-dev
...
* commit 'e6333e5188fd4becf7dea286c768f55c3b89d63e':
Fix issue #17948584 : Application crash and phone restart when app...
2014-12-04 20:23:25 +00:00
Yin-Chia Yeh
e168dd28f8
am 871571ae: am 38134308: Merge "Camera: update antibanding spec" into lmp-mr1-dev
...
* commit '871571ae0c4d8f334265b99e274892346756d51b':
Camera: update antibanding spec
2014-12-04 20:23:00 +00:00
Prerepa Viswanadham
e21aafab0d
am ff5e5db3: Fix BT crash due to unset value for BluetoothGattDescriptor from API user
...
* commit 'ff5e5db319785d23d672af95ac2dff3f37827cfd':
Fix BT crash due to unset value for BluetoothGattDescriptor from API user
2014-12-04 19:25:02 +00:00
Prerepa Viswanadham
ff5e5db319
Fix BT crash due to unset value for BluetoothGattDescriptor from API user
...
Validate writeDescriptor and writeCharacteristic methods at API invocation
for non null initialisation.
Bug 18395071
Change-Id: I411a57b77981310d8db1f98c67e03b4327c93339
2014-12-04 18:30:03 +00:00
Derek Sollenberger
c1a2f38ce0
am 4d9da135: Merge "Update AndroidPixelRef to prevent VM from cleaning up memory prematurely." into lmp-mr1-dev
...
* commit '4d9da135caf8d4f38bb728343c1aabbf45f81d5b':
Update AndroidPixelRef to prevent VM from cleaning up memory prematurely.
2014-12-04 15:17:01 +00:00
Erik Kline
95b5ca9019
am 9261d9d6: Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev
...
* commit '9261d9d64548f0221de50eb99f3675488a4176a4':
Remove CONNECTIVITY_CHANGE_DELAY and friends.
2014-12-04 15:16:04 +00:00
Cheuksan Wang
dba26aa2e7
am 109ec376: Merge "new SMS/MMS carrier app API" into lmp-mr1-dev
...
* commit '109ec376da86de1275f73fa432d6344431a457e9':
new SMS/MMS carrier app API
2014-12-04 15:15:33 +00:00
John Reck
a51a0901ad
am bd15e4f5: Merge "Resume RT-animations after a pauseSurface" into lmp-mr1-dev
...
* commit 'bd15e4f59c0ac4386ad11ba1555e41cb32d3a52c':
Resume RT-animations after a pauseSurface
2014-12-04 15:15:27 +00:00
Christopher Tate
e808d2df76
am 758f4521: Merge "Adjust wallpaper-restore acceptance criteria" into lmp-mr1-dev
...
* commit '758f45217d9b7d257258ea41aa53f6364ac13918':
Adjust wallpaper-restore acceptance criteria
2014-12-04 15:14:43 +00:00
Derek Sollenberger
4d9da135ca
Merge "Update AndroidPixelRef to prevent VM from cleaning up memory prematurely." into lmp-mr1-dev
2014-12-04 13:04:52 +00:00
Erik Kline
9261d9d645
Merge "Remove CONNECTIVITY_CHANGE_DELAY and friends." into lmp-mr1-dev
2014-12-04 03:14:02 +00:00
louis_chang
dfa34cd517
Avoid system server crash due to package removed
...
Cherry-picked from aosp.
Fixes bug 18593178.
Symptom:
When application is not responding, an ANR dialog will shown.
In certain timing, user uninstall the application when the ANR
occurs, but before ANR dialog shown. The system server will crash
when looking up the errorReportReceiver because the package is removed.
Here shows how the exception occurs.
java.lang.IllegalArgumentException: Unknown package: app.package.name
at com.android.server.pm.Settings.getInstallerPackageNameLPr
at com.android.server.pm.PackageManagerService.getInstallerPackageName
at android.app.ApplicationPackageManager.getInstallerPackageName
at android.app.ApplicationErrorReport.getErrorReportReceiver
at com.android.server.am.ActivityManagerService.startAppProblemLocked
at com.android.server.am.ActivityManagerService.makeAppNotRespondingLocked
at com.android.server.am.ActivityManagerService.appNotResponding
Change-Id: Iced4287bd44dc25b1db2c1e3a583892eb6c041a2
2014-12-03 16:46:23 -08:00
Cheuksan Wang
109ec376da
Merge "new SMS/MMS carrier app API" into lmp-mr1-dev
2014-12-04 00:19:06 +00:00
John Reck
bd15e4f59c
Merge "Resume RT-animations after a pauseSurface" into lmp-mr1-dev
2014-12-04 00:08:16 +00:00
Christopher Tate
758f45217d
Merge "Adjust wallpaper-restore acceptance criteria" into lmp-mr1-dev
2014-12-03 23:09:34 +00:00
Eino-Ville Talvala
6e21817b8e
am d23f8b44: Merge "Revert "Camera: Add new capability flags as system features as well"" into lmp-mr1-dev
...
* commit 'd23f8b44d575dcdc00965aae5fffd97f0336df43':
Revert "Camera: Add new capability flags as system features as well"
2014-12-03 23:00:15 +00:00
Zhentao Sun
4cc80a758c
Fixed a leak in GeofenceHardwareImpl.java.
...
Bug: 18542685.
This CL includes two changes:
* Fixed a leak of DeathRecipient when geofences are removed from the
hardware.
* Avoid creating more DeathRecipient than needed. Use the underlying
binder object instead of the callback object to tell if they are the
same. So if the client passes the same callback instance to
GeofenceHardwareImpl, only one DeathRecipient is created.
Change-Id: I7809e4bc04df4f9e3590de98a03178b276c821ea
2014-12-03 14:34:08 -08:00
Eino-Ville Talvala
d23f8b44d5
Merge "Revert "Camera: Add new capability flags as system features as well"" into lmp-mr1-dev
2014-12-03 22:01:42 +00:00
Dianne Hackborn
e6333e5188
am f696efa2: Merge "Fix issue #17948584 : Application crash and phone restart when app..." into lmp-mr1-dev
...
* commit 'f696efa206089bde1274d972239ffb5a8185f613':
Fix issue #17948584 : Application crash and phone restart when app...
2014-12-03 21:38:08 +00:00