• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

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

packages/apps/Settings


RSS
Rev. Time Author
5512b2f 2020-08-14 13:27:09 Bill Yi

Import translations. DO NOT MERGE ANYWHERE

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

d553d43 2020-08-14 11:32:05 Jeffrey Carlyle

Merge "Add BatteryStatusFeatureProvider" into rvc-qpr-dev

b49bd35 2020-08-14 08:31:01 Zhen Zhang

Merge "Update subtext of Ethernet Tethering preference" into rvc-qpr-dev

b824187 2020-08-13 18:58:55 Jason Chiu

[DO NOT MERGE] Update contextual cards display mechanism

1. Make Wi-Fi card default to collapse.
2. Support showing a default card when there's no displayable card.
3. Solve the problem of icon not showing for cached slices in card
renderer

Bug: 163288869
Fixes: 159092915
Test: manual, robotest
Change-Id: Ie8b61ad58410337334e29b7a794353b0c6a6ba8c

b6a9493 2020-08-13 17:52:27 Arc Wang

Merge "[Wi-Fi] Fix crash after editing invalid hotspot password" into rvc-qpr-dev

75028dd 2020-08-13 08:13:48 Zhen Zhang

Update subtext of Ethernet Tethering preference

Update the subtext summary according to UX

Bug: 153761463
Test: built successfully; manually test
Change-Id: I96d1a1f5111f85ee4b10f61ab4408822b99032e1

01cb6c4 2020-08-13 06:51:47 Lucas Dupin

Merge "Time for dark theme doesnt format 24 hr correctly" into rvc-d1-dev am: e899f749a1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12337522

Change-Id: I4dae464e9f3c581d80a10d515934302c345ef336

e899f74 2020-08-13 06:27:45 Lucas Dupin

Merge "Time for dark theme doesnt format 24 hr correctly" into rvc-d1-dev

228bc78 2020-08-12 22:40:06 Yi-Ling Chuang

[DO NOT MERGE] Pre-allocate height for contextual cards.

To prevent the UI jank causing by the async card loads, we pre-allocate
some space for the card to fill in. After this change, only one card can
be shown at a time.

More details:
- When the card number configuration is set to 0, don't trigger the card
loader.
- The height adjusting logic is as follows.
When Settings is opened, pre-allocate a space first.
After the RV finish laying out, reset the RV to wrap_content. So if the
card has to be expanded(eg. wifi large mode or dismissal view), then it
will adjust the height accordingly. While if a card previously shown
becomes unavailable(dismissed or conditions not meet), we also reset the
RV so the space can be gone.

Bug: 163288869
Test: robotest
Change-Id: I0dcb2dae8f0533e562ad06f664b7ae7a9afecd21

b432cf2 2020-08-12 15:29:30 Arc Wang

[Wi-Fi] Fix crash after editing invalid hotspot password

From Android 11, Wi-Fi framework only supports ASCII encoding
for hotspot password, APP should check if password character is
valid.

This change checks if SoftApConfiguration accepts the password
and disable the OK button if the password is invalid.

Bug: 163353576
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiUtilsTest
Change-Id: Icf3b5c85856906e4cbe2f0ad79583c1b7182b8c7
Merged-In: Ief3c6c1f08f8fcdf128768cde3ab8eef91f19fbe

f22059f 2020-08-12 05:49:27 Jeffrey Carlyle

Add BatteryStatusFeatureProvider

This allows the battery header status line to be overridden.

Bug: 150239363
Test: implemented provider and changed status line text
Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com>
Change-Id: I05bedbee641f087de5ee1b25a00724ce2de51f87
Merged-In: I05bedbee641f087de5ee1b25a00724ce2de51f87

56f65fe 2020-08-11 02:17:25 TreeHugger Robot

[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-d1-dev am: 1419ef2874 -s ours

am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12341404

Change-Id: I2fb7a80bdf3e12d70c16db7cdd1602ec5acd4f68

1419ef2 2020-08-11 02:03:22 TreeHugger Robot

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

cf614aa 2020-08-10 16:10:26 SongFerng Wang

Merge "Manual selection item's data icon is wrong" into rvc-d1-dev am: ddc238c15e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12326249

Change-Id: Ie601f7835d5cb99dbd1491deaae5ed394a94c549

ddc238c 2020-08-10 15:52:48 SongFerng Wang

Merge "Manual selection item's data icon is wrong" into rvc-d1-dev

ca593c5 2020-08-10 01:26:09 Bill Yi

Import translations. DO NOT MERGE ANYWHERE

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

88558e8 2020-08-09 04:59:01 Bill Yi

[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 80d8d4d07c -s ours

am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12334452

Change-Id: I77c4998fa1886c8768626db6f8c3848160bf00a2

7e18f9f 2020-08-09 01:11:50 Bill Yi

Import translations. DO NOT MERGE ANYWHERE

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

80d8d4d 2020-08-09 00:32:24 Bill Yi

Import translations. DO NOT MERGE ANYWHERE

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

b569dfd 2020-08-08 08:43:09 Jay Aliomer

Time for dark theme doesnt format 24 hr correctly

Fixes: 163048376
Test: Manual
Change-Id: Ia6c2633408670656c2b42bfb724aaf900561682e

a5d22b1 2020-08-08 02:41:57 TreeHugger Robot

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

d032e7a 2020-08-08 02:39:13 TreeHugger Robot

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

352259e 2020-08-08 00:01:31 TreeHugger Robot

[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-d1-dev am: 1da29b3f77 -s ours

am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12331170

Change-Id: Ica5ba9d21d38210c1cb7ec597f314736fd34707d

1da29b3 2020-08-07 23:45:54 TreeHugger Robot

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

edd587c 2020-08-07 20:37:27 TreeHugger Robot

Merge "[Wi-Fi] Support multi-SIM for SIM dependent EAP methods" into rvc-qpr-dev

1dc9ae1 2020-08-07 16:35:13 SongFerngWang

Manual selection item's data icon is wrong

If level is the same previous level, the icon didn't updated.

Bug: 162505961
Test: fake the list and check item's icon. PASS
Change-Id: I6c40bfb40fe0d1c5d576b8cc0bc5190d9ab3ef04

38bac4f 2020-08-07 16:16:50 The Android Open Source Project

Import translations. DO NOT MERGE ANYWHERE

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

62da4cd 2020-08-07 15:29:58 TreeHugger Robot

[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-dev am: 37a3d091ba -s ours am: 27f7aae886 -s ours

am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12329706

Change-Id: I2ea0f2e14c9260da002a38008011b0b5caf45aac

27f7aae 2020-08-07 15:16:57 TreeHugger Robot

[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-dev am: 37a3d091ba -s ours

am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12329706

Change-Id: I4492d29ee205814cdd4662b1b0fbdcf76be3a5d5

37a3d09 2020-08-07 15:02:58 TreeHugger Robot

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