• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


RSS
Rev. 日時 作者
8469dea 2020-11-27 16:20:20 timhypeng

Fix java.lang.ArrayIndexOutOfBoundsException in RemoteVolumeGroupController

-Caused by removing and adding preference at the same time
-Make preference operation method synchronized
-Not to update preference by removing and adding. To check session status and update its content to preference
-Post to UI thread to handle the onDeviceListUpdate() callback from framework

Bug: 170049403
Test: make -j50 RunSettingsRoboTests
Merged-In: Ibfc11e1bd99ba2e578b5d9e7dcc9132e372b68dd
Change-Id: Ibfc11e1bd99ba2e578b5d9e7dcc9132e372b68dd
(cherry picked from commit 1268629fda99896bda747a2531c6c3a4480d8cb1)

94fa774 2020-11-25 09:15:13 android-build-team Robot

Snap for 6993488 from 7b203b94d5ba2e60314855bb59995edfb3718f72 to rvc-d2-release

Change-Id: Ife86435444dbff73deb9e7bb854a04be8de18809

7b203b9 2020-11-25 00:36:06 TreeHugger Robot

Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev

84c4c04 2020-11-24 21:46:29 Bill Yi

Import translations. DO NOT MERGE ANYWHERE

Auto-generated-cl: translation import
Change-Id: I924ad03633e508567ba0d58b8784793758ab666f

5b2805d 2020-11-24 21:20:12 Bill Yi

Import translations. DO NOT MERGE ANYWHERE

Auto-generated-cl: translation import
Change-Id: Iba0e1e93ff77cf74bacf6f73049157826afaca2d

9ed009a 2020-11-24 17:11:56 Hugh Chen

Fix output switcher will show 2 media session when remote playing

Before this CL, output switcher will show 2 media sessions when
some apps are remote playing. The root cause is some apps will
also create local media sessions when they cast media to remote
playing.

This CL add condition to only show remote sessions on output switcher
if apps both have remote and local sessions.

Bug: 169052790
Test: make -j42 RunSettingsRoboTests
Change-Id: I80479d35b2bb2e353cf41f41f457f2dfd15cadbf
Merged-In: I80479d35b2bb2e353cf41f41f457f2dfd15cadbf
(cherry picked from commit e16a8077b542fdbb54fa30ed18c96948ebb0f42a)

b115ff3 2020-11-24 15:46:48 TreeHugger Robot

Merge "Revert^2 "Update the summary of AoD when Bedtime mode is on"" into rvc-qpr-dev

c5dfd3e 2020-11-24 14:34:49 Edgar Wang

Revert^2 "Update the summary of AoD when Bedtime mode is on"

Since Bedtime mode can suppress AoD, after reviewed by UX, we decide
update the summary to "Unavailable because Bedtime mode is on" when AoD
is suppressed by Bedtime mode.

Bug: 168790245
Test: manual & robotest

Change-Id: I96b401bcba213598344c4c4f01b12c275304b809
Merged-In: Id2511cb0ad93b44f6bf701a707b7ddef9438653d

37efc5e 2020-11-21 09:04:15 android-build-team Robot

Snap for 6987211 from 1e1c7c1b0eb4f89d0a445dca1ff2796baa3fd9cc to rvc-d2-release

Change-Id: Id7af30eab9bd20167497da8c81c70dc367be7121

1e1c7c1 2020-11-20 13:02:14 TreeHugger Robot

Merge "Revert "Import translations. DO NOT MERGE ANYWHERE"" into rvc-qpr-dev

1aa452a 2020-11-20 11:57:59 Bill Yi

Revert "Import translations. DO NOT MERGE ANYWHERE"

This reverts commit fc3b543d7dcc40b19bc159a48c018fb040849816.

Reason for revert: Incorrect import

Change-Id: I0d37e83fe5cc4ee8e55a303e38e89dcd1fb7d872

f2abd46 2020-11-20 09:07:30 android-build-team Robot

Snap for 6984805 from e2ee9d02f5b5a4108e5547ade041a7b3b3bd0a54 to rvc-d2-release

Change-Id: I8baf55935f7cbbccfb4aa08c89393235448ab082

e2ee9d0 2020-11-20 03:17:44 TreeHugger Robot

Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev

4f7edf6 2020-11-19 21:47:53 Jakub Pawlowski

Prevent overlay drawing on top of Bluetooth activity dialog

Bug: 168504491
Change-Id: I04ebe580db2b299af2bd5e44e0b0f20bd42f8535

7ddf06b 2020-11-19 21:41:04 android-build-team Robot

Merge cherrypicks of [13090379, 13090456] into rvc-d2-release

Change-Id: I323b00e282f55f93f3d517d66d35247a0e316be5

d306e24 2020-11-19 21:40:57 Yi-yo Chiang

Revert "Update the summary of AoD when Bedtime mode is on"

Revert "Update the summary of Idle lock screen when Bedtime mode..."

Revert submission 13071396-cherrypick-cherrypick-bedtime-hpxwlbiuim-0q85x8kaar

Reason for revert: Broken test b/173663404

Reverted Changes:
Id2511cb0a:Update the summary of AoD when Bedtime mode is on
I041599b9c:Update the summary of Idle lock screen when Bedtim...

Bug: 173663404
Change-Id: I9bea7499393d3ab1733b82140942499dddd9a2aa
Merged-In: I3b7053ad752f548f421dcca10cc1203500b1220b
(cherry picked from commit cd4a35de8ef11074e89c978f840babe652d094b6)

1951d27 2020-11-19 19:20:24 Chris Manton

Add bluetooth package to permission request intent

Limit the component that may resolve this intent to the
bluetooth package.

Bug: 158219161
Test: Security Fix
Tag: #security
Change-Id: If732f940a7aa256f5975349118e8eb6cf5584676

6117ace 2020-11-19 15:43:06 Wesley.CW Wang

Add Battery Defender strings to Settings

Bug: 172794045
Test: make SettingsRoboTests
Change-Id: I44f669879a4cb141d3107f77c6a78a1a4406e37c

cd4a35d 2020-11-19 13:32:44 Yi-yo Chiang

Revert "Update the summary of AoD when Bedtime mode is on"

Revert "Update the summary of Idle lock screen when Bedtime mode..."

Revert submission 13071396-cherrypick-cherrypick-bedtime-hpxwlbiuim-0q85x8kaar

Reason for revert: Broken test b/173663404

Reverted Changes:
Id2511cb0a:Update the summary of AoD when Bedtime mode is on
I041599b9c:Update the summary of Idle lock screen when Bedtim...

Bug: 173663404
Change-Id: I9bea7499393d3ab1733b82140942499dddd9a2aa
Merged-In: I3b7053ad752f548f421dcca10cc1203500b1220b

fc3b543 2020-11-19 12:46:24 Bill Yi

Import translations. DO NOT MERGE ANYWHERE

Auto-generated-cl: translation import
Change-Id: I5f92e547137795cfcda635fe9c8f712a953a449c

18e37bd 2020-11-19 09:07:26 android-build-team Robot

Snap for 6981953 from bca70dd22d20062aefb656a2c33814ac3d3e37f7 to rvc-d2-release

Change-Id: Iec953965e78a95d5007ce84180a15590c9bca9e2

bca70dd 2020-11-18 23:22:11 Edgar Wang

Update the summary of AoD when Bedtime mode is on

Since Bedtime mode can suppress AoD, after reviewed by UX, we decide
update the summary to "Unavailable because Bedtime mode is on" when AoD
is suppressed by Bedtime mode.

Bug: 168790245
Test: manual & robotest
Change-Id: Id2511cb0ad93b44f6bf701a707b7ddef9438653d
Merged-In: Id2511cb0ad93b44f6bf701a707b7ddef9438653d

03f15ba 2020-11-18 12:42:44 TreeHugger Robot

Merge "Update related UI if battery is not present" into rvc-qpr-dev

0c870fd 2020-11-17 07:47:34 Eugene Susla

RESTRICT AUTOMERGE
Prevent non-system overlays from showing over notification listener consent dialog

Bug: 170731783
Test: use a visible overlay, ensure it's gone when notification consent is open
Change-Id: I58e017982f385ffc0d0ba2174512490b1d83dd36

b919f06 2020-11-15 07:10:32 android-build-team Robot

Snap for 6973286 from 3b4744a6c1dfaf630c449d94bc23e79c94a7a757 to rvc-d2-release

Change-Id: Ia02ae91e502a1688ddc4316e1e0c607975e761cd

3b4744a 2020-11-14 15:32:55 Weng Su

Merge "Fix the bug of losing Wi-Fi certificate when editing" into rvc-qpr-dev

224948f 2020-11-13 16:32:34 Weng Su

Fix the bug of losing Wi-Fi certificate when editing

- When the saved certificate is loaded into the UI, the EAP method
spinner will trigger a redundant item selection event to refresh the
certificate to the default value.

- Filter out redundant item selection event of the EAP method spinner.

- Analysis report:
https://docs.google.com/document/d/1uzyO0NQsT0PVT-ZKbWtDTt4KRXvm3L994MmZTXZ4d5Y/edit?usp=sharing

Bug: 161569880
Test: make RunSettingsRoboTests
ROBOTEST_FILTER=WifiConfigController2Test
Merged-In: I947fb7668ffa7e9ed8c150fe14e6ae9d7a67393c
Change-Id: I00b73b4bfc078aca37396aab4c802a3de64318cf

cf74e10 2020-11-13 09:07:27 android-build-team Robot

Snap for 6969817 from 854b1837c9af99cce0db2c1f88ba32938c19895c to rvc-d2-release

Change-Id: I9087d9aa6a474850cba4810bd29693e86f02cecc

854b183 2020-11-13 03:46:40 Sarah Chin

Merge "Update signal strength on ServiceState in service" into rvc-qpr-dev

62efb18 2020-11-12 17:42:53 Sarah Chin

Update signal strength on ServiceState in service

Test: make RunSettingsRobotTests
Bug: 167643728
Change-Id: Ibf69f9e9ec2acafef1316069d37b8d2a27d7d4d7
Merged-In: Ibf69f9e9ec2acafef1316069d37b8d2a27d7d4d7
(cherry picked from commit 3b3704d693caf720ef0cc258750f8dacedd10583)