summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement issue #6819955: Add button to take bug report.Dianne Hackborn2012-07-131-0/+61
| | | | Change-Id: Ic615180121d4db52f92aa8264d95d790de5fff9d
* Display FCC id for LTE in Settings.John Wang2012-07-111-0/+8
| | | | | | | If ro.ril.fccid is set by RIL, display it at Settings -> About Tablet -> FCC Equipment ID. bug:4965501 Change-Id: I920ab071bf1997c4fbf3ce81f88e24f512d004c3
* Fix issue #6761130: Clearing app data in settings does not clear app's USB ↵Dianne Hackborn2012-06-292-11/+25
| | | | | | | | | | | storage The installed app details was not correctly distinguishing between cache and normal data on external storage. The cache files on external storage are now correctly shown in the cache section, since those are what get deleted when you hit the clear cache button. Change-Id: Id98bdb7fb5202d6a092fe5a772638eeb6aed2b47
* Fix Settings NPEBrian Muramatsu2012-06-281-1/+5
| | | | | | | | | | | Labels for account types can be null which causes a NPE to occur in Settings. If the label is null, don't bother adding an account header. If we don't do this, then it would blow up when trying to sort the headers anyway, so this change will fix the crash. Bug 6727947 Change-Id: I284d7204b6d21c8d1b0a36e18ecae2c2361eeb84
* Add menu item to Settings to go to Cell Broadcast settings.Jake Hamby2012-06-251-0/+21
| | | | | | | | | | | | | | | Add menu item to Settings when "config_cellBroadcastAppLinks" config option is set to true to jump to the Cell Broadcast app settings activity. This enables the Cell Broadcast launcher icon to be removed, while still allowing access to the app (by adding a similar menu item to the MMS app) and its settings activity (this settings link). The menu item will not be added if the CellBroadcastReceiver package is disabled or not installed. Bug: 6709985 Change-Id: If3a3016ceea70704790964c0b712c31cb38f7b62
* Merge "Fix incorrect updating of headers in Settings" into jb-devAmith Yamasani2012-06-201-14/+8
|\
| * Fix incorrect updating of headers in SettingsAmith Yamasani2012-06-201-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings was overriding the header list in PreferenceActivity and maintaining its own. In the case where Settings activity is restored from saved state, the header lists went out of sync and couldn't be updated anymore. This makes use of a new private method in PreferenceActivity to retrieve the header list object so that they stay in sync and can be updated. Also make sure to invalidate headers on resume, so that the latest account types are loaded. Bug: 6685701 Change-Id: I76ed1e1579a70fb5abfcea417d7e981907bdc02c
* | Merge "Use string resources instead of literals for backup password ↵Christopher Tate2012-06-191-3/+3
|\ \ | | | | | | | | | confirmations" into jb-dev
| * | Use string resources instead of literals for backup password confirmationsChristopher Tate2012-06-191-3/+3
| |/ | | | | | | | | | | Localizability is good. Bug 6683158 Change-Id: I205e4a09f5137e18d4085fcc041fae86f26ab188
* | Show full summary for network location sercice even for wifi-only devicesAmith Yamasani2012-06-191-5/+0
|/ | | | | Bug: 6694051 Change-Id: Ic2446aa640bc2688fd74885eeb55f179c51e7691
* Merge "Implement issue #6633077: Improve permissions display for..." into jb-devDianne Hackborn2012-06-151-2/+41
|\
| * Implement issue #6633077: Improve permissions display for...Dianne Hackborn2012-06-151-2/+41
| | | | | | | | | | | | | | ...inherited permissions from shared UIDs Bug: 6633077 Change-Id: I91917339e83b79a3dfcfcb70a68d571c9a7f7e14
* | Fix issue #6664140: Time to lock should work even Stay awake...Dianne Hackborn2012-06-151-1/+18
|/ | | | | | | | | | ...in Developer options is on Disable the stay awake while on option in settings if a lock limit is being enforced. Bug: 6664140 Change-Id: I8da1b8c734ceef10662d33392609c35e645315c3
* Show only the language if there's only one locale for the language.Amith Yamasani2012-06-131-4/+32
| | | | | | | | If the system has only one instance of that language, then only show the language without the country name. Bug: 6522572 Change-Id: I1e99182b1c669b200090f6c360bb902376b63ab0
* Storage banner when device in low disk state.Jeff Sharkey2012-06-121-0/+19
| | | | | Bug: 6576409 Change-Id: I25f71935e312bf6efa832d10c22e3edbdc18f4fb
* Merge "Disable notification alerts in Settings for SUW" into jb-devRussell Brenner2012-06-121-5/+7
|\
| * Disable notification alerts in Settings for SUWRussell Brenner2012-06-111-5/+7
| | | | | | | | | | | | | | | | When activated by Setup Wizard, disable notification alerts and other status bar flags as also done by Setup Wizard and GSF. Bug: 6645469 Change-Id: I43ef5c2a5fa3f53434a1aaa968de50d91b0d78ce
* | Fix NPE in rotation lock content observer.Jeff Brown2012-06-121-2/+5
| | | | | | | | | | Bug: 6647846 Change-Id: Idd17edb78f451807eabdd988017b68ce02b9c75f
* | Merge "Exit to Settings when removing the only account for a type." into jb-devAmith Yamasani2012-06-083-4/+8
|\ \
| * | Exit to Settings when removing the only account for a type.Amith Yamasani2012-06-083-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip over the ManageAccounts screen which shows the list of accounts for a particular type, if there are no accounts there. Bug: 6630827 Also fix text alignment in top-level of settings. Change-Id: Icd446babc131e7052fc9e95514214fffe6e6e113
* | | Merge "Removing head turn and putting blink back" into jb-devDanielle Millett2012-06-082-141/+31
|\ \ \ | |/ / |/| |
| * | Removing head turn and putting blink backDanielle Millett2012-06-082-141/+31
| | | | | | | | | | | | | | | | | | | | | | | | Changing the strings and workflow in settings to be blink again instead of the new head turn. This basically undoes the following two cls: I67c8acd4 and Ifc7b6e18. Change-Id: I8694b1d82efac9d2f97c29128da6698b6ac2a4ce
* | | Merge "Save the auto-sync dialog state for orientation changes" into jb-devAmith Yamasani2012-06-081-0/+10
|\ \ \
| * | | Save the auto-sync dialog state for orientation changesAmith Yamasani2012-06-071-0/+10
| | | | | | | | | | | | | | | | | | | | Bug: 6630421 Change-Id: I11447173483da499e23c5ce41c566fa988385e6b
* | | | Directly go to account sync screen if there's only one account for that type.Amith Yamasani2012-06-072-12/+37
|/ / / | | | | | | | | | | | | Bug: 6629330 Change-Id: Ieb2bad131b1580a6b75d970c9a0ea9980580f66d
* | | Add back a SYNC_SETTINGS screenAmith Yamasani2012-06-065-21/+254
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revive the old Accounts&Sync screen as a dialog with the auto-sync checkbox and a list of accounts. This will be launched when Apps request a SYNC_SETTINGS page for controlling account and master sync. Auto-sync data checkbox will also continue to exist in Data Usage. Minor fixes to account list and account update monitoring. Bug: 6614013 Bug: 6622995 Bug: 6610247 Change-Id: I35c0919a29c6bc7e5edf64f2734a3ef4f5ae5e7a
* | Merge "Implement new rotation policy." into jb-devJeff Brown2012-06-052-64/+35
|\ \
| * | Implement new rotation policy.Jeff Brown2012-06-052-64/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show "auto-rotate screen" option in Display only if the Rotation Lock feature is not available on the device. When the "auto-rotate screen" option is disabled in Accessibility or Display settings, hide the Rotation Lock feature. Use new RotationPolicy class to adjust rotation settings. Bug: 6523269 Change-Id: Ifa89ff055e5ad0a00888e10720dd76b0054fe290
* | | Merge "Revert "Settings: "Rotation lock" retains existing orientation."" ↵Jeff Brown2012-06-051-1/+2
|\ \ \ | |/ / | | | | | | into jb-dev
| * | Revert "Settings: "Rotation lock" retains existing orientation."Jeff Brown2012-06-051-1/+2
| | | | | | | | | | | | | | | Bug: 6523269 This reverts commit 523d5a6e0495580206ee38e5072e5aef8063e806.
* | | Merge "Revert "Rename and flip meaning of auto-rotate to rotation lock."" ↵Jeff Brown2012-06-051-10/+10
|\ \ \ | |/ / | | | | | | into jb-dev
| * | Revert "Rename and flip meaning of auto-rotate to rotation lock."Jeff Brown2012-06-051-10/+10
| | | | | | | | | | | | | | | Bug: 6523269 This reverts commit b94417109279fb7d27f0b27c97e76860ed6446ba.
* | | Update headers when accounts are changed.Amith Yamasani2012-06-052-1/+21
| |/ |/| | | | | | | | | | | Also pass an account to authenticator settings to avoid Email settings crash. Bug: 6610990 Change-Id: I42884619728dd97446de65cc77e1729f3e143efa
* | Merge "Account types at toplevel of Settings" into jb-devAmith Yamasani2012-06-047-201/+470
|\ \
| * | Account types at toplevel of SettingsAmith Yamasani2012-06-047-201/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Account settings to show account types at the top-level of Settings. Only account types that have accounts added are visible here. There is an Add account button to add a new account. Master sync toggle has moved to Data Usage screen in the overflow menu. It shows additional detail of the function of the auto-sync toggle when it is toggled by the user. Account type screen (ManageAccountsSettings) shows list of accounts of that type and any available authenticator settings. It additionally verifies any Intents can be resolved before showing the corresponding entry. This screen now shows last synced time for each account. You can now sync all accounts of a type by selecting Sync now in the Account type screen. Account Sync screen that shows the list of syncable items has minor tweaks: - "Last synced...", "Sync is OFF" - Doesn't show the authenticator settings here anymore. Bug: 6579937 Change-Id: I8139a4c992b525a3e1efc24d2d223c3f5caddc76
* | | Fix issue #6603152: User-adjustable autobrightness broken?Dianne Hackborn2012-06-041-2/+19
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Two issues: - The new brightness was not being applied when switching out of auto-brightness mode. - We were resetting to the last brightness level when switching modes. This is because at that point we read the current brightness setting, but that isn't changed as the user adjusts only when the final value is committed. To fix this, we have a new local variable keeping track of the last brightness value we have shown and use that when we haven't committed the brightness to settings. Change-Id: I7cc02c9f90128eacec427587a3f6b8f25ede4bd3
* | Fix crash when accessibility is onIrfan Sheriff2012-06-041-1/+3
|/ | | | | Bug: 6600699 Change-Id: I9eb8b9871d1368bd7508873951d5719e1f2ba826
* Merge "Fetch peers after preferenceScreen is ready" into jb-devIrfan Sheriff2012-05-311-1/+3
|\
| * Fetch peers after preferenceScreen is readyIrfan Sheriff2012-05-311-1/+3
| | | | | | | | | | Bug: 6450152 Change-Id: Ic95c7fdba5fa7cb54b0c54ed9a423e0e0683ad2f
* | Merge "Fix poor network detection setting" into jb-devIrfan Sheriff2012-05-311-11/+9
|\ \ | |/
| * Fix poor network detection settingIrfan Sheriff2012-05-311-11/+9
| | | | | | | | | | | | | | | | We used to base this on watchdog being turned on, but it should be based on whether device is wifi only Bug: 6576101 Change-Id: Ib5221287e6713c625d39ef986ceb278825fb4895
* | Merge "BUG 5457035 : Anti-spoofing : DO NOT MERGE" into jb-devUriel Rodriguez2012-05-312-31/+141
|\ \
| * | BUG 5457035 : Anti-spoofing : DO NOT MERGEUriel Rodriguez2012-05-302-31/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 060b9daf5fe3c45573a13a149bf98f4fa1e6a46f Author: Danielle Millett <dmillett@google.com> Date: Wed May 30 15:50:03 2012 -0400 Added head turn option for Face Unlock. In security settings there is an option for head turn and it shows the current status (on/off). Clicking on this goes to another screen that describes the feature and allows the user to it on/off. Since the head turn option goes to a different screen instead of using a check box, this change also rips out the rest of the code for the old liveliness checkbox. Change-Id: I197af51084f3e751081fa159dadd6c2c80840d1e Change-Id: I67c8acd49316b49771a0bb97b4a5fbd5a1c13262
* | | Do not show security warning for the system IMEssatok2012-05-311-1/+3
| | | | | | | | | | | | | | | Bug: 6587127 Change-Id: I00584fb81cf5b39806c30a801b215a0e9a1e9399
* | | Merge "Fix comparison of device source bits." into jb-devJeff Brown2012-05-301-2/+1
|\ \ \ | |/ / |/| |
| * | Fix comparison of device source bits.Jeff Brown2012-05-301-2/+1
| | | | | | | | | | | | | | | Bug: 6576743 Change-Id: I123307defc32a84a965590fbded95c6997260675
* | | Merge "Lock screen rotation accessibility preference not updated." into jb-devSvetoslav Ganov2012-05-291-0/+24
|\ \ \
| * | | Lock screen rotation accessibility preference not updated.Svetoslav Ganov2012-05-291-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. If the lock screen rotation preference is changed from the status bar the checkbox in the accessibility settings was not updated. bug:6562028 Change-Id: I353e3ad59374ad207297d2a6682e50ed07df820c
* | | | Fix issue where Manage Apps would not start on correct page.Dianne Hackborn2012-05-291-6/+11
| |/ / |/| | | | | | | | | | | | | | | | | We weren't setting the correct initial page in the view pager. Change-Id: I68846505a4f23547e9b09e4bc06e3d455ae9556f
* | | Merge "Surface metered networks as "Mobile hotspots."" into jb-devJeff Sharkey2012-05-292-9/+14
|\ \ \