Commit Graph

1139 Commits

Author SHA1 Message Date
Christopher Tate
3356ba35fa Merge "Add Backup/Restore sample to the SDK docs" into froyo 2010-04-07 14:19:40 -07:00
Christopher Tate
41c42a972c Add Backup/Restore sample to the SDK docs
Part of bug #2545514

Change-Id: I9085ebfdce3552ddab602eec8d40de67b219a834
2010-04-07 13:41:35 -07:00
Ray Chen
69836ffb97 am 3bb112ae: am f617797e: Merge "API Change: MediaScannerConnection.ScanResultListener -> MediaScannerConnection.OnScanCompletedListener." into froyo 2010-04-07 12:46:49 -07:00
Ray Chen
f617797e88 Merge "API Change: MediaScannerConnection.ScanResultListener -> MediaScannerConnection.OnScanCompletedListener." into froyo 2010-04-07 12:06:03 -07:00
Christopher Tate
13d953984b am f8dc0be1: am 406ed04d: Merge "Backup/Restore sample application" into froyo 2010-04-07 11:31:47 -07:00
Christopher Tate
406ed04d5a Merge "Backup/Restore sample application" into froyo 2010-04-07 11:12:24 -07:00
Ray Chen
c73455df1a API Change: MediaScannerConnection.ScanResultListener -> MediaScannerConnection.OnScanCompletedListener.
Change-Id: I1386394dbccda4c01e50d89b8fdeca97ee65a29f
2010-04-06 15:16:13 -07:00
Raphael
8326752bf6 am b3c0d6a1: am 39637a37: Merge changes I3641b7c0,Ibdd1dbc8 into froyo 2010-04-06 14:50:02 -07:00
Christopher Tate
1c0a20aeeb Backup/Restore sample application
A very simple application: one activity, with a few bits of persistent data that
are updated live by the activity.  To that are added a few alternative agent
implementations, to illustrate various approaches and tradeoffs when implementing
a backup/restore agent.  In particular, there are example agents that do everything
"by hand," either record-by-record or by directly backing up the app's entire
persistent data file; plus an example agent that illustrates how very easy it
is to implement the latter using the OS-provided helpers.

Part of bug #2545514

Change-Id: Iaca33a5113406360c23d6e2e59eb012f9f1e9400
2010-04-06 14:16:26 -07:00
Raphael
7dd0976b04 Project-lib sample: define lib activity.
This was removed by mistake. I meant to add explanations.

Change-Id: I3641b7c01a1425ab5430695ac83ca71c9fc644d8
2010-04-06 13:10:57 -07:00
Raphael
edabb7bfeb Switch from codename Froyo to API 8.
Change-Id: Ibdd1dbc80e5e7d9856a90ff45a3b148a5af72581
2010-04-06 13:09:44 -07:00
Raphael
6f4089ed44 am 86c178a8: am 1fd241b3: Merge "Project-lib sample: externalize strings in lib." into froyo 2010-04-05 16:36:29 -07:00
Raphael
9563105751 am a60cf6db: am 4ce5771c: Merge "Project-lib sample: set namespace to com.example.android" into froyo 2010-04-05 16:36:26 -07:00
Raphael
7baf24a129 am 1452e936: am c45224b4: Merge "Implementation of the tic-tac-toe sample." into froyo 2010-04-05 16:36:24 -07:00
Raphael
0ac40314e0 am 6c80d5e5: am 6cb5d6a4: Merge "Skeleton for tic-tac-toe sample." into froyo 2010-04-05 16:36:21 -07:00
Raphael
546d7e8956 Project-lib sample: externalize strings in lib.
Change-Id: I5fff488ab96f1e28942143330c69370f2009e691
2010-04-05 14:54:18 -07:00
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
0dd05fa9a8 Add sample for XML-defined Adapters.
Change-Id: I31f4f93eeea0f0cac4485ce76d9188608567f071
2010-03-31 19:39:13 -07:00
Romain Guy
b26ffd8f3b am 731afdbe: Merge "Update Layout Animations samples to take the display\'s density into account." into froyo 2010-03-30 17:29:39 -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
7534928e6d am cb7fb13c: Merge "Fix 2527411: Extend sample DPM app to test setMaximumTimeToLock()" into froyo 2010-03-30 14:12:40 -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
e908408b12 am 47c9b141: Fix bug 2553592 API REVIEW: android.speech Change 2 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer 2010-03-30 11:36:25 -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
Scott Main
3c26ae869e new version of the Searchable Dictionary that saves all the words
in an SQLite Database and FTS3 table, then performs all look ups
using the content provider, plus various style modifications.

Change-Id: If73c96f48aeae7372333a558b2d494bcb256edfe
2010-03-25 17:37:25 -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