- Sep 10, 2014
-
-
Jorim Jaggi authored
-
Jorim Jaggi authored
-
Jon Miranda authored
-
Jorim Jaggi authored
Bug: 17439581 Change-Id: Ie649af4a3455a650ab46372f1e5500b530a24f34
-
Jae Seo authored
Needed to pass the CTS for those devices. Bug: 17455222 Change-Id: Ief9a76835418906d9e8e06d4e5ddc71a3370055d
-
Svetoslav authored
-
Svetoslav authored
-
Eino-Ville Talvala authored
-
Sailesh Nepal authored
-
Robert Greenwalt authored
-
Jorim Jaggi authored
Bug: 17411293 Change-Id: Ib9e99ba5d982704fc0b8201aa90a664501a34b81
-
Matthew Williams authored
-
Matthew Williams authored
BUG: 17359770 Reuse the Manifest.permission.ACCOUNT_MANAGER to protect this receiver, because when this intent lands it kicks off a sync for every account/provider on the device. Semantically this means "if you can't talk to an authenticator to do things like get a token or add an account, then you can't send an intent to the SyncManager that the accounts on the device have changed in some drastic way" Change-Id: I7eccc38e135cb00ebb0aafc69afc802fe1c4f219
-
Robert Ly authored
Change-Id: I6590fc996331c1f2024276d338c4035f2cb0f18d
-
Jeff Davidson authored
-
Robert Greenwalt authored
Network Factories are allowed to go below, but networks need to be constrained. Allowing the network to go below 0 meant that -1 could sometimes leak through and foul the logic. The core of 17361330 will be fixed when we stop sending scores for listens to NetworkFactories, but it exposed this issue too. Summary: 1 - add a network listener. This isn't a request so it's not sent to networks. 2 - alter your score (ethernet sets score to -1 when the link goes down) (16:07:39.782) 3 - a bug in ConnectivityService causes score changes to get sent for all network requests and network listeners causing NetworkFactories to no see 2 entities. This bug will be fixed by a pending change (https://googleplex-android-review.googlesource.com/#/c/540840/). This causes the ethernet NetworkFactory to see two entities, both served by networks of score -1. (16:07:39.989) 4 - disconnect Ethernet - this only sends 0 scores for known requests, not network listeners. Had it been sent for both entities they both would have evaluated that the networkfactory score (-1) was lower than the request score (0) and both released their refcount. (16:08:03.147) 5 - this means the listener is tracked by the EthernetNetworkFactory with a score of -1 while the factory itself has a score of -1 so the network release isn't called. bug:17361330 Change-Id: Ife34ca0f9c233dd3c3df80f6fea580af43afcdeb
-
Jean-Michel Trivi authored
-
Eric Laurent authored
-
Jorim Jaggi authored
-
Jorim Jaggi authored
-
Ruben Brunk authored
-
Jorim Jaggi authored
Bug: 17287256 Change-Id: I0bc4101713f83abc2738528c247ca8ce5748bff1
-
Esteban Talavera authored
-
Jorim Jaggi authored
Only intercept when touching on the panel and not on the left or right of the panel. Fixes a bug where the user couldn't dismiss the panel by tapping outside. Bug: 17437547 Change-Id: Ice484a301683fa2df1f2a21f13977023b48189f4
-
Jorim Jaggi authored
-
Selim Cinek authored
-
Jorim Jaggi authored
Fixes a flash when clicking on a single notification. Bug: 17450892 Change-Id: Ia99c21a0bb30ce100532cfab66c96ec24f2412bf
-
Jason Monk authored
-
Jason Monk authored
-
Jason Monk authored
-
John Spurlock authored
-
John Spurlock authored
Fix build. Bug:16819503 Change-Id: I011723a770a9a8b7fc8124defd56137ec5f1704e
-
Selim Cinek authored
This was especially noticible when double tapping a notification because of the staggered appearing. Bug: 17287256 Change-Id: I8f39892fa122bb8b7b6f2a7b1e7be8a9570e661e
-
George Mount authored
-
George Mount authored
-
John Spurlock authored
-
Selim Cinek authored
-