summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix 3281395: Fix duplicate title in LockScreen Settings.Jim Miller2011-01-076-10/+25
| | | | Change-Id: I3c53d1864e521f4245b94d39664266891a728615
* am 9765a444: Merge "Import some unabbreviated translations for large ↵Eric Fischer2011-01-072-0/+519
|\ | | | | | | | | | | | | screens." into honeycomb * commit '9765a444cdda6594338b726d3948d07f3f1f6393': Import some unabbreviated translations for large screens.
| * Merge "Import some unabbreviated translations for large screens." into honeycombEric Fischer2011-01-072-0/+519
| |\
| | * Import some unabbreviated translations for large screens.Eric Fischer2011-01-062-0/+519
| | | | | | | | | | | | Change-Id: I87158f97c12d779d749c8c05c6b2436bb349bacc
* | | Merge "Add a setting to enable encryption."Jason parks2011-01-073-0/+131
|\ \ \ | |/ / |/| |
| * | Add a setting to enable encryption.Jason parks2011-01-073-0/+131
| | | | | | | | | | | | | | | | | | This isn't final and it will wipe your device. Change-Id: I3449f04514a430f11f353543fdb78e17df16fba3
* | | Merge "Don't auto connect reverse tethering after pairing." into honeycombJake Hamby2011-01-072-7/+7
|\ \ \
| * | | Don't auto connect reverse tethering after pairing.Jake Hamby2011-01-062-7/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Added boolean param to connect() method in CachedBluetoothDevice to specify whether to connect PAN profile. This is set to true when the user clicks on a device in the paired devices list, but false when auto connecting profiles after pairing and other circumstances. Bug: 3330207 Change-Id: I6d8d50abb65a8cb24f87ad93c01693923991b6ef
* | | Merge "Use holographic style for BT pairing dialogs." into honeycombJake Hamby2011-01-071-3/+3
|\ \ \
| * | | Use holographic style for BT pairing dialogs.Jake Hamby2011-01-061-3/+3
| |/ / | | | | | | | | | | | | | | | | | | Use holographic style for BT pairing dialogs. Bug: 3321504 Change-Id: I111b3112318eff86d44dc81909a5220661e33e79
* | | Merge "3328848 Script injection property is enabled when accessibility is ↵Svetoslav Ganov2011-01-071-2/+4
|\ \ \ | |/ / |/| | | | | disabled" into honeycomb
| * | 3328848 Script injection property is enabled when accessibility is disabledSvetoslav Ganov2011-01-061-2/+4
| | | | | | | | | | | | Change-Id: I23da008eea88f3e96a7de4823a6f6ff9d8e21ee0
* | | Merge "Add new pairing dialog for keyboard pairings." into honeycombJaikumar Ganesh2011-01-063-22/+38
|\ \ \ | |_|/ |/| |
| * | Add new pairing dialog for keyboard pairings.Jaikumar Ganesh2011-01-063-22/+38
| |/ | | | | | | Change-Id: I672a3d874a7876fca6bd38091444dc9c5fb3a2f1
* / Remove unnecessary codes around WifiSettings.Daisuke Miyakawa2011-01-063-34/+1
|/ | | | | Bug: 3321110 Change-Id: Iaac35a507b8e46e2d4702f0e5cda7b515a57db67
* Merge "Fix 3315401: Prevent pattern confirmation screen from asking twice"Jim Miller2011-01-051-1/+1
|\
| * Fix 3315401: Prevent pattern confirmation screen from asking twiceJim Miller2011-01-051-1/+1
| | | | | | | | | | | | | | | | This fixes a bug where changing from PIN to pattern caused the lock pattern tutorial to ask for the PIN twice and ultimately crash due to ConfirmLockPattern getting into the wrong state. Change-Id: Ia3b3186dcd56f2b47a09f54d7636436ee80aa13c
* | Merge "fix 3185231: Dragging app to info button doesn't work"Patrick Dubroy2011-01-053-4/+5
|\ \
| * | fix 3185231: Dragging app to info button doesn't workPatrick Dubroy2011-01-053-4/+5
| | | | | | | | | | | | When dragging an app from all apps to the info button, it is currently showing an empty dialog.
* | | Merge "Recheck the storage sizes when Storage settings is resumed."Amith Yamasani2011-01-051-0/+1
|\ \ \
| * | | Recheck the storage sizes when Storage settings is resumed.Amith Yamasani2011-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3312629 When the Storage fragment is displayed, invalidate the measurement object so that it recomputes the used space on all partitions.
* | | | Merge "Add the CHAR LIMIT annotation"Joe Onorato2011-01-041-1/+2
|\ \ \ \
| * | | | Add the CHAR LIMIT annotationJoe Onorato2011-01-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3196825 Change-Id: I64e8b757162000c69dfb61261112185dab651ed0
* | | | | Fix the NPE bug due to the process/activity restart.Chung-yih Wang2011-01-051-0/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The active profile and its state were not stored if the setting process was killed due to the resource. Here we add the state persistence mechanism to fix this bug. bug:3293236 Change-Id: I8b8068972237bde06ca4b3f73ecc48c02c4f0833
* | | | Merge changes Ia9338cf2,I5ef641b5Eric Fischer2011-01-0481-10783/+8110
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | * changes: Import revised translations. Remove unreferenced layout that used two deleted strings.
| * | | Import revised translations.Eric Fischer2010-12-2380-10688/+8110
| | | | | | | | | | | | | | | | Change-Id: Ia9338cf200345ea00eb0179ca06770a9c47c16d8
| * | | Remove unreferenced layout that used two deleted strings.Eric Fischer2010-12-231-95/+0
| | | | | | | | | | | | | | | | Change-Id: I5ef641b5c82ba1af5055b42748fc6713d31dd775
* | | | Merge "Listen to Input device connection state intents."Jaikumar Ganesh2011-01-041-0/+1
|\ \ \ \
| * | | | Listen to Input device connection state intents.Jaikumar Ganesh2011-01-041-0/+1
| | |_|/ | |/| | | | | | | | | | Change-Id: I99addef820438c9c34bfccf2877578b06e14a00c
* / | | Add missing id.Daisuke Miyakawa2011-01-041-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | If29bb34fce04eab5adc9b5180b70dbfd718cc709 added proxy_settings_title, which should be available in Setup Wizard flow. Bug: 3321533 Change-Id: I4c2590dc728dde573502b91e5ef5b7bd8323bc97
* | | Merge "Save and restore brightness on orientation changes."Amith Yamasani2011-01-041-11/+97
|\ \ \
| * | | Save and restore brightness on orientation changes.Amith Yamasani2011-01-031-11/+97
| | |/ | |/| | | | | | | Bug: 2524213
* | | Merge "Hide http proxy UI"Robert Greenwalt2010-12-293-1/+6
|\ \ \
| * | | Hide http proxy UIRobert Greenwalt2010-12-293-1/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | We don't have support in the media code so rather than confuse the users with some apps using proxies and some not we'll just turn it off for all for now. bug:3283883 Change-Id: If29bb34fce04eab5adc9b5180b70dbfd718cc709
* | | Merge "Unregister the listener in onStop() instead of onDestroy()"Amith Yamasani2010-12-291-3/+8
|\ \ \
| * | | Unregister the listener in onStop() instead of onDestroy()Amith Yamasani2010-12-291-3/+8
| |/ / | | | | | | | | | Bug: 3259661
* | | Hide CalendarView in SetupWizardDaisuke Miyakawa2010-12-281-0/+1
| | | | | | | | | | | | | | | Bug: 3271797 Change-Id: Ie8f63504a9360e19817040284a95dc7112f1c6c6
* | | Merge "Refresh layouts for SetupWizard."Daisuke Miyakawa2010-12-2811-188/+335
|\ \ \
| * | | Refresh layouts for SetupWizard.Daisuke Miyakawa2010-12-2811-188/+335
| |/ / | | | | | | | | | | | | | | | | | | | | | - DateTimeSettingsSetupWizardXL - WifiSettingsForSetupWizardXL Bug: 3308677, 3137755 Change-Id: Ifdf67aa7521de7ef0286fea2b15ce693fbf5d5ce
* | | am 9a10fb0b: am e8531ff6: Merge "Changed the text input type of APN name to ↵Jean-Baptiste Queru2010-12-281-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | plain text" * commit '9a10fb0bbca164a5cf453b19522e369188b50c85': Changed the text input type of APN name to plain text
| * | am e8531ff6: Merge "Changed the text input type of APN name to plain text"Jean-Baptiste Queru2010-12-281-1/+1
| |\ \ | | | | | | | | | | | | | | | | * commit 'e8531ff6a03a0542b7b1531ddd469befed9bab85': Changed the text input type of APN name to plain text
| | * \ Merge "Changed the text input type of APN name to plain text"Jean-Baptiste Queru2010-12-281-1/+1
| | |\ \
| | | * | Changed the text input type of APN name to plain textDavid Pettersson2010-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the input type of the APN name text field from email adress to plain text to facilitate the input method choosing input after locale and not restricting the input to latin characters. There is no reason to restrict the APN name to latin characters only. Change-Id: Ib85fa980407a67112fd91e744b0dc0632d5c907e
* | | | | Check null on Wifi setup screen.Daisuke Miyakawa2010-12-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3313432 Change-Id: Id475dbca81be9e8f9a7d61cda062095358a725c1
* | | | | Add a preference for selecting subtypes automaticallysatok2010-12-283-16/+144
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | bug: 3142286 Change-Id: I9129df7671252d7ccc611a2892a4ba96e1dacdaf
* | | | Fix 3148496: Update LockPatternTutorial to be one screen.Jim Miller2010-12-226-133/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This combines the two activities ChooseLockPatternExample and ChooseLockPatternTutorial into one activity and makes use of the built-in LockPatternView animation to show an example view. Change-Id: If3a4b236a15a6d99b1c0b5c11e5e923267fa30d3
* | | | Enable reverse tethering in BT settings screen.Jake Hamby2010-12-2216-126/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enable support for reverse tethering in BT settings. - Add string resource for "Auto connect" preference. - Remove unused imports and other minor cleanups. - Add isConnectable() and isAutoConnectable() methods to Profile enum type and remove isConnectableProfile() method. Change-Id: Ie606db04028a8278e98231f0671a388671f2f067
* | | | Fix 3281395: Use breadcrumb area to display title for LockScreenJim Miller2010-12-216-45/+102
| | | | | | | | | | | | | | | | Change-Id: Icd631b4c70e7b9f6b9a8c24dd513aed259a22d6a
* | | | Update capitalization in a string.Amith Yamasani2010-12-201-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove an unused string. Bug: 3267633 Change-Id: Icaf162ab6a39da2ef28ef89ed1245b9f3bae34fd
* | | | Merge "Fix a null pointer exception when disabledSystemIMEs is null."satok2010-12-191-0/+3
|\ \ \ \