summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjust widget size.Ken Shirriff2009-09-211-1/+1
| | | | | Without this change, the widget cannot be placed on the home screen in landscape mode because it's thought to be too big.
* Merge change 26022 into eclairAndroid (Google) Code Review2009-09-213-5/+7
|\ | | | | | | | | * changes: Change default filter to third party when launched via settings and all apps when launched via low storage. Update string name. fix padding for Force Stop button Change message when clearing application data.
| * Change default filter to third party when launched via settings and all apps ↵Suchi Amalapurapu2009-09-203-5/+7
| | | | | | | | | | | | | | | | when launched via low storage. Update string name. fix padding for Force Stop button Change message when clearing application data.
* | Fix the typo in phase2 options.Chung-yih Wang2009-09-211-1/+1
| | | | | | | | MSCHAP2 => MSCHAPV2
* | Use the ratio of different CPU speeds to compute CPU power consumption per app.Amith Yamasani2009-09-201-2/+19
|/
* Merge change 25969 into eclairAndroid (Google) Code Review2009-09-201-1/+1
|\ | | | | | | | | * changes: Fix power widget dimensions.
| * Fix power widget dimensions.Ken Shirriff2009-09-201-1/+1
| | | | | | | | The widget was taking 2 units vertically on some devices.
* | Fix the issue WiFi UI IP settings lost when change slider state before save ↵Benny Wong2009-09-181-1/+17
| | | | | | | | | | | | IP settings Original GID: 1062
* | Follow along with startActivityPendingIntent() change.Dianne Hackborn2009-09-171-3/+4
| | | | | | | | Change-Id: I6d804af66deeaf87339eeb548b6a3d2965262f02
* | Import revised translations. DO NOT MERGEEric Fischer2009-09-1740-2340/+2020
|/
* Use new memory API; show memory used by bg and fg processes.Dianne Hackborn2009-09-172-60/+92
| | | | Change-Id: I449eba1aa4bc1de7537f8c526e27d32c1979d823
* Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651Amith Yamasani2009-09-1710-30/+52
| | | | | | | | Move Factory data reset to About phone. Show input method when dialog to enter/edit new dictionary word is displayed. Add title to Accessibility settings.
* Merge change 25397 into eclairAndroid (Google) Code Review2009-09-171-27/+39
|\ | | | | | | | | * changes: Fix issues with updating list when applications get installed while ManageApps is paused or stopped. When ManageApps gets started, the list of installed apps is retrieved from PackageManager and compared against the old list to figure out newly installed apps(since the app has been stopped) and also to weedout stale entries of packages which might have been deleted. Since the application objects themselves might have changed the list is usually refreshed with new objects. Deleted applications are taken care of right away by just removing from the List adapter. For newly added apps however, the size and label/resource info has to be loaded before being inserted in to the list since the list is already sorted. So just remove these entries from the list for now and let ADD_PKG message handle adding the new elements. Make AppInfo a nested class so that it doesn't hold a reference to its enclosing class and we have too many such entries one for each package.
| * Fix issues with updating list when applications get installed while ↵Suchi Amalapurapu2009-09-161-27/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ManageApps is paused or stopped. When ManageApps gets started, the list of installed apps is retrieved from PackageManager and compared against the old list to figure out newly installed apps(since the app has been stopped) and also to weedout stale entries of packages which might have been deleted. Since the application objects themselves might have changed the list is usually refreshed with new objects. Deleted applications are taken care of right away by just removing from the List adapter. For newly added apps however, the size and label/resource info has to be loaded before being inserted in to the list since the list is already sorted. So just remove these entries from the list for now and let ADD_PKG message handle adding the new elements. Make AppInfo a nested class so that it doesn't hold a reference to its enclosing class and we have too many such entries one for each package.
* | Merge change 25387 into eclairAndroid (Google) Code Review2009-09-162-2/+2
|\ \ | | | | | | | | | | | | * changes: Fix broken 9patch for hdpi.
| * | Fix broken 9patch for hdpi.Romain Guy2009-09-162-2/+2
| |/ | | | | | | Change-Id: I88c1bde1b0a19ccd9084889313e64a0a924f4bb0
* | Merge change 25354 into eclairAndroid (Google) Code Review2009-09-162-2/+3
|\ \ | | | | | | | | | | | | * changes: Fix string name for bluetooth pairing and fix NPE
| * | Fix string name for bluetooth pairing and fix NPEJaikumar Ganesh2009-09-162-2/+3
| |/ | | | | | | Change-Id: Ibfd0e1e1ed3e1a1e5939d0bdffd17e2e929317b1
* | make power settings widget toggle sync, not background dataDebajit Ghosh2009-09-161-7/+42
|/
* Merge change 24646 into eclairAndroid (Google) Code Review2009-09-165-205/+77
|\ | | | | | | | | * changes: Aggregate the security settings for WiFi network configuration.
| * Aggregate the security settings for WiFi network configuration.Chung-yih Wang2009-09-165-205/+77
| | | | | | | | | | | | * Merge WPA and WPA2 PSK. * Merge WPA-EAP and IEEE8021X. * Remove unused field "private key password" in EAP configuration.
* | Restore backlight brightness after restoring auto ALS mode.Mike Lockwood2009-09-161-1/+2
| | | | | | | | | | | | | | Fixes b/2121632 Change-Id: I14228a4fd1d599de1e5fdbb3c8b4b3c02a1460ac Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Enable cert install from sdcard in Settings...Hung-ying Tyan2009-09-162-3/+1
|/ | | | And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
* Merge change 24870 into eclairAndroid (Google) Code Review2009-09-161-1/+3
|\ | | | | | | | | * changes: Transient patch for the WifiConfiguration change.
| * Transient patch for the WifiConfiguration change.Chung-yih Wang2009-09-141-1/+3
| | | | | | | | | | | | Comment out the access to the enterprise fields of WifiConfiguration class in AccessPointState class. And will have a new patch for accessing the new WifiConfiguration.
* | Merge change 25125 into eclairAndroid (Google) Code Review2009-09-152-2/+10
|\ \ | | | | | | | | | | | | * changes: Show name for incoming pairing requests.
| * | Show name for incoming pairing requests.Jaikumar Ganesh2009-09-152-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | Settings apps invalidates its cache whenever a new scan is started. When there is a new incoming pairing request, we will not get a DeviceFound signal, because its not due to a inquiry scan. Thus when the pairing request is displayed, the settings app doesn't have it in cache and hence will just display the address. Make it query the framework when it doesn't have the name.
* | | Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-153-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | to prevent apps from changing the hardware behind its back. Fixes b/2041941 Lock screen flashes the screen very bright before dimming Change-Id: Ic4faa008357fd3d74225ba90f05801c5127fd8c0 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | apps/settings: Add auto/manual brightness control to Brightness settingsDan Murphy2009-09-143-1/+109
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changes to have the ability to turn on and off the automatic light sensing for the device. This is fully configurable and is by default not present. Vendors should override the ALS setting to enable the automatic lighting controls. These changes will add a check box to the Brightness settings menu to give control to the user to allow the device's display lighting to be controlled via the slide bar or the auto lighting system. If the user selects auto then the slide bar will become invisible. Manual mode will present the slide bar to the user. Change-Id: I512c9d5dd72ddd831b33eb8fcd4680e2fc7f786e Signed-off-by: Dan Murphy <D.Murphy@motorola.com> Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Fix setting passwd string and vpn checkbox titles.Hung-ying Tyan2009-09-144-12/+5
|/ | | | | * Add min length requirement in setting passwd string. * Do not change vpn checkbox title with state changes.
* Modify settings for 2.1Jaikumar Ganesh2009-09-1127-83/+126
| | | | | | | Add incoming pairing dialog Add DisplayPasskey handling of pairing keyboards with 2.1 devices. Modify code path to show errors when bonding request fails. Misc fixes like string changes.
* Merge change 24726 into eclairAndroid (Google) Code Review2009-09-111-5/+5
|\ | | | | | | | | * changes: Update AndroidManifest.xml for new Intent locations.
| * Update AndroidManifest.xml for new Intent locations.Nick Pelly2009-09-111-5/+5
| | | | | | | | | | | | | | This will fix a regression since the recent BT API changes. The settings app would have missed some Bluetooth events, especially pairing. Change-Id: Ia5e6371279feb389578e798fe11f1c239a4aa17b
* | Regenerate timezones.xml after adding Asia/Shanghai timezone forXianzhu Wang2009-09-1124-380/+312
|/ | | | | | | mainland China, using cldr 1.7.1 and merging translations for "Beijing". Remove unused localized timezone "xml-no/timezones.xml". "nb" is now used instead of the deprecated "no".
* Update application for Bluetooth API changes.Nick Pelly2009-09-1012-90/+84
| | | | Change-Id: I8351611f0f0c5eda3e423dbe7e7b53e52d75ac36
* Merge change 24553 into eclairAndroid (Google) Code Review2009-09-104-121/+382
|\ | | | | | | | | * changes: Make running services show dependent processes.
| * Make running services show dependent processes.Dianne Hackborn2009-09-104-121/+382
| | | | | | | | | | | | And other various improvement and cleanup. Change-Id: I0a33ab2876c8f409cd3cfecbbac574563ef1a162
* | Merge change 24555 into eclairAndroid (Google) Code Review2009-09-101-5/+0
|\ \ | |/ |/| | | | | * changes: Allow setting a silent ringtone (bug 1600056).
| * Allow setting a silent ringtone (bug 1600056).Marco Nelissen2009-09-101-5/+0
| |
* | Add install-cert-from-sdcard in Security settingsHung-ying Tyan2009-09-105-23/+47
| | | | | | | | | | | | Also: * Resume keystore states in SecuritySettings.onResume(). * Use action strings defined in CertTool and Keystore.
* | Merge change 24440 into eclairAndroid (Google) Code Review2009-09-091-6/+2
|\ \ | | | | | | | | | | | | * changes: Fix bug 2078454 where clicking on Settings in the Home menu would take the user to Market after clicking on "Install Voice Data" in the TTS Settings page. Launching the Activity for the installation of the TTS data should be a distinct task, dissociated from the one associated with the Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return a result, so the activity should be started with startActivity() rather than startActivityForResult().
| * | Fix bug 2078454 where clicking on Settings in the Home menu wouldJean-Michel Trivi2009-09-091-6/+2
| |/ | | | | | | | | | | | | | | | | | | take the user to Market after clicking on "Install Voice Data" in the TTS Settings page. Launching the Activity for the installation of the TTS data should be a distinct task, dissociated from the one associated with the Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return a result, so the activity should be started with startActivity() rather than startActivityForResult().
* | Merge change 24435 into eclairAndroid (Google) Code Review2009-09-092-3/+3
|\ \ | | | | | | | | | | | | * changes: Fix display strings and enter passkey handling.
| * | Fix display strings and enter passkey handling.Jaikumar Ganesh2009-09-092-3/+3
| |/
* | Merge change 24276 into eclairAndroid (Google) Code Review2009-09-098-38/+28
|\ \ | | | | | | | | | | | | * changes: Update application for Bluetooth API change: deprecation of BluetoothError.
| * | Update application for Bluetooth API change: deprecation of BluetoothError.Nick Pelly2009-09-088-38/+28
| | |
* | | Merge change 24230 into eclairAndroid (Google) Code Review2009-09-098-37/+39
|\ \ \ | |/ / | | | | | | | | | * changes: Update application for Bluetooth API change.
| * | Update application for Bluetooth API change.Nick Pelly2009-09-088-37/+39
| | |
* | | Remove logging.Marco Nelissen2009-09-091-2/+2
| |/ |/|
* | Import revised translations. DO NOT MERGEEric Fischer2009-09-0860-22706/+21096
|/