18828 Commits

Author SHA1 Message Date
Treehugger Robot
b065cc7fa6 Merge "Alarm icon is not shown for secondary users" 2016-04-26 18:32:50 +00:00
Tobias Thierer
09ae4931a9 Merge "frameworks/base: Avoid Long object allocations in Long.valueOf()" 2016-04-22 10:27:27 +00:00
Tobias Thierer
4bd017d6a5 frameworks/base: Avoid Long object allocations in Long.valueOf()
Replace usages where the Long is immediately unboxed or thrown
away with Long.parseLong().
In TaskRecord.java, I also fixed up similar uses of
{Boolean,Integer}.valueOf()

Tested: built frameworks/base successfully.

Bug: 28289401
Change-Id: I1fad536853a68c7b0707cbf02989aca155064843
2016-04-21 16:23:56 +01:00
Tobias Thierer
9bbbf2b15f Integer.valueOf() -> Integer.parseInt() to avoid allocation.
Bug: 28289401
Change-Id: If767f891644a06ba587f9bb55dccea4089a8c66d
2016-04-21 12:09:29 +01:00
Treehugger Robot
b4c4e20960 Merge "Fix: the label "customize" is not updated after changing language" 2016-04-13 14:25:05 +00:00
Treehugger Robot
e3d556f785 Merge "Dismiss keyguard when user button is tapped" 2016-04-13 13:32:38 +00:00
Shinichiro Hamaji
4e2a67d012 Merge "Let WAPPushManager depend on its proguard.flags" 2016-04-13 02:29:14 +00:00
qinglian.x.zhang
a967b6210b Show volume safety warning for all users
The volume safety warning is shown only for owner.
It should be shown for all users.

Change-Id: I616038e3eecf8523aa5edd48843b0eb444607d2f
2016-04-11 21:18:39 +09:00
Kaori Katou
0a33405329 Dismiss keyguard when user button is tapped
When multi-user is disabled and user button is tapped
on the keyguard, the contact app is displayed behind the keyguard.
The keyguard should be dismissed when the contact app is launched.

Change-Id: I7daa0bec84b5172e78668cc71e51955f166ede0a
2016-04-11 11:31:09 +09:00
Shinichiro Hamaji
0a38ae9bb3 Let WAPPushManager depend on its proguard.flags
Touching packages/WAPPushManager/proguard.flags didn't let
the .dex file be rebuilt.

Bug: 27954979
Change-Id: I42410eb06a970f7ec5f36496840640d228ad376b
2016-04-07 18:06:41 +09:00
Yongjiang Wu
cf398419e2 Fix: the label "customize" is not updated after changing language
The text "customize" is not updated in onConfigurationChanged()
after changing language, so the "customize" text is displayed
incorrectly.

Change-Id: Id6ecdff1f22724955fb1080609da15ccd38d2209
2016-03-31 07:59:10 +02:00
Juan Flores
2ff3720699 Alarm icon is not shown for secondary users
The alarm icon is not shown in the status bar
when switching to a secondary user and setting an alarm.

Bug: 27688859
Change-Id: I9731e6772560853282b6c0348d647024d3424190
2016-03-22 11:07:01 +00:00
Ian Rogers
a99b1559bf Fix broken StringBuilder construction.
StringBuilder doesn't have a char constructor and so passing a char calls the
int constructor that presizes the StringBuilder rather than creating it
containing a single character.
This bug was caught by error prone.

Change-Id: I809ce0fcf930688db925ac7a8e23ee85086d479e
2016-03-16 12:15:42 -07:00
Adrian Roos
4535e11fb7 Merge "Close notification panel when user button is tapped" 2016-03-15 18:54:17 +00:00
Akira Oshimi
8cb009e451 Close notification panel when user button is tapped
When multi-user is disabled and user button on the notification panel
is tapped, the contact app is displayed behind the notification panel.
The notification panel should be closed
when the contact app is launched.

Change-Id: I66ebcb66c898dfebe1d09b798f750f696c360da8
2016-02-29 15:50:04 +09:00
Baligh Uddin
b2fd980092 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I13a51d705fc1cf7780f67c5c7ff8ef4c232eb8de
2016-02-26 23:06:47 -08:00
Baligh Uddin
def0127265 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:21:53 +00:00
Baligh Uddin
c2d828faf7 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:21:51 +00:00
Baligh Uddin
26de45de03 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:21:16 +00:00
Baligh Uddin
f52c52047c Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:21:07 +00:00
Baligh Uddin
519bbac6b6 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:55 +00:00
Baligh Uddin
181ee474e1 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:31 +00:00
Baligh Uddin
f73b7b5cec Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:27 +00:00
Baligh Uddin
cba593379f Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:23 +00:00
Baligh Uddin
a3820eb541 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:19 +00:00
Baligh Uddin
ce60fbae7f Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:16 +00:00
Baligh Uddin
05be2f818b Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:12 +00:00
Baligh Uddin
c510d2a4ef Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:20:08 +00:00
Baligh Uddin
b23bb476c9 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I2c923a224808511cc59000547e53b8ef4c95919f
2016-02-23 14:19:47 -08:00
Baligh Uddin
4afe84dbbf Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: Iecd4d12f6df900a2978abd0d7b119a6464f02829
2016-02-23 14:17:33 -08:00
Baligh Uddin
5b8ac35364 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I2ab41c9ac34bebcb9fb5597b28fe6fef72af4ba8
2016-02-23 14:06:28 -08:00
Baligh Uddin
9e08c90c6c Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I1a94e4773ce5f66035b7abe74dc6646abd519673
2016-02-23 14:04:04 -08:00
Baligh Uddin
1e36b8b003 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I36f817e74605524e482df6b1d4235244d3e4eccb
2016-02-23 14:01:32 -08:00
Baligh Uddin
f13aae30a6 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: Id954d41d86d4d9d4b2b1b37befc41f2a123d840e
2016-02-23 13:55:24 -08:00
Baligh Uddin
445ee74fb3 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I2b739d0d7d79a4f1e2bfbd4d7f022f925f1c4a35
2016-02-23 13:52:54 -08:00
Baligh Uddin
713a8db9de Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I82803f69253612b40051de2c881d30f3ccbf172b
2016-02-23 13:50:40 -08:00
Baligh Uddin
cfe7c0fa12 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I194e83727165b74035a0c081817e758b39fc91c4
2016-02-23 13:48:28 -08:00
Baligh Uddin
3bbce141f7 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: Ie9866ed4959a6a29e47ff93f9d66bc25dbb52591
2016-02-23 13:46:04 -08:00
Baligh Uddin
7e1b855ddb Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I1862f022e6a574783534cfac1d8c2f1532ff9d64
2016-02-23 13:43:48 -08:00
Baligh Uddin
235da40ab9 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I085d5451070ee651d2dd9c78fe2a6c9b0262335d
2016-02-23 13:41:25 -08:00
Baligh Uddin
f96275dca0 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-23 21:14:06 +00:00
Baligh Uddin
8f252ab975 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: Idba6f2455bd0562ba3ef3383ecfc4b5ec370456c
2016-02-23 09:30:30 -08:00
Baligh Uddin
513fd9f93c Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: Ifd8ab81bae90958eeec2e7a6982fef2aea73b7c3
2016-02-23 09:25:09 -08:00
Jason Monk
c3eb211b70 Merge "Fix NPE in BaseStatusbar in onListenerConnected"
am: ffef959ca4

* commit 'ffef959ca4e2607a3e4e3f0f23e4aaa3e1b3aafa':
  Fix NPE in BaseStatusbar in onListenerConnected
2016-02-23 13:55:28 +00:00
Kent Persson
185e9c2562 Fix NPE in BaseStatusbar in onListenerConnected
If NotificationListenerService is not bound the
getActiveNotifications function will return null.
This will result in a Nullpointer exception in BaseStatusbar
onListenerConnected if it is called. A Nullpointer check was
added in onListenerConnected to avoid this Nullpointer exception.

Change-Id: I0aec040f11101e8f7b5863879b3774dc2bb6ce2b
2016-02-23 10:36:59 +01:00
Bill Yi
2528fcdfbd Merge commit '26ada7e78993241d702a908eae93d174cbb3c8b3' into HEAD
Change-Id: Ifc45930160cf01ee78ecfbfdc48697055f82e0a7
2016-02-17 11:38:55 -08:00
Sanket Agarwal
ba12af5167 Add support for AVRCP 1.3.
* Add metadata support.
* Add player settings support.
* Add playback support.

A2DP Settings App support.

Bluetooth: A2DP Sink support for Settings App

- add support for A2DP Sink in Settings App. This will enable connection
  initiation and updation on Settings App
- add framework Apis to support A2DP Sink. Any third party Apps can access
  A2DP Sink priority of device and playing state of device
- add support for key to set priority. This manages priority of device for
  A2DP Sink profile

Change-Id: If5f9139f37cdb9d200387877c7801075205c78a0
2016-01-19 14:37:18 -08:00
Thierry Strudel
3b6c965570 Merge "Supply content description for QS disconnect buttons" into mnc-dr1.5-dev am: fc7e682f44
am: f4dd31755a

* commit 'f4dd31755a31a2eea6e363a1ab45a4a8634e27ed':
  Supply content description for QS disconnect buttons
2016-01-15 23:51:19 +00:00
Thierry Strudel
f4dd31755a Merge "Supply content description for QS disconnect buttons" into mnc-dr1.5-dev
am: fc7e682f44

* commit 'fc7e682f445fbf358e59205912229b63c5fadda4':
  Supply content description for QS disconnect buttons
2016-01-15 23:47:53 +00:00
Thierry Strudel
fc7e682f44 Merge "Supply content description for QS disconnect buttons" into mnc-dr1.5-dev 2016-01-15 23:44:45 +00:00