Daniel Lehmann
3335843705
Include the new activity classes in the samples
...
Bug:5135808
Change-Id: I08244836b57564e108f3b36e520a3cce95158cc7
2011-08-14 15:45:28 -07:00
Chet Haase
7c4ad87f6b
Merge "Fix issues in LayoutAnimationsHideShow demo."
2011-08-11 12:16:11 -07:00
Amith Yamasani
d9e0c41a75
Merge "Remove old fashioned expand/collapse techniques in SearchView examples."
2011-08-11 11:42:41 -07:00
Chet Haase
dd722e4680
Fix issues in LayoutAnimationsHideShow demo.
...
There were various minor issues with this app that made it not work
correctly in some situations (the APPEARING animation was basically a no-op,
and disabling the custom animations disabled animations altogether).
Change-Id: I20aba9551043a63c21d26208ae7cd0395cde01cb
2011-08-11 11:36:33 -07:00
Dianne Hackborn
b30b356f20
Merge "New API demo for installing/uninstalling applications."
2011-08-11 11:35:55 -07:00
Amith Yamasani
5591368aec
Remove old fashioned expand/collapse techniques in SearchView examples.
...
These are not the recommended patterns any more.
Bug: 5086888
Change-Id: If354ea5af0eaff33d0e572177a9e804d899d07e1
2011-08-10 18:36:11 -07:00
Dianne Hackborn
ddea282ae9
New API demo for installing/uninstalling applications.
...
Change-Id: Idaaf2003a6a34f2859887be32c82416ba4d06852
2011-08-10 10:37:23 -07:00
Chris Craik
1ac352eb59
Merge "updated Animation Plugin for NativeWindow interface"
2011-08-09 17:23:32 -07:00
Chris Craik
aceb2e3bda
updated Animation Plugin for NativeWindow interface
...
bug:5114637
Uses new ANativeWindow plugin API, supports either software rendering or GL
rendering via flag in RenderingThread.h
Note: Currently crashes on close
Change-Id: Ia7338a6c38c0ca9db02c19814d99b29970cc7b8e
2011-08-09 16:34:30 -07:00
Daniel Lehmann
a6826891f9
Merge "Start service intent when contact is being displayed"
2011-08-09 14:49:58 -07:00
Daniel Lehmann
af2e1dccbc
Start service intent when contact is being displayed
...
Bug:5138185
Change-Id: I32e239e4af564bb876d1eb021f31b2fd6287feaf
2011-08-09 13:42:08 -07:00
Debashish Chatterjee
a583cd15f7
Merge "VoicemaiProviderDemoApp changed to use api from sdk."
2011-08-09 00:07:33 -07:00
Chet Haase
e3239b8d24
Fix fill behavior in an old AnimationSet demo.
...
FillEnabled/FillBefore/FillAfter have somewhat non-intuitive behavior.
The demo didn't work at all as intended, so I changed the animation resource
to reflect the actual behavior desired (delay starting the child animations
in the inner AnimationSet and avoid having those animations set the transform
before they start)
Change-Id: I135842091902ba243851dad0104f86e1b8605053
2011-08-08 16:30:34 -07:00
Debashish Chatterjee
d407959ada
VoicemaiProviderDemoApp changed to use api from sdk.
...
Voicemail content provider APIs are now part of the SDK. This CL gets
rid of the local copy of VoicemailContracts and instead uses the APIs
from the SDK.
Key differences between the old and latest APIs
- voicemail permission renamed from READ_WRITE_OWN_VOICEMAILS to
ADD_VOICEMAIL
- voicemail state is a hidden field, so not part of the API. Demo app
should not use it.
- Use IS_READ field instead of NEW.
Change-Id: Ib142eb02bb89eed32a7976b66132893a98aba466
2011-08-08 17:58:40 +01:00
Daniel Sandler
173fb98b2d
Demonstration of the various fullscreen modes:
...
FLAG_FULLSCREEN,
SYSTEM_UI_FLAG_LOW_PROFILE,
SYSTEM_UI_FLAG_HIDE_NAVIGATION.
Bug: 5052456
Change-Id: I3c23caa83a66b585ae1102e3d473f6e4f096840d
2011-08-04 16:47:02 -04:00
Luca Zanolin
37a152d1ae
Merge "Show how to use broadcast for accessing voice search settings."
2011-08-04 02:51:50 -07:00
Luca Zanolin
50b7e75061
Show how to use broadcast for accessing voice search settings.
...
Change-Id: Ie17e377cd1814b58e00a56e8dfb84fc66cd88985
2011-08-04 09:50:21 +01:00
Stephen Hines
e036a5f1cb
Remove Runtime exit() function from Balls app.
...
This prevents a nasty teardown bug that was causing segfaults during atexit().
It is more than sufficient to call onStop() in this case to properly release
all resources.
Change-Id: If9ea892074382f9ea194da3d75771aae3b529053
2011-08-02 17:11:34 -07:00
Dianne Hackborn
65b7786636
New API showing the various new service binding flags.
...
Change-Id: I2c19388c1c8b8386d77183c1e1f3aa9eef85cd46
2011-07-29 01:49:10 -07:00
Svetoslav Ganov
7dd37fbbed
Adding a missing documentation of the ActionProvider ActionBar sample.
...
Change-Id: I09772305953f7684388603f3f34ec21c64a09067
2011-07-28 17:50:04 -07:00
Makoto Onuki
b2ebc5c6ce
Merge "Support new intent INVITE_CONTACT introduced in v14"
2011-07-26 15:15:47 -07:00
Makoto Onuki
23e15c5d41
Support new intent INVITE_CONTACT introduced in v14
...
SampleSyncAdapter uses INVITE_CONTACT to add a raw contact to an existing
contact.
INVITE_CONTACT is treated in the save way as ACTION_INSERT, except:
- The incoming intent won't have the account extra, so always use the first
account found.
- The name field will be prepopulated with the display name of the passed
account.
Bug 5061956
Change-Id: Ica1263fe54150dbc0e79389ebdf2a0e748a7c840
2011-07-26 14:47:07 -07:00
Jason Sams
6b63b54036
Merge "Fix sample to use API 14."
2011-07-26 12:19:21 -07:00
Romain Guy
c35d058e8d
Add new API demos for fragment custom animations.
...
Change-Id: Ia4339d4e4c1617907a9c707e1b8c2309b303e267
2011-07-25 16:29:00 -07:00
Amith Yamasani
ea5c0b0f87
New SearchView expansion using ActionBar feature.
...
Change-Id: Ib0a4bdc45af65fdeeb354ee02de02b251fec471d
2011-07-25 13:17:05 -07:00
Jason Sams
16f8525aaf
Fix sample to use API 14.
...
Change-Id: Iba9cb731a80f32972d61b8d7e55b4881cb81d36c
2011-07-21 17:22:40 -07:00
Jeff Hamilton
9d7ed78e7a
Fix crashes when NFC isn't supported.
...
Change-Id: I638a1e4e5d7a0b5d4f84668e134b13457aeaa879
2011-07-20 23:22:00 -05:00
Svetoslav Ganov
575c0c3e5c
Fixing the action provider demo
...
1. Fixed a bug the the way the URI was set to the
intent.
2. Added code to copy a private raw resource to a
publicly readable file that is to be shared.
Change-Id: Ib7ee172b2a4a890ce77911d0ef1c3ea3b24e69c9
2011-07-19 13:19:47 -07:00
Brett Chabot
e2e7ec9429
Build all samples against SDK.
...
Change-Id: I9ea35c07a7f9d2e2a42d952101e99528fd68fb6c
2011-07-15 17:31:33 -07:00
Svetoslav Ganov
ddece2d84d
Adding ActionProvider demo.
...
Change-Id: If0f540cd796ced27f392f1c31d20ab5ab34e5c3e
2011-07-14 18:00:14 -07:00
Xavier Ducrohet
08786e05eb
am dd0457ad: am d5394e8f: am d8a9cfce: Fix sample package API level.
...
* commit 'dd0457ad254943448a8f3df2082ec2d66e0e6223':
Fix sample package API level.
2011-07-13 14:54:00 -07:00
Jeff Brown
04a4d9a0fc
Remove the simulator target from all makefiles.
...
Bug: 5010576
Change-Id: I3af1c8fb9b1b558a1c03212a2bb1834095c806da
2011-07-11 22:11:50 -07:00
Xavier Ducrohet
d8a9cfce8d
Fix sample package API level.
...
Change-Id: I8bf67e3fdb21e4aca966c3721b75024241bade73
2011-07-11 13:36:09 -07:00
Debashish Chatterjee
4534229ae8
Copied over latest changes to VoicemailContract api.
...
In addition, modified VoicemailProviderHelpers to use "source_package" uri
parameter instead of deprecated /source/ path for source specific uri
and stop using other deprecated fields.
Change-Id: Ia9570de2d9823ea27d57f7d602348d2a2826f2e8
2011-07-04 13:25:27 +01:00
Jason Sams
5250126200
Merge "Convert fountain from RSSurfaceView to RSTextureView."
2011-07-01 17:41:47 -07:00
Dianne Hackborn
d79a09095c
New API demo showing how to make a resource reference.
...
Change-Id: I450d70432debc9d7f58a7f6597628dacc0225ddd
2011-07-01 15:08:44 -07:00
Jason Sams
4c99800244
Convert fountain from RSSurfaceView to RSTextureView.
...
Change-Id: Ia4fec4338f3fb11cfbacf1acd64c88e5954afd7d
2011-07-01 13:56:57 -07:00
Jeff Brown
f53e7c9863
ApiDemos: Fix array indexing bug in game controller demo.
...
Change-Id: Ic7f1ce8bed39b2c10dd0e583c3ad118095f14752
2011-06-30 12:01:10 -07:00
Dianne Hackborn
d9344bb5fd
Merge "Add API demo for LocalBroadcastManager."
2011-06-28 14:42:35 -07:00
Jeff Brown
0459e026ac
Merge "Add a sample for handling hover events."
2011-06-28 14:36:15 -07:00
Jeff Brown
402adc44c2
Add a sample for handling hover events.
...
Change-Id: I9e19e09d3f5b8d0fd03f52cc8d88e6a12399d12f
2011-06-28 14:28:57 -07:00
Debashish Chatterjee
6b47b8888c
Merge "Copied recent VoicemailContract changes from framework/base/core to VoicemailProviderDemo."
2011-06-28 10:48:51 -07:00
Debashish Chatterjee
8e385c5809
Copied recent VoicemailContract changes from framework/base/core to VoicemailProviderDemo.
...
Change-Id: I506d5ef224494bdfe074aa0065327c2fba205373
2011-06-28 17:40:55 +01:00
Narayan Kamath
b688761bab
Add sample TTS engine
...
Bug: 4149751
Change-Id: Id8e96d4ec442db46cb97edaeab3ef7c13321ba1f
2011-06-28 09:38:23 +01:00
Dianne Hackborn
72ad4eef97
Add API demo for LocalBroadcastManager.
...
Change-Id: Iee1e1189c579ab287718d138916448a02a833e44
2011-06-24 14:35:54 -07:00
Anirudh Dewani
fea911d535
Network detection sample using TelephonyManager
...
Change-Id: Iaa5b66a2eda07fd9de4ea613209226dd4ee64abd
Conflicts:
samples/ApiDemos/AndroidManifest.xml
2011-06-23 12:07:57 +05:30
Adam Powell
c81d080a6a
Add SwitchPreference demo in ApiDemos.
...
Renamed toggle to Checkbox.
Update to trigger build queue recompilation.
Change-Id: Ie7800b5e41e86f8182bb550da869ccb316cbeb91
2011-06-21 16:55:33 -07:00
Gilles Debunne
d318f21b4b
Merge "XmlAdapters sample example no longer depends on hidden XmlDocumentProvider"
2011-06-17 11:08:00 -07:00
Dianne Hackborn
2a5f96547c
am 712e6c2d: am e5062a33: am 102041a8: SDK only: add documentation tags.
...
* commit '712e6c2d2ea1f83ea3e339e8e875d4b25edeca6c':
SDK only: add documentation tags.
2011-06-16 15:00:19 -07:00
Dianne Hackborn
102041a8bc
SDK only: add documentation tags.
...
Also fix up the new support API demo documentation.
Change-Id: I7a6945ffafa6a93cd394d5ce5729d6f9dfc0a183
2011-06-16 14:38:03 -07:00