• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

packages/apps/Settings


RSS
Rev. Zeit Autor
c92ac15 cm-14.1-x86 2020-05-20 22:48:00 Chih-Wei Huang

Merge remote-tracking branch 'cm/cm-14.1' into cm-14.1-x86

e841b73 oreo-x86 android-x86-8.1-r5 2020-05-08 11:53:53 Chih-Wei Huang

Android 8.1.0 release 76
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXrBHDQAKCRDorT+BmrEO
eLEFAJ4uPj5KYcW3SYHL3T+udHQirMbACgCgjVhTd9OLEcL6lUSq7INOLI+TrcM=
=SQ14
-----END PGP SIGNATURE-----

Merge tag 'android-8.1.0_r76' into oreo-x86

Android 8.1.0 release 76

f858721 pie-x86 2020-05-06 11:01:14 Chih-Wei Huang

Android 9.0.0 release 56
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXrBHTQAKCRDorT+BmrEO
eF6zAJsE6CyIZ2fZxtdoyH5gNi1fgeA7WwCfSmdup7AjSci3zfkTOSUDoTdNyuI=
=9aGq
-----END PGP SIGNATURE-----

Merge tag 'android-9.0.0_r56' into pie-x86

Android 9.0.0 release 56

9b2dbfa q-x86 2020-04-14 23:49:49 Chih-Wei Huang

Add Android-x86 dashboard

Add an option to enable or disable native bridge.
More options will be added in the future.

f26d84b 2020-04-14 23:49:48 Koushik Dutta

Settings: Add Superuser entry

Amended for oreo-x86 porting by cwhuang.

Squashed commit of the following:

Author: Koushik Dutta <koushd@gmail.com>
Switch to new Superuser
Change-Id: I9d91392ad6fbc9953d19059ab59b91d214c00e0c

Author: Danny Baumann <dannybaumann@web.de>
Hide Superuser entry if root access for apps is disabled.
Change-Id: Ibb77ba5a0fccf22564a26b8b1e13f7762c65718e

Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
Development: Root for apps is unavailable if the su daemon isn't running

The superuser options are tied to the Superuser app variant we use,
which in turn is tied to the su daemon. No daemon, no menu options.
Change-Id: I41d58e62986759336ab38e67f26a558c2eed5aa3

Change-Id: I9d91392ad6fbc9953d19059ab59b91d214c00e0c

eb6e50e 2020-04-14 23:49:48 Steve Kondik

Settings: Add developer setting for root access

Also includes following change:

Settings: Set root access options appropriately

It is possible to be running a user build with a debuggable boot image.
In this case, "su" will not be available. So only show none/adb.

Issue-Id: BACON-4461
Change-Id: Iaa7df8311b9ea81eabb1566ba6f9159fdc9fab34

Change-Id: If96219d893c0dfdcf4ad36e1cd8de3a413db0e8b

7fa290d 2020-04-14 23:49:48 Chih-Wei Huang

Add information about OpenGL driver version

In order to get Mesa / OpenGL ES info, an EGL context is required.
Without it, GLES20.glGetString returns NULL.

16e1c8f 2020-04-14 23:49:47 Chih-Wei Huang

Add Manufacturer to device info

Add an item to display manufacturer in hardware info page.

b1d3a6f android-x86-8.1-r4 2020-03-16 19:39:20 Chih-Wei Huang

Android 8.1.0 release 74
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXl1rCQAKCRDorT+BmrEO
eFCeAJ9UJgfPhmkQJU5Gp0kOdqE9Zy2jaACfSxWjhj5l1kcdjxISYXjVhfRh5nk=
=8xTt
-----END PGP SIGNATURE-----

Merge tag 'android-8.1.0_r74' into oreo-x86

Android 8.1.0 release 74

13cde9e 2020-03-13 05:38:06 Mill Chen

RESTRICT AUTOMERGE
Allow LockScreenPattern to be launched in the pinning screen

If work profile lock is enabled and work app is pinned, users will get a
black/white screen on the phone. That's because Settings is prevented
from other apps launch any pages of Settings in the pinning mode.

In order to launch some pages of Settings from other apps, we add a
condition to the preventive mechanism and allow the activity inherited
from SettingsBaseActivity to override the condition to have the activity
to be launched from other apps in the pinning mode.

Bug: 137015265
Bug: 135604684
Test: manual test
Change-Id: I8070de79a83350d1658efcb19e983669dad0e673
Merged-In: I8070de79a83350d1658efcb19e983669dad0e673
(cherry picked from commit 8d47205577cb1f37c8db2b7a27cd71190e20a6a1)

afdfe99 2020-03-13 05:34:30 Mill Chen

RESTRICT AUTOMERGE
Allow LockScreenPattern to be launched in the pinning screen

If work profile lock is enabled and work app is pinned, users will get a
black/white screen on the phone. That's because Settings is prevented
from other apps launch any pages of Settings in the pinning mode.

In order to launch some pages of Settings from other apps, we add a
condition to the preventive mechanism and allow the activity inherited
from SettingsBaseActivity to override the condition to have the activity
to be launched from other apps in the pinning mode.

Bug: 137015265
Bug: 135604684
Test: manual test
Change-Id: I8070de79a83350d1658efcb19e983669dad0e673
Merged-In: I8070de79a83350d1658efcb19e983669dad0e673
(cherry picked from commit 101c9be6c1f7f89cb1b8a788b8e6e62358684d94)

360a04f 2020-02-29 06:26:33 android-build-team Robot

Merge cherrypicks of [10460465, 10460521, 10460352, 10458819] into qt-qpr2-release

Change-Id: I9a02cca7de11383edc3910c29bc414ce1152971c

7880c98 2020-02-29 06:09:40 changbetty

[Telephony Setting] Add supplementary conditions for CDMA display IMEI info when subscriptionInfo is null

Bug: 149307162
Test: make RunSettingsRoboTests ROBOTEST_FILTER=ImeiInfoDialogControllerTest
Change-Id: I1dd83ba55b34433b2b600b8a998000347b6ae5e8
Merged-In: I011b52fd25ca9ad48be3afcdabd9bdd443cd121d
(cherry picked from commit 288fa30c2d67f48e11bfe850adf85634ebabdad5)

c4329b1 android-x86-9.0-r1 android-x86-9.0-r2 2020-02-21 13:36:01 Chih-Wei Huang

Use DownloadManager to get native bridge libraries

5ef2812 2020-02-20 20:28:13 Chih-Wei Huang

Use DownloadManager to get native bridge libraries

328b2e2 2020-02-12 10:26:23 android-build-team Robot

Merge cherrypicks of [10301183, 10301340, 10301110, 10299537, 10300908, 10301450, 10300619, 10301451, 10301654, 10301341, 10301342, 10301343, 10301344, 10301508, 10301184, 10301185, 10301309, 10301290, 10301310, 10301345, 10301346, 10301464, 10301291, 10300931, 10301382, 10301383, 10301465, 10301384, 10301385, 10301408, 10301386, 10299538, 10301387, 10301388, 10301389, 10301390, 10301391, 10301292, 10301392, 10301393, 10301694, 10301695, 10301489, 10299807, 10299808, 10299809, 10300620, 10301491, 10301111, 10301348] into qt-qpr2-release

Change-Id: I8ff23443d78652a0cdda7542393f1c09b7d5e779

dae5254 2020-02-12 10:18:59 Bill Yi

Import translations. DO NOT MERGE

Bug: 143905457

Change-Id: I14e7311ac25f37bbf8bc846a79963d0c560d98c8
Auto-generated-cl: translation import
(cherry picked from commit 4ea25da221b05b0313c400c4fc4a3e6f54dbf463)

ec2106d 2020-02-12 10:18:52 Curtis Belmonte

Update L2U string for face unlock in settings

Test: Checked in Settings for flame-userdebug build
Bug: 143905457
Change-Id: I2705b6bf9ae0a140f69ffaa5490a91500745f1e0
Merged-In: I1e98b95e81dea355c66e8c0f30664db21632d05c
(cherry picked from commit 13a5924c8dbd456bb6469fa3d46da47ecec8f279)

3f7cd6e 2020-02-12 10:18:43 Bill Yi

Import translations. DO NOT MERGE

Change-Id: If28324d88c5dabf515e6ce440d4816b185a39a00
Auto-generated-cl: translation import
(cherry picked from commit 250b9e7012e49164140a907a3e86aa2f63d3c936)

c17d45c 2020-02-11 11:01:27 Chih-Wei Huang

Android 9.0.0 Release 53 (6107734)
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXji5FgAKCRDorT+BmrEO
eNmSAJ9zzsogdsimUvrNEsbvHhJdCtZoeQCeNS8uV/62yhwQTXQ6Au/+JTsJc8k=
=ryvi
-----END PGP SIGNATURE-----

Merge tag 'android-9.0.0_r53' into pie-x86

Android 9.0.0 Release 53 (6107734)

b208771 2020-02-05 19:57:18 Mill Chen

Prevent accounts page directly opening in screen pinning mode

In Settings there is no auth mechanism to prevent accounts page being
opened in screen pinning mode. This CL makes it so that when users are
trying to navigate to any pages in Settings from other apps in screen
pinning mode, Settings app will directly close its page.

Bug: 137015265
Bug: 135604684
Test: manual
Change-Id: If26eda408a9ef6fa03ad82e5bee51bb7185950d6
Merged-In: If26eda408a9ef6fa03ad82e5bee51bb7185950d6
(cherry picked from commit f3242dab3546c019d4b79c502f7b8850d36123a5)
(cherry picked from commit ad2502a91a6d0814396b2d26a7270e8cbdb2ed38)

c364e9b 2020-01-14 10:47:24 android-build-team Robot

Merge cherrypicks of [10081242, 10082309, 10082793, 10082558, 10081243, 10082389] into qt-qpr2-release

Change-Id: I1aba2b7377550d4ae4b108695410aede63b9bafb

7bd817f 2020-01-14 10:40:08 Bill Yi

Import translations. DO NOT MERGE

Change-Id: Ic9b96f52ac79db1805be44d0272709c417c68801
Auto-generated-cl: translation import
(cherry picked from commit 1389dcfd02cfa2772c339e1f18ba5135d044c9c2)

f0d1a4b 2020-01-12 09:18:35 android-build-team Robot

Snap for 6128439 from 5680c7b0e4cfc5e7401659542f1bd286e352a63e to qt-qpr2-release

Change-Id: Ib79e0385f2310dfb908d04a32669adffe395987a

5680c7b 2020-01-11 23:40:09 Bill Yi

Import translations. DO NOT MERGE

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

18d1ae4 2020-01-10 14:12:49 android-build-team Robot

Snap for 6124118 from 176d4ea28eb6d8ed2a7e91a442da65e4e16733af to qt-qpr2-release

Change-Id: Ic65ee936d86f3a1111d453c6ce8d0356f3837d84

176d4ea 2020-01-10 06:51:47 Jay Aliomer

Dark theme settings text

Dark theme text should be appropriate for all types of screens and
not only OLED types

Test: manual
Bug: 147432824
Change-Id: I1e59329064405c72c6f57c92a82b652cd71853a7
(cherry picked from commit d63839afdab5e808830d4cc6c0755b536aba0020)

08371f4 2020-01-08 11:25:45 android-build-team Robot

Snap for 6117658 from ea38ee575c0af54915229750e986684ad45ae585 to qt-qpr2-release

Change-Id: I44501989e5ef74f247d4871acee591f550dac6a6

ea38ee5 2020-01-07 11:59:23 Bill Yi

Import translations. DO NOT MERGE

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

fdad130 2019-12-31 11:12:56 android-build-team Robot

Snap for 6103831 from 7369a964a2887ddeed087ee46614efba7f8cf7c8 to qt-qpr2-release

Change-Id: I797a019ac71ae0dcac7a44f3a25bc67f7990977a