Commit Graph

80 Commits

Author SHA1 Message Date
Dianne Hackborn
862eadb622 am a8baf9bc: Merge change Ie7eb359a into eclair
Merge commit 'a8baf9bcc8d9776e9aba35207af17723f7226027' into eclair-mr2

* commit 'a8baf9bcc8d9776e9aba35207af17723f7226027':
  Tweaks to Pointer Location.
2009-10-14 18:21:28 -07:00
Dianne Hackborn
9b528c143a Tweaks to Pointer Location.
Have it show the amount of total movement after a release, and whether this
is above the touch slop.

Change-Id: Ie7eb359a84e20786779015c3146ea5d96f380188
2009-10-14 16:30:09 -07:00
Jack Palevich
edb55982e1 Fix Terminal Preferences, Resolution
The terminal app was using the preferences framework incorrectly: it was
trying to keep its own authoritative copies of the preferences, instead
of relying in the preference framework to store the preferences. This
lead to some race conditions, and made terminal's preferences not work
correctly in Donut or Eclair.

Terminal now uses preferences in a more straightforward way.

As long as I was editing terminal, I made two additional changes:

Term now honors the display density. This makes the text more readable on
high-density devices.

An I put in some error checks for empty shell and first-command strings.

Fixes bug 2177356	Term program on Sholes: preferences doesn't work
2009-10-09 20:16:26 -07:00
Robert Greenwalt
d53aa9b917 Add Conn Man testing tools.
First test toggles wifi on/off forever (must have wifi associated to start,
or at least a remembered network in range)

Second test toggles the screen on off so you can test wifi cycle from that point.

Lastly adds some network-feature tests using mms or hipri net features.

bug: 2170806
2009-10-07 14:14:45 -07:00
Fred Quintana
db8fdbec42 account manager api review changes 2009-10-05 09:59:03 -07:00
Raphael
ef1337876b SDK: Fix CustomLocale to properly setup Language+Country
SDK BUG 2154263

Change-Id: I74db5bc237921ff6a6fd55664a2a3c62f544081b
2009-10-02 11:18:10 -07:00
Raphael
0bd70bcf5b Fix CustomLocale to work with soft keyboard.
SDK BUG 2154263

Change-Id: I8a575e49089ef2e6829e10749d796f6179330928
2009-10-01 13:28:21 -07:00
Raphael
4a062018fd Ignore adt/eclipse project files in CustomLocale
SDK BUG 2154263

Change-Id: Ie31247964058f8140f2bd5184a8b7deac4ad0381
2009-10-01 11:40:13 -07:00
Android (Google) Code Review
aa3eaa7057 Merge change I343737c9 into eclair
* changes:
  Remove GAIA string
2009-09-30 01:43:32 -04:00
Costin Manolache
6c9579e709 Remove GAIA string 2009-09-29 19:28:45 -07:00
Daniel Sandler
75ab82e25f hdpi artwork for development/{apps,samples}.
(drop dated 29-Sep-2009)

Change-Id: Ie022d478ed4eafc641e475dad94f507a6c358595
2009-09-29 20:41:24 -04:00
Dianne Hackborn
5bc6141cb2 Add development setting for compatibility mode.
Also some cleanup here and there.

Change-Id: Iebf563cf6ec2d0b1671a54bd534336e8fef4b9c0
2009-09-29 00:03:59 -07:00
Android (Google) Code Review
bcdcd9d4d5 Merge change 25854 into eclair
* changes:
  Add UUID intent to BluetoothDebug app.
2009-09-19 14:58:41 -04:00
Jaikumar Ganesh
32de5900b1 Add UUID intent to BluetoothDebug app.
Change-Id: If1198f4f03eb261afe29f4c363924033aa49a477
2009-09-18 16:08:18 -07:00
Eric Fischer
9cc8b3f044 Import revised translations. DO NOT MERGE 2009-09-17 14:27:17 -07:00
Nick Pelly
48e8ca1f52 Add BluetoothDebug.apk for testing and debugging Bluetooth.
Currently it just registers a receiver for all Bluetooth intents,
and prints them to logcat. For example:

BTDEBUG : a.b.device.a.FOUND
BTDEBUG : 	a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : 	a.b.device.e.RSSI = -35
BTDEBUG : 	a.b.device.e.CLASS = 200404
BTDEBUG : a.b.adapter.a.DISCOVERY_FINISHED
BTDEBUG : a.b.device.a.BOND_STATE_CHANGED
BTDEBUG : 	a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : 	a.b.device.e.BOND_STATE = 11
BTDEBUG : 	a.b.device.e.PREVIOUS_BOND_STATE = 10
BTDEBUG : a.b.device.a.ACL_CONNECTED
BTDEBUG : 	a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.a.NAME_CHANGED
BTDEBUG : 	a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : 	a.b.device.e.NAME = "HBH-IV840"

This application is built by default, but is not installed. Use

mmm development/apps/BluetoothDebug
adb install -r $OUT/system/app/BluetoothDebug.apk

to install it. Logging will begin immediately.

Change-Id: I582e6415fc1c856a6a4581ecf52eda11818601cf
2009-09-14 12:46:20 -07:00
Mike Reed
53006ecaeb add test app for ninepatch drawing 2009-09-10 14:20:01 -04:00
Mike Reed
1cafac5ce7 allow gamma change using Volume up/down 2009-08-25 13:47:03 -04:00
Dianne Hackborn
da48bed5d7 Tweaks to make pointer location a little easier to see. 2009-08-20 19:40:35 -07:00
Fred Quintana
bb57ac8ccf do not merge: cherrypicked a83a03bbf0 and a076d0dbd1 from master branch 2009-08-15 21:44:00 -07:00
Dianne Hackborn
067ea67251 Add a little more info to the top of Pointer Location. 2009-08-06 13:41:17 -07:00
Dianne Hackborn
30712dcdf7 Update to use new multi-pointer APIs. 2009-08-04 20:03:31 -07:00
Android (Google) Code Review
45c7a4853f am aa70ca22: Merge change 9077 into donut
Merge commit 'aa70ca22d1e0cf6c15579e2f90b23bfb0f941792'

* commit 'aa70ca22d1e0cf6c15579e2f90b23bfb0f941792':
  Make GestureBuilder build under the SDK.
2009-07-30 11:17:55 -07:00
Xavier Ducrohet
0fd1acd8ac Make GestureBuilder build under the SDK. 2009-07-29 18:31:37 -07:00
Fred Quintana
2b873447c4 update the permissions for the AccountManagerService 2009-07-23 16:03:17 -07:00
Dianne Hackborn
e8cd49de9a Update Pointer Location app to show multiple pointers. 2009-07-21 18:35:12 -07:00
Android (Google) Code Review
f92b5a5aaa am b2d4f431: Merge change 7956 into donut
Merge commit 'b2d4f431b9cc2436e808253e87e62b918970ac53'

* commit 'b2d4f431b9cc2436e808253e87e62b918970ac53':
  Moving compatibilty mode option to spare parts
2009-07-20 23:33:23 -07:00
Mitsuru Oshima
afd6be73fc Moving compatibilty mode option to spare parts 2009-07-20 15:52:48 -07:00
Romain Guy
4492a4cb7c am 89f0e50a: Add new application for the SDK to let developers build their own gestures libraries.
Merge commit '89f0e50a4cbb3086ab8441540e495150d1838e44'

* commit '89f0e50a4cbb3086ab8441540e495150d1838e44':
  Add new application for the SDK to let developers build their own gestures
2009-07-19 20:28:41 -07:00
Romain Guy
89f0e50a4c Add new application for the SDK to let developers build their own gestures
libraries.
2009-07-17 16:47:23 -07:00
Eric Fischer
bffc876476 am 25489e45: Import new translations
Merge commit '25489e45c41d6e09832bcc3784cc2c8c675a0361'

* commit '25489e45c41d6e09832bcc3784cc2c8c675a0361':
  Import new translations
2009-07-14 10:20:49 -07:00
Eric Fischer
25489e45c4 Import new translations 2009-07-13 15:37:18 -07:00
Mathias Agopian
81d96396d9 am fe1b8d8f: remove the setting for fancy rotation animation
Merge commit 'fe1b8d8f82bfcd3a3ddc3877a2bce1674cac18dd'

* commit 'fe1b8d8f82bfcd3a3ddc3877a2bce1674cac18dd':
  remove the setting for fancy rotation animation
2009-07-12 21:56:08 -07:00
Mathias Agopian
fe1b8d8f82 remove the setting for fancy rotation animation 2009-07-10 17:00:43 -07:00
Fred Quintana
ac657e02c0 a sample app that uses the AccountManager API 2009-06-16 15:25:58 -07:00
Android (Google) Code Review
9c298770e0 am 07c07c2e: Merge change 3933 into donut
Merge commit '07c07c2e685d2d7bd1901432d694bd8bddb84e15'

* commit '07c07c2e685d2d7bd1901432d694bd8bddb84e15':
  Define a new activity that lists permissions and apps using that permission with some additional details as well
  SDK Updater: provide a "force http" setting.
  SDK Updater: SettingsController that handles the settings.
  - Moved the build variants descriptions into build_system
2009-06-14 21:12:29 -07:00
Suchi Amalapurapu
25be4bad76 Define a new activity that lists permissions and apps using that permission with some additional details as well
First pass.
2009-06-12 11:03:00 -07:00
Eric Fischer
35489943a5 am ecf7c59c: am 4b04cfae: AI 149721: Import Portuguese translations.
Merge commit 'ecf7c59cf5043b65770f912eabc545dbe4412a75'

* commit 'ecf7c59cf5043b65770f912eabc545dbe4412a75':
  AI 149721: Import Portuguese translations.
2009-06-10 15:32:21 -07:00
Jack Palevich
28815d24c9 resolved conflicts for merge of 3945e1 to master 2009-06-10 15:09:22 -07:00
Eric Fischer
ecf7c59cf5 am 4b04cfae: AI 149721: Import Portuguese translations.
Merge commit '4b04cfae5b35b820e460e9533dfbd8b080484103' into donut

* commit '4b04cfae5b35b820e460e9533dfbd8b080484103':
  AI 149721: Import Portuguese translations.
2009-06-10 12:29:56 -07:00
Eric Fischer
4b04cfae5b AI 149721: Import Portuguese translations.
Automated import of CL 149721
2009-06-10 12:25:53 -07:00
Jack Palevich
aa7160b29a Fix enter key and control keys in Terminal emulator.
Previously the enter key only worked after the trackball had been
clicked at least once. Fixed by calling setFocibleInTouchMode.

Fix bug where control keys didn't work with the soft keyboard.

Fix some warnings reported by Eclipse IDE. (Missing @Overrides, needless
imports, unused variables.)
2009-06-10 11:54:02 -07:00
Android (Google) Code Review
b32778e81e am 20576189: Merge change 3351 into donut
Merge commit '20576189bddb5cd87707c2f726341cad11fcf490'

* commit '20576189bddb5cd87707c2f726341cad11fcf490':
  Add new text display attribute for gles version number
  SDK Updater: Add optional license elements to XML schema.
2009-06-09 10:31:58 -07:00
Suchi Amalapurapu
28004750d0 Add new text display attribute for gles version number 2009-06-08 10:02:52 -07:00
Android (Google) Code Review
b29b954305 am 8d878c34: Merge change 1578 into donut
Merge commit '8d878c344137974a5cb611c8b4ecbceacccb9016'

* commit '8d878c344137974a5cb611c8b4ecbceacccb9016':
  Teleca 2b changes.
2009-05-18 23:55:51 -07:00
Wink Saville
b10012bd65 Teleca 2b changes. 2009-05-16 20:49:28 -07:00
Xavier Ducrohet
a2dd1440e3 AI 147271: am: CL 147269 Remove "show compass" option as it requires Google Maps dependency.
Original author: xav
  Merged from: //branches/cupcake/...

Automated import of CL 147271
2009-04-21 16:22:51 -07:00
Xavier Ducrohet
5552f05bbe AI 147272: am: CL 147271 am: CL 147269 Remove "show compass" option as it requires Google Maps dependency.
Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147272
2009-04-21 16:22:37 -07:00
Xavier Ducrohet
ecf1391bc3 AI 147269: Remove "show compass" option as it requires Google Maps dependency.
BUG=1804337

Automated import of CL 147269
2009-04-21 16:20:58 -07:00
Mike Lockwood
8dc883fe46 AI 144415: am: CL 144372 Cleanup Settings support for enabling and disabling location providers:
LocationManagerService now listens for changes to settings,
  making LocationManager.updateProviders() unnecessary.
  Removed LocationManager.updateProviders()
  Added Settings.Secure.setLocationProviderEnabled(), which is a thread-safe way
  of enabling or disabling a single location provider.
  This is safer than reading, modifying and writing the LOCATION_PROVIDERS_ALLOWED directly.
  BUG=1729031
  Original author: lockwood

Automated import of CL 144415
2009-04-02 23:41:32 -07:00