OSDN Git Service

android-x86/packages-apps-Settings.git
14 years agoAggregate the security settings for WiFi network configuration.
Chung-yih Wang [Wed, 16 Sep 2009 07:34:32 +0000 (15:34 +0800)]
Aggregate the security settings for WiFi network configuration.

* Merge WPA and WPA2 PSK.
* Merge WPA-EAP and IEEE8021X.
* Remove unused field "private key password" in EAP configuration.

14 years agoMerge change 24870 into eclair
Android (Google) Code Review [Wed, 16 Sep 2009 06:35:42 +0000 (02:35 -0400)]
Merge change 24870 into eclair

* changes:
  Transient patch for the WifiConfiguration change.

14 years agoMerge change 25125 into eclair
Android (Google) Code Review [Tue, 15 Sep 2009 21:36:52 +0000 (17:36 -0400)]
Merge change 25125 into eclair

* changes:
  Show name for incoming pairing requests.

14 years agoShow name for incoming pairing requests.
Jaikumar Ganesh [Tue, 15 Sep 2009 21:07:22 +0000 (14:07 -0700)]
Show name for incoming pairing requests.

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.

14 years agoMove backlight brightness from HardwareService to PowerManager
Mike Lockwood [Tue, 15 Sep 2009 18:39:47 +0000 (14:39 -0400)]
Move backlight brightness from HardwareService to PowerManager

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>
14 years agoapps/settings: Add auto/manual brightness control to Brightness settings
Dan Murphy [Thu, 27 Aug 2009 20:05:23 +0000 (15:05 -0500)]
apps/settings: Add auto/manual brightness control to Brightness settings

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>
14 years agoTransient patch for the WifiConfiguration change.
Chung-yih Wang [Mon, 14 Sep 2009 06:25:09 +0000 (14:25 +0800)]
Transient patch for the WifiConfiguration change.

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.

14 years agoFix setting passwd string and vpn checkbox titles.
Hung-ying Tyan [Fri, 11 Sep 2009 17:31:11 +0000 (01:31 +0800)]
Fix setting passwd string and vpn checkbox titles.

* Add min length requirement in setting passwd string.
* Do not change vpn checkbox title with state changes.

14 years agoModify settings for 2.1
Jaikumar Ganesh [Fri, 11 Sep 2009 16:45:11 +0000 (09:45 -0700)]
Modify settings for 2.1

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.

14 years agoMerge change 24726 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 18:55:44 +0000 (14:55 -0400)]
Merge change 24726 into eclair

* changes:
  Update AndroidManifest.xml for new Intent locations.

14 years agoUpdate AndroidManifest.xml for new Intent locations.
Nick Pelly [Fri, 11 Sep 2009 18:41:59 +0000 (11:41 -0700)]
Update AndroidManifest.xml for new Intent locations.

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

14 years agoRegenerate timezones.xml after adding Asia/Shanghai timezone for
Xianzhu Wang [Fri, 11 Sep 2009 06:41:05 +0000 (14:41 +0800)]
Regenerate timezones.xml after adding Asia/Shanghai timezone for
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".

14 years agoUpdate application for Bluetooth API changes.
Nick Pelly [Thu, 10 Sep 2009 00:46:25 +0000 (17:46 -0700)]
Update application for Bluetooth API changes.

Change-Id: I8351611f0f0c5eda3e423dbe7e7b53e52d75ac36

14 years agoMerge change 24553 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 19:57:57 +0000 (15:57 -0400)]
Merge change 24553 into eclair

* changes:
  Make running services show dependent processes.

14 years agoMerge change 24555 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 19:33:55 +0000 (15:33 -0400)]
Merge change 24555 into eclair

* changes:
  Allow setting a silent ringtone (bug 1600056).

14 years agoAllow setting a silent ringtone (bug 1600056).
Marco Nelissen [Thu, 10 Sep 2009 19:11:33 +0000 (12:11 -0700)]
Allow setting a silent ringtone (bug 1600056).

14 years agoMake running services show dependent processes.
Dianne Hackborn [Thu, 10 Sep 2009 18:55:42 +0000 (11:55 -0700)]
Make running services show dependent processes.

And other various improvement and cleanup.

Change-Id: I0a33ab2876c8f409cd3cfecbbac574563ef1a162

14 years agoAdd install-cert-from-sdcard in Security settings
Hung-ying Tyan [Thu, 10 Sep 2009 04:43:40 +0000 (12:43 +0800)]
Add install-cert-from-sdcard in Security settings

Also:
* Resume keystore states in SecuritySettings.onResume().
* Use action strings defined in CertTool and Keystore.

14 years agoMerge change 24440 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 22:38:11 +0000 (18:38 -0400)]
Merge change 24440 into eclair

* 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().

14 years agoFix bug 2078454 where clicking on Settings in the Home menu would
Jean-Michel Trivi [Wed, 9 Sep 2009 22:13:38 +0000 (15:13 -0700)]
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().

14 years agoMerge change 24435 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 22:06:30 +0000 (18:06 -0400)]
Merge change 24435 into eclair

* changes:
  Fix display strings and enter passkey handling.

14 years agoFix display strings and enter passkey handling.
Jaikumar Ganesh [Wed, 9 Sep 2009 21:57:19 +0000 (14:57 -0700)]
Fix display strings and enter passkey handling.

14 years agoMerge change 24276 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 18:34:52 +0000 (14:34 -0400)]
Merge change 24276 into eclair

* changes:
  Update application for Bluetooth API change: deprecation of BluetoothError.

14 years agoMerge change 24230 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 18:30:26 +0000 (14:30 -0400)]
Merge change 24230 into eclair

* changes:
  Update application for Bluetooth API change.

14 years agoRemove logging.
Marco Nelissen [Wed, 9 Sep 2009 16:06:40 +0000 (09:06 -0700)]
Remove logging.

14 years agoUpdate application for Bluetooth API change: deprecation of BluetoothError.
Nick Pelly [Wed, 9 Sep 2009 00:49:57 +0000 (17:49 -0700)]
Update application for Bluetooth API change: deprecation of BluetoothError.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Sep 2009 23:30:51 +0000 (16:30 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoUpdate application for Bluetooth API change.
Nick Pelly [Tue, 8 Sep 2009 23:24:03 +0000 (16:24 -0700)]
Update application for Bluetooth API change.

14 years agoImprove running services to services managed by the system.
Dianne Hackborn [Thu, 3 Sep 2009 20:33:55 +0000 (13:33 -0700)]
Improve running services to services managed by the system.

Also a little tweak to the animations preference.

Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202

14 years agoMerge change 23701 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:20:15 +0000 (09:20 -0700)]
Merge change 23701 into eclair

* changes:
  Fix bug 2088099 where the TTS example doesn't play in the Settings app when the UI is in Japanese. Rewrite of the initialization of the default language in the TTS Settings. The previous implementation had the following issues: - the "Listen to an example" didn't use the default settings - the string used for the example didn't match the selected language  (this was in order to not imply that TTS is doing translation, but   that proved confusing to users). The language initialization is now implemented in initDefaultLang() and ensures that the default locale is one supported in the array of available locales. The speech rate is also initialized from the settings or the default rate (if no value was stored in the settings).

14 years agoFix bug 2088099 where the TTS example doesn't play in the Settings app
Jean-Michel Trivi [Wed, 2 Sep 2009 22:15:33 +0000 (15:15 -0700)]
Fix bug 2088099 where the TTS example doesn't play in the Settings app
when the UI is in Japanese.
Rewrite of the initialization of the default language in the TTS Settings.
The previous implementation had the following issues:
- the "Listen to an example" didn't use the default settings
- the string used for the example didn't match the selected language
 (this was in order to not imply that TTS is doing translation, but
  that proved confusing to users).
The language initialization is now implemented in initDefaultLang()
and ensures that the default locale is one supported in the array
of available locales.
The speech rate is also initialized from the settings or the
default rate (if no value was stored in the settings).

14 years agoMerge change 23699 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 22:34:31 +0000 (15:34 -0700)]
Merge change 23699 into eclair

* changes:
  b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.

14 years agob/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airpl...
Michael Chan [Wed, 2 Sep 2009 22:20:07 +0000 (15:20 -0700)]
b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.

14 years agob/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.
Michael Chan [Wed, 2 Sep 2009 19:30:05 +0000 (12:30 -0700)]
b/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.
Removed extra new lines in the passkey and pin dialogs because the string didn't fit in landscape mode. (scrollbars to appeared)

14 years agob/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
Michael Chan [Wed, 2 Sep 2009 01:51:04 +0000 (18:51 -0700)]
b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"

14 years agoMake sure the TTS example in the TTS Settings loads a supported language.
Jean-Michel Trivi [Tue, 1 Sep 2009 20:36:45 +0000 (13:36 -0700)]
Make sure the TTS example in the TTS Settings loads a supported language.
This fixes the issue where the example wouldn't play when the UI is in
Japanese in bug 2088099.

14 years agoNew UI for viewing and stopping currently running services.
Dianne Hackborn [Tue, 1 Sep 2009 04:33:17 +0000 (21:33 -0700)]
New UI for viewing and stopping currently running services.

Change-Id: I86012262635c911be23513aa0b027174b490374d

14 years agoMerge change 23372 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 00:39:34 +0000 (17:39 -0700)]
Merge change 23372 into eclair

* changes:
  Show the Use location prompt only once if user agrees. Bug #1910370

14 years agoShow the Use location prompt only once if user agrees. Bug #1910370
Amith Yamasani [Tue, 1 Sep 2009 00:27:53 +0000 (17:27 -0700)]
Show the Use location prompt only once if user agrees. Bug #1910370

14 years agoAirplane Mode in Emergency Callback Mode (ECM)
Chouting Zhang [Fri, 28 Aug 2009 19:36:35 +0000 (14:36 -0500)]
Airplane Mode in Emergency Callback Mode (ECM)

When user tries to change Airplane Mode between ON & OFF
in ECM mode, a notice should be shown to indicate it's in ECM mode,
and ask if user wants to exit ECM, if yes, then the Airplane Mode
is changed after ECM mode exit. If not, Airplane Mode should not be
changed.

14 years agoMissing images from change-id I2b9fd2d739085a297ec81ae73eebd60fed4c6896.
Daniel Sandler [Mon, 31 Aug 2009 14:00:50 +0000 (10:00 -0400)]
Missing images from change-id I2b9fd2d739085a297ec81ae73eebd60fed4c6896.

14 years agoAdd missing hdpi frames of the unlock pattern animation.
Daniel Sandler [Mon, 31 Aug 2009 13:29:16 +0000 (09:29 -0400)]
Add missing hdpi frames of the unlock pattern animation.

14 years agoFix for 1785342: The old PIN is required after entering New PIN
Amith Yamasani [Fri, 28 Aug 2009 22:36:52 +0000 (15:36 -0700)]
Fix for 1785342: The old PIN is required after entering New PIN

State of dialogs was not properly maintained across pause/resume.

14 years agoMerge change 23149 into eclair
Android (Google) Code Review [Fri, 28 Aug 2009 20:16:27 +0000 (13:16 -0700)]
Merge change 23149 into eclair

* changes:
  High-resolution (hdpi) artwork from TAT for Settings.

14 years agoArmor string format tokens with translation placeholders.
Eric Fischer [Fri, 28 Aug 2009 20:02:24 +0000 (13:02 -0700)]
Armor string format tokens with translation placeholders.

Change-Id: I17df22448834b6d8b35f1d9a803fb4d36dfbb1f2

14 years agoHigh-resolution (hdpi) artwork from TAT for Settings.
Daniel Sandler [Fri, 28 Aug 2009 18:51:57 +0000 (14:51 -0400)]
High-resolution (hdpi) artwork from TAT for Settings.

14 years agoHandle two new err codes:
Hung-ying Tyan [Thu, 27 Aug 2009 10:49:31 +0000 (18:49 +0800)]
Handle two new err codes:

REMOTE_PPP_HUNG_UP and PPP_NEGOTIATION_FAILED.
Also refactor the dialog creation code to directly use the err code as
the dialog id and make it easier to tell which type of dialog (reconnect
or edit) is invoked for which err code.

14 years agoFix strings whose apostrophes were eaten because of the lack of a backslash.
Eric Fischer [Thu, 27 Aug 2009 20:52:31 +0000 (13:52 -0700)]
Fix strings whose apostrophes were eaten because of the lack of a backslash.

Change-Id: I11619ef7bdd0d418e701930ae46b2b9c93ca07ac

14 years agoFix the state machine for CONNECTING/DISCONNECTING states.
Hung-ying Tyan [Thu, 27 Aug 2009 03:03:46 +0000 (11:03 +0800)]
Fix the state machine for CONNECTING/DISCONNECTING states.

14 years agoMerge change 22611 into eclair
Android (Google) Code Review [Tue, 25 Aug 2009 18:55:20 +0000 (11:55 -0700)]
Merge change 22611 into eclair

* changes:
  Hide the "Enable Assisted GPS" checkbox in security & location settings.

14 years agoHide the "Enable Assisted GPS" checkbox in security & location settings.
Mike Lockwood [Tue, 25 Aug 2009 18:34:56 +0000 (11:34 -0700)]
Hide the "Enable Assisted GPS" checkbox in security & location settings.

Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoRemember dialog state for notification volume.
Amith Yamasani [Tue, 25 Aug 2009 00:55:56 +0000 (17:55 -0700)]
Remember dialog state for notification volume.

Restore the original volume if user hasn't okayed the new volume.

14 years agoRemove summaries from top-level of settings.
Amith Yamasani [Mon, 24 Aug 2009 19:52:42 +0000 (12:52 -0700)]
Remove summaries from top-level of settings.

14 years agoMerge change 22303 into eclair
Android (Google) Code Review [Mon, 24 Aug 2009 17:53:27 +0000 (10:53 -0700)]
Merge change 22303 into eclair

* changes:
  Show error messages when Authentication fails.

14 years agoSupport WPA2-EAP configuration.
Chung-yih Wang [Fri, 14 Aug 2009 07:20:44 +0000 (15:20 +0800)]
Support WPA2-EAP configuration.

Add the support for configuring WPA2-EAP APs by grouping them as the WPA-EAP in security mode.

14 years agoMerge change 22339 into eclair
Android (Google) Code Review [Fri, 21 Aug 2009 22:22:51 +0000 (15:22 -0700)]
Merge change 22339 into eclair

* changes:
  Fixing bug 2064923. This is a fix to make sure that the accessibility manager does not start any of the accessibility services when it is disabled.

14 years agoFixing bug 2064923.
Charles Chen [Fri, 21 Aug 2009 22:14:25 +0000 (15:14 -0700)]
Fixing bug 2064923.
This is a fix to make sure that the accessibility manager does not start
any of the accessibility services when it is disabled.

14 years agoMerge change 22324 into eclair
Android (Google) Code Review [Fri, 21 Aug 2009 21:17:53 +0000 (14:17 -0700)]
Merge change 22324 into eclair

* changes:
  Cap the length of dictionary words to keep TextView from exploding.

14 years agoShow error messages when Authentication fails.
Jaikumar Ganesh [Fri, 21 Aug 2009 18:53:05 +0000 (11:53 -0700)]
Show error messages when Authentication fails.

Call Canceled when user presses "Don't Pair".
Thus for Authentication Failed cases we can show the message to the
user.

14 years agoMerge change 22064 into eclair
Android (Google) Code Review [Fri, 21 Aug 2009 18:48:50 +0000 (11:48 -0700)]
Merge change 22064 into eclair

* changes:
  Add type to filter option to list view Make ListAdapter implement Filterable. Add new implementation for Filter to search based on prefixes. When creating the list include the filter option to create actual list entries. Since Filter.performFiltering is done on a work thread, introduce a new lock and a HashMap of packages matching a prefix which is then used to create a filtered list of applications. Also separte out modifying mAppLocalList which is the basis for list and the dependent mFilterMap used by Filter.performFiltering method to Locked methods for clarity. Note that mAppLocalList is manipulated on main UI thread everywhere but mFilterMap is not.

14 years agoAdd type to filter option to list view
Suchi Amalapurapu [Thu, 20 Aug 2009 08:27:19 +0000 (01:27 -0700)]
Add type to filter option to list view
Make ListAdapter implement Filterable. Add new implementation for Filter
to search based on prefixes.
When creating the list include the filter option to create actual list entries.
Since Filter.performFiltering is done on a work thread, introduce a new lock
and a HashMap of packages matching a prefix which is then used to create a filtered list of applications.
Also separte out modifying mAppLocalList which is the basis for list and
the dependent mFilterMap used by Filter.performFiltering method to Locked
methods for clarity. Note that mAppLocalList is manipulated on main UI thread everywhere but mFilterMap is not.

14 years agoCap the length of dictionary words to keep TextView from exploding.
Eric Fischer [Thu, 20 Aug 2009 17:17:28 +0000 (10:17 -0700)]
Cap the length of dictionary words to keep TextView from exploding.

Bug 1994172

14 years agoam 64b691a8: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 20 Aug 2009 23:00:51 +0000 (16:00 -0700)]
am 64b691a8: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '64b691a8abb2bbb2952cb44a7dc04f153d717bc3' into eclair

* commit '64b691a8abb2bbb2952cb44a7dc04f153d717bc3':
  Import revised translations.  DO NOT MERGE

14 years agoMerge change 22130 into eclair
Android (Google) Code Review [Thu, 20 Aug 2009 22:10:49 +0000 (15:10 -0700)]
Merge change 22130 into eclair

* changes:
  Call the correct function for canceling a pairing request.

14 years agoCall the correct function for canceling a pairing request.
Jaikumar Ganesh [Thu, 20 Aug 2009 22:02:41 +0000 (15:02 -0700)]
Call the correct function for canceling a pairing request.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 20 Aug 2009 21:08:19 +0000 (14:08 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoImplement Bluetooth device picker
Yue Lixin [Thu, 9 Jul 2009 08:48:52 +0000 (16:48 +0800)]
Implement Bluetooth device picker

Add Bluetooth device picker in Settings
- add resource to support device picker
- show different UI accroding to start Intent
- add OPP profile manager

14 years agoMerge change 21929 into eclair
Android (Google) Code Review [Wed, 19 Aug 2009 19:32:09 +0000 (12:32 -0700)]
Merge change 21929 into eclair

* changes:
  Fix device address check when profile state changes.

14 years agoFix device address check when profile state changes.
Jaikumar Ganesh [Wed, 19 Aug 2009 19:25:37 +0000 (12:25 -0700)]
Fix device address check when profile state changes.

14 years agoNew settings top-level icons.
Amith Yamasani [Wed, 19 Aug 2009 19:11:57 +0000 (12:11 -0700)]
New settings top-level icons.

14 years agoMerge change 21838 into eclair
Android (Google) Code Review [Wed, 19 Aug 2009 19:12:49 +0000 (12:12 -0700)]
Merge change 21838 into eclair

* changes:
  Fix RadioInfo for CDMA.

14 years agoam d2136f7e: Create a shared preference setting and use it before loading/unloading...
Suchi Amalapurapu [Wed, 19 Aug 2009 02:51:39 +0000 (19:51 -0700)]
am d2136f7e: Create a shared preference setting and use it before loading/unloading cache and disable cache if file operations failed in the last launch. A simple if check when reading buffer size from file

Merge commit 'd2136f7e5da6d36a685f5bed2727f0abdafb70bf' into eclair

* commit 'd2136f7e5da6d36a685f5bed2727f0abdafb70bf':
  Create a shared preference setting and use it before loading/unloading cache

14 years agoCreate a shared preference setting and use it before loading/unloading cache
Suchi Amalapurapu [Wed, 19 Aug 2009 02:32:06 +0000 (19:32 -0700)]
Create a shared preference setting and use it before loading/unloading cache
and disable cache if file operations failed in the last launch.
A simple if check when reading buffer size from file

14 years agoFix RadioInfo for CDMA.
jsh [Wed, 19 Aug 2009 01:00:15 +0000 (18:00 -0700)]
Fix RadioInfo for CDMA.

14 years agoam aafb491d: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Aug 2009 20:11:27 +0000 (13:11 -0700)]
am aafb491d: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'aafb491d35e2512c504356bc441ae48b48a9f5db' into eclair

* commit 'aafb491d35e2512c504356bc441ae48b48a9f5db':
  Import revised translations.  DO NOT MERGE

14 years agoam 36efef1d: cut number of frames in lock screen demo animation from 15 to 8
Doug Zongker [Tue, 18 Aug 2009 20:11:16 +0000 (13:11 -0700)]
am 36efef1d: cut number of frames in lock screen demo animation from 15 to 8

Merge commit '36efef1d7122aab2cc1172e7b7fe4d79ac98a41f' into eclair

* commit '36efef1d7122aab2cc1172e7b7fe4d79ac98a41f':
  cut number of frames in lock screen demo animation from 15 to 8

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Aug 2009 18:19:42 +0000 (11:19 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam da99054a: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Aug 2009 18:00:58 +0000 (11:00 -0700)]
am da99054a: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'da99054ace677782c02cfd3e8cf3461ce15d61c1' into eclair

* commit 'da99054ace677782c02cfd3e8cf3461ce15d61c1':
  Import revised translations.  DO NOT MERGE

14 years agoAllow optional nested parenthesis in the kernel compiler version string.
Jared Suttles [Tue, 18 Aug 2009 16:52:40 +0000 (11:52 -0500)]
Allow optional nested parenthesis in the kernel compiler version string.

This fixes parsing of the kernel version string in so that groups
3 and 4 can be shown in About phone.

Submitted on behalf of Patrick Auchter <patrick.auchter@motorola.com>
Signed-off-by: Jared Suttles <jared.suttles@motorola.com>
14 years agocut number of frames in lock screen demo animation from 15 to 8
Doug Zongker [Tue, 18 Aug 2009 17:02:33 +0000 (10:02 -0700)]
cut number of frames in lock screen demo animation from 15 to 8

This trims about 108k out of the settings app, and the animation is
still acceptable.

14 years agoBluetooth: Update Settings.apk to match BT API change.
Nick Pelly [Sat, 15 Aug 2009 01:43:18 +0000 (18:43 -0700)]
Bluetooth: Update Settings.apk to match BT API change.

Split BluetoothDevice into BluetoothDevice and BluetoothAdapter.

BluetoothAdapter: Represents the local BT adapter. Operations on the local
                  adapter (start a scan, etc).
BluetoothDevice: Represents a remote BT device. Operations on remote devices
                 (pair, connect, etc).

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 17 Aug 2009 20:15:56 +0000 (13:15 -0700)]
Import revised translations.  DO NOT MERGE

14 years agob/2005377 Fixed the problem where previously paired devics can't be access(grayed...
Michael Chan [Fri, 14 Aug 2009 20:57:25 +0000 (13:57 -0700)]
b/2005377 Fixed the problem where previously paired devics can't be access(grayed out) in Bluetooth settings after a reboot.

14 years agodo not merge: cherry-pick e9f4f5dd390973b46310a7cce08d1c6c56e699c2 from master branch
Michael Chan [Wed, 12 Aug 2009 23:27:39 +0000 (16:27 -0700)]
do not merge: cherry-pick e9f4f5dd390973b46310a7cce08d1c6c56e699c2 from master branch

14 years agoMerge commit '49e8d2e9' into eclair
Android Git Automerger [Thu, 13 Aug 2009 23:48:59 +0000 (16:48 -0700)]
Merge commit '49e8d2e9' into eclair

14 years agoRemove wallpapers picker
Romain Guy [Thu, 13 Aug 2009 19:52:06 +0000 (12:52 -0700)]
Remove wallpapers picker

14 years agoMerge change 7060 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 07:03:43 +0000 (00:03 -0700)]
Merge change 7060 into donut

* changes:
  1. Added the missing timezone for mainland China "Asia/Shanghai". In each localized version of timezones.xml, the name of this timezone is defined like "China Standard Time (Beijing)" if some other timezones are also in this format, or just "Beijing" if all of other timezones are of city names.

14 years agoMerge change 21021
Android (Google) Code Review [Thu, 13 Aug 2009 00:00:57 +0000 (17:00 -0700)]
Merge change 21021

* changes:
  Improve layout of lock tutorial, especially improved for sholes.

14 years agoImprove layout of lock tutorial, especially improved for sholes.
Karl Rosaen [Wed, 12 Aug 2009 23:27:12 +0000 (16:27 -0700)]
Improve layout of lock tutorial, especially improved for sholes.

Now, instead of having equal space overall above and below lock pattern widget,
the lock pattern widget is centered within the space above the button bar
at the bottom.  Also, removing the line below the lock pattern widget per
romain's recommendation; it looks goofy with the button bar below.

see screen shots in http://b/2045023 for the differences.

14 years agob/1770342 Bluetooth: Show the pair and connect when the user long touches a device...
Michael Chan [Wed, 12 Aug 2009 22:38:01 +0000 (15:38 -0700)]
b/1770342 Bluetooth: Show the pair and connect when the user long touches a device without any supported profiles.

14 years agoMerge change 20986
Android (Google) Code Review [Wed, 12 Aug 2009 21:32:30 +0000 (14:32 -0700)]
Merge change 20986

* changes:
  b/2026622 Fixed the problem with the UI keeps showing that BT is scanning even though it has stopped. For some reason, the framework does not notify the settings app when the scan is done while the screen is off.

14 years agob/2026622 Fixed the problem with the UI keeps showing that BT is scanning even though...
Michael Chan [Wed, 12 Aug 2009 21:27:18 +0000 (14:27 -0700)]
b/2026622 Fixed the problem with the UI keeps showing that BT is scanning even though it has stopped.
For some reason, the framework does not notify the settings app when the scan is done while the screen is off.

14 years agoFix npe in leak fix.
Amith Yamasani [Wed, 12 Aug 2009 13:04:59 +0000 (06:04 -0700)]
Fix npe in leak fix.

14 years agoFix a dialog leak. #1792635
Amith Yamasani [Wed, 12 Aug 2009 12:42:23 +0000 (05:42 -0700)]
Fix a dialog leak. #1792635

Fixes the dialog leak when switching orientation in Development
settings.

14 years agoam 6dde8965: Fix bug 2045197. The TTS settings activity uses the default TTS stream...
Jean-Michel Trivi [Wed, 12 Aug 2009 01:12:02 +0000 (18:12 -0700)]
am 6dde8965: Fix bug 2045197. The TTS settings activity uses the default TTS stream type. Associate the volume control of this stream type with the volume control buttons.

Merge commit '6dde8965a089cff72a278a6f0904a180c077191d'

* commit '6dde8965a089cff72a278a6f0904a180c077191d':
  Fix bug 2045197.

14 years agoam c9e5fc45: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 12 Aug 2009 01:11:46 +0000 (18:11 -0700)]
am c9e5fc45: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'c9e5fc45b0e9eb322865260d03fd2f36b28f3c98'

* commit 'c9e5fc45b0e9eb322865260d03fd2f36b28f3c98':
  Import revised translations.  DO NOT MERGE

14 years agoam a016cb00: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 12 Aug 2009 01:11:06 +0000 (18:11 -0700)]
am a016cb00: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'a016cb00484af55ca77d4eb7c3b61950ddfb8319'

* commit 'a016cb00484af55ca77d4eb7c3b61950ddfb8319':
  Import revised translations.  DO NOT MERGE

14 years agoFix bug 2045197.
Jean-Michel Trivi [Tue, 11 Aug 2009 16:06:58 +0000 (09:06 -0700)]
Fix bug 2045197.
The TTS settings activity uses the default TTS stream type. Associate
the volume control of this stream type with the volume control buttons.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 11 Aug 2009 00:57:14 +0000 (17:57 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 10 Aug 2009 17:48:54 +0000 (10:48 -0700)]
Import revised translations.  DO NOT MERGE