summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBaligh Uddin2012-10-0525-93/+49
| | | | | Change-Id: I370e6491b374c4c828b128955eefce762335fa52 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-0430-568/+294
|\
| * Import translations. DO NOT MERGEBaligh Uddin2012-10-0430-568/+294
| | | | | | | | | | Change-Id: I1d77c147969acf45abfa5eb4924fb20639d409ee Auto-generated-cl: translation import
* | Merge "Move the position of widget choosers to below lockscreen settings in ↵Amith Yamasani2012-10-044-48/+48
|\ \ | | | | | | | | | Security" into jb-mr1-dev
| * | Move the position of widget choosers to below lockscreen settings in SecurityAmith Yamasani2012-10-044-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7261302 Move the 2 widget options on lockscreen to below the lock related items, just above the Owner Info item. Change-Id: I373b915e15bc93ce7e56f5982999afa1e5aed281
* | | Merge "Announce dynamic content changes in lock confirmation settings." into ↵Charles Chen2012-10-044-3/+24
|\ \ \ | | | | | | | | | | | | jb-mr1-dev
| * | | Announce dynamic content changes in lock confirmation settings.alanv2012-10-034-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also re-orders updateStage() and setText/Selection calls so that text events don't flush announcements. This does not change functionality. Bug: 7256500 Change-Id: I8b10d66e9f73c7a630a8c3c5128372e18f26234c
* | | | Merge "Fix issue #7226978: Still in app detail screen after uninstall" into ↵Dianne Hackborn2012-10-041-0/+13
|\ \ \ \ | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | Fix issue #7226978: Still in app detail screen after uninstallDianne Hackborn2012-10-041-0/+13
| | |_|/ | |/| | | | | | | | | | Change-Id: I3b03db0a68bfab5dd010474ee714d5f7a5538af0
* | | | Merge "Refresh authenticator info when accounts change." into jb-mr1-devJeff Sharkey2012-10-041-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Refresh authenticator info when accounts change.Jeff Sharkey2012-10-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There may be newly installed authenticators, so refresh them when accounts change. Bug: 7280043 Change-Id: Ic173970c815950526c77a2653e7fae4551948f13
* | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-0450-2006/+1727
|\ \ \ \ | |_|_|/ |/| | |
| * | | Import translations. DO NOT MERGEBaligh Uddin2012-10-0350-2006/+1727
| | | | | | | | | | | | | | | | | | | | Change-Id: I5e5c043d16bb59b50b4341a44827c824c564786c Auto-generated-cl: translation import
* | | | Merge "No decoration for WifiSetup activity used by SetupWizard" into jb-mr1-devAmith Yamasani2012-10-031-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | No decoration for WifiSetup activity used by SetupWizardAmith Yamasani2012-10-031-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 7274530 Change-Id: I981aa5fb3fca854f0b378b7c219feb92567598ce
* | | | Merge "Navigation fixes for Settings" into jb-mr1-devAdam Powell2012-10-031-14/+15
|\ \ \ \
| * | | | Navigation fixes for SettingsAdam Powell2012-10-031-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change quick-entry points to Settings to have taskAffinity="", excludeFromRecents="true", and no parentActivityName. This makes the various quick shortcuts more standalone; their task state does not persist and they have no Up navigation available. As most shortcuts do not launch these activities with FLAG_ACTIVITY_TASK_ON_HOME, Back will return the user to the previous task. This does not affect the "real" versions of these settings screens as navigated to through the front door of the Settings app; those screens are reached through SubSettings instances with specific fragments added. Bug 7276291 Change-Id: I7864437277601a3f6b6beded44a5edfd4636010c
* | | | | Merge "Avoid NPE when installing app update." into jb-mr1-devJeff Sharkey2012-10-031-8/+13
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Avoid NPE when installing app update.Jeff Sharkey2012-10-031-8/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | PMS sends REMOVED followed quickly by ADDED. Ignore when missing package, since it may be coming back shortly. Eventually we should change this to watch EXTRA_REPLACING. Bug: 7269896 Change-Id: I3b518f4faee34019c5c808824d5e46261f6d206a
* | | Merge "Add a11y content descriptions and label mapping to Dreams." into ↵Svetoslav Ganov2012-10-032-3/+8
|\ \ \ | | | | | | | | | | | | jb-mr1-dev
| * | | Add a11y content descriptions and label mapping to Dreams.alanv2012-10-022-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also makes the radio button non-focusable and non-clickable, since focus and click are handled by its list item container. Clicking on top of the radio button still works as intended. Bug: 7230372 Change-Id: I0f311160b09402d882c9d35fdb51e8f19c60f522
* | | | Merge "Use new color avatar assets" into jb-mr1-devAmith Yamasani2012-10-0236-9/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Use new color avatar assetsAmith Yamasani2012-10-0236-9/+11
| |/ / | | | | | | | | | | | | | | | Bug: 7204409 Bug: 7222997 Change-Id: Iac2c4ab2d7bf0090670573bf4c967f07abdf6f51
* | | Merge "Follow API changes in framework." into jb-mr1-devJeff Sharkey2012-10-021-2/+2
|\ \ \ | |_|/ |/| |
| * | Follow API changes in framework.Jeff Sharkey2012-10-021-2/+2
| |/ | | | | | | Change-Id: I6c1f5c9ec342f69ceae3dddaa0cfab4e0a742372
* | Merge "Improved dialog management in Settings>Users" into jb-mr1-devAmith Yamasani2012-10-023-14/+62
|\ \
| * | Improved dialog management in Settings>UsersAmith Yamasani2012-10-023-14/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7266284 Delete not functional after orientation change Bug: 7266182 Set up now not functional after orientation change Also remove "vibrate when ringing" on tablets Bug: 7253081 Change-Id: Ie616747f2e3292c401613eb2041b5a5a289cde20
* | | Merge "Pass flag to indicate multiple users on device" into jb-mr1-devRussell Brenner2012-10-021-1/+5
|\ \ \ | |_|/ |/| |
| * | Pass flag to indicate multiple users on deviceRussell Brenner2012-10-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating a new account, some informational text changes when more than one user exists on the device. Because GLS is built with the SDK and because there is no public API to indicate this state, a flag is added to the bundle passed to the AccountManager, which then funnels down to GLS. Bug: 7255673 Change-Id: Ida2aa5f70ab308958de510a95194463c2a089182
* | | Merge "Migrate telephony settings to Global." into jb-mr1-devJeff Sharkey2012-10-021-4/+4
|\ \ \
| * | | Migrate telephony settings to Global.Jeff Sharkey2012-10-011-4/+4
| | | | | | | | | | | | | | | | | | | | Bug: 7231764 Change-Id: Ic28dacda8372b7976b5aa36be82e98e5ad069f9a
* | | | Merge "Support new ACTION_QUICK_CLOCK." into jb-mr1-devDaniel Sandler2012-10-021-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Support new ACTION_QUICK_CLOCK.Daniel Sandler2012-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See change Ic561dbeb. Bug: 7264806 Change-Id: I8439f2c25614ef794e43f85196d3f95c188e8cce
* | | | renaming Sleep Mode feature.Chris Wren2012-10-021-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7212796 Bug: 7267485 Change-Id: I28b94bc53d7bf1bac4d7d1de6e6ed74c850ff8c3
* | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-0149-186/+775
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-0149-186/+775
| | |_|/ | |/| | | | | | | | | | | | | | Change-Id: I117727baf42a812b608c5931ad76cf9f70ff0c9e Auto-generated-cl: translation import
* | | | Merge "Upading the strings for accessibility multi-user." into jb-mr1-devSvetoslav Ganov2012-10-012-9/+11
|\ \ \ \
| * | | | Upading the strings for accessibility multi-user.Svetoslav Ganov2012-10-012-9/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | bug:7255486 Change-Id: I775165896124a6fde3684d0f302a90396ce19d2e
* | | | Move the installed app details overflow button to the top.Adam Powell2012-10-011-1/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | It looks ridiculous down by itself on a split action bar. Bug 7258991 Change-Id: I4c373e1e154a793384a14e9622707ad464c1b1ca
* | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-0150-271/+1051
|\ \ \ | |/ / |/| |
| * | Import translations. DO NOT MERGEBaligh Uddin2012-09-2850-271/+1051
| | | | | | | | | | | | | | | Change-Id: Ib65119cb5455e20a3a10ff0a45f54aa0d819d8ec Auto-generated-cl: translation import
* | | Merge "Add Help lin to Settings > Security" into jb-mr1-devrich cannings2012-09-303-1/+9
|\ \ \
| * | | Add Help lin to Settings > Securityrich cannings2012-09-303-1/+9
| | |/ | |/| | | | | | | | | | Bug: 7210077 Change-Id: I1010356e27d85006e7d7dc62d935b67f53ccde12
* | | Merge "Make Settings shortcuts launch into the correct activity/fragment." ↵Amith Yamasani2012-09-303-16/+16
|\ \ \ | |/ / |/| | | | | into jb-mr1-dev
| * | Make Settings shortcuts launch into the correct activity/fragment.Amith Yamasani2012-09-303-16/+16
| |/ | | | | | | | | | | | | | | | | Bug: 6959454 Change the task affinities so that the shortcuts are not tied to Settings main task. Change-Id: I7729d17d8144a4a57f0d135fe80bdbd7af8dad01
* | Merge "Fix issue #7255954: API Review: rename Dream to DreamService" into ↵Dianne Hackborn2012-09-281-6/+5
|\ \ | | | | | | | | | jb-mr1-dev
| * | Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn2012-09-281-6/+5
| | | | | | | | | | | | Change-Id: Ic374130cb37cbbfad0421089aecf30de87c4d369
* | | Merge "Colorize premium sms ui." into jb-mr1-devRobert Greenwalt2012-09-281-0/+1
|\ \ \ | |/ / |/| |
| * | Colorize premium sms ui.Robert Greenwalt2012-09-251-0/+1
| | | | | | | | | | | | | | | bug:7205024 Change-Id: I1d32515d0822f5c96013708f26422d4700f7490b
* | | Setting to enable the global gesture for turning on accessibility.Svetoslav Ganov2012-09-283-7/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Adding a setting to enable the gesture to turn on accessibility. This is a new screen with a toggle switch similarly as screen magnification which will contain explanation of how to perform the gesture. bug:6171929 Change-Id: I84dfa46a9b7b789d99923684e08e52cf7d236eb2