Narayan Kamath
793bbd2929
am 909427d0: am f588d2df: am d0ec6d8c: am bc2a449a: am cb4d3ec1: Merge "Fix preference puts with "null" values."
...
* commit '909427d093c30d2d4f4ffe5da19f1db6c3e9a3b3':
Fix preference puts with "null" values.
2014-01-13 13:10:53 +00:00
Narayan Kamath
909427d093
am f588d2df: am d0ec6d8c: am bc2a449a: am cb4d3ec1: Merge "Fix preference puts with "null" values."
...
* commit 'f588d2dff2ca6000fe02c5ac6e85f97133477767':
Fix preference puts with "null" values.
2014-01-13 13:07:47 +00:00
Narayan Kamath
f588d2dff2
am d0ec6d8c: am bc2a449a: am cb4d3ec1: Merge "Fix preference puts with "null" values."
...
* commit 'd0ec6d8c505142a51a6c1bfb3637d4a49aa05f32':
Fix preference puts with "null" values.
2014-01-13 13:04:28 +00:00
Narayan Kamath
d0ec6d8c50
am bc2a449a: am cb4d3ec1: Merge "Fix preference puts with "null" values."
...
* commit 'bc2a449a615b30efb81a1a0082a1bb0db515d0f5':
Fix preference puts with "null" values.
2014-01-13 05:01:44 -08:00
Narayan Kamath
bc2a449a61
am cb4d3ec1: Merge "Fix preference puts with "null" values."
...
* commit 'cb4d3ec1ea446fc9ce51514cbf5b16da0ec0fa0f':
Fix preference puts with "null" values.
2014-01-13 04:32:19 -08:00
Narayan Kamath
cb4d3ec1ea
Merge "Fix preference puts with "null" values."
2014-01-13 12:29:41 +00:00
Craig Mautner
80a6e776e0
am cf6e0d68: Merge "Add display synchronously." into klp-modular-dev
...
* commit 'cf6e0d686f42036992bdac4f47d37bc8c0775027':
Add display synchronously.
2014-01-13 05:44:18 +00:00
Craig Mautner
cf6e0d686f
Merge "Add display synchronously." into klp-modular-dev
2014-01-13 05:33:51 +00:00
Craig Mautner
ad25fa36cb
Add display synchronously.
...
Adding the virtual display to window manager through a handler message
causes timing issues. Add the display directly to fix it.
Change-Id: I3ad6b16ce6dff2a48abd120a8e873e11a028e2c3
2014-01-12 21:26:09 -08:00
Jim Miller
fb5fceaedc
Fix broken homekey on devices without keyguard
...
Fixes bug 12447288
Change-Id: I580dbeac03b56c01d33844f094eaac20d7aba119
2014-01-11 02:33:04 +00:00
Adrian Roos
5b0acf0d7d
Hide camera icon in navbar when disabled by DPM.
...
Hides the camera icon in the keyguard more reliably if the device policy disables it.
Bug: 11655611
Change-Id: Ic66f41b6703bf2028edc269cf10f9c167a22081d
2014-01-10 18:19:49 -08:00
ztenghui
7b4516e7ea
Calculate and show the shadow from a spot light.
...
Change-Id: Ia558852e8cde5d33866b22875eb501e4c6858819
2014-01-10 17:18:53 -08:00
Zhihai Xu
93899a5972
Merge "setAvrcpAbsoluteVolume is passed wrong unit parameter from AudioManager"
2014-01-11 01:11:45 +00:00
Jason Sams
08af2ca38a
am bb0a4f20: am 1ae17633: am 411350dd: am 739ae9b3: am 868173a5: Merge "Fix a JNI local reference leak in MediaDrm"
...
* commit 'bb0a4f20502c27a920b7d874c9a17c178afee5f9':
Fix a JNI local reference leak in MediaDrm
2014-01-11 01:00:57 +00:00
Jason Sams
bb0a4f2050
am 1ae17633: am 411350dd: am 739ae9b3: am 868173a5: Merge "Fix a JNI local reference leak in MediaDrm"
...
* commit '1ae176335548f0273e040b6ac0c34e2274789b88':
Fix a JNI local reference leak in MediaDrm
2014-01-11 00:57:22 +00:00
Jason Sams
1ae1763355
am 411350dd: am 739ae9b3: am 868173a5: Merge "Fix a JNI local reference leak in MediaDrm"
...
* commit '411350dd234dcf246adf884b66751ac1def64cc0':
Fix a JNI local reference leak in MediaDrm
2014-01-11 00:54:18 +00:00
Jason Sams
411350dd23
am 739ae9b3: am 868173a5: Merge "Fix a JNI local reference leak in MediaDrm"
...
* commit '739ae9b3b77458b4c77f799cba56dc68d65ab424':
Fix a JNI local reference leak in MediaDrm
2014-01-10 16:50:54 -08:00
Jason Sams
739ae9b3b7
am 868173a5: Merge "Fix a JNI local reference leak in MediaDrm"
...
* commit '868173a53f0d1059408b049f30af3402d5b0de64':
Fix a JNI local reference leak in MediaDrm
2014-01-10 16:48:12 -08:00
Zhihai Xu
2f4a2b139b
setAvrcpAbsoluteVolume is passed wrong unit parameter from AudioManager
...
setAvrcpAbsoluteVolume is passed wrong unit parameter from AudioManager.
It cause maximize volume in Bluetooth speaker/device.
The volume expected by Bluetooth Avrcp should be from 0 to 15.
But the current volume parameter passed to Bluetooth Avrcp is from 0 to 150.
It is scaled by 10 times than the correct volume.
index = rescaleIndex(index * 10, streamType, streamTypeAlias);
Should divide the volume by 10 before pass to Bluetooth Avrcp.
bug:12495379
Change-Id: I0432f83ca4a0c134244d96b2eea14d7168e9a9ff
2014-01-10 16:44:39 -08:00
Jason Sams
868173a53f
Merge "Fix a JNI local reference leak in MediaDrm"
2014-01-11 00:42:20 +00:00
Craig Mautner
663fb7a09e
am da9b87a7: am 5d8936b4: am 27581792: am 54f99137: am 3747768b: Merge "Fix visibility of multiple non-fullscreen activities."
...
* commit 'da9b87a70994ed00868dd4405243932fe7e267f2':
Fix visibility of multiple non-fullscreen activities.
2014-01-11 00:12:50 +00:00
Craig Mautner
da9b87a709
am 5d8936b4: am 27581792: am 54f99137: am 3747768b: Merge "Fix visibility of multiple non-fullscreen activities."
...
* commit '5d8936b4cfdb14941536e533c2cc376e99b9f7d5':
Fix visibility of multiple non-fullscreen activities.
2014-01-11 00:09:22 +00:00
Craig Mautner
5d8936b4cf
am 27581792: am 54f99137: am 3747768b: Merge "Fix visibility of multiple non-fullscreen activities."
...
* commit '275817929a584b220a54b5c8206c7a7425da16d4':
Fix visibility of multiple non-fullscreen activities.
2014-01-11 00:05:55 +00:00
Craig Mautner
275817929a
am 54f99137: am 3747768b: Merge "Fix visibility of multiple non-fullscreen activities."
...
* commit '54f991375a9c7c2a256e6aec7d4a223be8d36b39':
Fix visibility of multiple non-fullscreen activities.
2014-01-10 16:03:06 -08:00
Craig Mautner
54f991375a
am 3747768b: Merge "Fix visibility of multiple non-fullscreen activities."
...
* commit '3747768bde14ff9db96279830f07602ec50544cc':
Fix visibility of multiple non-fullscreen activities.
2014-01-10 15:59:59 -08:00
Craig Mautner
3747768bde
Merge "Fix visibility of multiple non-fullscreen activities."
2014-01-10 23:55:44 +00:00
Dirk Dougherty
e55fd23f07
am 214f4a56: am cc33c350: am d45a76db: am d8849489: am ccc5ca14: Doc change: dashboard update.
...
* commit '214f4a56425142fb94f3f542f8c08a76cf846571':
Doc change: dashboard update.
2014-01-10 23:22:11 +00:00
Dirk Dougherty
214f4a5642
am cc33c350: am d45a76db: am d8849489: am ccc5ca14: Doc change: dashboard update.
...
* commit 'cc33c350df41ac0b3f08dcef287edd5406cdad85':
Doc change: dashboard update.
2014-01-10 23:18:09 +00:00
Dirk Dougherty
cc33c350df
am d45a76db: am d8849489: am ccc5ca14: Doc change: dashboard update.
...
* commit 'd45a76db36854b4dc58f7c717f557311a9603f7a':
Doc change: dashboard update.
2014-01-10 23:15:13 +00:00
Craig Mautner
7ef6c04afd
am d7c97a79: Merge "Remove misleading warnings." into klp-modular-dev
...
* commit 'd7c97a798f25d54a00adc0cfb2af4dedd5a4e3f2':
Remove misleading warnings.
2014-01-10 23:10:20 +00:00
Dirk Dougherty
d45a76db36
am d8849489: am ccc5ca14: Doc change: dashboard update.
...
* commit 'd8849489a79a6b46996f3192b92d5089521e9341':
Doc change: dashboard update.
2014-01-10 15:09:33 -08:00
Craig Mautner
d7c97a798f
Merge "Remove misleading warnings." into klp-modular-dev
2014-01-10 23:06:50 +00:00
Dirk Dougherty
d8849489a7
am ccc5ca14: Doc change: dashboard update.
...
* commit 'ccc5ca144c2d6e21df5118870d0a3f3c65055686':
Doc change: dashboard update.
2014-01-10 23:06:16 +00:00
Craig Mautner
330a6bd8a6
Remove misleading warnings.
...
Error messages that are obsolete and/or incorrect.
Fixes bug 12421138.
Change-Id: I43f095048757f7ae9bff47abed594dd34d8387ce
2014-01-10 15:05:29 -08:00
Dirk Dougherty
ccc5ca144c
Doc change: dashboard update.
...
Change-Id: Ic65cd8d6bf2435fa3efd73f3337c462c02a752ed
2014-01-10 15:00:16 -08:00
Alan Viverette
6ae1bdebf3
Merge "Revert "Fixing Drawable methods for find by layer ID and invalidation callback""
2014-01-10 22:52:51 +00:00
Alan Viverette
218974915a
Revert "Fixing Drawable methods for find by layer ID and invalidation callback"
...
This reverts commit 8f164f64ec55a973fc043de932d853dd41772e4e.
Change-Id: I35637dee7b58c77387f375de585713ff76d4dd87
2014-01-10 22:52:42 +00:00
Marco Nelissen
ece709670d
Merge "Make MtpDatabase use libexif instead of libjhead"
2014-01-10 22:38:33 +00:00
Fabrice Di Meglio
559c1782ad
Merge "Code cleaning for PreferenceActivity"
2014-01-10 22:23:19 +00:00
Alan Viverette
7682e03964
Merge "Fixes for DrawableContainer, LayerDrawable"
2014-01-10 22:10:14 +00:00
Alan Viverette
d4334718c7
Merge "Fixing Drawable methods for find by layer ID and invalidation callback"
2014-01-10 22:09:40 +00:00
David Christie
8785a608b9
am 797a82b4: am 881e1fe7: am dc622f5e: am 36788815: am a4bd5931: am c454bbe8: (-s ours) am b15429a6: am 503c5a32: am ea47cb67: (-s ours) am bf6cecc2: am 5716e4bf: am 776b3956: am 7f4d8293: am 6826387e: DO NOT MERGE: Clear cached locations when location providers disab
...
* commit '797a82b44d94d0cb4b036272dabdb8a18ac17a7e':
DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
2014-01-10 21:43:50 +00:00
David Christie
797a82b44d
am 881e1fe7: am dc622f5e: am 36788815: am a4bd5931: am c454bbe8: (-s ours) am b15429a6: am 503c5a32: am ea47cb67: (-s ours) am bf6cecc2: am 5716e4bf: am 776b3956: am 7f4d8293: am 6826387e: DO NOT MERGE: Clear cached locations when location providers disabled Bug: 1211
...
* commit '881e1fe733744d2f3fe5d26e9612b36eb791757e':
DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
2014-01-10 21:41:24 +00:00
David Christie
881e1fe733
am dc622f5e: am 36788815: am a4bd5931: am c454bbe8: (-s ours) am b15429a6: am 503c5a32: am ea47cb67: (-s ours) am bf6cecc2: am 5716e4bf: am 776b3956: am 7f4d8293: am 6826387e: DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
...
* commit 'dc622f5e117031b494de750ab7729b07aa787243':
DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
2014-01-10 21:37:40 +00:00
David Christie
dc622f5e11
am 36788815: am a4bd5931: am c454bbe8: (-s ours) am b15429a6: am 503c5a32: am ea47cb67: (-s ours) am bf6cecc2: am 5716e4bf: am 776b3956: am 7f4d8293: am 6826387e: DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
...
* commit '36788815be0e9c2d12cdc44d186f0cbe6a9e7122':
DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
2014-01-10 13:34:13 -08:00
Craig Mautner
d4abbb964b
am 93884a5b: Fix invalid stackId bug.
...
* commit '93884a5b35ec97a0f44795950363188d9a21137a':
Fix invalid stackId bug.
2014-01-10 21:32:21 +00:00
David Christie
36788815be
am a4bd5931: am c454bbe8: (-s ours) am b15429a6: am 503c5a32: am ea47cb67: (-s ours) am bf6cecc2: am 5716e4bf: am 776b3956: am 7f4d8293: am 6826387e: DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
...
* commit 'a4bd5931554ccf8e93b1c773a8f3cb4f15fdd23c':
DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
2014-01-10 13:30:36 -08:00
Craig Mautner
93884a5b35
Fix invalid stackId bug.
...
Eliminate race condition by executing window manager createStack
directly from activity manager.
Change-Id: I2dda276d07d0ae09c7c958980bc5ebffe72ebd92
2014-01-10 13:28:10 -08:00
David Christie
a4bd593155
am c454bbe8: (-s ours) am b15429a6: am 503c5a32: am ea47cb67: (-s ours) am bf6cecc2: am 5716e4bf: am 776b3956: am 7f4d8293: am 6826387e: DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
...
* commit 'c454bbe805bd6ed096ec6b4b811c4e4b67a86225':
DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
2014-01-10 13:27:26 -08:00
David Christie
c454bbe805
am b15429a6: am 503c5a32: am ea47cb67: (-s ours) am bf6cecc2: am 5716e4bf: am 776b3956: am 7f4d8293: am 6826387e: DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
...
* commit 'b15429a6853472207c2a4aefd22dd009e851edb7':
DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307
2014-01-10 13:24:05 -08:00