Commit Graph

83183 Commits

Author SHA1 Message Date
Selim Cinek
0efe38d743 Merge "Made the Chronometer able to count downwards" into nyc-dev am: f1c6371587
am: 5cf8722f94

* commit '5cf8722f94021f0eb5078fceece80182a65144a8':
  Made the Chronometer able to count downwards
2016-02-23 01:18:13 +00:00
Selim Cinek
5cf8722f94 Merge "Made the Chronometer able to count downwards" into nyc-dev
am: f1c6371587

* commit 'f1c6371587ba9349068092971f1fdf85596d0461':
  Made the Chronometer able to count downwards
2016-02-23 01:07:06 +00:00
Selim Cinek
f1c6371587 Merge "Made the Chronometer able to count downwards" into nyc-dev 2016-02-23 00:55:26 +00:00
Abhijith Shastry
7d5c28e8e2 Merge "Rename suppressal to suppression." into nyc-dev am: 3b31ddd517
am: 76a4f428ad

* commit '76a4f428adc20e9f642436af043e41aaa1d97c68':
  Rename suppressal to suppression.
2016-02-23 00:28:42 +00:00
Abhijith Shastry
76a4f428ad Merge "Rename suppressal to suppression." into nyc-dev
am: 3b31ddd517

* commit '3b31ddd5173c1407b5644aaa618c356e19f43024':
  Rename suppressal to suppression.
2016-02-23 00:21:55 +00:00
Abhijith Shastry
3b31ddd517 Merge "Rename suppressal to suppression." into nyc-dev 2016-02-23 00:11:27 +00:00
Abhijith Shastry
4478fdc3f2 Rename suppressal to suppression.
BUG: 26989170
Change-Id: Iafa21b885f7df7f5ec5e46f3fad095cf1a531cfc
2016-02-22 16:07:14 -08:00
Selim Cinek
ed1a33cc86 Made the Chronometer able to count downwards
Bug: 26862188
Change-Id: I3a4a34ffccdbcbcb8001b1894ce47bb75b11821d
2016-02-22 15:56:56 -08:00
Jorim Jaggi
1376051525 Merge "Restrict dock sides after rotation" into nyc-dev am: 7587e38992
am: ab899ed501

* commit 'ab899ed501ca45f7dbf9c20bb1ef0b2799e3fc93':
  Restrict dock sides after rotation
2016-02-22 22:18:59 +00:00
Jorim Jaggi
ab899ed501 Merge "Restrict dock sides after rotation" into nyc-dev
am: 7587e38992

* commit '7587e38992af85ea1f488f2155ff3576d65f2c18':
  Restrict dock sides after rotation
2016-02-22 22:13:04 +00:00
Jorim Jaggi
7587e38992 Merge "Restrict dock sides after rotation" into nyc-dev 2016-02-22 22:07:54 +00:00
Yohei Yukawa
4ebaee81e5 Merge "Unify windowGainedFocus() and startInput()." into nyc-dev am: 5a19477ec4
am: 8ff4d727b4

* commit '8ff4d727b484868eb3f21b60c58dfb2a930f1b27':
  Unify windowGainedFocus() and startInput().
2016-02-22 22:06:30 +00:00
Yohei Yukawa
8ff4d727b4 Merge "Unify windowGainedFocus() and startInput()." into nyc-dev
am: 5a19477ec4

* commit '5a19477ec4de4c468a2c7da25929d0acc0aabdfa':
  Unify windowGainedFocus() and startInput().
2016-02-22 21:59:46 +00:00
Jorim Jaggi
5060bd8910 Restrict dock sides after rotation
Bug: 27167078
Change-Id: If51626b75321eebc277eb2399ee753ffe489642b
2016-02-22 16:59:43 -05:00
Yohei Yukawa
5a19477ec4 Merge "Unify windowGainedFocus() and startInput()." into nyc-dev 2016-02-22 21:52:56 +00:00
Anthony Hugh
80f5525289 Merge "Allow button events in ambient." into nyc-dev am: 1e413f5b77
am: 97f0727cfe

* commit '97f0727cfe69db4f0a570f9eb62424bb33e5212d':
  Allow button events in ambient.
2016-02-22 21:32:13 +00:00
Keisuke Kuroyanagi
04755fcae4 Merge "Make drag shadow grapheme cluster aware." into nyc-dev am: f2629d481e
am: e4ba22e7d6

* commit 'e4ba22e7d67bae08c67a9221bc3e98bdf7a0d0d3':
  Make drag shadow grapheme cluster aware.
2016-02-22 21:21:22 +00:00
Tao Bao
69d01e2376 Merge "Add support for update-on-boot feature." into nyc-dev am: 9de7952aa9
am: 3dd23af6a0

* commit '3dd23af6a0fb58ce7d1f6f078c765890ca839bd3':
  Add support for update-on-boot feature.
2016-02-22 21:10:21 +00:00
Anthony Hugh
97f0727cfe Merge "Allow button events in ambient." into nyc-dev
am: 1e413f5b77

* commit '1e413f5b77b4105479eb7686dfa9b8428bdf58a1':
  Allow button events in ambient.
2016-02-22 20:53:15 +00:00
Yohei Yukawa
05c25f8a3a Unify windowGainedFocus() and startInput().
This is a safe refactoring that changes nothing.

In order to improve the keyboard dismissal lags [1][2], we have used
IMMS#windowGainedFocus() as a combined event to do startInput() in
certain situations.

To make the intent of those CLs clear, this CL renames
IMMS#windowGainedFocus() to IMMS#startInputOrWindowGainedFocus().  Note
that these are @hide internal IPC protocols.  Hence this change is never
observable to application developers.

 [1] I8494cbd6e19e2ab6db03f2463d9906680dda058b
     a82ba54b0b
 [2] Icb58bef75ef4bf9979f3e2ba88cea20db2e2c3fb
     7663d80f6b

Bug: 25373872
Change-Id: I56934f18e30d90fcdf77bcbb0c35a92a5feb1b82
2016-02-22 12:41:17 -08:00
Joe LaPenna
90776de6bb Allow button events in ambient.
See thread: "key presses & Ambient"

Bluetooth media button presses and Stem buttons were being rejected in ambient.  This change allows those keys while disabling touch events while in ambient.

BUG: 25964771
BUG: 26524301

Change-Id: I914edd447c38678a06d27677be4597c0ee384635
(cherry picked from commit 7528f57c4d)
2016-02-22 20:39:48 +00:00
Keisuke Kuroyanagi
e4ba22e7d6 Merge "Make drag shadow grapheme cluster aware." into nyc-dev
am: f2629d481e

* commit 'f2629d481e19e43235ea4546ab53443fbd432988':
  Make drag shadow grapheme cluster aware.
2016-02-22 20:15:52 +00:00
Tao Bao
3dd23af6a0 Merge "Add support for update-on-boot feature." into nyc-dev
am: 9de7952aa9

* commit '9de7952aa945eb06148f82b9f30d7d11a2de5d74':
  Add support for update-on-boot feature.
2016-02-22 20:09:58 +00:00
Felipe Leme
6091b74748 Merge "Removed bugreport intents from protected list." into nyc-dev am: ab9a9b09fd
am: b492dcb0e7

* commit 'b492dcb0e749940d8d5fc3783c29d89b1b5fa9ff':
  Removed bugreport intents from protected list.
2016-02-22 20:01:40 +00:00
Chad Brubaker
1d8181b032 Merge "Use provided context directly" into nyc-dev am: 62df07eee1
am: d7d383875c

* commit 'd7d383875c2f24e693bf21570a8e3d7043f08689':
  Use provided context directly
2016-02-22 19:59:48 +00:00
Felipe Leme
b492dcb0e7 Merge "Removed bugreport intents from protected list." into nyc-dev
am: ab9a9b09fd

* commit 'ab9a9b09fdd9b8c9f666149f9840a09a97b91885':
  Removed bugreport intents from protected list.
2016-02-22 19:47:40 +00:00
Chad Brubaker
d7d383875c Merge "Use provided context directly" into nyc-dev
am: 62df07eee1

* commit '62df07eee1c8b186362f6542daf900c88193929d':
  Use provided context directly
2016-02-22 19:44:42 +00:00
Keisuke Kuroyanagi
f2629d481e Merge "Make drag shadow grapheme cluster aware." into nyc-dev 2016-02-22 19:40:13 +00:00
Keisuke Kuroyanagi
5396d7eb13 Make drag shadow grapheme cluster aware.
[start, min(end, DRAG_SHADOW_MAX_TEXT_LENGTH)) was used to make drag
shadow. It ignores grapheme cluster, so unexpected shadow was created for
characters that contain multiple code units.

Bug: 23097276
Change-Id: Ic7d34ec02ea04a3f17337e4253babac87ef3b03c
2016-02-22 19:37:26 +00:00
Tao Bao
9de7952aa9 Merge "Add support for update-on-boot feature." into nyc-dev 2016-02-22 19:24:25 +00:00
Felipe Leme
ab9a9b09fd Merge "Removed bugreport intents from protected list." into nyc-dev 2016-02-22 19:17:08 +00:00
Chad Brubaker
62df07eee1 Merge "Use provided context directly" into nyc-dev 2016-02-22 19:11:51 +00:00
Chad Brubaker
7879b8f4ab Use provided context directly
getApplicationContext may return null so use the provided context
instead.

Bug:27293859
Change-Id: Ic3b218bf5b0c23982c75a793f0374870bd8e9da1
2016-02-22 11:08:59 -08:00
Felipe Leme
66d7588078 Removed bugreport intents from protected list.
These intents are send by Shell, which is not a protected uid, and
already required the android.permission.DUMP permission, hence they are
protected by permission.

BUG: 27287868
Change-Id: Ie7cfe20a119e8abe989186ca2e0ae16454b4cf22
2016-02-22 11:04:03 -08:00
Dimitry Ivanov
3441439a7a Merge "Construct classloader for apps with no java code" into nyc-dev am: 05ba2b724c
am: b07d50b617

* commit 'b07d50b61722e65792ba3f2bf1de43e8ade27cbc':
  Construct classloader for apps with no java code
2016-02-22 18:35:49 +00:00
Dimitry Ivanov
b07d50b617 Merge "Construct classloader for apps with no java code" into nyc-dev
am: 05ba2b724c

* commit '05ba2b724c5049c3bd14717f1abf76ca71287de4':
  Construct classloader for apps with no java code
2016-02-22 18:27:59 +00:00
Dimitry Ivanov
05ba2b724c Merge "Construct classloader for apps with no java code" into nyc-dev 2016-02-22 18:24:14 +00:00
Geoff Mendal
e39eeef7d1 Merge "Import translations. DO NOT MERGE" 2016-02-22 17:45:24 +00:00
Geoff Mendal
5dd38fd38b Import translations. DO NOT MERGE
Change-Id: I2560516db26c8f8b30e5a3c15b9161fd7ec53c74
Auto-generated-cl: translation import
2016-02-22 18:44:22 +01:00
Chris Banes
eb1436d19b Merge "Fix rounding error in SeekBar tickmark drawing" into nyc-dev am: 7060ae91b9
am: 7d7fa7071b

* commit '7d7fa7071be799db441054cd99f9709f58e11813':
  Fix rounding error in SeekBar tickmark drawing
2016-02-22 16:38:58 +00:00
Chris Banes
7d7fa7071b Merge "Fix rounding error in SeekBar tickmark drawing" into nyc-dev
am: 7060ae91b9

* commit '7060ae91b90c3e61323379a6c19a4fbbd4464298':
  Fix rounding error in SeekBar tickmark drawing
2016-02-22 16:32:10 +00:00
Chris Banes
6cb9b20b7b Fix rounding error in SeekBar tickmark drawing
There are instances where an int calculation would result
in a loss of precision and rounding error. Fixed by
using a float instead.

Change-Id: I595872f00552a7fd717a1754c1d8f5a50d776621
2016-02-22 16:13:26 +00:00
Jason Monk
60da854e46 Merge "Move background data notif to data saver status icon" into nyc-dev am: c6b5dd4897
am: 487ed88b63

* commit '487ed88b634d3e43f8eccd2647b0aea54052c661':
  Move background data notif to data saver status icon
2016-02-22 15:12:30 +00:00
Jason Monk
487ed88b63 Merge "Move background data notif to data saver status icon" into nyc-dev
am: c6b5dd4897

* commit 'c6b5dd4897bf95967b27b36cb517f0f209290be2':
  Move background data notif to data saver status icon
2016-02-22 15:06:43 +00:00
Jason Monk
c6b5dd4897 Merge "Move background data notif to data saver status icon" into nyc-dev 2016-02-22 14:57:34 +00:00
Jason Monk
f23aa99270 Move background data notif to data saver status icon
Bug: 26796370
Change-Id: Ibf53c3affa63100b603e362b58ca6d2958791321
2016-02-22 14:56:05 +00:00
Esteban Talavera
7a71e45230 Merge "Updated removeActiveAdmin documentation" into nyc-dev am: d34718b6b9
am: 7846cd2483

* commit '7846cd24831a522bab17b5c0c24cef902bc36c84':
  Updated removeActiveAdmin documentation
2016-02-22 13:38:46 +00:00
Esteban Talavera
7846cd2483 Merge "Updated removeActiveAdmin documentation" into nyc-dev
am: d34718b6b9

* commit 'd34718b6b95086c34b4813525e6000064460e3a1':
  Updated removeActiveAdmin documentation
2016-02-22 13:33:24 +00:00
Geoff Mendal
a3e0a61987 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-02-22 13:30:36 +00:00
Esteban Talavera
d34718b6b9 Merge "Updated removeActiveAdmin documentation" into nyc-dev 2016-02-22 13:25:15 +00:00