30274 Commits

Author SHA1 Message Date
Geoffrey Pitsch
b157e7a91d Merge "Convert SysUI tests to use JUnit4" 2016-08-29 15:13:12 +00:00
Matthew Fritze
b49995651e Adding flags to allow package names to be sent to support. am: e1398ea4d9 am: a95de6b96d am: 48e12f65e8
am: ad63a5f574

Change-Id: Iad10043fe5f16c81042297c1e943cbc7f865e743
2016-08-26 22:29:37 +00:00
Svetoslav Ganov
046249d9dc Store the event of settings db downgrade am: 264c7a90c7 am: f813a5a1c4
am: 11bd5718a1

Change-Id: I8831eac6d99ba00a80f6e9064b0cc09143b3f9d8
2016-08-26 22:14:01 +00:00
Adrian Roos
e55bd280f2 DirectReply: Fix bugs when replying from HUNs am: 9550f2e75c am: 079911cb6c
am: 2553f80e8d

Change-Id: Ie9c97a9403ad81231f9d2e83e8941d6f2d7411db
2016-08-26 21:09:44 +00:00
Geoffrey Pitsch
2c403db659 Convert SysUI tests to use JUnit4
Run tests with android.support.test.runner.AndroidJUnitRunner,
modification to runtest target in separate CL.

No longer inherit from TestCase, stripped unneeded code from
SysuiTestCase, which now assigns mContext via
InstrumentationRegistry.getTargetContext().

Can no longer create Handlers with default constructor,
Looper.myLooper() was never able to receive messages in tests
and it is now enforced that you pass the Looper.getMainLooper().

Change-Id: I13f499175a459cef1a554431911f4b21126e126e
2016-08-26 10:43:08 -04:00
Winson
62a7c6564a Fixing issue with toasts not showing for guest users. am: 675c5d8e5a am: fcf8f8382b
am: 8a01cd988b

Change-Id: Idc3faee4eaf5aa0bbcce639820db953438fe10ec
2016-08-25 21:51:13 +00:00
Jorim Jaggi
95148de2f4 Don't use fullscreen theme for forced resizable info activity am: 3f09052eb9 am: b0ba9599c8
am: 403a545e87

Change-Id: I109f607cf3c319f70e707e996f697d2185e031e5
2016-08-25 21:50:23 +00:00
Jorim Jaggi
28b4a699fc Remove swipe-up gesture from Tuner am: 3793aff806 am: 55f4b0e9be
am: 76821e7c36

Change-Id: I772d743a1e1e243a1b34988c4c5dea576ec41b9e
2016-08-25 21:47:02 +00:00
Winson
61dfbd5269 Bump up preloading recents on boot up to user unlocked. am: c3eedd972d am: 3174f2931b
am: 420701ee20

Change-Id: Id1cb81a7aeb501bf07d5fa36c04875757f3bc8b1
2016-08-25 21:37:31 +00:00
Matthew Fritze
ad63a5f574 Adding flags to allow package names to be sent to support. am: e1398ea4d9 am: a95de6b96d
am: 48e12f65e8

Change-Id: I7a733267eb53c51bf60be1398ee26d156ed48c87
2016-08-25 16:34:58 +00:00
Matthew Fritze
48e12f65e8 Adding flags to allow package names to be sent to support. am: e1398ea4d9
am: a95de6b96d

Change-Id: I7ae8b87685d17b7b76b4c097cb3ed6d8fbdaf015
2016-08-25 16:22:46 +00:00
Matthew Fritze
a95de6b96d Adding flags to allow package names to be sent to support.
am: e1398ea4d9

Change-Id: I2c459d9467fada537bafd6d780e12f8ba7a082fc
2016-08-25 16:15:04 +00:00
Matthew Fritze
e1398ea4d9 Adding flags to allow package names to be sent to support.
Bug: 30924073
Change-Id: I9ec0a90a178adb72da3d4a426e75a79315832bf6
Tests: Manual.
2016-08-25 02:57:01 +00:00
Svetoslav Ganov
11bd5718a1 Store the event of settings db downgrade am: 264c7a90c7
am: f813a5a1c4

Change-Id: I21a6ebdde23a0df93872105d91a54d64a2e6adf4
2016-08-25 02:31:48 +00:00
Svetoslav Ganov
f813a5a1c4 Store the event of settings db downgrade
am: 264c7a90c7

Change-Id: I5b9d5a9bd3c2df337776921a34960ceef8fda1ce
2016-08-25 02:25:47 +00:00
TreeHugger Robot
49af952a92 Merge "Store the event of settings db downgrade" into nyc-mr1-dev 2016-08-25 02:18:11 +00:00
Svetoslav Ganov
264c7a90c7 Store the event of settings db downgrade
bug:30561721

Change-Id: I8f2252bbf99603976c7efc32c54aa88b314ba815
2016-08-24 17:31:21 -07:00
Adrian Roos
2553f80e8d DirectReply: Fix bugs when replying from HUNs am: 9550f2e75c
am: 079911cb6c

Change-Id: I73f36ce938f9c45dd9638a8f826ba26c54de6a4e
2016-08-24 23:23:44 +00:00
Adrian Roos
079911cb6c DirectReply: Fix bugs when replying from HUNs
am: 9550f2e75c

Change-Id: I0edbb334926eb1147e271e31229279218561332d
2016-08-24 23:14:18 +00:00
TreeHugger Robot
a8cf435e81 Merge "DirectReply: Fix bugs when replying from HUNs" into nyc-mr1-dev 2016-08-24 23:07:35 +00:00
Adrian Roos
9550f2e75c DirectReply: Fix bugs when replying from HUNs
Fixes a bug that would re-open the remote input when
it was sent while HUN'd. Also fixes a bug that would
not properly clear a notification if swiped away and
at the same time HUN'd and having a reply active.

Change-Id: I3e8b5f81eaffd8e4b8602f3dbdd025229ba201fa
Fixes: 30454772
2016-08-24 13:35:15 -07:00
Steve McKay
7c3d2339ba DO NOT MERGE: Don't create DocumentInfo instances in background. am: b818058f4e
am: 89eb830a73

Change-Id: I66d7c1fda5ddc573db4e23902110f1ad59d8cadd
2016-08-24 20:00:50 +00:00
Steve McKay
89eb830a73 DO NOT MERGE: Don't create DocumentInfo instances in background.
am: b818058f4e

Change-Id: Ib43fd7c9cba300821a908f7036415b8b1635bb4a
2016-08-24 19:55:22 +00:00
TreeHugger Robot
850912db88 Merge "DO NOT MERGE: Don't create DocumentInfo instances in background." into nyc-mr1-dev 2016-08-24 19:49:36 +00:00
Salvador Martinez
2cb851e5c9 Added error handling to settings suggestions list
am: 18bf581c77

Change-Id: Id946b2b75b9adc4c70fa4537da4ac509a6ab5c66
2016-08-24 18:27:56 +00:00
Doris Ling
3fed1672ba Add metrics logging for Settings -> Help & Feedback am: 319c806cc0
am: 589ffca4de

Change-Id: I23e27e84aa81a986b5cdba3bb19b2c22003601cd
2016-08-24 18:11:30 +00:00
Doris Ling
589ffca4de Add metrics logging for Settings -> Help & Feedback
am: 319c806cc0

Change-Id: I32966869e910b4c6e36fe3245af2edfa7a6f6a87
2016-08-24 18:04:39 +00:00
Doris Ling
d5f9642488 Merge "Add metrics logging for Settings -> Help & Feedback" into nyc-mr1-dev 2016-08-24 18:01:28 +00:00
Salvador Martinez
18bf581c77 Added error handling to settings suggestions list
The suggestions list in the summary page of the
settings app could sometimes cause a crash due to
an uncaught exception. Tis fixed now.

Bug: 30656840
Change-Id: If79f53e6a8c17a81653228d613797e94c473d410
(cherry picked from commit 60d92b3b8390e33e069f343d6a425ab07c498d3d)
2016-08-24 16:43:22 +00:00
Winson
8a01cd988b Fixing issue with toasts not showing for guest users. am: 675c5d8e5a
am: fcf8f8382b

Change-Id: I99fa2bef8e4e2a14d2d81c812ef8cd78e2caf453
2016-08-24 02:28:35 +00:00
Jorim Jaggi
403a545e87 Don't use fullscreen theme for forced resizable info activity am: 3f09052eb9
am: b0ba9599c8

Change-Id: I8ae9889acab0f32edeaa62d243dd38322bb712e0
2016-08-24 02:28:27 +00:00
Jorim Jaggi
76821e7c36 Remove swipe-up gesture from Tuner am: 3793aff806
am: 55f4b0e9be

Change-Id: I2068e5a4174348be0b2da4264b237e83ecdac249
2016-08-24 02:22:29 +00:00
Winson
420701ee20 Bump up preloading recents on boot up to user unlocked. am: c3eedd972d
am: 3174f2931b

Change-Id: If01f9e61af46d32601c65949f4931418d170d2a7
2016-08-24 02:12:13 +00:00
Winson
fcf8f8382b Fixing issue with toasts not showing for guest users.
am: 675c5d8e5a

Change-Id: Icd495e4f6dd9f8c7e10d6e88c8839ee358b1e41a
2016-08-24 01:53:12 +00:00
TreeHugger Robot
e846b18d33 Merge "Fixing issue with toasts not showing for guest users." into nyc-mr1-dev 2016-08-24 01:47:20 +00:00
Jorim Jaggi
b0ba9599c8 Don't use fullscreen theme for forced resizable info activity
am: 3f09052eb9

Change-Id: I3a965a0037fe1c22559567d74ee3a4a8c41bafea
2016-08-24 01:36:35 +00:00
Steve McKay
b818058f4e DO NOT MERGE: Don't create DocumentInfo instances in background.
Cursor access is not threadsafe resulting in operations on incorrect files.

Bug: 30082168
Change-Id: Ib36d5b7acdee9463b6ebd2553172e5ecb4d70857
2016-08-24 01:34:45 +00:00
TreeHugger Robot
6e370d35fe Merge "Don't use fullscreen theme for forced resizable info activity" into nyc-mr1-dev 2016-08-24 01:32:11 +00:00
Jorim Jaggi
55f4b0e9be Remove swipe-up gesture from Tuner
am: 3793aff806

Change-Id: I601fdce7b6e88e30b2ccfdf55d84ed41ff1d5e36
2016-08-24 01:26:40 +00:00
TreeHugger Robot
5a10360d7e Merge "Remove swipe-up gesture from Tuner" into nyc-mr1-dev 2016-08-24 01:21:07 +00:00
TreeHugger Robot
575bb0fd33 Merge "Update lockscreen message when user unlocked." 2016-08-24 00:55:47 +00:00
Winson
675c5d8e5a Fixing issue with toasts not showing for guest users.
Bug: 30001278
Change-Id: I43269da8a6c41f4fec5923aafe5a624ec75ba651
2016-08-23 17:22:32 -07:00
Winson
3174f2931b Bump up preloading recents on boot up to user unlocked.
am: c3eedd972d

Change-Id: Id7a6f3a04d98672219d7f9995665258a138de8e0
2016-08-23 23:58:33 +00:00
Winson
c3eedd972d Bump up preloading recents on boot up to user unlocked.
- To fix b/29320695, we moved the initial recents preloading to boot 
  completed.  However, that event happens fairly late in the boot 
  sequence, and preloading can instead be done in response to user 
  unlocked.

Bug: 29879478
Change-Id: I881bd9c4c3b91d73df4947bfd2cc55eb6e615d15
2016-08-23 23:53:41 +00:00
Jorim Jaggi
a7bbc4717c Update light mode when battery saver changes am: 244a43ee6f am: c9be359ad4
am: 3fb44388c4

Change-Id: Ib86d16ca4958314615cc452697ec92184f1dcc85
2016-08-23 23:14:47 +00:00
Salvador Martinez
738867e91a Added error handling to settings suggestions list am: 2197e8d6f5
am: a6e6feffe6

Change-Id: Ia038629a47a212b2c4f5beb2eb367ffbfbbf6895
2016-08-23 23:09:14 +00:00
Salvador Martinez
a6e6feffe6 Added error handling to settings suggestions list
am: 2197e8d6f5

Change-Id: I93d2f5363f702dbec76f34f5e121d3d3c9e01ac5
2016-08-23 23:01:32 +00:00
Selim Cinek
bb966532f1 Made background updater more robust to state changes am: 9bfba9c157 am: 37b0ccf303
am: 365d80d384

Change-Id: Iec3443791acafc77644d73ddadf66561f17d2b16
2016-08-23 22:54:58 +00:00
Selim Cinek
c21817869a Avoid weird expand animation when a notification is updated am: bb42b7dd48 am: b438c11564
am: 4640f9a7ce

Change-Id: Ib01c95057a564bc2a6ec3c6f0b4764f42ab52aa0
2016-08-23 22:54:51 +00:00
TreeHugger Robot
621dcdf9cd Merge "Added error handling to settings suggestions list" into nyc-mr1-dev 2016-08-23 22:52:33 +00:00