Commit Graph

8202 Commits

Author SHA1 Message Date
Ken Wakasa
c3b0837982 Fix wrong paths to class references
Change-Id: I778be2217165185fbb8eef08b8a232ea7ba986f0
2011-11-07 20:00:25 +09:00
Yu Shan Emily Lau
887527429d do not merge: cherry-picked Change-Id: I094dbc4ffa42771a13dfb796761546093649481c from master branch
Change-Id: I21f83b96afc5c3a00a6570e8284adc23191b6dd2
2011-11-05 17:09:57 -07:00
Raphael
d960df40f2 cherrypick 76bd108d from master. do not merge.
Change-Id: Ibb677f286b54a9dd593301a0f8b194d3b2dc58d1
SDK: update SDK to API 15
2011-11-03 15:42:39 -07:00
Robert Ly
cc1eef4935 am 8e3c1951: Merge "adding fountain framebuffer object sdk sample" into ics-mr0
* commit '8e3c1951915010985db2abee212e8c4c37cacc53':
  adding fountain framebuffer object sdk sample
2011-11-03 19:56:00 +00:00
Robert Ly
8e3c195191 Merge "adding fountain framebuffer object sdk sample" into ics-mr0 2011-11-03 12:54:02 -07:00
Robert Ly
a3a8cfd25b adding fountain framebuffer object sdk sample
Change-Id: I0156281baf450b4aafcd1d43bf5fd9ef8d4cb6cc
2011-11-02 15:30:37 -07:00
Eric Fischer
92a00bb671 Import revised translations.
Change-Id: I7220d09a75e5372acdab213888ecd53665004c71
2011-11-01 13:19:12 -07:00
Svetoslav Ganov
c90e0d5936 am bc43ef45: Merge "Folding Accessibility Service sample into ApiDemos." into ics-mr0
* commit 'bc43ef4554c457c499af9e5f998f6f79a484f4a3':
  Folding Accessibility Service sample into ApiDemos.
2011-10-31 20:30:29 +00:00
Svetoslav Ganov
bc43ef4554 Merge "Folding Accessibility Service sample into ApiDemos." into ics-mr0 2011-10-31 13:28:53 -07:00
Jack Palevich
48a1cf10af am e864636c: Remove Graphics > OpenGL ES > Hidden Activity from Api Demos
* commit 'e864636c554efa18f83ad9fa405058b51d531998':
  Remove Graphics > OpenGL ES > Hidden Activity from Api Demos
2011-10-29 03:15:18 +00:00
Svetoslav Ganov
101f061d35 Folding Accessibility Service sample into ApiDemos.
1. Moving Accerssibility Service sample into ApiDemos since
   we are putting all accessibility samples there.

2. Fixed regressions (mainly due to adding new event types)
   in the Accessibility Service sample.

3. Updated the Query Window Content sample to have some
   instructions and to work with touch exploration.

Change-Id: I226ac4130f7f8cae47bb52cbdeab9f104cfaba40
2011-10-28 19:18:24 -07:00
Jack Palevich
e864636c55 Remove Graphics > OpenGL ES > Hidden Activity from Api Demos
This activity was accidentally added to the Api Demos manifest
in an earlier checkin.

Because the corresponding Java classes were never checked in,
the activity never actually worked.

Change-Id: I7a7c8c90e8e6b9689f87720fc7f4d53556c2f227
2011-10-28 15:45:43 -07:00
Xavier Ducrohet
4001fcd436 am ded0dc05: Updated source.prop file for updated ICS SDK.
* commit 'ded0dc055f64492894445b76fdce060ae9b98b90':
  Updated source.prop file for updated ICS SDK.
2011-10-28 19:03:55 +00:00
Xavier Ducrohet
ded0dc055f Updated source.prop file for updated ICS SDK.
Change-Id: I935e8eb29ae52c56e4f897c69c808010b701e195
2011-10-28 11:27:07 -07:00
Alexander Lucas
1e94a78a1e am 96c0210e: Adding ICS Accessibility Features to ApiDemos app.
* commit '96c0210eb57e60f03c23a8e504782a8ba4b9edfe':
  Adding ICS Accessibility Features to ApiDemos app.
2011-10-28 17:26:20 +00:00
Alexander Lucas
96c0210eb5 Adding ICS Accessibility Features to ApiDemos app.
Change-Id: I37485821a77fed483308434e7b1d407642379d8c
2011-10-27 18:40:54 -07:00
Jack Palevich
060c9691a1 am 1163f69a: Fix activities that want to handle screen size and orientation changes themselves.
* commit '1163f69aac0e72ea3274c2516caa540accd418ca':
  Fix activities that want to handle screen size and orientation changes themselves.
2011-10-27 18:49:41 +00:00
Jack Palevich
1163f69aac Fix activities that want to handle screen size and orientation changes themselves.
In API level 13 the android:configChanges property was changed incompatably.

In API level 12 and below, an activity that wanted to handle screen size and orientation changes
could achieve that by specifying

    android:configChanges="orientation"

Starting with API level 13  the activity must specify

    android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"

This change updates all the activities in ApiDemos that want to handle screen size and orientation
changes themselves.

Fixes b/5522551 ApiDemos OpenGL ES rotation-without-restarting-Activity broken for API levels 13+

Change-Id: Ibc8b2b77eab9be279b56c026d76787d7185c62c9
2011-10-27 05:45:45 -07:00
Ed Heyl
f35154588b Merge remote branch 'goog/ics-mr0' into ics-mr1 2011-10-26 12:46:30 +00:00
Svetoslav Ganov
e824e69087 Adding a code sample for how to write a custom action provider.
NOTE: This change does *not* affect the system image rather only the SDK.

bug:5499856

Change-Id: I589ed412b72e94b21dbe1f069006c7c527a06c71
2011-10-25 20:35:52 +00:00
Xavier Ducrohet
1a9f6bf710 CherryPick 676e13 from master to mr0. do not merge.
Move the renderscript include files into platform-tools

The new unique compiler working for all target platforms requires to use
only the latest includes instead of using a different set per target
platforms.

By putting the include in the platform-tools, we ensure that they are
available no matter which platform has been donwloaded and are in sync
with the compiler.

Change-Id: Ib3e8e4e0b02956f60e7f1b4a2e8584a83a33d013
2011-10-24 13:14:51 -07:00
Svetoslav Ganov
43fe209e57 Merge "Adding a code sample for how to write a custom action provider." into ics-mr0 2011-10-24 12:07:02 -07:00
Svetoslav Ganov
30073fb13b Adding a code sample for how to write a custom action provider.
NOTE: This change does *not* affect the system image rather only the SDK.

bug:5499856

Change-Id: I589ed412b72e94b21dbe1f069006c7c527a06c71
2011-10-21 18:30:40 -07:00
Xavier Ducrohet
676e13ff60 Move the renderscript include files into platform-tools
The new unique compiler working for all target platforms requires to use
only the latest includes instead of using a different set per target
platforms.

By putting the include in the platform-tools, we ensure that they are
available no matter which platform has been donwloaded and are in sync
with the compiler.

Change-Id: Ia5d3d155eeb45c546656123f8cc75d8efe6e631c
2011-10-21 16:25:21 -07:00
Svetoslav Ganov
d9c6ed7ee8 am 44bec431: Merge "Adding a sample showing how to use the accessibility API in the compat library." into ics-mr0
* commit '44bec4313178cfa6b3c3ba9cc634e350370df697':
  Adding a sample showing how to use the accessibility API in the compat library.
2011-10-21 12:01:07 -07:00
Svetoslav Ganov
44bec43131 Merge "Adding a sample showing how to use the accessibility API in the compat library." into ics-mr0 2011-10-21 10:59:01 -07:00
Raphael
e6f6b8fb9b Merge "SDK: Fix missing min-tools-rev in platform source props" 2011-10-20 19:10:39 -07:00
Ken Wakasa
f7ebe22f1b am 562cd271: Remove a garbage file. Follow up to I938ba499.
* commit '562cd2716939f5394a9a38d4f2a4841433653b1d':
  Remove a garbage file.  Follow up to I938ba499.
2011-10-20 18:55:51 -07:00
Ken Wakasa
562cd27169 Remove a garbage file. Follow up to I938ba499.
Change-Id: Id0b89c382339722b4c7c61e2bf35a05a947fc8aa
2011-10-21 10:48:24 +09:00
Svetoslav Ganov
bd9f43a8e8 Adding a sample showing how to use the accessibility API in the compat library.
NOTE: This affects only the SDK and not the system image.

bug:5485208

Change-Id: I2b086e880cfe147883a0db8222522710132d67a3
2011-10-20 18:33:59 -07:00
Iliyan Malchev
10fc4be16b a3dconvert: add -ldl for host builds
Change-Id: I6f594bc3d2e0e4306eee1719ee81e2ff53177aa6
Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-10-20 16:20:45 -07:00
satok
02914c0efb am 47b8def1: Add hello spell checker sample client app
* commit '47b8def1e3ea4d77ff6e988c37f67b663d9c33d9':
  Add hello spell checker sample client app
2011-10-20 08:44:32 -07:00
David Turner
689885684d Merge "Add README.txt for missing example" 2011-10-20 04:01:23 -07:00
David Turner
63183ff227 Merge "Update native-audio example app" 2011-10-20 04:01:04 -07:00
satok
47b8def1e3 Add hello spell checker sample client app
Bug: 4973788

Change-Id: I938ba499c35d91f2e9dbcd00ae0df64c999b2b95
2011-10-20 14:46:45 +09:00
Tadashi G. Takaoka
7b3a26230d am 81ed01e7: Merge "Update SoftKeyboard sample to use InputMethodSubtype" into ics-mr0
* commit '81ed01e7043386ef26afb1643276ce01fab62e83':
  Update SoftKeyboard sample to use InputMethodSubtype
2011-10-19 21:59:52 -07:00
Tadashi G. Takaoka
81ed01e704 Merge "Update SoftKeyboard sample to use InputMethodSubtype" into ics-mr0 2011-10-19 21:58:05 -07:00
Glenn Kasten
ccdb9cb2b0 Update native-audio example app
Additions:
 - volume
 - stereo position
 - mute / solo
 - explicit pause / play / loop buttons
 - spinner for URI strings

Change-Id: I92f3a191f715567531d03998d4b80e32cc9aceed
2011-10-19 17:28:37 -07:00
Glenn Kasten
bd690d7cd2 Add README.txt for missing example
Change-Id: I88236a3953f6b62f8b3c6f80ecd5a94608c9296e
2011-10-19 15:15:56 -07:00
Raphael
2fc6ee6f97 SDK: Fix missing min-tools-rev in platform source props
Change-Id: I4a70baa0d33e82b2b15e71ecf66285f3401a3735
2011-10-19 11:08:40 -07:00
David 'Digit' Turner
a8f182c105 Merge "emulator: opengl: add design document for emulation implementation." 2011-10-19 10:14:13 -07:00
David 'Digit' Turner
aafffde798 Merge "emulator: opengl: minor fix and reformatting" 2011-10-19 10:13:55 -07:00
David 'Digit' Turner
0e205e6d6e emulator: opengl: minor fix and reformatting
This patches fixes a minor invalid usage of delete (instead of delete[])
and reformats the source code a little to make it more obvious.

Change-Id: If853d12e74549abcc6682430c837b0f14da81fdc
2011-10-19 17:54:20 +02:00
David 'Digit' Turner
fb2ddf9347 emulator: opengl: add design document for emulation implementation.
This patch adds a rather extensive document explaining the design
of our OpenGLES emulation, both on the guest and the host.

Change-Id: I13cf1eac21e5a8a0be170b5f90100b04f9ae6d75
2011-10-19 16:43:24 +02:00
Tadashi G. Takaoka
ec1f72d17d Update SoftKeyboard sample to use InputMethodSubtype
Bug: 5475117
Change-Id: I94c70800e272e28c080edd5102adceabf06d7aff
2011-10-19 19:25:50 +09:00
Eric Fischer
61533d2fe7 Merge "Import revised translations." 2011-10-18 16:27:14 -07:00
Eric Fischer
16436c5b06 Import revised translations.
Change-Id: I3543796a9c2269b632ee0209b88cd02f06d8a2f2
2011-10-18 15:01:17 -07:00
Vladimir Chtchetkine
0f1f20f6c3 am d4803d83: (-s ours) Merge "Cherry picked from c9a94b0f in master. Do not merge." into ics-mr0
* commit 'd4803d835198cc71514bfd93aa5e7602e6b0c0ba':
  Cherry picked from c9a94b0f in master. Do not merge.
2011-10-18 13:55:55 -07:00
Vladimir Chtchetkine
d4803d8351 Merge "Cherry picked from c9a94b0f in master. Do not merge." into ics-mr0 2011-10-18 13:53:59 -07:00
Dianne Hackborn
7661353ddd am 9860f7ac: Merge "Home should not be persistent." into ics-mr0
* commit '9860f7aca0510059c315f9e7fa10351e03193003':
  Home should not be persistent.
2011-10-18 13:43:59 -07:00