Android (Google) Code Review
b8c5a592e7
Merge change 3689 into donut
...
* changes:
CompatibilityMode settings
2009-06-10 15:25:21 -07:00
Jean-Michel Trivi
ef0bed33b9
CompatibilityMode settings
2009-06-10 13:57:27 -07:00
Eric Fischer
8477860c7c
am 9e852f03
: AI 149721: Import Portuguese translations.
...
Merge commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226' into donut
* commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226':
AI 149721: Import Portuguese translations.
2009-06-10 12:31:43 -07:00
Eric Fischer
9e852f0313
AI 149721: Import Portuguese translations.
...
Automated import of CL 149721
2009-06-10 12:26:09 -07:00
Jean-Michel Trivi
ed29a65835
Adding Text-To-Speech default settings in the Settings application.
2009-06-09 10:48:22 -07:00
Chung-yih Wang
0c1f89857a
Add EAP/802.1X configuration for WiFi Setting.
...
1. Remove the isEnterprise() filter in Scanresult.
2. This requires the new fields such as identity, eap, certificate/key
to support EAP authentication in Wifi Settings.
3. Add simple file-based keystore to select the cert/key from UI.
-- Updated from the comments.
-- Fix the bug for passing null pointer for adding spinner items.
2009-06-09 10:11:11 +08:00
Ken Shirriff
03a6110b4f
Implement the power-control widget.
...
This widget allows uses to turn on/off bluetooth, wifi, gps, and sync,
and adjust brightness without going through the settings menu.
The widget provider updates the settings when the buttons are pressed.
The widget provider is also a receiver for events indicating that the
status was updated elsewhere and the buttons need to be changed.
2009-06-08 13:57:26 -07:00
Mike Lockwood
5ed2c4ad43
Listen for changes to location pProvider enabled settings.
...
This is needed so we can correctly update the network location checkbox
if the network location provider is disabled because the user disagreed
to the terms of service in a dialog shown by the provider.
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-06-08 08:21:12 -04:00
Mike Lockwood
d13308674b
Remove Network Location" opt-in dialog from "Security and Settings"
...
This dialog is being moved to the Network Location Provider itself.
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-06-07 20:11:39 -04:00
Android (Google) Code Review
08a7f2a09e
Merge change 3082 into donut
...
* changes:
Removing empty b tag in string (that leaves a big multi-line warning in each build).
2009-06-04 09:20:09 -07:00
Amith Yamasani
7f6aa6283a
Add detail page for Battery usage and track GPS and foreground CPU.
...
Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.
2009-06-03 16:31:15 -07:00
Jean-Michel Trivi
df1b83e81e
Removing empty b tag in string (that leaves a big multi-line warning in each build).
2009-06-03 15:17:22 -07:00
Mike LeBeau
110b75cde7
Fix string to reference 'system search' instead of 'global search'.
2009-06-03 15:50:49 +01:00
Wink Saville
e2a14e35aa
Update some TODO comments.
2009-05-29 14:06:30 -07:00
Amith Yamasani
2a2daf960c
Top level screen for App Fuel Gauge.
...
Shows sorted list of power usage (with some debug information) by the top 10
apps and subsystems. Doesn't yet take into account certain subsystems such
as data network usage, audio/video DSP usage, Bluetooth and lights other than
screen backlight.
Screen, Idle, Wifi and Voice usage and CPU time are accounted for.
Also need to add detail screens for each item and suggested actions.
2009-05-22 19:41:32 -07:00
Android (Google) Code Review
8180783107
Merge change 1582 into donut
...
* changes:
Teleca 2b changes.
2009-05-18 22:27:30 -07:00
Jeff Sharkey
67ceae636f
Require BIND_APPWIDGET to bind widgets.
...
See http://b/issue?id=1839074 for more details.
2009-05-18 14:16:36 -07:00
Wink Saville
ead6928894
Teleca 2b changes.
2009-05-15 14:08:46 -07:00
svetoslavganov
a05d0dc67e
Accessibility feature - settings (replacing 704 and merging with the latest Donut)
2009-05-14 22:26:34 -07:00
Android (Google) Code Review
f5255c21f4
Merge change 1418 into donut
...
* changes:
Show locale names in alphabetical order, in their own language.
2009-05-12 10:22:27 -07:00
Eric Fischer
44ef5575aa
Show locale names in alphabetical order, in their own language.
...
Bug 1776043: List the locales in alphabetical order.
Bug 1703550: List the locales in their own languages instead of
in the current language.
2009-05-11 18:03:39 -07:00
Suchi Amalapurapu
50b516760a
Add version number to Installed_App_Details
...
Change uninstall string value to Factory reset for updated system apps
present a new confirmation dialog when factory resetting a system app.
refresh size, app properties and button's text(to clear, uninstall or factory reset) in onStart
Add new version attribute in layout. Add new layout attributes for app snippets instead of using the one
from ManageApps
Use managed dialogs to avoid leaks
2009-05-11 14:37:18 -07:00
Jim Miller
e3744c8c8a
Fix ANR caused by registering multiple listeners in DateTimeSettings.onCreate().
2009-05-07 18:26:05 -07:00
Michael Chan
6c97742c88
Always add the bt profile to profile list on the arrive of a connect event
...
Always add the bt profile to profile list on the arrive of a connect event. Previously,
the connect event is ignored if it is a profile that's not known ahead of time.
2009-05-06 18:08:58 -07:00
Robert Greenwalt
e94a4e2747
Fix locale selection to never chose a lang-only locale.
...
This avoids us using the non-standard lang-only locale when communicating
off device. Fixes 1810133.
2009-05-06 11:45:06 -07:00
Eric Fischer
eccf5d538a
am 9d2976a
: AI 148147: Import lots of zh_TW translation changes.
...
Merge commit '9d2976a10baf1c26997c4db02babb14b5bd9204d' into donut
* commit '9d2976a10baf1c26997c4db02babb14b5bd9204d':
AI 148147: Import lots of zh_TW translation changes.
2009-04-30 17:59:37 -07:00
Eric Fischer
9d2976a10b
AI 148147: Import lots of zh_TW translation changes.
...
Automated import of CL 148147
2009-04-30 17:32:16 -07:00
Eric Fischer
7c1af6dd3c
am 554c844
: AI 148026: Update zh_TW translations.
...
Merge commit '554c844c7d010f21acb210abab1818d8cbe3dabf' into donut
* commit '554c844c7d010f21acb210abab1818d8cbe3dabf':
AI 148026: Update zh_TW translations.
2009-04-30 17:10:48 -07:00
Eric Fischer
554c844c7d
AI 148026: Update zh_TW translations.
...
Automated import of CL 148026
2009-04-30 16:48:34 -07:00
Android (Google) Code Review
b2f497f8bb
Merge change 750 into donut
...
* changes:
Fixed the Bluetooth On/Off Checkbox in settings so it is enabled/disable properly.
2009-04-29 14:44:34 -07:00
Michael Chan
f25063aee3
Fixed the Bluetooth On/Off Checkbox in settings so it is enabled/disable properly.
...
In the BroadcastReceiver, pickup the new bluetooth status from the intent instead
of calling back to LocalBluetoothManager. There could be race condition since
LocalBluetoothManager itself gets the same info via the BroadcastReceiver mechanism.
Also cleaned up logs.
2009-04-29 14:17:06 -07:00
Eric Fischer
edec69d619
am b95a2c9
: AI 147962: Import updated zh_TW translations.
...
Merge commit 'b95a2c92c0542b19d92a03cfefb23454e3ff5bd3' into donut
* commit 'b95a2c92c0542b19d92a03cfefb23454e3ff5bd3':
AI 147962: Import updated zh_TW translations.
2009-04-28 21:59:21 -07:00
Eric Fischer
33d0fa6f94
am 1fa983e
: AI 147492: Update zh_TW translations.
...
Merge commit '1fa983eb05284ac31eca4cb68de2783117dde155' into donut
* commit '1fa983eb05284ac31eca4cb68de2783117dde155':
AI 147492: Update zh_TW translations.
2009-04-28 21:59:21 -07:00
Eric Fischer
b95a2c92c0
AI 147962: Import updated zh_TW translations.
...
Automated import of CL 147962
2009-04-28 15:48:40 -07:00
Bjorn Bringert
a9d5be1e5f
Show Search settings in Settings app.
...
The Settings app now shows a "Search settings" item,
if there is an activity that handles the Search settings intent.
This conditionally included settings is handled in the same way
as the sync settings.
2009-04-27 15:16:25 +01:00
Eric Fischer
1fa983eb05
AI 147492: Update zh_TW translations.
...
Automated import of CL 147492
2009-04-23 11:59:15 -07:00
Jean-Baptiste Queru
d842cee7c2
merge cupcake into donut
2009-04-22 17:56:59 -07:00
Android (Google) Code Review
0306e8b7dc
Merge change 201 into donut
...
* changes:
Dismiss the dialog in onDestroy so that it doesn't leak on orientation change or other transitions.
2009-04-20 14:45:51 -07:00
Amith Yamasani
519e321609
Dismiss the dialog in onDestroy so that it doesn't leak on orientation change or other transitions.
2009-04-20 14:22:43 -07:00
Evan Millar
9aacc30ad7
Merge branch 'readonly-p4-donut' into donut
2009-04-18 12:27:52 -07:00
Evan Millar
7e85a6f8c6
AI 146853: Add kernel wakelock data to batteryinfo dump.
...
BUG=1755458
Automated import of CL 146853
2009-04-18 12:26:34 -07:00
Eric Fischer
43f027a086
AI 146365: Import revised translations.
...
DO NOT MERGE
Automated import of CL 146365
2009-04-15 13:30:20 -07:00
Eric Fischer
9a2ab46eb8
AI 146175: Import updated translations.
...
Automated import of CL 146175
2009-04-14 12:10:44 -07:00
Eric Fischer
69720d1db3
Merge branch 'readonly-p4-donut' into donut
2009-04-13 17:54:29 -07:00
Eric Fischer
1f06e4f99b
AI 145973: am: CL 145787 Add localized time zone names from CLDR-1.6.1.
...
Original author: enf
Merged from: //branches/cupcake/...
Automated import of CL 145973
2009-04-13 17:53:11 -07:00
Eric Fischer
2ad8713da2
AI 146037: Import updated translations.
...
Automated import of CL 146037
2009-04-13 17:16:20 -07:00
Eric Fischer
79e92a5310
Merge branch 'readonly-p4-donut' into donut
2009-04-13 09:01:43 -07:00
Eric Fischer
589ad8c649
AI 145862: am: CL 145584 Make date/time dialog titles translatable.
...
Remove the "do not translate" annotation from the strings.
Original author: enf
Merged from: //branches/cupcake/...
Automated import of CL 145862
2009-04-13 09:00:31 -07:00
Jim Miller
f56eb33665
Merge branch 'readonly-p4-donut' into donut
2009-04-13 08:59:09 -07:00
Jim Miller
bd092fc446
AI 145861: am: CL 145578 Tweak buttons in ChooseLockPatternTutorial to accomodate more text and marquee if necessary.
...
Original author: jaggies
Merged from: //branches/cupcake/...
Automated import of CL 145861
2009-04-13 08:57:57 -07:00