Salvador Martinez
0308649104
Can restore state on rotate personal dict screen am: 8f4eb4d74b
am: 45cdbd2669
...
am: 6b41874231
Change-Id: I426e4bfea077b3494a8a5a8e3eea0659186b60f8
2016-08-31 01:19:32 +00:00
Andrew Sapperstein
e6c06f826f
Use LinkTextView for support disclaimer text. am: 7e9146950d
am: d63e187b1a
am: c3733b8653
...
am: 25d10fd293
Change-Id: Ie1ac8f05cbe91dd99ea3840c02932ba98050eb91
2016-08-31 01:19:30 +00:00
Felipe Leme
b152113898
Only display System section for current user. am: ce37ef51aa
am: 0547440ad7
...
am: 3d9cb084e9
Change-Id: I5b210e644b2fcdeaa7611a373ab2dbed5db89cd2
2016-08-31 01:19:28 +00:00
Salvador Martinez
6b41874231
Can restore state on rotate personal dict screen am: 8f4eb4d74b
...
am: 45cdbd2669
Change-Id: I03d263ec9747dab3a658362e6e58370d28c92101
2016-08-31 00:45:29 +00:00
Salvador Martinez
45cdbd2669
Can restore state on rotate personal dict screen
...
am: 8f4eb4d74b
Change-Id: I8e4a2a29474784e60eb41b356cac65fe5b86886c
2016-08-31 00:43:06 +00:00
Andrew Sapperstein
25d10fd293
Use LinkTextView for support disclaimer text. am: 7e9146950d
am: d63e187b1a
...
am: c3733b8653
Change-Id: I0ecdd164e846e6af7085ff83e8c177f085b9e958
2016-08-31 00:39:59 +00:00
Andrew Sapperstein
c3733b8653
Use LinkTextView for support disclaimer text. am: 7e9146950d
...
am: d63e187b1a
Change-Id: Iffd7cc56eb9ee612b8c86a668f4851f229b746ac
2016-08-31 00:34:45 +00:00
Andrew Sapperstein
d63e187b1a
Use LinkTextView for support disclaimer text.
...
am: 7e9146950d
Change-Id: Ia4a998039bfcdea3419a512d342665248f0b7ac3
2016-08-31 00:28:27 +00:00
Felipe Leme
3d9cb084e9
Only display System section for current user. am: ce37ef51aa
...
am: 0547440ad7
Change-Id: Ibff762a11759d8b15e5df7208636af5305ac6999
2016-08-30 22:33:49 +00:00
Felipe Leme
0547440ad7
Only display System section for current user.
...
am: ce37ef51aa
Change-Id: I6f0aa56dc8ec2c10687bea442c53db1f53242f7b
2016-08-30 22:31:20 +00:00
TreeHugger Robot
c24a46128a
Merge "Only display System section for current user." into nyc-mr1-dev
2016-08-30 22:24:16 +00:00
Doris Ling
01b36f8e24
Remove preference "Searching for Wi-Fi networks..." am: b8e8485720
am: b7d9f7b83d
...
am: 925584fb84
Change-Id: I381bd31931d05e22f053ea9fdb822be3c91575f0
2016-08-30 21:37:13 +00:00
Doris Ling
3bac184939
Remove preference "Searching for Wi-Fi networks..." am: b8e8485720
am: ba7e57ec06
...
am: dc8a2d2b36
Change-Id: I276e37f4a49de53e996db168b022c45f18f33cea
2016-08-30 20:16:11 +00:00
Doris Ling
dc8a2d2b36
Remove preference "Searching for Wi-Fi networks..." am: b8e8485720
...
am: ba7e57ec06
Change-Id: Ic2e0b0c977cf11dcca4ed87deeb8bc6fe9a27420
2016-08-30 20:07:38 +00:00
Doris Ling
ba7e57ec06
Remove preference "Searching for Wi-Fi networks..."
...
am: b8e8485720
Change-Id: Ie264fbdddf2aff8b8f5f4d6aac2fc079b98c9747
2016-08-30 20:05:09 +00:00
Doris Ling
925584fb84
Remove preference "Searching for Wi-Fi networks..." am: b8e8485720
...
am: b7d9f7b83d
Change-Id: I3d21413f7ee61001bae570b478871af6f95d2999
2016-08-30 20:05:08 +00:00
Doris Ling
b7d9f7b83d
Remove preference "Searching for Wi-Fi networks..."
...
am: b8e8485720
Change-Id: I170a0f79c0d7c89de314c81088ac8b5939ddff11
2016-08-30 20:01:40 +00:00
Andrew Sapperstein
7e9146950d
Use LinkTextView for support disclaimer text.
...
LinkTextView uses LinkAccessibilityHelper to properly handle
making links accessible.
Deleted Settings' outdated fork for the version in setupwizardlib.
Test: manual
Change-Id: I38c031f96b5be0d45e4cc1aa358f95b229f17480
Fixes: 31077012
2016-08-30 19:57:39 +00:00
Felipe Leme
ce37ef51aa
Only display System section for current user.
...
Otherwise it will be displayed twice on work profiles.
Change-Id: Ic7d21a57f72b9f4a254d574adce90afd7cd27b90
Test: manual verification
Fixes: 31108318
2016-08-30 12:00:27 -07:00
Salvador Martinez
8f4eb4d74b
Can restore state on rotate personal dict screen
...
When adding/editing a word for your personal dictionary
rotating the screen could cause the language to change
back to the device default. This has been fixed.
Test: ag/1389633, robolectric not supported in this branch.
Bug: 30874931
Change-Id: I0c8ebec5f4d5e7b23112b656c482c3b2cda7791f
2016-08-30 18:34:15 +00:00
Doris Ling
b8e8485720
Remove preference "Searching for Wi-Fi networks..."
...
When we add the preference "Searching for Wi-Fi networks...", we didn't
provide a key to the preference. As a result, each time when we get
access point update and try to show such tile, it creates a new one, and
results in multiple entries of such tile. Adding a key to the preference
will prevent the multiple entry from being added.
Test: Manual -
1. Turn wifi off and on several times, verify that there is only one entry
of "Searching for Wi-Fi networks..." when initializing the wifi access
point list.
2. Verifies that when the access point list is established, the
"Searching for Wi-Fi networks..." entry is gone.
Change-Id: Iaad329d89f8e4b52129d0661501aa34fbd956692
Change-Id: I1bfa77051e068926e8c876a89adf14d143970e7e
Fixes: 31143961
2016-08-30 17:41:44 +00:00
Philip P. Moltmann
578bc45793
Hide unused recylerview to not confuse talkback. am: 6a6db008a9
am: 2664c2331f
...
am: 5bc6a57729
Change-Id: I934af4a441b19f28a30ea06b74da8df0f270072e
2016-08-30 04:49:55 +00:00
The Android Automerger
94473046fb
Merge commit '87e59d0' into nyc-dev-plus-aosp
2016-08-30 01:00:30 +00:00
Philip P. Moltmann
5bc6a57729
Hide unused recylerview to not confuse talkback. am: 6a6db008a9
...
am: 2664c2331f
Change-Id: I0072acf08ce6365c717d89db284bf1b958c27cda
2016-08-29 21:50:07 +00:00
Philip P. Moltmann
2664c2331f
Hide unused recylerview to not confuse talkback.
...
am: 6a6db008a9
Change-Id: I09a366e14349d4e13ceef0bc9b0f1f0de2210a16
2016-08-29 21:42:19 +00:00
Jason Monk
1221326124
Fix multiple bluetooth devices bug
...
am: e2428aff75
Change-Id: I15a10b8260c6812dd1084420b9487497e021f11a
2016-08-29 18:26:31 +00:00
Philip P. Moltmann
6a6db008a9
Hide unused recylerview to not confuse talkback.
...
Fixes: 31088913
Change-Id: I1394cec881d8a1944004a69bc787e5341f8c9ddc
2016-08-29 18:03:26 +00:00
Geoffrey Pitsch
75dc84c85e
Only show BootSounds preference if has_boot_sounds is true. am: fd351eaaf1
am: de67bc9d68
...
am: 93352a4451
Change-Id: I6fe28d8c40bd254458121f1bea3c23b567f36b18
2016-08-29 13:39:23 +00:00
Jason Monk
e2428aff75
Fix multiple bluetooth devices bug
...
Was bug in some code trying to handle preference animations better.
Since those animations are all disabled now, just remove everything
again and re-add it.
Change-Id: If1ce07a8f2b4144d95a95cec6ebb1b423644825a
Fixes: 29314480
(cherry picked from commit 6666f9cc37
)
2016-08-29 13:26:26 +00:00
Geoffrey Pitsch
93352a4451
Only show BootSounds preference if has_boot_sounds is true. am: fd351eaaf1
...
am: de67bc9d68
Change-Id: I077c3fa8247092a38b1a8aa48885221ae2198b1f
2016-08-29 13:15:54 +00:00
Geoffrey Pitsch
de67bc9d68
Only show BootSounds preference if has_boot_sounds is true.
...
am: fd351eaaf1
Change-Id: Iac1ce93f1c9cb063162c2eab14774b720b4eb4e8
2016-08-29 13:12:23 +00:00
Geoffrey Pitsch
1ff11c5ef0
Merge "Only show BootSounds preference if has_boot_sounds is true." into nyc-mr1-dev
2016-08-29 13:06:21 +00:00
Doris Ling
d0c7de09f0
Re-enable Ambient Display double tab. am: fec320324c
am: 6bc8858379
...
am: 5d4c701707
Change-Id: I01c2e3a4a207f0338744228171a0cee7ff6bfbab
2016-08-27 00:33:28 +00:00
Doris Ling
5d4c701707
Re-enable Ambient Display double tab. am: fec320324c
...
am: 6bc8858379
Change-Id: I175e52946e1c11bafcb4376572bcce31f2e21538
2016-08-27 00:10:52 +00:00
Doris Ling
6bc8858379
Re-enable Ambient Display double tab.
...
am: fec320324c
Change-Id: I0fb3bb11e0c6d9b10a095ea1d8cf45c62afaa8e4
2016-08-27 00:07:31 +00:00
Doris Ling
302abf2f54
Merge "Re-enable Ambient Display double tab." into nyc-mr1-dev
2016-08-27 00:04:19 +00:00
Doris Ling
f0bb63f307
Fix NullPointerException in DashboardSummary. am: 797dd7440d
am: 454dc3739a
...
am: 45a821105f
Change-Id: I39623232f80a9de2d2199af11585eaa61bce2e08
2016-08-26 23:03:39 +00:00
Doris Ling
45a821105f
Fix NullPointerException in DashboardSummary. am: 797dd7440d
...
am: 454dc3739a
Change-Id: Id334c7b3f36d8fcfbb4e919007d0bf5789b605fb
2016-08-26 22:26:40 +00:00
Doris Ling
454dc3739a
Fix NullPointerException in DashboardSummary.
...
am: 797dd7440d
Change-Id: Icca9421e52c1f751023bdee5a9b6fbcdbd89e6a1
2016-08-26 22:23:31 +00:00
Doris Ling
fec320324c
Re-enable Ambient Display double tab.
...
Restoring the changes to move Display->Ambient Display to Moves->Quick screen
This reverts commit 9b3000d8ac
, except for
the removal of res/raw/gesture_ambient_move_lift.mp4
Test: Manual - Go to Settings->Display->Quick screen check and verify
the preference is restored.
Bug: 30595437
Change-Id: Ie50bcebd119714d49422b7139d0d0234f27584e2
2016-08-26 14:46:03 -07:00
Christopher Wiley
87e59d0e81
Do not use TetherUtil.setWifiTethering
...
This functionality is replaced by ConnectivityManager.startTethering()
and ConnectivityManager.stopTethering().
Bug: 30147602
Test: Can toggle tethering on/off via all of settings, quick settings,
and quick quick settings.
Change-Id: I4d190185c473237982b988f898e76d4997dc401c
(cherry picked from commit 9d251279ca
)
2016-08-26 13:26:45 -07:00
Doris Ling
797dd7440d
Fix NullPointerException in DashboardSummary.
...
In onSaveInstanceState(), move saving the suggestions logging lists to
the top so that it will be saved to the bundle even when layout manager
is null.
Test: run monkey
Change-Id: I248563a255158feadeb85898a920af96a1565fa9
Fixes:31111795
2016-08-26 11:13:21 -07:00
Salvador Martinez
69fe148362
Updated Nexus imprint screen am: 2acb2257cd
...
am: f2a6608c8c
Change-Id: I8de98ac7c395114618efa6ca8d9c3b14db306aaf
2016-08-26 17:16:11 +00:00
Salvador Martinez
f2a6608c8c
Updated Nexus imprint screen
...
am: 2acb2257cd
Change-Id: I2017163f0c62e92190ed12975d662b8627066548
2016-08-26 17:13:40 +00:00
Salvador Martinez
96fb5d795f
Merge "Updated Nexus imprint screen" into nyc-mr1-dev
2016-08-26 17:01:12 +00:00
Doris Ling
5468424402
Merge "Add ObservableDialogFragment to log DialogFragments."
2016-08-25 20:31:53 +00:00
Salvador Martinez
a54c3690a4
Added guard to logging in AsyncTask am: 030eeeee6d
...
am: 60bd509d4e
Change-Id: Ib1d37a0c9c68c01be0d59bff5d78cd37c083689f
2016-08-25 20:02:35 +00:00
Salvador Martinez
60bd509d4e
Added guard to logging in AsyncTask
...
am: 030eeeee6d
Change-Id: I5ad7dec889004484117a621a18e61c477c0c94d6
2016-08-25 19:59:34 +00:00
Salvador Martinez
2acb2257cd
Updated Nexus imprint screen
...
The fingerprint settings screen looked ugly so an
icon was added and the styles used in the
preferences normalized so everything lines up
and is flush now.
Test: Visually Inspect
Bug: 27834731
Change-Id: I208d7fc2aecbe64d3a0b771fc73f49c9612f6efa
(cherry picked from commit 3d2d5e040a
)
2016-08-25 19:55:11 +00:00
TreeHugger Robot
8da706f6ff
Merge "Updated Nexus imprint screen"
2016-08-25 19:51:02 +00:00