Commit Graph

615 Commits

Author SHA1 Message Date
Nick Pelly
ca564d6bda Update application for Bluetooth API change. 2009-09-08 16:24:03 -07:00
Dianne Hackborn
76315391f0 Improve running services to services managed by the system.
Also a little tweak to the animations preference.

Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202
2009-09-03 13:33:55 -07:00
Android (Google) Code Review
5b41931e1f 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).
2009-09-03 09:20:15 -07:00
Jean-Michel Trivi
e8e23db707 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).
2009-09-02 15:48:32 -07:00
Android (Google) Code Review
39ec58134d Merge change 23699 into eclair
* changes:
  b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.
2009-09-02 15:34:31 -07:00
Michael Chan
d3da3379a4 b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off. 2009-09-02 15:20:07 -07:00
Michael Chan
77395cc39c 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)
2009-09-02 12:30:05 -07:00
Michael Chan
684736a9d4 b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps" 2009-09-01 19:06:36 -07:00
Jean-Michel Trivi
ab6552c3f0 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.
2009-09-01 13:46:44 -07:00
Dianne Hackborn
c58c549cc9 New UI for viewing and stopping currently running services.
Change-Id: I86012262635c911be23513aa0b027174b490374d
2009-09-01 12:11:24 -07:00
Android (Google) Code Review
71964dd659 Merge change 23372 into eclair
* changes:
  Show the Use location prompt only once if user agrees. Bug #1910370
2009-08-31 17:39:34 -07:00
Amith Yamasani
f411c9625c Show the Use location prompt only once if user agrees. Bug #1910370 2009-08-31 17:27:53 -07:00
Chouting Zhang
71cc49e480 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.
2009-08-31 09:45:21 -07:00
Daniel Sandler
b89653cb95 Missing images from change-id I2b9fd2d739085a297ec81ae73eebd60fed4c6896. 2009-08-31 10:00:50 -04:00
Daniel Sandler
2b9fd2d739 Add missing hdpi frames of the unlock pattern animation. 2009-08-31 09:29:16 -04:00
Amith Yamasani
11cd8c5ac9 Fix for 1785342: The old PIN is required after entering New PIN
State of dialogs was not properly maintained across pause/resume.
2009-08-28 17:10:46 -07:00
Android (Google) Code Review
98fa0e2941 Merge change 23149 into eclair
* changes:
  High-resolution (hdpi) artwork from TAT for Settings.
2009-08-28 13:16:27 -07:00
Eric Fischer
fe4ddf853e Armor string format tokens with translation placeholders.
Change-Id: I17df22448834b6d8b35f1d9a803fb4d36dfbb1f2
2009-08-28 13:02:24 -07:00
Daniel Sandler
0a9359310d High-resolution (hdpi) artwork from TAT for Settings. 2009-08-28 15:02:50 -04:00
Hung-ying Tyan
7ca3655dcb 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.
2009-08-28 11:25:44 +08:00
Eric Fischer
d1de20d883 Fix strings whose apostrophes were eaten because of the lack of a backslash.
Change-Id: I11619ef7bdd0d418e701930ae46b2b9c93ca07ac
2009-08-27 13:52:31 -07:00
Hung-ying Tyan
11dd7d5fb3 Fix the state machine for CONNECTING/DISCONNECTING states. 2009-08-27 11:03:46 +08:00
Android (Google) Code Review
cfb4089b37 Merge change 22611 into eclair
* changes:
  Hide the "Enable Assisted GPS" checkbox in security & location settings.
2009-08-25 11:55:20 -07:00
Mike Lockwood
7f894124f4 Hide the "Enable Assisted GPS" checkbox in security & location settings.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-25 11:34:56 -07:00
Amith Yamasani
e13209ab42 Remember dialog state for notification volume.
Restore the original volume if user hasn't okayed the new volume.
2009-08-24 17:55:56 -07:00
Amith Yamasani
a0dc346f4c Remove summaries from top-level of settings. 2009-08-24 12:52:42 -07:00
Android (Google) Code Review
244080159b Merge change 22303 into eclair
* changes:
  Show error messages when Authentication fails.
2009-08-24 10:53:27 -07:00
Chung-yih Wang
a97d794825 Support WPA2-EAP configuration.
Add the support for configuring WPA2-EAP APs by grouping them as the WPA-EAP in security mode.
2009-08-24 10:32:13 +08:00
Android (Google) Code Review
ad149f7e8c 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.
2009-08-21 15:22:51 -07:00
Charles Chen
d218df2787 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.
2009-08-21 15:14:25 -07:00
Android (Google) Code Review
57d72f2c5d Merge change 22324 into eclair
* changes:
  Cap the length of dictionary words to keep TextView from exploding.
2009-08-21 14:17:53 -07:00
Jaikumar Ganesh
cb6a3b3d9e 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.
2009-08-21 11:55:29 -07:00
Android (Google) Code Review
02c5fabcfd 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.
2009-08-21 11:48:50 -07:00
Suchi Amalapurapu
c0b23d3f0b 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.
2009-08-21 11:47:57 -07:00
Eric Fischer
c27b12c9dc Cap the length of dictionary words to keep TextView from exploding.
Bug 1994172
2009-08-21 11:17:46 -07:00
Eric Fischer
acae2c2142 am 64b691a8: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '64b691a8abb2bbb2952cb44a7dc04f153d717bc3' into eclair

* commit '64b691a8abb2bbb2952cb44a7dc04f153d717bc3':
  Import revised translations.  DO NOT MERGE
2009-08-20 16:00:51 -07:00
Android (Google) Code Review
9182721336 Merge change 22130 into eclair
* changes:
  Call the correct function for canceling a pairing request.
2009-08-20 15:10:49 -07:00
Jaikumar Ganesh
8c08bcd2ab Call the correct function for canceling a pairing request. 2009-08-20 15:02:41 -07:00
Eric Fischer
64b691a8ab Import revised translations. DO NOT MERGE 2009-08-20 14:08:19 -07:00
Yue Lixin
a41e2f94b7 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
2009-08-19 20:45:18 -07:00
Android (Google) Code Review
3b94f09756 Merge change 21929 into eclair
* changes:
  Fix device address check when profile state changes.
2009-08-19 12:32:09 -07:00
Jaikumar Ganesh
53121cf110 Fix device address check when profile state changes. 2009-08-19 12:25:37 -07:00
Amith Yamasani
3bbb03ffbb New settings top-level icons. 2009-08-19 12:13:57 -07:00
Android (Google) Code Review
f78227df41 Merge change 21838 into eclair
* changes:
  Fix RadioInfo for CDMA.
2009-08-19 12:12:49 -07:00
Suchi Amalapurapu
2c9b21f048 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
2009-08-18 19:51:39 -07:00
Suchi Amalapurapu
d2136f7e5d 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
2009-08-18 19:32:06 -07:00
jsh
87fa11b90e Fix RadioInfo for CDMA. 2009-08-18 18:00:15 -07:00
Eric Fischer
1858ccd804 am aafb491d: (-s ours) Import revised translations. DO NOT MERGE
Merge commit 'aafb491d35e2512c504356bc441ae48b48a9f5db' into eclair

* commit 'aafb491d35e2512c504356bc441ae48b48a9f5db':
  Import revised translations.  DO NOT MERGE
2009-08-18 13:11:27 -07:00
Doug Zongker
2818107dcc 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
2009-08-18 13:11:16 -07:00
Eric Fischer
aafb491d35 Import revised translations. DO NOT MERGE 2009-08-18 11:19:42 -07:00