Commit Graph

468 Commits

Author SHA1 Message Date
Raphael
bbfd2ed1c2 Project-lib sample: set namespace to com.example.android
This is a pure namespace refactoring change.

Change-Id: I33f5998f876cdc9893d8d45983422ca0e331b3c4
2010-04-05 14:25:50 -07:00
Raphael
b8a884fbab Implementation of the tic-tac-toe sample.
Added some README.txt

Change-Id: Ie2703ffdfdeba773d0fd27153ec0cdb806b2e2dc
2010-04-05 14:19:33 -07:00
Raphael
718a35143d Skeleton for tic-tac-toe sample.
Change-Id: I41e7013d469cb2eba9f475aa0a94c4630cacbb64
2010-04-02 22:05:53 -07:00
Romain Guy
51344bdcff Update Layout Animations samples to take the display's density into account.
Change-Id: I1a6768a36879ad0909a557c17142c9294e20dcbb
2010-03-30 17:05:23 -07:00
Jim Miller
cb7fb13c10 Merge "Fix 2527411: Extend sample DPM app to test setMaximumTimeToLock()" into froyo 2010-03-30 13:51:57 -07:00
Jean-Michel Trivi
47c9b141dd Fix bug 2553592 API REVIEW: android.speech
Change 2 of 4
Notes from API Council review:
Rename RecognitionManager to SpeechRecognizer

Change-Id: Ib1245eb9b816605728fb75c77c486ee5ee0e76c6
2010-03-30 10:05:12 -07:00
Jim Miller
68230c3f72 Fix 2527411: Extend sample DPM app to test setMaximumTimeToLock()
Change-Id: I1a0ff93a27d7d27b66acbacf953eb0984e85e4cf
2010-03-29 20:22:06 -07:00
Dianne Hackborn
c1f107a257 Add new quality constant.
Change-Id: I386438485a921ec94ed1047936ca182c04bce410
2010-03-22 17:02:46 -07:00
Brett Chabot
880855ed20 Remove use of deprecated API from test sample code.
Modify tests sample code to use ActivityInstrumentationTestCase2 and its new
constructor.

Change-Id: Idf927b6641c8dfb4aede8cb2bba45de29320bcf5
2010-03-18 18:54:57 -07:00
Bart Sears
33638a7cd2 Put the test for the new API back in now that the requestCenterFitZoom
API has been put back in.

Revert "Revert "Add a test for the new requestCenterFitZoom api.""

This reverts commit 103e576893.
2010-03-15 15:52:54 -07:00
Grace Kloba
103e576893 Revert "Add a test for the new requestCenterFitZoom api."
This reverts commit 8f406a355f.
2010-03-12 18:35:23 -08:00
Grace Kloba
8f406a355f Add a test for the new requestCenterFitZoom api. 2010-03-12 13:35:47 -08:00
Grace Kloba
fffd4793c3 Match the new android_npapi 2010-03-09 14:10:59 -08:00
Ying Wang
7805d352a8 Merge "Fix proguard flags." 2010-03-02 09:35:56 -08:00
Roman Nurik
be1232d3cf Merge "Add SMS manager demo" 2010-03-01 13:03:16 -08:00
Roman Nurik
f096f961ff Add SMS manager demo 2010-03-01 10:57:37 -08:00
Derek Sollenberger
051c37a270 am 71ee406e: am 7364d2bc: Add full-screen option to the sample paint plugin.
Merge commit '71ee406e9b0e42246189804d3174be47a83eb903'

* commit '71ee406e9b0e42246189804d3174be47a83eb903':
  Add full-screen option to the sample paint plugin.
2010-03-01 07:30:19 -08:00
Derek Sollenberger
71ee406e9b am 7364d2bc: Add full-screen option to the sample paint plugin.
Merge commit '7364d2bc453a88133c65777b38003f05361135dd' into eclair-mr2-plus-aosp

* commit '7364d2bc453a88133c65777b38003f05361135dd':
  Add full-screen option to the sample paint plugin.
2010-03-01 07:15:43 -08:00
Derek Sollenberger
7364d2bc45 Add full-screen option to the sample paint plugin. 2010-03-01 09:35:49 -05:00
Dianne Hackborn
c48b3d9b71 Move DeviceAdmin APIs to android.app.admin. 2010-02-26 18:25:03 -08:00
Derek Sollenberger
942e429796 am 23270e75: am 5b674145: Adding basic on/off screen event handling to the sample background plugin.
Merge commit '23270e751a8769fba15d5cf41f0d572ea36b948e'

* commit '23270e751a8769fba15d5cf41f0d572ea36b948e':
  Adding basic on/off screen event handling to the sample background plugin.
2010-02-23 19:54:11 -08:00
Derek Sollenberger
23270e751a am 5b674145: Adding basic on/off screen event handling to the sample background plugin.
Merge commit '5b6741451725eca6774a0030e19daf186d5c102e' into eclair-mr2-plus-aosp

* commit '5b6741451725eca6774a0030e19daf186d5c102e':
  Adding basic on/off screen event handling to the sample background plugin.
2010-02-23 18:59:30 -08:00
Derek Sollenberger
5b67414517 Adding basic on/off screen event handling to the sample background plugin. 2010-02-23 09:33:01 -05:00
Ying Wang
36d9f32f07 Fix proguard flags. 2010-02-19 18:47:02 -08:00
Dianne Hackborn
bae0f4fd87 Add new MessengerService API demo.
Also refactor the LocalService demo to be more ammenable to being
used for sample code in the java docs.
2010-02-18 16:26:12 -08:00
Dianne Hackborn
0a4b90cb68 Fix issue #2420412: API review: DeviceAdmin API changes 2010-02-17 10:30:09 -08:00
Mike LeBeau
3d2e485b97 Elaborate on html docs for VoiceRecognitionService a little bit. 2010-02-12 14:56:27 -08:00
Mike LeBeau
f59744dc51 Merge "First stab at a sample voice recognition service to show the skeleton for how to set up such a thing and expose its settings activity, etc." 2010-02-12 13:55:09 -08:00
Mike LeBeau
6774fcffa4 First stab at a sample voice recognition service to show the skeleton for how
to set up such a thing and expose its settings activity, etc.
2010-02-11 22:58:29 -08:00
Dianne Hackborn
9fc7996adb Removed limit-unlock policy. 2010-02-11 14:34:23 -08:00
James Yum
bd9e4dda73 am a88a8393: am 40e665a0: cleanup
Merge commit 'a88a8393c6321b7baebb621bcc4c1b3be1ac7793'

* commit 'a88a8393c6321b7baebb621bcc4c1b3be1ac7793':
  cleanup
2010-02-10 13:05:40 -08:00
James Yum
a88a8393c6 am 40e665a0: cleanup
Merge commit '40e665a015c67a8dd21838894a1634a3e101b760' into eclair-plus-aosp

* commit '40e665a015c67a8dd21838894a1634a3e101b760':
  cleanup
2010-02-10 13:01:55 -08:00
James Yum
40e665a015 cleanup
deleted:    licensing/ILicenseResultListener.aidl
	deleted:    licensing/ILicensingService.aidl
	deleted:    licensing/LicenseChecker.java
	deleted:    licensing/LicenseCheckerCallback.java
	deleted:    licensing/LicenseValidator.java
	deleted:    licensing/Policy.java
	deleted:    licensing/ResponseData.java
	deleted:    licensing/StrictPolicy.java
2010-02-10 11:18:23 -08:00
Dirk Dougherty
7646786846 am 2a589050: am 4389d65c: Merge "Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build." into eclair
Merge commit '2a589050efc7947cc75d3cfe6b12f1eeb2f5ea3a'

* commit '2a589050efc7947cc75d3cfe6b12f1eeb2f5ea3a':
  Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build.
2010-02-09 18:47:09 -08:00
Dirk Dougherty
2a589050ef am 4389d65c: Merge "Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build." into eclair
Merge commit '4389d65caea762b276b1b7d6fd560f4b2c4370b3' into eclair-plus-aosp

* commit '4389d65caea762b276b1b7d6fd560f4b2c4370b3':
  Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build.
2010-02-09 18:42:38 -08:00
Dirk Dougherty
658d86e5be Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build.
Change-Id: I149fb2aab91d0a2dfc4242a85118bf20dea97e42
2010-02-09 18:00:44 -08:00
Dianne Hackborn
04a9130c8e New sample code for new external storage paths/APIs. 2010-02-09 12:54:41 -08:00
Andrew Stadler
1f91425318 Cleanups to Device Admin sample code
1.  Rename SampleDeviceAdmin to DeviceAdminSample where it appears in
    filenames.  This makes it easier to find when scanning directories.
2.  Fix bug in max password length handling
3.  Add a toast to warn user that entering values in "Password Attempts"
    box has real consequences.
2010-02-08 21:00:05 -08:00
The Android Open Source Project
169c7bc043 am 60932954: merge from open-source master
Merge commit '609329541ac4c23a2a21b7d493c594c1b3d0c438'

* commit '609329541ac4c23a2a21b7d493c594c1b3d0c438':
  Add uses-feature for live wallpaper sample.
  resolves Issue #5280: Go to problem in source from LogCat
2010-02-05 18:00:05 -08:00
The Android Open Source Project
609329541a merge from open-source master 2010-02-05 13:51:37 -08:00
Megha Joshi
64908722b9 am 74ccbf7a: am ca7a9d34: Merge "SampleSyncAdapter sample code." into eclair
Merge commit '74ccbf7aa77213d6df41990936d5f30eb06afe43'

* commit '74ccbf7aa77213d6df41990936d5f30eb06afe43':
  SampleSyncAdapter sample code.
2010-02-03 12:34:37 -08:00
Megha Joshi
74ccbf7aa7 am ca7a9d34: Merge "SampleSyncAdapter sample code." into eclair
Merge commit 'ca7a9d3497b84fe5b3576d9ea1d1cefa32850fd1' into eclair-plus-aosp

* commit 'ca7a9d3497b84fe5b3576d9ea1d1cefa32850fd1':
  SampleSyncAdapter sample code.
2010-02-03 12:29:01 -08:00
Megha Joshi
ca7a9d3497 Merge "SampleSyncAdapter sample code." into eclair 2010-02-03 12:24:47 -08:00
Jack Palevich
66914d4a73 Improve Cube Map and FrameBufferObject samples.
Fix tabs and trailing whitespace.

Expand comment to explain how we search for GL extensions.

Rename and document the DEBUG_RENDER_OFFSCREEN_ONSCREEN variable.
Also make it final static because its value never changes.
2010-02-03 16:00:49 +08:00
Megha Joshi
00bf0f0296 SampleSyncAdapter sample code. 2010-02-01 15:44:47 -08:00
Dianne Hackborn
1c2669905d Fix sample code markers. 2010-01-29 19:12:05 -08:00
Dianne Hackborn
906d338680 Update to follow device policy "mode" to "quality" change. 2010-01-29 17:16:11 -08:00
Jack Palevich
d97a9e3b3b Merge "Add API Demos showing how to use cube maps and frame buffer objects." 2010-01-29 14:28:47 -08:00
Jack Palevich
89282a6fd6 Add API Demos showing how to use cube maps and frame buffer objects. 2010-01-29 20:58:38 +08:00
James Yum
fc75835c87 am a3c89d73: am b8168f27: Merge "Market licensing server library core." into eclair
Merge commit 'a3c89d73bda785739b3396993c2491768bee2c23'

* commit 'a3c89d73bda785739b3396993c2491768bee2c23':
  Market licensing server library core.
2010-01-28 15:31:04 -08:00