1450 Commits

Author SHA1 Message Date
Scott Main
073bc611ce am 8a4c53a: AI 147732: fix broken links
Merge commit '8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367' into donut

* commit '8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367':
  AI 147732: fix broken links
2009-04-28 21:54:10 -07:00
Jorg Pleumann
19aa8e01b8 am b867019: AI 147725: Some fixes for the CTS test runner. One is a
Merge commit 'b867019173d20cd4fd7ee79a3ce924096e95a241' into donut

* commit 'b867019173d20cd4fd7ee79a3ce924096e95a241':
  AI 147725: Some fixes for the CTS test runner. One is a
2009-04-28 21:54:10 -07:00
Bill Napier
e17210c17a am 14533d2: AI 147720: Set default language for NL to nl.
Merge commit '14533d2652ce786f1ca84af1b54adaa201455989' into donut

* commit '14533d2652ce786f1ca84af1b54adaa201455989':
  AI 147720: Set default language for NL to nl.
2009-04-28 21:54:09 -07:00
Jean-Michel Trivi
d7ffb29b1f am 864750c: AI 147718: Created .jd doc file for the JetCreator manual. C
Merge commit '864750c3ec8cc645e77e99a434dd43a5cd1dca26' into donut

* commit '864750c3ec8cc645e77e99a434dd43a5cd1dca26':
  AI 147718: Created .jd doc file for the JetCreator manual. Cleaned up the content to only use HTML tags, no more ugly Word generated tags. Removed references to visio files, converted all assets to PNG and renamed them with human understandable names. Added reference to JetPlayer javadoc.
2009-04-28 21:54:09 -07:00
Dirk Dougherty
ec82e35308 am 6edea74: AI 147711: Fix link text in highlights doc. Copy "New APIs"
Merge commit '6edea74a4dc0f2e17d9fb59ef5e175d9cb1a8508' into donut

* commit '6edea74a4dc0f2e17d9fb59ef5e175d9cb1a8508':
  AI 147711: Fix link text in highlights doc. Copy "New APIs" section to Version Notes doc.
2009-04-28 21:54:09 -07:00
Dirk Dougherty
8b300f3db9 am d97e8dc: AI 147710: Add redirects for sdk/preview pages.
Merge commit 'd97e8dc252b6f2f5919885ee337518e5fd5bd285' into donut

* commit 'd97e8dc252b6f2f5919885ee337518e5fd5bd285':
  AI 147710: Add redirects for sdk/preview pages.
2009-04-28 21:54:08 -07:00
Bill Napier
819c102394 am 78b1511: AI 147541: Add cs as default language for cz.
Merge commit '78b1511d96f0b2123bfadf51c5c1ccf33cdd2b3d' into donut

* commit '78b1511d96f0b2123bfadf51c5c1ccf33cdd2b3d':
  AI 147541: Add cs as default language for cz.
2009-04-28 21:54:08 -07:00
Scott Main
af3289e444 am 620986a: AI 147438: add app widget docs to dev guide
Merge commit '620986a358c522178ddfc5c0088b2a5e1768e5ae' into donut

* commit '620986a358c522178ddfc5c0088b2a5e1768e5ae':
  AI 147438: add app widget docs to dev guide
2009-04-28 21:54:07 -07:00
Dirk Dougherty
181634f080 am 134e8e4: AI 147433: Fix broken link to sdk/samples dir in the offline
Merge commit '134e8e4fc391d4f48f89acbfda757cd61504cb46' into donut

* commit '134e8e4fc391d4f48f89acbfda757cd61504cb46':
  AI 147433: Fix broken link to sdk/samples dir in the offline.html page.
2009-04-28 21:54:06 -07:00
Android (Google) Code Review
76b25e5e78 Merge change 692 into donut
* changes:
  location: Optimize use of mProviders ArrayList.
2009-04-28 19:02:27 -07:00
Mike Lockwood
662ea09a71 location: Optimize use of mProviders ArrayList.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-28 21:38:06 -04:00
Mitsuru Oshima
13735a255d Merge branch 'readonly-p4-donut' into donut 2009-04-28 18:13:25 -07:00
Mitsuru Oshima
8169daed2f AI 147976: Compatibility mode support. Part 2.
* Introduced ApplicationScale (may not be good name. CompatibilityScale? CanvasScale? Pls let me know if you have better idea)
  * Changes to RootView / SurfaceView
  - Makes the app believe it's running in the supported density/resolution.
  - Makes the window manager believe it's running at the right density/resolution.
  * Added methods to Rect/Event for scaling up/down.
  Known issues:
  * certain kind of images (such as nine patch for buttons) seesm to be loaded not by app, thus does not take the scale into account,
  which, in turn, is causing layout issue.
  * ZoomButton in MapView is rendered in wrong place
  * Transparent region on Surface is not correct
  * Specifying different densities in one process is not working.
  BUG=1770627

Automated import of CL 147976
2009-04-28 18:12:09 -07:00
Romain Guy
2e447d46d9 Fixes 1819406. Take a ListView, add headers/footers, set the adapter after at least one layout pass, and the headers/footers don't know they have a parent anymore. Which causes a lot of trouble, like drawing not happening. 2009-04-28 18:01:24 -07:00
Android (Google) Code Review
d30605200b Merge change 542 into donut
* changes:
  enable additional cdma sms fields and user data encodings
2009-04-28 17:13:33 -07:00
Android (Google) Code Review
5f2788bc9d Merge change 686 into donut
* changes:
  gps: Don't crash if no XTRA servers are specified.
2009-04-28 16:18:07 -07:00
Android (Google) Code Review
0124a15015 Merge change 626 into donut
* changes:
  fix 1803886 android15 Translucent GLSurfaceView demo does not display properly
2009-04-28 16:06:32 -07:00
Mike Lockwood
b8526bfe09 gps: Don't crash if no XTRA servers are specified.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-28 19:04:08 -04:00
Karl Rosaen
98e333f551 Fix back key and ime behavior for search dialog.
The back key now dismisses the soft keyboard, and then the dialog.

The soft keyboard behavior is improved by having ACTV do the following when 'mDropdownAlwaysShowing' is true:
- touching outside of the drop down doesn't dismiss it
- touching the text field ensures the imei is brought in front of the drop down
2009-04-28 15:52:30 -07:00
Eric Fischer
a21e376bf0 AI 147962: Import updated zh_TW translations.
Automated import of CL 147962
2009-04-28 15:48:38 -07:00
Android (Google) Code Review
42fba356cf Merge change 331
* changes:
  Add option for gtalk stream compression
2009-04-28 15:36:33 -07:00
Scott Main
c8048365f0 AI 147951: delete unused files
BUG=1790234

Automated import of CL 147951
2009-04-28 15:03:27 -07:00
Scott Main
998234ed4a AI 147947: update the sitemap. add disallow in robots file for the sdk/preview/
BUG=1790234

Automated import of CL 147947
2009-04-28 14:41:22 -07:00
Leon Scroggins
2ca912ec13 Lazily initialize the TextDialog. 2009-04-28 17:18:57 -04:00
Android (Google) Code Review
4924ae8d1f Merge change 618 into donut
* changes:
  Fixes #1816088. Avoid initializing empty Rects when they are useless, especially in Zygote.
2009-04-28 13:45:44 -07:00
Android (Google) Code Review
e4de845ec2 Merge change 625 into donut
* changes:
  fix 1812272 SensorManager method returns hidden object
2009-04-28 13:19:23 -07:00
Android (Google) Code Review
6fcddb05ee Merge change 629 into donut
* changes:
  Display the app icon to the left of the search field for search within apps.
2009-04-28 13:18:06 -07:00
Android (Google) Code Review
77c9990ae0 Merge change 599 into donut
* changes:
  Add call to (new) Canvas.freeCaches() in response to low-memory
2009-04-28 12:28:47 -07:00
Android (Google) Code Review
190b75733c Merge change 611
* changes:
  change the IsolatedContext to have a test version of the AccountManager that has no IBinder to the AccountManagerService.
2009-04-28 10:56:48 -07:00
Romain Guy
23bd84ce6c Fixes #1816088. Avoid initializing empty Rects when they are useless, especially in Zygote. 2009-04-28 10:42:45 -07:00
Mike Lockwood
b8adcad61d location: Remove obsolete fake provider support.
Now that we have GPS support in the emulator and public APIs for mock providers,
the fake provider support is no longer needed.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-28 13:23:57 -04:00
Mike Lockwood
79762a3ee3 location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-28 12:42:08 -04:00
Patrick Scott
f0c70a8356 Treat application/xhtml+xml as xhtml+xml instead of text/html.
Previously we had converted application/xhtml+xml to text/html because of bad
server data. Now we need to treat xhtml as xhtml to get svg to be interpreted
correctly.
2009-04-28 11:47:11 -04:00
Mike Lockwood
eedf815a2b location: Remove redundant mLocationTracking field from GpsLocationProvider
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-28 11:17:23 -04:00
Android (Google) Code Review
7cb8ed23ab Merge change 414 into donut
* changes:
  location: Run LocationManagerService in a separate thread.
2009-04-28 05:30:43 -07:00
Android (Google) Code Review
3de05ffb91 Merge change 586 into donut
* changes:
  Manage imagecache ram budget
2009-04-28 05:17:41 -07:00
Android (Google) Code Review
b4ec401085 Merge change 605
* changes:
  Add '_' to the allowable characters in a host name.
2009-04-28 04:56:52 -07:00
Mike Lockwood
3d12b51ee3 location: Run LocationManagerService in a separate thread.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-28 07:28:33 -04:00
Bjorn Bringert
74708bbdf8 Add GLOBAL_SEARCH intent for finding global search provider. 2009-04-28 12:15:56 +01:00
Tammo Spalink
8c49d32cb9 enable additional cdma sms fields and user data encodings
enable ia5 and octet user data encodings
properly expose parsed user data
support additional bearer data subparameter types
2009-04-28 15:49:59 +08:00
Mike LeBeau
1fd73239dc Display the app icon to the left of the search field for search within apps. 2009-04-27 19:12:05 -07:00
Mathias Agopian
0c6b5f6ec3 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly 2009-04-27 18:50:06 -07:00
Dirk Dougherty
752aaf92a8 AI 147874: Fix format and link errors in docs.
BUG=1790234

Automated import of CL 147874
2009-04-27 18:13:11 -07:00
Mathias Agopian
287b309201 fix 1812272 SensorManager method returns hidden object 2009-04-27 18:08:10 -07:00
Michael Chan
99c4483cd7 Allow caller-supplied column aliases in queries even when a projection map is used.
Modified SQLiteQueryBuilder to allow caller-spplied column alias ("AS")
instead restricting to the keys of the supplied projection map.  This is needed for
UNION queries where new columns may be created on the fly such as "1 AS flag"
2009-04-27 16:32:45 -07:00
Fred Quintana
0eabf0228a change the IsolatedContext to have a test version of the AccountManager that has no IBinder to the AccountManagerService. 2009-04-27 15:08:17 -07:00
Android (Google) Code Review
17f213bc52 Merge change 602 into donut
* changes:
  Bug fix(1807910): media recorder crash due to the use of locked camera object (last part) - remove an unused Camera constructor - add a check on the argument in Camera::create() method
2009-04-27 13:42:05 -07:00
Patrick Scott
135e24c294 Add '_' to the allowable characters in a host name.
This does not fix the underscore problem in host names but it moves it from a
Browser issue to a libc issue.
2009-04-27 16:33:36 -04:00
Android (Google) Code Review
04ab1c7671 Merge change 573 into donut
* changes:
  Add a grey line to the top of the search plate image so it doesn't bleed into the white of the status bar.
2009-04-27 12:58:27 -07:00
Mitsuru Oshima
257eef353d Merge branch 'readonly-p4-donut' into donut 2009-04-27 12:02:51 -07:00