TreeHugger Robot
90f3d52faf
Merge "Keep classes/fields only used via reflection"
2016-08-02 01:19:03 +00:00
Bill Yi
de26061dc9
Import translations. DO NOT MERGE
...
Change-Id: Icbf8d39b372bdfad0e5dd5eec9753a8725ec0c90
Auto-generated-cl: translation import
2016-08-01 17:43:36 -07:00
Bill Yi
85c180f23e
Import translations. DO NOT MERGE
...
Change-Id: I4ddcf9511c4624589a0a73cf14a51727d5466b86
Auto-generated-cl: translation import
2016-08-01 17:36:04 -07:00
Doris Ling
e797d91c83
Fix caption text being cut off when text size is set to very large.
...
In landscape mode, the caption preview height is set to 100dp. When
running in tablet and setting the caption text size to Very large, 100dp
is not enough to render the complete text with all the paddings defined.
Increasing the preview height to make enough room to display the caption
text.
Change-Id: Ia45c01a16eb1829d569d71648de398d48a7e4618
Fixes: 29125201
2016-08-01 17:04:38 -07:00
Justin Klaassen
ab7041107f
Keep classes/fields only used via reflection
...
Bug: 30355720
Change-Id: I9c8325a0b42cda5beeb8dfe76bde46afd2bec727
2016-08-01 23:47:53 +00:00
Fan Zhang
0ccfd66bbe
Merge "Set correct flag when enabling listener for conditions." into nyc-mr1-dev am: dccd2544b3
am: 9c967df320
...
am: 503a155438
Change-Id: I7a5b4efda0b9d58b5ac9a3645a9abb526293c10f
2016-08-01 22:27:07 +00:00
Fan Zhang
81786acf49
Set correct flag when enabling listener for conditions. am: 0aebaf1556
am: 38cdd42efa
...
am: 939d5773ff
Change-Id: Ic9d74c3a051ae3ba3b99fc1f3fe1ccc8c8d963fa
2016-08-01 22:27:06 +00:00
Fan Zhang
fcc095ffd3
Log switch toggle action whenever its status changes. am: 6d2a0c80df
am: 181f21393c
...
am: b22d11436d
Change-Id: I9a3c39fab47e458a10255af586ea8207453b03e9
2016-08-01 22:27:05 +00:00
Doris Ling
2d13858354
Merge "Fix margin in Tap & pay -> Payment default."
2016-08-01 22:21:47 +00:00
Jeremy Klein
b04fae204e
Set the tether Entitlement app as active when enabling tethering.
...
This fixes tether entitlement timeouts when tethering is enabled
via the QS tile.
Bug: 29514913
Change-Id: I975bf3e52d2df49541544d1b7a6bdcdec1b61d8c
2016-08-01 15:00:19 -07:00
Fan Zhang
503a155438
Merge "Set correct flag when enabling listener for conditions." into nyc-mr1-dev am: dccd2544b3
...
am: 9c967df320
Change-Id: I62094f825b1156729e76cfc45845d8e828e0891c
2016-08-01 21:40:34 +00:00
Fan Zhang
939d5773ff
Set correct flag when enabling listener for conditions. am: 0aebaf1556
...
am: 38cdd42efa
Change-Id: Ice3ede55651abafc1ccaf5d1c7e52b39443b3e45
2016-08-01 21:40:34 +00:00
Fan Zhang
9c967df320
Merge "Set correct flag when enabling listener for conditions." into nyc-mr1-dev
...
am: dccd2544b3
Change-Id: I4e93011305b9c2e98899d7cc752793386d7f8107
2016-08-01 21:38:11 +00:00
Fan Zhang
38cdd42efa
Set correct flag when enabling listener for conditions.
...
am: 0aebaf1556
Change-Id: Iba750354cb791b3daace54ed1ed8ccdb645f6901
2016-08-01 21:38:10 +00:00
Fan Zhang
dccd2544b3
Merge "Set correct flag when enabling listener for conditions." into nyc-mr1-dev
2016-08-01 21:31:15 +00:00
Fan Zhang
0aebaf1556
Set correct flag when enabling listener for conditions.
...
Bug: 30551655
Without this flag Settings app will close whenever listener is
enabled/disabled.
Change-Id: I99102308ada3897cf44917e96015c71b926e5fb5
2016-08-01 13:58:57 -07:00
Fan Zhang
b22d11436d
Log switch toggle action whenever its status changes. am: 6d2a0c80df
...
am: 181f21393c
Change-Id: I16a34ea7636bf6ca015996e16ca554bc6f72c5aa
2016-08-01 19:22:07 +00:00
Fan Zhang
181f21393c
Log switch toggle action whenever its status changes.
...
am: 6d2a0c80df
Change-Id: If5eda574db3ea776a082246d2919e4e49d614206
2016-08-01 19:19:07 +00:00
Doris Ling
c51143a35a
Fix margin in Tap & pay -> Payment default.
...
Change PaddingLeft to PaddingStart so that it also works in RTL.
Change-Id: I649a89798d95d64e0c5da6eb1decd217ef7e98c7
Fixes: 28762436
2016-08-01 11:35:03 -07:00
Doris Ling
24299b82f2
Fix crash when selecting AppInfo for uninstalled app from Recents.
...
When an app is uninstalled, the corresponding app info is not removed
fromi the Recents tasks. If user selects that app info entry from the
recents tasks, it will failed to retrieve the app detail as the package
is already removed.
Add the package removed event listener in InstalledAppDetails such
that when the package has been unintalled, its app info task will also
be removed from Recents.
Change-Id: I771507f8f53017f87eda31ddef77a95e30921cbf
Fixes: 28671923
2016-08-01 11:06:33 -07:00
Fan Zhang
6d2a0c80df
Log switch toggle action whenever its status changes.
...
Bug: 30110675
onClick is only called when the switchbar is clicked. We also need to
log when switch itself is clicked.
Change-Id: I892b72daeefe0f36608a73fe509199e200376eb7
2016-08-01 10:41:23 -07:00
Meng Wang
dfba923468
Hide sim card selection UI when only one sim presents
...
Bug: 30319100
Change-Id: I9bb8409475d9431463516117b54d34cbdfb317b9
2016-08-01 10:19:15 -07:00
Erik Wolsheimer
56c1b61e79
Fix potential NPE in BluetoothPairingDialog#onDestroy
...
BUG: 21478473
Change-Id: I8b2b7222f6f17d27cd18a35f83f8d48125ec4091
2016-08-01 09:18:37 -07:00
Fan Zhang
0ac9f80a28
Align battery consumer app title to view start. am: b3e657211d
am: 68467c781c
...
am: 7b8a73c21a
Change-Id: I73b81a457965f0c63a5a1b6b68a3b74a79accbbe
2016-07-30 08:54:23 +00:00
Fan Zhang
7b8a73c21a
Align battery consumer app title to view start. am: b3e657211d
...
am: 68467c781c
Change-Id: I58a0908caa5e6c9a2933423a423fbf07e9054ea1
2016-07-30 08:43:09 +00:00
Fan Zhang
68467c781c
Align battery consumer app title to view start.
...
am: b3e657211d
Change-Id: I8e75cc94d3902648a3164fc686219d1975dc0e04
2016-07-30 08:04:50 +00:00
Fan Zhang
b3e657211d
Align battery consumer app title to view start.
...
Bug: 30161009
This makes sure in RTL language app titles start from right.
Change-Id: I87030121f39519d09e5872eb4c01ec682f69db55
2016-07-29 14:00:31 -07:00
Maurice Lam
02fcbdea4e
Merge "Position fingerprint progress in the center on landscape"
2016-07-29 17:43:08 +00:00
Vineeta Srivastava
c7982b8340
Merge \\\"Show IMEI SV when phone has LTE_ON_CDMA_TRUE\\\" into nyc-mr1-dev am: 10327d07fd
am: bb68b80652
...
am: d3268b8c4b
Change-Id: I006d7b3103ebb1bf39ab63a01ecab7c495a8cf7a
2016-07-29 16:56:16 +00:00
Doris Ling
9dbd4b0de0
Merge \\\"Update UI for gesture settings.\\\" into nyc-mr1-dev am: a2b693db93
am: bbe8025d14
...
am: e8c50127db
Change-Id: Ifc21b65602f71a44ad83ea3a0092c1e89de49bdd
2016-07-29 16:47:55 +00:00
Doris Ling
869c577026
Merge \\\"Update UI for gesture settings.\\\" into nyc-mr1-dev am: a2b693db93
am: bbe8025d14
...
am: 5a805442b2
Change-Id: Id1ac8d982e43ae2d0651ebb6d0cb97e47a8fd537
2016-07-29 16:47:53 +00:00
Doris Ling
b54a6c0b5c
Update UI for gesture settings. am: d59fcc94be
am: 20304fb0ad
...
am: 40be135704
Change-Id: I0f207dc18a32d4e5a1f9c20961ee0814ec69259f
2016-07-29 16:46:02 +00:00
Salvador Martinez
49a6ec297b
Merge "can open settings with support tab by default"
2016-07-29 16:26:39 +00:00
Vineeta Srivastava
d3268b8c4b
Merge \\"Show IMEI SV when phone has LTE_ON_CDMA_TRUE\\" into nyc-mr1-dev am: 10327d07fd
...
am: bb68b80652
Change-Id: I82b53e3648e4a8cb7a9a20db3a94e10c3288c764
2016-07-29 01:53:34 +00:00
Vineeta Srivastava
e8c50127db
Show IMEI SV when phone has LTE_ON_CDMA_TRUE am: d153a18a27
...
am: a8cbfb5b56
Change-Id: I89281bf00bb7ba51a02a6578c59a5bdb8efebfd9
2016-07-29 01:53:33 +00:00
Vineeta Srivastava
bb68b80652
Merge \"Show IMEI SV when phone has LTE_ON_CDMA_TRUE\" into nyc-mr1-dev
...
am: 10327d07fd
Change-Id: Ifc2019449837e668176f7cd757a2c94a01590a7c
2016-07-29 01:50:53 +00:00
Vineeta Srivastava
a8cbfb5b56
Show IMEI SV when phone has LTE_ON_CDMA_TRUE
...
am: d153a18a27
Change-Id: Ic3adf187fd607e6ebf6e64e3d02b7fc311a6b89e
2016-07-29 01:50:53 +00:00
Maurice Lam
c81575138e
Position fingerprint progress in the center on landscape
...
Update the layout of the landscape fingerprint enrolling screen to
be consistent with fingerprint find sensor, which vertically centers
the graphic on the right.
Also added back the accessibility live region for TalkBack.
Bug: 30288351
Bug: 30287231
Change-Id: Ia5b429215e36bbc108585aa8b14330b77ddc8584
2016-07-29 01:31:19 +00:00
Vineeta Srivastava
10327d07fd
Merge "Show IMEI SV when phone has LTE_ON_CDMA_TRUE" into nyc-mr1-dev
2016-07-29 01:27:06 +00:00
Vineeta Srivastava
d153a18a27
Show IMEI SV when phone has LTE_ON_CDMA_TRUE
...
Bug: 30463148
Change-Id: I518278725d0980b9a98ddf0cf01d65eab3dbb74d
2016-07-28 17:02:44 -07:00
Doris Ling
5a805442b2
Merge \\"Update UI for gesture settings.\\" into nyc-mr1-dev am: a2b693db93
...
am: bbe8025d14
Change-Id: Iaae98c2e1a21002e271a9b8528470664b82034ae
2016-07-28 23:46:14 +00:00
Doris Ling
40be135704
Update UI for gesture settings. am: d59fcc94be
...
am: 20304fb0ad
Change-Id: I7d0183ba61c1a9ac6f891f007666e76303cc26db
2016-07-28 23:45:03 +00:00
Doris Ling
bbe8025d14
Merge \"Update UI for gesture settings.\" into nyc-mr1-dev
...
am: a2b693db93
Change-Id: Ifaaf05efb756afe6e455bd7c6fbaf17f3b0bafce
2016-07-28 23:36:54 +00:00
Doris Ling
20304fb0ad
Update UI for gesture settings.
...
am: d59fcc94be
Change-Id: I8762ba55f123c1e959e36c9ad3850817bb4374a0
2016-07-28 23:36:24 +00:00
Yohei Yukawa
b0d54ca660
Merge \\\"Check if InputMethodService is Direct Boot aware\\\" into nyc-mr1-dev am: 86547c2303
am: cd0f5abfca
...
am: 749d5cd2a6
Change-Id: I189585303eb466884612a0e28ddaa72160bc685f
2016-07-28 23:33:53 +00:00
Yohei Yukawa
a6699afd05
Check if InputMethodService is Direct Boot aware am: 4e44a5ec8e
am: fc7672a010
...
am: f6bd4d7f32
Change-Id: I94afa4c2fbdc8b7915c15aa1a309914c608b69f1
2016-07-28 23:33:52 +00:00
Bill Yi
da56513b95
Merge \\\"Import translations. DO NOT MERGE\\\" into nyc-mr1-dev am: e4ae0a88c0
-s ours am: 692737b238
-s ours
...
am: 89009352ed
-s ours
Change-Id: I70137c4560d36f1bc67bb19779a50962ca2366e5
2016-07-28 23:33:50 +00:00
Bill Yi
4ad0e7c5b7
Import translations. DO NOT MERGE am: 44bef2e58a
-s ours am: 3caab51540
-s ours
...
am: 9b5d973b8c
-s ours
Change-Id: Ic32805dbd8e6969dfaf8744784e74425b061a5b8
2016-07-28 23:33:49 +00:00
Doris Ling
a2b693db93
Merge "Update UI for gesture settings." into nyc-mr1-dev
2016-07-28 23:28:17 +00:00
Yohei Yukawa
749d5cd2a6
Merge \\"Check if InputMethodService is Direct Boot aware\\" into nyc-mr1-dev am: 86547c2303
...
am: cd0f5abfca
Change-Id: I61e88cefbc027e6dd16fc11dffa69b9968c3a889
2016-07-28 23:20:33 +00:00