-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PT-PT Translation FIXED #3
Open
tiagofvale
wants to merge
10,000
commits into
daproy:donut
Choose a base branch
from
temasek:cm-11.0
base: donut
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flappjaxxx
pushed a commit
to flappjaxxx/android_packages_apps_Settings
that referenced
this pull request
Dec 23, 2013
This is the Settings application part of the user settable activation sensitivity patch for pie controls. For the complete message look at the commit in frameworks/base. Patch Set daproy#3: * Enabled "Very High" * Changed title from "Sensitivity" to "Responsiveness" * Display summary Patch Set daproy#4: * "Very High" -> "Very high" Change-Id: I99fbbc94c75b64121fd04ff5deb8f5a10a04a63b
loosethisskin
pushed a commit
to loosethisskin/android_packages_apps_Settings
that referenced
this pull request
May 29, 2014
- Previous logic depended on all pattern lock elements to be null prior to removing the preferences. Remove them one by one if they exist now. - PS daproy#3: Add braces. Change-Id: If34bc305eddda2985b37bd55349e4bb5d9b63154
…out sim cards Change-Id: Ib6774b0ad1cd9421a669349321a4f75517f24719
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 <[email protected]>
The attempt at optimizing the loop by skipping the characters that precede the actual match broke the offset calculations, so the number of characters skipped in filtering wasn't calculated correctly. Fixit by removing the misguided optimization. Example: search for "pera" highlight in match: Debug non-rectangular cli_p opera_tions highlight should be: Debug non-rectangular clip o_pera_tions Change-Id: I07c46b3966e6d81124a5b523c1e822b8750f4f7a
Change-Id: I0994f6148e99d1b479640ead076fb307f225bd66 Conflicts: res/values-ja/arrays.xml
Change-Id: Id47e0dcee33861c2c40110b924057b257050e0dd
Change-Id: I2fcbdee3bcf33f8e44b6c5fa29fb1d4d6dcab8e4
There is an aosp bug where MultiSelectListPreference stores a custom state type, but doesn't override onRestoreState and causes an exception to be thrown when inside activities that don't override orientation change. This patch resolves this issue by persisting the preference change, which bypasses that route. No functional impact since we override the values from the settings provider onresume anyway. Repro : - Launch dialer - Launch Settings - Launch blacklist - Launch settings - Rotate phone - Realize you need this patch :) Change-Id: Ie51119190fa6c43db612223bdb60c00fe607b9bf
…re compatibility with themes Change-Id: I9ff6803ade04269e2d7c249e03410001ea047ded Conflicts: res/xml/settings_headers.xml res/xml/status_bar.xml
Change-Id: I58c441d0466514075b91a7a56b5d1a12132bda91
Change-Id: Ib96811a0c268ca68a7b9732283c5abc142d143a4 Signed-off-by: Roman Birg <[email protected]>
Change-Id: I4ac2d63119b328533217104a799cb0660ecddfb9 Signed-off-by: Roman Birg <[email protected]>
Before we would always assume to override the stream, but that is not always the case. Add a checkbox to turn the override on and off. Change-Id: Ic1a58d59a9e514d4c2ccf376191ac7989bbead26 Signed-off-by: Roman Birg <[email protected]>
Change-Id: I657c94aea5da1591a72c4758d4bfec93b8f77dad
Change-Id: I5ccfcaf945bb4de929f007956dafcc551999739d
Change-Id: Idbe1d69b376fc3f42980404d9448152f606e7f8e
This log is a manually updated text file, doesn't reflect reality, and is generating confusion with customers due to outdated and/or irrelevant (for their device) information. Change-Id: I0905e8f0a3eb6303323fbd420472f334a7dcef49
CM is usually installed with recoveries that preserve datamedia, including our own, so the assumption that deleting data will also clear personal media is wrong. Always show the checkbox that was originally limited to removable media to let the user do a full reset Change-Id: I2764c9509cc9ec50a1be979d748341037660a5da
Change-Id: I64f77839f47192275d32e7766a9c32868ddcebab
Change-Id: I3608d06521b650d40df1d32f6d2cce1376830a58
Change-Id: I5073decd1db34b5ab57a2f27896ab4c3e673f4c9 Conflicts: src/com/android/settings/quicksettings/QuickSettingsUtil.java
Since the Pass widget is an app-specific feature (specifically Baton's), the option to toggle the widget should be presented in the app's settings and not in the system settings. Change-Id: Iec1b4bf4fe25b0d1357c78177f05672c58fe72d3 Conflicts: src/com/android/settings/cyanogenmod/LockscreenInterface.java
Unfortunately the Settings app has super powers. We shouldn't let untrusted 3rd party authenticators re-purpose those powers to their own nefarious ends. This means that we shouldn't pass along PendingIntents that can have addressing information (component, action, category) filled in by third parties. Bug: 17356824 Change-Id: I397d26c5f465ddfb0e58bbc66cd44756e58cc507 (cherry picked from commit f5d3e74)
…LATE Change-Id: Ie587d73916802aa85f91bafd8756a6bf9549f2fc
Change-Id: I7f997c82556d719cc39d5f6b95b5122375d6e585
Change-Id: I999511bfa88b4554f8c4bd09e6c8a0237eaa2310
This reverts commit ec73bc4.
Since the Pass widget is an app-specific feature (specifically Baton's), the option to toggle the widget should be presented in the app's settings and not in the system settings. Change-Id: Iec1b4bf4fe25b0d1357c78177f05672c58fe72d3 Conflicts: src/com/android/settings/cyanogenmod/LockscreenInterface.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
tiagovale2 @ XDA.
Rolled back last commit and fixed the directory.