• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der 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. Zeit Autor
c2b9a8b cm-14.0-x86 2016-10-13 01:48:55 Jaap Jan Meijer

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

9d1a4fb 2016-10-11 18:38:31 Steve Kondik

settings: Add permissions for CMParts

Change-Id: I169dbe3b8bb2922efd23cf07956b34198ecfcc7c

7e3c0e9 2016-10-10 05:35:30 Steve Kondik

settings: Add link to Weather settings in CMParts

* Applications menu seems to be the right place for this.

Change-Id: I84f832a22c950dfda7c1e4b79ab6d0de6baf0147

8d3f7e4 2016-10-09 14:45:05 d34d

Keyguard: Get your weather on... the lock screen [3/3]

Change-Id: I9b411c86ea02dd95379fe6fcd1814c81c1c7ef0b

a771c0e 2016-10-08 21:49:39 Steve Kondik

settings: Correctly index SwitchPreferences

Change-Id: I5a2b006823954055b0c3892e8b20ce9df6ca8803

9b52544 2016-10-08 21:27:25 Michael W

Settings: Fix possible NPE

mPackageInfo and applicationInfo can sometimes be null, causing an NPE.
Check for null first and make the menu entry invisible in that case.

This commit is a squash of the following commit from CM 13.0:
29d679a18784e8c28d2146ad3037c420abc00928 Settings: Fix possible crash
4b03da7757caf8a0dff2864ab6a2fac3afd91e39 Settings: Fix possible NPE

Change-Id: I4c2d73cced26b8900c95ede08e5a9c478c107529
Reference: BugDumps 13-20160715-21 L#52, BugDumps 20160909-15 L#39

23e795c 2016-10-08 21:27:03 Roman Birg

Settings: add package name to app info

Change-Id: I8ce737ec5150f37e61240d8053403046ca9317fb
Signed-off-by: Roman Birg <roman@cyngn.com>

71d15cf 2016-10-08 21:26:32 Zhao Wei Liew

Revert "Settings: Display percentage power"

CM has its own customisations for battery icons and percentage.
Revert the unnecessary CAF patch.

This reverts commit 7140288c7f8037e0c3153517d4a0601a333365ae.

Change-Id: Id4c34a4cc4400490a8a82ebd5a3654232377650e

efecdc2 2016-10-07 07:58:45 Arvin Quilao

Settings: remove double press power for camera from Display

This has been moved to CMParts.

Change-Id: I9f01db49ec2a30b50eccca053aa9a48d942304a7

3779d23 2016-10-07 06:20:36 Jaap Jan Meijer

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

Conflicts:
res/xml/device_info_settings.xml
src/com/android/settings/DeviceInfoSettings.java

d361776 2016-10-07 06:18:02 Jaap Jan Meijer

Revert "Add preference for enabling root access (3/3)"

This reverts commit d63634d986ba81140c3ee5fa169adfe9ecf5976e.

51eecdc 2016-10-07 06:17:59 Jaap Jan Meijer

Revert "Settings: Add Superuser entry"

This reverts commit 7863f80ff1d3b0ea530da74b266ffe76908ae31c.

46e6ea0 2016-10-05 18:06:09 Roman Birg

Settings: hook up volume tone preference to CMSettings

Ref: CYNGNOS-1891

Change-Id: Ic3d07f9eeb099b24526c7c502b189cb3bbbbb420
Signed-off-by: Roman Birg <roman@cyngn.com>

8c21955 2016-10-05 05:26:38 Steve Kondik

Android 7.0.0 Release 14 (NBD90Z)
-----BEGIN PGP SIGNATURE-----

iEYEABECAAYFAlfz9GEACgkQ6K0/gZqxDni5BwCeIWx4SeyHc0HHXoAEKBJ7WXdd
CY0AnifjYFPij2rKmkJgyyGycsBlynim
=eho9
-----END PGP SIGNATURE-----

Merge tag 'android-7.0.0_r14' of https://android.googlesource.com/platform/packages/apps/Settings into cm-14.0

Android 7.0.0 Release 14 (NBD90Z)

Change-Id: I82c1b165066d47989d012667de1391900f5774e9

f82d5a2 2016-10-04 06:53:24 Michael Bestas

Settings: forward port lock pattern grid size (2/2)

Fingerprint: Forward challenge extras

The forward port of custom pattern sizes introduced a bug that would
cause an NPE when trying to add a fingerprint for security. This patch
forwards the extras associated with the challenge that would have
normally been passed directly in to the ChooseLockPattern fragment.

TICKET: CYNGNOS-1490

Settings: forward decrypt required on boot flag

This wasn't being pass forward and all of the defaults had it set to
true.

Ticket: CYNGNOS-2270
Signed-off-by: Roman Birg <roman@cyngn.com>

Settings: allow rotation while setting new pattern

Signed-off-by: Roman Birg <roman@cyngn.com>

Settings: use the actual user id to set pattern size

Ticket: CYNGNOS-2462

Settings: handle decrypting larger pattern sizes

Signed-off-by: Roman Birg <roman@cyngn.com>

CryptKeeper: pattern unlock displays incorrect pw when correct

fakeUnlockAttempt() gets called when the user inputs any pattern length
< 4 which queues up the 'incorrect error' message. The message needs to
be cleared before trying to actually check the password so it never goes
through in case the password was correct.

Signed-off-by: Roman Birg <roman@cyngn.com>

Settings: fix non lock pattern CryptKeeper crash

Signed-off-by: Roman Birg <roman@cyngn.com>

CryptKeeper: layout whole screen in bounds

Add flags to make the screen layout properly on devices with the
navigation bar visible

Signed-off-by: Roman Birg <roman@cyngn.com>

CryptKeeper improvements

- Status text was used enough to warrant it being a field variable
instead of looking for the view every time

- Display proper text after changing pattern sizes (to input a pattern,
not a password)

- Disable changing pattern sizes while validaing pattern

REFS: LETTUCE-557, LETTUCE-352
Signed-off-by: Roman Birg <roman@cyngn.com>

Change-Id: I7078d703c218cd096d9b77c003a94b52fbce6322

85278a4 2016-10-03 23:19:23 Steve Kondik

settings: Unbreak PIN scramble

* Fix regex fail, this was moved to CMSDK.

Change-Id: I0b827c0b3873b8da842e844b9dac064fcb1f11ba

829122e 2016-10-01 21:12:31 Dan Elkouby

Revert "Open WiFi network when pull out the USB line."

This reverts commit adce6ee6b751b7fa51e13d13ba5a5435f2461a9c.
- Tethering from WiFi to USB is a perfectly legit use case, nuke that
shit.
- That extra xml key + check is useless and breaks USB tethering
entirely unless added to the overlay.

Change-Id: I8c1c5d267a16df310f944234235234076787cd03

e7a578e 2016-09-29 21:37:59 Steve Kondik

Merge branch 'android_ui.lnx.2.1.r5-rel' of git://codeaurora.org/platform/packages/apps/Settings into cm-14.0

Change-Id: I26bb722ee150b0f5e9e20df736acb4f4cc794efd

24c4424 2016-09-26 18:53:06 Steve Kondik

settings: Add rotation settings

* Links to CMParts

Change-Id: I896c53089fca0ee3b0e867144bb1d72fe8946eaf

efb6831 2016-09-26 17:35:33 Steve Kondik

settings: Add contributors cloud to device info

* Links to CMParts

Change-Id: I35c26b5309beabe82a35dfc4ae2bdb5622f80220

df1728c 2016-09-26 15:19:11 Steve Kondik

Settings: Add CM Updater

Squashed commit of the following:

Author: DvTonder <david.vantonder@gmail.com>
Settings: Add Updater and Changelog
Change-Id: I8cf09962d9ba667bcdba78d7214fd6b5bb0feedc

Author: Jorge Ruesga <jorge@ruesga.com>
settings: hide settings of disabled components

Change-Id: I977bd0c9668b479773802f99d03ecd1072e12f75
JIRA: CYAN-3552
Issue: https://jira.cyanogenmod.org/browse/CYAN-3552
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>

Author: Michael Bestas <mikeioannina@gmail.com>
Move CM updater & remove summary

* Move CM Updater to the top, like the fota app
* Use android's default 'System updates' empty summary
Change-Id: Ia3358397be97bc0ac19dd73598d053eb29efe31d

Change-Id: I8cf09962d9ba667bcdba78d7214fd6b5bb0feedc

ca4ef66 2016-09-23 18:04:30 Chih-Wei Huang

Add an option to control native bridge

7863f80 2016-09-23 18:03:48 Koushik Dutta

Settings: Add Superuser entry

Amended for nougat-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

d63634d 2016-09-23 18:03:48 Steve Kondik

Add preference for enabling root access (3/3)

* Root over ADB is now disabled by default on non-eng builds
* Requires support in su binary and adbd
* Root access can be configured to use ADB only, apps only, or all

Change-Id: I132a35a31c676511db954ff19120fa6d3c795b23

Conflicts:
res/values/arrays.xml
res/values/strings.xml
src/com/android/settings/DevelopmentSettings.java

Settings: Make CM developer options additions respect the on/off toggle
This commit fixes the problem where, when dev options are turned off, our
CM customizations don't turn off with the rest of the options and the
dangerous option (root access) does not reset to a safe setting.

Change-Id: I879756ea353ce2940c05b224998fc1a945f2ceff

DevSettings: Fix the root-access toggle in eng builds

It was being unconditionally removed, put it back

Change-Id: I8eecab7353c59b224d917cc1710124f57656cf47

97ab9f7 2016-09-23 18:03:48 Paulo Sergio Travaglia

Create an EGL context for DeviceInfoSettings

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

ee0b9f0 2016-09-23 18:03:48 Lukasz Anaczkowski

Add information about OpenGL driver version

Change-Id: Icf107642b6d84a85c90c7411d6e42e9b6c6ef739
Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>

99d3f42 2016-09-23 18:03:48 Daniel Leung

Added Manufacturer to device info

Added an item to display manufacturer in device info page.

For: AIA-438
Change-Id: Iae28759653089cf6fc757c1f76b7ee39638144b0
Signed-off-by: Daniel Leung <daniel.leung@intel.com>

d731668 2016-09-22 21:20:08 Linux Build Service Account

Merge 0958a78753c47944d1e9f3b401d247361347ddc7 on remote branch

Change-Id: I08214a16cc1aba6885faeebeca39313b0d94407c

c79fddd 2016-09-21 22:14:00 Marcos Marado

Don't crash while entering in DevelopmentSettings

...when there's no Backup Manager

Change-Id: I24261cfc7d2709d07b895899216ab38d4a757095
(cherry picked from commit 8bac7b3f128db6df21acbc8b7668d240e9bc1802)

72c8355 2016-09-20 18:11:00 Steve Kondik

Re-Implementation of Protected App Settings

Protected App [2/3] Protected Apps Settings -> Apps: - Added Receiver which can send in a call to PackageManager to toggle a components protected status. - Add Protected Apps activity (available from Apps fragment) - Reads from ApplicationInfo state - Requires Pattern Lock to view/modify protected apps - Updates Settings Secure DB with protected components - Support resetting protected apps pattern lock

Change-Id: If07a7b69ac963ffae855621881e1944fc8754782

Protected Apps:

- App Info for protected Apps doesn't allow Uninstall or Clear data
- App Info menu item for launching into Protected Apps when looking at protected components
- Prevent process dialog from getting dismissed on touch or back key (can cause odd behavior if cancelled mid-protect)

Conflicts:
src/com/android/settings/applications/InstalledAppDetails.java

Change-Id: I64104d7ff3fbf9d8c393ebf262d4de0b28abbc5c

Reset Pattern: - If user cancels while creating new pattern, old pattern is restored

Change-Id: I55955b1ffadca2ba712c40c7d443c4fc4b0f528c

Clean up protected apps code (1/2)

- Work with actual ComponentNames instead of converting them between
String and ComponentName all the time
- Name protection state parameter in methods 'state' instead of
'protect', as a value of true actually means it's not protected. Also
consistently use the respective constants for its values.
- Some misc. cleanup

Change-Id: I2855978c8aef3cfa14249e3398039c7cdd145ede

Settings: Create a security fallback on protected apps.

-- Allow a user to bypass pattern lock on protected apps
by inputting their primary account information for the
device.

Conflicts:
res/values/cm_dimens.xml
res/values/cm_strings.xml

Change-Id: I39e5a89a8699cfd2ffaba8aea2daa4f477f2cc9b

settings: reset protected apps view instead of finish the activity

Finish the app after resettings the account, will lead to the protected app selection without a
valid pattern. Instead this should reset the pattern view to create a new pattern prior to go to
protected apps.

Change-Id: Ida41a29f4f8787940f803a23014a68a2f8beb969
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>

Settings: Don't show protected apps options in restricted profiles.

Change-Id: I38c2e8fd3508d360f0e23703ce6c939f02f3714e
JIRA: 4668
Issue: https://jira.cyanogenmod.org/browse/CYAN-4668

Follow normal lock screen convention - allow user to retry when creating pattern lock

Change-Id: I6ad39b07b8de3de03146322b37b60e3f846093d1

Fix: Even when the list is entirely unchecked there may still be components which are still protected and need to cleared when Reset is triggered.

https://jira.cyanogenmod.org/browse/BACON-679
https://jira.cyanogenmod.org/browse/CYAN-4835

Change-Id: Ifee3e8b87be39769aedfed0f9a5bda366c67ee45

ProtectedApps pattern lock for landscape mode.

Change-Id: I9ef70a0e363d4d17510188d24f4742f458fba38e

Launch Protected Apps

Change-Id: I2dc2e1e05c1979118d5324c3c05adfcc6f7ee22a

Protected Apps: update protected apps screens UI

Change-Id: I2dd922956f8ffd9ed153c3d1aa1f9161a127e4c6

Remove unnecessary drawables for launching Protected Apps

Change-Id: I58f471ef9d64c7ced79befbfc30b94d75a0085a2

ProtectedAppsReceiver: fix NPE when components are null

* To reproduce: create a folder at Trebuchet, lock it and leave the screen

Change-Id: I49a2e76fdaa3e375b0ea5aa2bb05eaa92528dd19

Protected Apps: Show state by component instead of by app

Change-Id: Idbe1d69b376fc3f42980404d9448152f606e7f8e
(cherry picked from commit 56e11c8640cb9e34d07eb11fb1b67f3283b2f6f6)

Protected Apps: Increase hit target of the launch app button

Change-Id: I38355aca37079d43975d287ee9d81c3a500c3575
(cherry picked from commit 47e8e46f53cdf4f536845d57cc383d3c5f0ca893)

Protected Apps: Monitor unlock status

Monitor the Activities unlock status so that we can rotate
the screen in this activity without having to unlock again.

Change-Id: I8feab5cb4d55c4df0d0d1475ab6646c046f01925

Protected Apps: add some side padding in app list view

Change-Id: I2549fd8f8b662e2e2c542e67cbc20e6a366fba42

Conflicts:
AndroidManifest.xml
res/values/cm_dimens.xml
res/values/cm_strings.xml
res/values/strings.xml
src/com/android/settings/applications/ApplicationsState.java
src/com/android/settings/applications/InstalledAppDetails.java
src/com/android/settings/applications/ManageApplications.java

Conflicts:
res/values/cm_dimens.xml

Conflicts:
res/values/cm_strings.xml

.

Change-Id: I065ac7965a8c7253ad67a20806201fe8fc6cec84

Protected apps: get protected components settings from secure instead of system

Change-Id: Iebe1a0e5587b844d29524d25da1f7556dd935599

Settings: Actually expose protected apps settings.

Since protected apps are seemingly useful now,
promote them within the privacy guard menu.

Change-Id: I9024cd88f2655f18fb2b68fcf9d75b12e4b5a97e
TICKET: CYNGNOS-84

Settings: Add fingerprint authentication for protected apps.

Protected apps users can now authenticate via fingerprint
if they have at least 1 fingerprint enrolled.

Change-Id: I47504d9183d42ff974b0e1b0f271a424fd747608
TICKET: CYNGNOS-84

ProtectedApps: add up navigation and fix action bar icons

* ProtectedApps has up navigation, but the lock pattern has not.
I catch myself many times when trying to press the up arrow and
noticing later on, that it is not there.

* the drawable used as action bar icon is not white, tint it white
and use it instead.

TICKET: RM-208
Change-Id: Icdd24816af47b16efc38e4e8379811d412f50454
Signed-off-by: Alexander Martinz <eviscerationls@gmail.com>

Settings: Ensure user has to wait 30 before retrying pattern

Issue-id: FEIJ-257, FEIJ-273

Change-Id: I08f16c6863ca5bbdb586d756da813453124851b2

LockPatternView: persist state across rotates

We need to persist and restore the activity states across rotates so the
user doesn't have to restart from the beginning.

Ref: CYNGNOS-141

Change-Id: I18458d55748666b439cf7b6fcecd81ee5c4c7865
Signed-off-by: Roman Birg <roman@cyngn.com>

Protected apps: fix rotation states

Don't try to relaunch the activity if it's already been launched.

Ticket: FEIJ-224

Change-Id: I597417570f2f937afb0195fecd7dc406ff2508f3
Signed-off-by: Roman Birg <roman@cyngn.com>

Close "Protected apps" activity during power cycle

Protected apps activity in Settings is accessed after entering
correct pattern. If user turns off/on the phone while Protected
apps is in foreground, the user must enter pattern again before
using the Protected apps.

Added code in onPause method to close the Protected apps activity
if the user has already been authorized and there is no screen
orientation change.

Change-Id: Ie36ac0f54cce62228f6d0d56fef2e1f24096a803
Issue-Id: FEIJ-491

Improve protected apps string

Change-Id: I3704910d99b5d93bc2f423229da72558d9fe6fb9