Commit Graph

1456 Commits

Author SHA1 Message Date
Alexander Lucas
96c0210eb5 Adding ICS Accessibility Features to ApiDemos app.
Change-Id: I37485821a77fed483308434e7b1d407642379d8c
2011-10-27 18:40:54 -07:00
Jack Palevich
61ef1bce8f am 060c9691: am 1163f69a: Fix activities that want to handle screen size and orientation changes themselves.
* commit '060c9691a18b877718b21339af5468898e7900aa':
  Fix activities that want to handle screen size and orientation changes themselves.
2011-10-27 18:52:59 +00: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
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
Svetoslav Ganov
7d9558522d Adding a code sample for using AccessibilityNodeProvider to report virtual Views.
Note: This is a sample and does *not* affect the system image, rather only the SDK.

bug:5508317

Change-Id: I62bbef4b2a4c2789ddfa128e94ae37246d244ac0
2011-10-24 17:14:54 -07:00
Svetoslav Ganov
a066d76f59 am 43fe209e: Merge "Adding a code sample for how to write a custom action provider." into ics-mr0
* commit '43fe209e574d2134adb5dabc76efb0ca81645fcc':
  Adding a code sample for how to write a custom action provider.
2011-10-24 12:46:37 -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
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
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
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
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
Tadashi G. Takaoka
ec1f72d17d Update SoftKeyboard sample to use InputMethodSubtype
Bug: 5475117
Change-Id: I94c70800e272e28c080edd5102adceabf06d7aff
2011-10-19 19:25:50 +09: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
Dianne Hackborn
e7d00ac68b Home should not be persistent.
Change-Id: I3d124512069637c18651ef91801338b7300fee8c
2011-10-17 18:49:50 -07:00
Scott Main
ac6db56abd am e842e956: update andriod beam demo. add action item to go to Android Beam settings, add help info, and add callback for on-push-complete
* commit 'e842e956c203b322bd39c05ed5660c917b9ae443':
  update andriod beam demo. add action item to go to Android Beam settings, add help info, and add callback for on-push-complete
2011-10-17 11:32:43 -07:00
Scott Main
e842e956c2 update andriod beam demo.
add action item to go to Android Beam settings,
add help info, and add callback for on-push-complete

Change-Id: I2e0e8b9d6e66c507d62012e809ee0c01e1298f20
2011-10-17 10:37:07 -07:00
Steve Block
3e9dae13d6 Merge "Fix use of WebView.loadData() to avoid passing invalid encoding" 2011-10-17 09:00:28 -07:00
Steve Block
aa29f342e5 Fix use of WebView.loadData() to avoid passing invalid encoding
No change in behavior, as invalid encodings have always been ignored.

Bug: 5125738
Change-Id: Ice8ccc2b82e3c5d28169788321dfbbfadb29b392
2011-10-17 15:09:35 +01:00
Scott Main
094aad3503 am 2f33e1ea: fix android beam demo icons
* commit '2f33e1eae0671cc1aa3d367f8d900b532f6ca80f':
  fix android beam demo icons
2011-10-17 07:07:07 -07:00
Scott Main
8534a9806c am 1bd9bf80: fix beam demo build target
* commit '1bd9bf806578cbb79763dc65067e45aa4e081f70':
  fix beam demo build target
2011-10-17 07:07:06 -07:00
Scott Main
3ea1b12e88 am f21a3e28: Merge "fix android beam icon and add make file" into ics-mr0
* commit 'f21a3e284705343eba1eeade90aa1086ce38e2c6':
  fix android beam icon and add make file
2011-10-17 07:06:55 -07:00
Scott Main
2f33e1eae0 fix android beam demo icons
Change-Id: I569f92eafc0a53622443457a73fabbdce83ef73c
2011-10-14 14:30:12 -07:00
Scott Main
1bd9bf8065 fix beam demo build target
Change-Id: I2f9a2b24802ee0461257b4e1ee65a5f2b6298ade
2011-10-14 14:09:56 -07:00
Scott Main
f21a3e2847 Merge "fix android beam icon and add make file" into ics-mr0 2011-10-14 14:04:02 -07:00
Scott Main
936304c95f fix android beam icon and add make file
Change-Id: Ib7a77ec6a5c15c06c009bb3a47c1f983f98c553a
2011-10-14 14:02:45 -07:00
Scott Main
6a6335f4fd DO NOT MERGE. remove stream item activities from sample app
Change-Id: I485e68e011a12ec91f0e5f3eae742217acad8ca3
2011-10-14 11:33:38 -07:00
Scott Main
8e56770703 docs: add update information to some samples
Change-Id: Ifafa507bd9e74f2605fe190b12f831051af5f422
2011-10-14 11:09:54 -07:00
Scott Main
0f53a4d294 rename Android Beam sample to Andriod Beam Demo and add launcher icon
Change-Id: If6edb7ac9ba2743ce0dbc39be6f1eede8ef66aaa
2011-10-14 10:28:25 -07:00
Scott Main
34ff3e789c docs: add update notice to HC gallery sample and add screenshots
Change-Id: Ibb8d269a68cca273867049655c95260651e23586
2011-10-14 04:20:16 -07:00
Robert Ly
f07fbe5881 Merge "fix RSBalls to be minSDK=14" 2011-10-07 15:31:22 -07:00
Winson Chung
f7dc8e5d09 Merge "Updating the sample widget with some better resources." 2011-10-07 14:03:11 -07:00
Winson Chung
cbb321fc8c Updating the sample widget with some better resources.
Change-Id: I74192f00b2f539c3431f3c327575f0e99f907be8
2011-10-07 13:48:54 -07:00
Adam Cohen
7fd48dd180 Merge "Cleaning up the stack sample widget" 2011-10-07 13:18:26 -07:00
Adam Cohen
6293583f9a Cleaning up the stack sample widget
Change-Id: Ie5d1bcacb1943e87c0517b6e38cad1598e119f7d
2011-10-07 11:27:16 -07:00
Robert Ly
9b20402482 fix RSBalls to be minSDK=14
Change-Id: I7e1f2d08e7172de4d5c6a29b4ca1e5cff42e2a14
2011-10-07 10:59:05 -07:00
Roman Nurik
dd147febf3 Merge "Update _index.html in RandomMusicPlayer sample for ICS" 2011-10-06 18:23:29 -07:00
Roman Nurik
c0aeb67784 Update _index.html in RandomMusicPlayer sample for ICS
Change-Id: I52872e491d9b5976264eb4fd87640be50e5ebc3d
2011-10-06 18:17:41 -07:00
Philip Milne
875cd1c602 Move GridLayout1/2 to here from GridLayoutTest in frameworks/base.
Change-Id: Iff31b918a3fdf599a356107a418e056cf5663142
2011-10-06 17:15:11 -07:00
Chet Haase
b19c468208 Merge "Clean up LayoutTransition demos for smaller screens." 2011-10-06 14:32:35 -07:00
Chet Haase
976d6ceb73 Clean up LayoutTransition demos for smaller screens.
These demos assumed the size of a tablet device and looked pretty
awful on phones.

Change-Id: I246ef5a5f4619c1f2fe689eca321314375722014
2011-10-06 12:46:00 -07:00
Roman Nurik
69ad161520 Merge "Update RandomMusicPlayer sample for new RemoteControlClient APIs, also add media button support" 2011-10-06 10:11:23 -07:00
Debashish Chatterjee
f84558cf16 Merge "Set HAS_CONTENT field from the app after writing audio content." 2011-10-06 02:08:25 -07:00
Anirudh Dewani
f219a95ec0 Merge "WiFiDirectDemo" 2011-10-06 00:41:23 -07:00