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
Dianne Hackborn
9fc7996adb
Removed limit-unlock policy.
2010-02-11 14:34:23 -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
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
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
Dianne Hackborn
c518e3ac44
Update to follow device policy API changes.
2010-01-28 13:16:10 -08:00
Dirk Dougherty
26d1fb0c8d
am 07b5c3bd: am c220077d: Merge "SDK doc change: Misc fixes." into eclair
...
Merge commit '07b5c3bdb76e7f4b4ceefb48e5cf11ed789bb0c2'
* commit '07b5c3bdb76e7f4b4ceefb48e5cf11ed789bb0c2':
SDK doc change: Misc fixes.
2010-01-28 12:37:28 -08:00
Dianne Hackborn
d51a50c766
More device admin work:
...
- Example warning message when disabling.
- UI to set maximum failed password attempts.
2010-01-26 18:04:54 -08:00
Dianne Hackborn
2086587ba4
Update sample admin with a description to uses-policies info.
2010-01-26 12:28:25 -08:00
Dirk Dougherty
07b5c3bdb7
am c220077d: Merge "SDK doc change: Misc fixes." into eclair
...
Merge commit 'c220077d52972356ff30d46d47def7669731f0d7' into eclair-plus-aosp
* commit 'c220077d52972356ff30d46d47def7669731f0d7':
SDK doc change: Misc fixes.
2010-01-22 16:49:51 -08:00
Dirk Dougherty
e096b94573
SDK doc change: Misc fixes.
...
Bug: 2160782
Change-Id: I44d1d9687df45dae40a6922a37e6b410cc2de835
2010-01-22 15:18:15 -08:00
Dianne Hackborn
cc4ee91892
Start implementing UI for changing requested policies.
2010-01-21 14:30:29 -08:00
Dianne Hackborn
c86ba3199d
Initial sample code for writing a device policy.
2010-01-16 18:01:37 -08:00
Romain Guy
74192eafec
Deprecate fill_parent and introduce match_parent.
...
Bug: #2361749 .
2010-01-08 15:11:18 -08:00
Jack Palevich
c1645153e7
Tool for compressing/decompressing ETC1 textures.
...
The ETC1 texture format is commonly supported by
OpenGL ES 2.0-capable GPUs.
For historical reasons ETC1 texture files have the
default extension .PKM
This tool relies on the libETC1 library to
compress and decompress the image data.
2009-12-31 13:19:21 +08:00
Jack Palevich
8e50990893
Remove unnecessary matrix stack manipulations.
...
glDrawTexiOES does not use the matix stack, so no need to modify it.
2009-12-22 18:32:05 +08:00
Dirk Dougherty
a276296490
Merge commit 'e897c1b4' into manualmerge
...
Conflicts:
samples/ApiDemos/src/com/example/android/apis/app/_index.html
2009-12-15 23:27:22 -08:00
Dirk Dougherty
e897c1b428
am 1d151678: Merge change Ie8650e4b into eclair
...
Merge commit '1d15167865b22730cf6ba314a057e62f960aa1db' into eclair-plus-aosp
* commit '1d15167865b22730cf6ba314a057e62f960aa1db':
sdk doc change for esr: fix some broken links to resources files.
2009-12-15 19:26:25 -08:00
Dirk Dougherty
0b1153b115
sdk doc change for esr: fix some broken links to resources files.
...
Bug: 2160782
Change-Id: Ie8650e4b642a96e67a2e7e62669282bc58d414ba
2009-12-15 18:47:00 -08:00
Romain Guy
764ff7513a
am dcf99fbe: Merge change If4ff28ed into eclair-mr2
...
Merge commit 'dcf99fbe7ac981c4ef3c8def65213e148281547a' into eclair-mr2-plus-aosp
* commit 'dcf99fbe7ac981c4ef3c8def65213e148281547a':
Cleanup one of the ListView sample demos.
2009-12-10 16:58:46 -08:00
Romain Guy
f4ff28edda
Cleanup one of the ListView sample demos.
2009-12-10 15:19:03 -08:00
Jack Palevich
67250c0d1f
am 3c31d6cd: Simple Matrix Palette skinning sample.
...
Merge commit '3c31d6cded51b6e6719b0052ec9987ca7218c868' into eclair-mr2-plus-aosp
* commit '3c31d6cded51b6e6719b0052ec9987ca7218c868':
Simple Matrix Palette skinning sample.
2009-12-09 15:59:16 -08:00
Jack Palevich
59a3008aa4
am 5dc44989: Add OpenGL ES 2.0 sample.
...
Merge commit '5dc449896cb596159652d15e7333d74e53601609' into eclair-mr2-plus-aosp
* commit '5dc449896cb596159652d15e7333d74e53601609':
Add OpenGL ES 2.0 sample.
2009-12-09 15:59:12 -08:00
James Yum
2a52912611
am 1b5a89a2: am d2962a33: TextToSpeech API demo.
...
Merge commit '1b5a89a2041586eba7211e996d4de9a5300e8b2d' into eclair-mr2-plus-aosp
* commit '1b5a89a2041586eba7211e996d4de9a5300e8b2d':
TextToSpeech API demo.
2009-12-09 15:54:38 -08:00
Dianne Hackborn
d564588d7d
am 579c7f19: Reorganize Service API demos.
...
Merge commit '579c7f19ac379294822b976b73fe4037f40eba82' into eclair-mr2-plus-aosp
* commit '579c7f19ac379294822b976b73fe4037f40eba82':
Reorganize Service API demos.
2009-12-09 15:41:08 -08:00
Jack Palevich
3c31d6cded
Simple Matrix Palette skinning sample.
2009-12-09 18:35:19 +08:00
Jack Palevich
5dc449896c
Add OpenGL ES 2.0 sample.
...
This sample renders a textured triangle using OpenGL ES 2.0.
If OpenGL ES 2.0 is not available, the sample falls back to
using OpenGL ES 1.0.
2009-12-09 16:37:55 +08:00
James Yum
8ac07a902d
am d2962a33: TextToSpeech API demo.
...
Merge commit 'd2962a33216ce40a526c80fc8865cf9bd04936f4' into eclair-plus-aosp
* commit 'd2962a33216ce40a526c80fc8865cf9bd04936f4':
TextToSpeech API demo.
2009-12-08 16:13:51 -08:00
James Yum
1b5a89a204
am d2962a33: TextToSpeech API demo.
...
Merge commit 'd2962a33216ce40a526c80fc8865cf9bd04936f4' into eclair-mr2
* commit 'd2962a33216ce40a526c80fc8865cf9bd04936f4':
TextToSpeech API demo.
2009-12-08 16:13:06 -08:00
James Yum
d2962a3321
TextToSpeech API demo.
2009-12-07 18:35:56 -08:00
Dianne Hackborn
579c7f19ac
Reorganize Service API demos.
...
This collapses multiple related files in one, to make it easier to deal
with in documentation and elsewhere.
2009-12-07 18:05:40 -08:00
Megha Joshi
0a510b1f70
am 0cf6092e: am 11d89599: Add QuickContactsBadge widget sample to ApiDemos
...
Merge commit '0cf6092e742fbf95722e596f0d4e808e87ac6ce2' into eclair-mr2-plus-aosp
* commit '0cf6092e742fbf95722e596f0d4e808e87ac6ce2':
Add QuickContactsBadge widget sample to ApiDemos
2009-12-07 17:03:40 -08:00
Megha Joshi
b3ed38b90e
am 11d89599: Add QuickContactsBadge widget sample to ApiDemos
...
Merge commit '11d89599ef7cf949bfe0048d1352f264ee0f6a34' into eclair-plus-aosp
* commit '11d89599ef7cf949bfe0048d1352f264ee0f6a34':
Add QuickContactsBadge widget sample to ApiDemos
2009-12-07 16:59:39 -08:00
Megha Joshi
0cf6092e74
am 11d89599: Add QuickContactsBadge widget sample to ApiDemos
...
Merge commit '11d89599ef7cf949bfe0048d1352f264ee0f6a34' into eclair-mr2
* commit '11d89599ef7cf949bfe0048d1352f264ee0f6a34':
Add QuickContactsBadge widget sample to ApiDemos
2009-12-07 16:59:00 -08:00
Megha Joshi
11d89599ef
Add QuickContactsBadge widget sample to ApiDemos
2009-12-07 16:53:24 -08:00
Owen Lin
0a91a547ee
am 0ee41ccc: Merge change I1558a070 into eclair-mr2
...
Merge commit '0ee41ccc1429b83c6ab62cb99e081826a94741e8' into eclair-mr2-plus-aosp
* commit '0ee41ccc1429b83c6ab62cb99e081826a94741e8':
Fix the camera preview demo.
2009-12-07 00:04:49 -08:00
Android (Google) Code Review
0ee41ccc14
Merge change I1558a070 into eclair-mr2
...
* changes:
Fix the camera preview demo.
2009-12-07 00:00:07 -08:00
Megha Joshi
f10748929f
am 2321ba48: am b49dd835: Adding wallpaper sample in ApiDemos.
...
Merge commit '2321ba48baed1638a71ec8c7b1d6f9d79e3e9f83' into eclair-mr2-plus-aosp
* commit '2321ba48baed1638a71ec8c7b1d6f9d79e3e9f83':
Adding wallpaper sample in ApiDemos.
2009-12-04 17:10:40 -08:00
Megha Joshi
2321ba48ba
am b49dd835: Adding wallpaper sample in ApiDemos.
...
Merge commit 'b49dd8359d1b23eb527139499c0db58cb01466c6' into eclair-mr2
* commit 'b49dd8359d1b23eb527139499c0db58cb01466c6':
Adding wallpaper sample in ApiDemos.
2009-12-04 17:06:39 -08:00
Megha Joshi
5bd13f2f4e
am b49dd835: Adding wallpaper sample in ApiDemos.
...
Merge commit 'b49dd8359d1b23eb527139499c0db58cb01466c6' into eclair-plus-aosp
* commit 'b49dd8359d1b23eb527139499c0db58cb01466c6':
Adding wallpaper sample in ApiDemos.
2009-12-04 17:06:09 -08:00
Megha Joshi
b49dd8359d
Adding wallpaper sample in ApiDemos.
2009-12-04 17:00:21 -08:00
Jean-Baptiste Queru
394ef56df8
am aecf2c65: am 76c9d31c: Revert "adding set wallpaper sample code in ApiDemos."
...
Merge commit 'aecf2c6581228677e90550a6d8f5f9668fb72987' into eclair-mr2-plus-aosp
* commit 'aecf2c6581228677e90550a6d8f5f9668fb72987':
Revert "adding set wallpaper sample code in ApiDemos."
2009-12-03 16:57:41 -08:00
Megha Joshi
61f3e6cdaa
am f6d9c9d4: am eb34b45e: Revert "fixing build"
...
Merge commit 'f6d9c9d427c70017757dcddf5b396de2d5f2f33d' into eclair-mr2-plus-aosp
* commit 'f6d9c9d427c70017757dcddf5b396de2d5f2f33d':
Revert "fixing build"
2009-12-03 16:53:33 -08:00
Jean-Baptiste Queru
91b2d65eb9
am 76c9d31c: Revert "adding set wallpaper sample code in ApiDemos."
...
Merge commit '76c9d31ce383cf1f4ef89dd1dae4f751fbb73b9a' into eclair-plus-aosp
* commit '76c9d31ce383cf1f4ef89dd1dae4f751fbb73b9a':
Revert "adding set wallpaper sample code in ApiDemos."
2009-12-03 16:44:41 -08:00
Jean-Baptiste Queru
aecf2c6581
am 76c9d31c: Revert "adding set wallpaper sample code in ApiDemos."
...
Merge commit '76c9d31ce383cf1f4ef89dd1dae4f751fbb73b9a' into eclair-mr2
* commit '76c9d31ce383cf1f4ef89dd1dae4f751fbb73b9a':
Revert "adding set wallpaper sample code in ApiDemos."
2009-12-03 16:43:32 -08:00