205467 Commits

Author SHA1 Message Date
Adrian Roos
f3c9215afb am 66536146: am 4673b259: Merge "Show charging speed in all locales" into mnc-dr-dev
* commit '66536146bfeac90346b898f56c7e955ad83cd005':
  Show charging speed in all locales
2015-10-13 23:08:26 +00:00
Adrian Roos
66536146bf am 4673b259: Merge "Show charging speed in all locales" into mnc-dr-dev
* commit '4673b259bc1b362fee206c7476c5fde3f53b4e20':
  Show charging speed in all locales
2015-10-13 23:01:55 +00:00
Michael Lentine
83663c5b68 am 202538ee: am 50e79632: Merge "Remove ColorFade resouces when screen off." into mnc-dr-dev
* commit '202538eef0d9d9d40b650bdb1b449e1b404ed274':
  Remove ColorFade resouces when screen off.
2015-10-13 23:01:28 +00:00
Michael Lentine
202538eef0 am 50e79632: Merge "Remove ColorFade resouces when screen off." into mnc-dr-dev
* commit '50e796326a39cd15af9031a41e3fe30b1f0f35f6':
  Remove ColorFade resouces when screen off.
2015-10-13 22:57:11 +00:00
Adrian Roos
4673b259bc Merge "Show charging speed in all locales" into mnc-dr-dev 2015-10-13 22:55:11 +00:00
Michael Lentine
50e796326a Merge "Remove ColorFade resouces when screen off." into mnc-dr-dev 2015-10-13 22:51:12 +00:00
Adrian Roos
f142cac734 Show charging speed in all locales
Bug: 24167496
Change-Id: I3e883eeca002e86d4df30c2b238e18bd63bbddea
2015-10-13 21:54:36 +00:00
Wei Jia
559f28ec67 am d32df662: am de612dc1: MediaPlayer: remove obsolete function setPlaybackRate from comments.
* commit 'd32df6623e78efc173e5ff2534056543f963a58a':
  MediaPlayer: remove obsolete function setPlaybackRate from comments.
2015-10-13 21:52:33 +00:00
Wei Jia
d32df6623e am de612dc1: MediaPlayer: remove obsolete function setPlaybackRate from comments.
* commit 'de612dc1d10d25e017ac911d0e7cca6709bdbb96':
  MediaPlayer: remove obsolete function setPlaybackRate from comments.
2015-10-13 21:47:04 +00:00
Michael Lentine
d73854dbfd Remove ColorFade resouces when screen off.
This will not destroy the surface but will free up everything else used by
ColorFade when the screen is turned off. When it is turned on the surface is
dismissed.

Bug: 24371570

Change-Id: Iba455cdf225a68b320896f8b35d1e873e694b1e3
2015-10-13 14:35:18 -07:00
Wei Jia
de612dc1d1 MediaPlayer: remove obsolete function setPlaybackRate from comments.
Bug: 24260668
Change-Id: I20733e52dbd2dab5eb10b4607a1c1aadb93a1332
(cherry picked from commit cd860ac06ca7a46e9638dd741ba731f066705eb5)
2015-10-13 21:31:22 +00:00
Wei Liu
595a93ec03 am 430a769a: Merge "Use wear style dialog for ICC hotswap restart dialog." into cw-e-dev
* commit '430a769a9485a31788670a353d6d47d704c432b8':
  Use wear style dialog for ICC hotswap restart dialog.
2015-10-13 21:30:46 +00:00
Wei Liu
430a769a94 Merge "Use wear style dialog for ICC hotswap restart dialog." into cw-e-dev 2015-10-13 21:23:35 +00:00
Jeff Hao
a14c5795bb am 59e52b9f: am 1c33939b: Merge "Shorten first boot time by filtering dexopted apps by LRU." into mnc-dr-dev
* commit '59e52b9f000ea7be9f18e25f0f741ff442710ca2':
  Shorten first boot time by filtering dexopted apps by LRU.
2015-10-13 20:05:56 +00:00
Jeff Hao
59e52b9f00 am 1c33939b: Merge "Shorten first boot time by filtering dexopted apps by LRU." into mnc-dr-dev
* commit '1c33939be52a9b1d1c9881829236c014e9fb61b9':
  Shorten first boot time by filtering dexopted apps by LRU.
2015-10-13 19:59:52 +00:00
Jeff Hao
1c33939be5 Merge "Shorten first boot time by filtering dexopted apps by LRU." into mnc-dr-dev 2015-10-13 19:54:00 +00:00
Phil Burk
1bc47a6e70 am bfaa71bb: am 8e82755d: Merge "BluetoothMidiDevice: change write type to support JamStik" into mnc-dr-dev
* commit 'bfaa71bb316552236c78de87a96f0ee722133e78':
  BluetoothMidiDevice: change write type to support JamStik
2015-10-13 18:50:54 +00:00
Phil Burk
bfaa71bb31 am 8e82755d: Merge "BluetoothMidiDevice: change write type to support JamStik" into mnc-dr-dev
* commit '8e82755dfdfee837cb73d3db3f6319301d2a5903':
  BluetoothMidiDevice: change write type to support JamStik
2015-10-13 18:43:35 +00:00
Phil Burk
8e82755dfd Merge "BluetoothMidiDevice: change write type to support JamStik" into mnc-dr-dev 2015-10-13 18:36:13 +00:00
Phil Burk
92ae0a5480 am 7bbb6fed: am 977fe03b: BLE-MIDI: change binding for BluetoothMidiService
* commit '7bbb6fedbcce05cd712b464cecbdbd80e28a6b4e':
  BLE-MIDI: change binding for BluetoothMidiService
2015-10-13 18:15:51 +00:00
Phil Burk
7bbb6fedbc am 977fe03b: BLE-MIDI: change binding for BluetoothMidiService
* commit '977fe03b36a7783f9cee8497efe550a69b128473':
  BLE-MIDI: change binding for BluetoothMidiService
2015-10-13 18:10:29 +00:00
Jeff Hao
71d3260ffa Shorten first boot time by filtering dexopted apps by LRU.
No longer dexopt all system apps and boot listener user apps.

Bug: 23628238
Bug: https://code.google.com/p/android/issues/detail?id=186589

(cherry-picked from commit b84cb9e9719855d56ea74c2eb7afc49034c0e66f)

Change-Id: Id1a1ca9f46777f9e62df3d4f25e98a2837fabf37
2015-10-13 17:49:15 +00:00
Wei Liu
4f1cbad283 Use wear style dialog for ICC hotswap restart dialog.
b/24719054

Change-Id: I0ce6b3064959dfd2dd1a4f89e76fcc87a0d4810c
2015-10-13 10:20:13 -07:00
Ronghua Wu
c2fd35f7ae am 57c332bd: am c024de3c: media: ignore null InputStream
* commit '57c332bd4ad9a2120e5ca93ae5ce9175913aeedd':
  media: ignore null InputStream
2015-10-13 15:46:00 +00:00
Ronghua Wu
57c332bd4a am c024de3c: media: ignore null InputStream
* commit 'c024de3c946c18e8e4799eb8d372fdec3146f8cf':
  media: ignore null InputStream
2015-10-13 15:40:48 +00:00
Phil Burk
977fe03b36 BLE-MIDI: change binding for BluetoothMidiService
Add a remote call addBluetoothDevice() using AIDL.
This was needed because onBind() is only called once.

Bug: 23219556
Bug: 23760886
Change-Id: Id7554ca55d596352d11dbd6ae3e403138a29c864
Signed-off-by: Phil Burk <philburk@google.com>
(cherry picked from commit 7cd06c0b9e087a555d2c5dd4cab5b7eac8497526)
2015-10-13 15:40:03 +00:00
Ronghua Wu
c024de3c94 media: ignore null InputStream
Bug: 22854896
Change-Id: I20b9e28bbba6dec73538ee6937d337c2e2b971f4
2015-10-13 15:29:42 +00:00
Eric Laurent
8738d73659 am a14d1bd7: am c1c462cb: Merge "MidiBluetoothService: add new device to HashMap" into mnc-dr-dev
* commit 'a14d1bd798ca38f24b2f489ad7f32dff700b141e':
  MidiBluetoothService: add new device to HashMap
2015-10-13 01:22:44 +00:00
Eric Laurent
a14d1bd798 am c1c462cb: Merge "MidiBluetoothService: add new device to HashMap" into mnc-dr-dev
* commit 'c1c462cbaa8b65c6240f947de503619482296222':
  MidiBluetoothService: add new device to HashMap
2015-10-13 01:16:56 +00:00
Yohei Yukawa
4299751add am 5b53211a: am ce42e922: Merge "Unbind IME client when unsetting the current IME." into mnc-dr-dev
* commit '5b53211a8e0b79a4fa7d8a5dad41bcf86f1ab9fe':
  Unbind IME client when unsetting the current IME.
2015-10-13 01:14:23 +00:00
Eric Laurent
c1c462cbaa Merge "MidiBluetoothService: add new device to HashMap" into mnc-dr-dev 2015-10-13 01:09:32 +00:00
Yohei Yukawa
5b53211a8e am ce42e922: Merge "Unbind IME client when unsetting the current IME." into mnc-dr-dev
* commit 'ce42e922197bd39276c642f3759c2a053f673d82':
  Unbind IME client when unsetting the current IME.
2015-10-13 01:07:20 +00:00
Yohei Yukawa
ce42e92219 Merge "Unbind IME client when unsetting the current IME." into mnc-dr-dev 2015-10-13 01:00:30 +00:00
Yohei Yukawa
739d0b0585 Unbind IME client when unsetting the current IME.
This follows up Ia70b870723acf647e0c27f24aff91b40d6f85543.

In certain scenarios, only IMMS#mCurMethodId is cleared with null
while IMMS#mCurClient is still pointing to the last application.
This is problematic when IMMS#mCurClient matches
SystemConfig#getFixedImeApps(), because it means that the current
IME is to be fixed to null.

With this CL, IMMS#unbindCurrentClientLocked() is always called
every time when IMMS#mCurMethodId is cleared to null.  Note that
clearing IMMS#mCurMethodId to null is a kind of hard-reset, where
unbinding IME client should make much sense in terms of robust
and predictable state management.

Bug: 18056075
Change-Id: I6c3186050592526fc95c5b27f18e2155acff5ebc
(cherry picked from commit e13a20faccf6f33aa43c9c1fa4c4ec2a79b86cfb)
2015-10-12 17:08:59 -07:00
Svetoslav Ganov
d93e404ef2 am 1b872618: am 7a097ff1: Merge "Shared user retains permissions no longer used by any app on an app update" into mnc-dr-dev
* commit '1b8726182288900a0248c7a720a05f3d9c0e139e':
  Shared user retains permissions no longer used by any app on an app update
2015-10-12 23:49:36 +00:00
Svetoslav Ganov
1b87261822 am 7a097ff1: Merge "Shared user retains permissions no longer used by any app on an app update" into mnc-dr-dev
* commit '7a097ff159466c4e887f1c821aeaa545f80e54b6':
  Shared user retains permissions no longer used by any app on an app update
2015-10-12 23:42:22 +00:00
Adam Powell
1901a9e199 am 40ce70c9: am 11af1878: Merge "Add animation and positional stability to intent chooser UI" into mnc-dr-dev
* commit '40ce70c9c00144ede8d415a92dc411a53f2316f4':
  Add animation and positional stability to intent chooser UI
2015-10-12 23:40:07 +00:00
Svetoslav Ganov
7a097ff159 Merge "Shared user retains permissions no longer used by any app on an app update" into mnc-dr-dev 2015-10-12 23:39:14 +00:00
Adam Powell
40ce70c9c0 am 11af1878: Merge "Add animation and positional stability to intent chooser UI" into mnc-dr-dev
* commit '11af18783d32f8646428500a0ff3a2a57a77bf95':
  Add animation and positional stability to intent chooser UI
2015-10-12 23:33:22 +00:00
Phil Burk
af3e489c1e BluetoothMidiDevice: change write type to support JamStik
Temporarily use a Request instead of a Command so that the JamStik
will be properly enabled.

Bug: 24207964
Change-Id: I3d11732958c46e6039405b5969d5af0db8032fb9
Signed-off-by: Phil Burk <philburk@google.com>
(cherry picked from commit 95129f50c68c734c5ebdf32ff6b8b9c63cc1ada7)
2015-10-12 23:29:46 +00:00
Adam Powell
11af18783d Merge "Add animation and positional stability to intent chooser UI" into mnc-dr-dev 2015-10-12 23:28:36 +00:00
Dianne Hackborn
05222c3440 am 829920ed: am 34c120dc: Merge ""Fix" issue #24357296: Debug.getMemoryInfo doesn\'t include EGL mtrack..." into mnc-dr-dev
* commit '829920ede03dbfd51f803940faa27fa7bf15063c':
  "Fix" issue #24357296: Debug.getMemoryInfo doesn't include EGL mtrack...
2015-10-12 23:05:51 +00:00
Svetoslav
ff7b92fc02 Shared user retains permissions no longer used by any app on an app update
If an app in a shared user uses permission A and B and these are granted
to the shared user and now an app update is installed that only uses A,
the shared user still ratains the B grant. A shared user should have only
permissions declared as used by its currenlty installed apps.

bug:24736912

Change-Id: Idea6c06bdc236fd481a860cddb379e6ce660ee87
2015-10-12 16:04:34 -07:00
Dianne Hackborn
829920ede0 am 34c120dc: Merge ""Fix" issue #24357296: Debug.getMemoryInfo doesn\'t include EGL mtrack..." into mnc-dr-dev
* commit '34c120dc6142c861cb131c900cdee3c19f81ce51':
  "Fix" issue #24357296: Debug.getMemoryInfo doesn't include EGL mtrack...
2015-10-12 23:00:20 +00:00
Dianne Hackborn
34c120dc61 Merge ""Fix" issue #24357296: Debug.getMemoryInfo doesn't include EGL mtrack..." into mnc-dr-dev 2015-10-12 22:55:10 +00:00
Adam Lesinski
56f9a422be am 1c9d43eb: am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
* commit '1c9d43eb0f6cdb33cc004b674b117da95230ce59':
  Add additional density enums to android:screenDensity attribute
2015-10-12 22:21:36 +00:00
Adam Lesinski
1c9d43eb0f am bde2707f: Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev
* commit 'bde2707f7cb8a5f97b3b077cd49bb034f1a359ff':
  Add additional density enums to android:screenDensity attribute
2015-10-12 22:16:00 +00:00
Dianne Hackborn
b02ce29144 "Fix" issue #24357296: Debug.getMemoryInfo doesn't include EGL mtrack...
...due to lack of permissions

Still doesn't, but an alternative is now offered.

Change-Id: I7b9da709c96ed7790c70d686c30c7855f3979778
2015-10-12 15:14:16 -07:00
Adam Lesinski
bde2707f7c Merge "Add additional density enums to android:screenDensity attribute" into mnc-dr-dev 2015-10-12 22:11:51 +00:00
Phil Burk
ff1e8f7eee am 1b3eb741: am ca296978: Merge "MidiManager: fix double BTLE callback" into mnc-dr-dev
* commit '1b3eb741b5a3f3baea4b6b101ed4e39c15845f13':
  MidiManager: fix double BTLE callback
2015-10-12 22:09:48 +00:00