Commit Graph

5376 Commits

Author SHA1 Message Date
Dianne Hackborn
141c84a864 Switch to modern light themes.
Change-Id: I4a33cd7bd98b1bf8b760d902ee5120c117dff479
2010-12-03 16:33:09 -08:00
Fred Quintana
98c5285671 Merge "add a rule for running the AccountManager CTS tests" 2010-12-03 15:58:19 -08:00
Fred Quintana
e7f6b2b808 add a rule for running the AccountManager CTS tests
Change-Id: I60bde138bfa8a1770cd8e0c42b7d66bcc881aa10
2010-12-03 15:21:46 -08:00
Dianne Hackborn
ae1d79d3f4 Extend DialogActivity API demo to show off new window re-measuring.
Change-Id: Ia04dbf95131d5cffbdd3ae0c22758da7f6d28a1b
2010-12-02 22:00:46 -08:00
Eric Fischer
6893c37267 Rename Indonesian and Hebrew translations to match Locale.java conventions
Change-Id: I6ee3c74794fcac97ef3566ae24449f66c22367fe
2010-12-02 14:00:26 -08:00
Scott Main
a00a0e7f7d This is a manual merge of Ib7ea41079f3b268f3be1f86febdb1caed98bdd8e
Which includes the following:
        - inflating menus from XML and supporting API Level 3 without the need
        for version qualifiers on resource directories.
        - to NOT include items in the options menu based on the 'selected' item
        (that's what a context menu is for).
        - include all drawables in the app, instead of using system resources.

        Add features:
        - the ability to edit the note title through the context menu
        - disable menu items in the editor based on menu groups
        - add a "save" button to the editor instead of assuming BACK functionality
        - and show the title of the current note in the activity title.

Plus, this change adds Holo themes and items to the action bar.
And fix a bug in NoteEditor: the constants used for the column indexes caused the title
and note text to be saved incorrectly---removed them and instead perform column index
lookup on the notes cursor.

Change-Id: I6e7a693a35f5dc2da423982869dd871c4c171e5b
2010-12-02 12:09:38 -08:00
Jean-Baptiste Queru
7fd3f41504 am a279716d: am 0e5e7996: Merge from open-source master
* commit 'a279716dd7610b1702d8302824ca6c2a0326db6a':
  Remove obsolete USB Driver "legacy" sources & files.
2010-12-02 07:57:18 -08:00
Jean-Baptiste Queru
a279716dd7 am 0e5e7996: Merge from open-source master
* commit '0e5e799676a7a6ac79727dd815aff75957e5b094':
  Remove obsolete USB Driver "legacy" sources & files.
2010-12-02 07:51:01 -08:00
Jean-Baptiste Queru
0e5e799676 Merge from open-source master
Change-Id: Icc569e311600504c75304c79fa878614ac597fba
2010-12-02 07:46:47 -08:00
Christopher Tate
8f2e8f48b9 Add drag/drop demo to ApiDemos
Drag/drop among four big dots on screen.  Drags to a dot will have
the identity of the originating dot put into a text field below the dots.
In all cases, a text field to the right of the dots reports whether the
drag ended in a successful drop.

Attempting to start a drag from a dot reading "Drag ANR" should ANR and
be cleaned up properly.

Attempting to drop onto a dot reading "Drop ANR" should similarly ANR
and be cleaned up properly.

Drags from a dot labelled "Local" are restricted to targets within
the app's own window -- they are not draggable to the system "shirt
pocket" drop target, etc.

A drop onto the same dot that it originated from will append text to
that effect to the message that notes the dropped payload.  This
uses the "local state" convenience mechanism in startDrag() and
DragEvent.getLocalState().

Change-Id: Ic5cd6a29186a84c91d3dc4187e83e7bcf530ba2f
2010-12-01 17:42:37 -08:00
Dianne Hackborn
4799e5583e API demo for new Activity.recreate() API.
Change-Id: I56bd36edf2cd5cd9b6f95dd4a2b82571689c04d2
2010-12-01 16:14:08 -08:00
Raphael Moll
85aa83ea1f Merge "Remove obsolete USB Driver "legacy" sources & files." 2010-12-01 13:22:40 -08:00
Raphael Moll
d0041b0e9c Remove obsolete USB Driver "legacy" sources & files.
Change-Id: I4357c1417e6472395b803b799f43aae18f845be9
2010-12-01 12:51:15 -08:00
Jeff Brown
e7d43098ab Merge "Monkey updates for new keyboard features." 2010-12-01 12:30:49 -08:00
Chet Haase
8dfaaa2ffd Added new xml anim capabilities to AnimationLoading demo
New xml capabilities for animators, so I added new functionality
to the existing xml loading demo app

Change-Id: Iba30dce28059031744ce23d1f79f41072a6a1e78
2010-12-01 08:25:27 -08:00
Mathias Agopian
140d61bcbb am 9335c6b6: am cec3f598: Merge "Add an API demo showcasing the new rotation vector sensor" into gingerbread
* commit '9335c6b6e9a338ec4e8673bd2adb0fb4eb07b771':
  Add an API demo showcasing the new rotation vector sensor
2010-12-01 03:37:48 -08:00
Mathias Agopian
9335c6b6e9 am cec3f598: Merge "Add an API demo showcasing the new rotation vector sensor" into gingerbread
* commit 'cec3f598e6e7e527583daae393b3d0192af77baf':
  Add an API demo showcasing the new rotation vector sensor
2010-11-30 14:08:47 -08:00
Mathias Agopian
cec3f598e6 Merge "Add an API demo showcasing the new rotation vector sensor" into gingerbread 2010-11-30 14:05:20 -08:00
Wink Saville
a1a06b3344 Merge "Add generated testrunner files to .gitignore" 2010-11-30 08:15:05 -08:00
Scott Main
6b7558c9a5 revise ActionBar samples to include an action view using SearchView,
also modify the sub-menu item to something that makes sense
and demonstrate how to invalidate the action bar and redraw it

Change-Id: I84f5414c74ab47f7657c226daa2334e7e4449e91
2010-11-29 19:01:32 -08:00
Dirk Dougherty
6499e7fc3a am 49b989c3: am 4171f296: Add AcceleromerPlay sample app to SDK samples package
* commit '49b989c36a07a2440d94ec4f6c899f4e30be1799':
  Add AcceleromerPlay sample app to SDK samples package
2010-11-29 18:15:36 -08:00
Dianne Hackborn
d886b27f83 Merge "New dialog sample with a lot of text and thus large dialog." 2010-11-29 18:14:52 -08:00
Dirk Dougherty
49b989c36a am 4171f296: Add AcceleromerPlay sample app to SDK samples package
* commit '4171f296681a0ef0a1df21fdc792fc9997c1146b':
  Add AcceleromerPlay sample app to SDK samples package
2010-11-29 18:13:49 -08:00
Dirk Dougherty
4171f29668 Add AcceleromerPlay sample app to SDK samples package
Change-Id: Id7ae8de4f3543169d6d707a470f0b872e00e953f
2010-11-29 18:11:26 -08:00
Dirk Dougherty
f5d68235fa am fb381e9f: am c73f37ba: Remove HeavyWeight sample from SDK samples package.
* commit 'fb381e9ff5cdc18d2a5463dc858980e3a609b8d0':
  Remove HeavyWeight sample from SDK samples package.
2010-11-29 17:09:37 -08:00
Dirk Dougherty
fb381e9ff5 am c73f37ba: Remove HeavyWeight sample from SDK samples package.
* commit 'c73f37ba5790cd1fe588d0f5886b677a7eaa39f0':
  Remove HeavyWeight sample from SDK samples package.
2010-11-29 17:07:26 -08:00
Dirk Dougherty
c73f37ba57 Remove HeavyWeight sample from SDK samples package.
Change-Id: Id2113b8a0cd1a7cc3d807919e6c40c50917baaea
2010-11-29 17:03:46 -08:00
Dirk Dougherty
b9beb6c055 Remove NFCDemo from sdk samples to fix build.
Change-Id: I7ab8743d39a5a0cf60d68544c4e94c786224f78e
2010-11-29 16:57:20 -08:00
Dianne Hackborn
e06aa608ab New dialog sample with a lot of text and thus large dialog.
Change-Id: Iaf0cba52e51f36b98a5a4a1965f0e1eb02bb8f9f
2010-11-29 16:52:18 -08:00
Roman Nurik
02cdaff475 am 624ae678: am 14789d1e: Merge "Add NFCDemo to sdk.atree" into gingerbread
* commit '624ae678ef28e9abc4902bc49d7a23dbdb63f180':
  Add NFCDemo to sdk.atree
2010-11-29 16:04:40 -08:00
Anirudh Dewani
65b95cbba0 am 35dfdb6f: am dbe66332: Extended camera preview to switch between multiple available device cameras
* commit '35dfdb6fc37cf72aab09713ce59bd8c6ec571fab':
  Extended camera preview to switch between multiple available device cameras
2010-11-29 16:04:36 -08:00
Roman Nurik
624ae678ef am 14789d1e: Merge "Add NFCDemo to sdk.atree" into gingerbread
* commit '14789d1eab905728da4f6995816c80716caf52f4':
  Add NFCDemo to sdk.atree
2010-11-29 15:54:07 -08:00
Anirudh Dewani
35dfdb6fc3 am dbe66332: Extended camera preview to switch between multiple available device cameras
* commit 'dbe66332e278962c058a596353b839a2fd6dca1b':
  Extended camera preview to switch between multiple available device cameras
2010-11-29 15:54:05 -08:00
Roman Nurik
14789d1eab Merge "Add NFCDemo to sdk.atree" into gingerbread 2010-11-29 15:52:21 -08:00
Roman Nurik
9488e4296e Add NFCDemo to sdk.atree
Change-Id: I2e0a330a31d6d3c0b8c70c38af60118461e7e403
2010-11-29 15:45:50 -08:00
Andy Stadler
f6c9b89171 Merge "Add display of password expiration status" 2010-11-29 15:17:47 -08:00
Scott Main
b24dbcefc4 update notepad menu icons with new styles for GB (20% smaller)
Change-Id: Ie5b9e42d56688558e9e3220bb15729d5142775ba
2010-11-29 11:56:03 -08:00
Brian Muramatsu
cc03b86833 Merge "Add "CTS Development" Tutorial" 2010-11-29 11:03:47 -08:00
Andy Stadler
bc16d2e288 Add display of password expiration status
* Also clean up a few warnings.

Change-Id: I79d8d4c49c113e23160839ddb079a241a245729b
2010-11-29 10:10:47 -08:00
Anirudh Dewani
dbe66332e2 Extended camera preview to switch between multiple available device cameras
Change-Id: I8e97d6182bf02cba29ae3bc9f1a7ef21a277117e
2010-11-26 02:28:11 +05:30
Brian Muramatsu
c8585aa43a Add "CTS Development" Tutorial
Change-Id: Ib013d2a9618eeb6499e86e405ef0ed9b18e9fa72
2010-11-24 17:49:55 -08:00
Jean-Baptiste Queru
918060d524 am cd26dbdb: am 72cb8dd1: Merge "Updated Android build instructions to mention envsetup.sh and lunch."
* commit 'cd26dbdbb4da735129d4517e27da0f60b84ff828':
  Updated Android build instructions to mention envsetup.sh and lunch.
2010-11-24 16:27:19 -08:00
Mathias Agopian
d6e9c61294 Add an API demo showcasing the new rotation vector sensor
Change-Id: I3f00560b0340db31779259aa98efc174b0b645cd
2010-11-24 13:53:57 -08:00
Jean-Baptiste Queru
cd26dbdbb4 am 72cb8dd1: Merge "Updated Android build instructions to mention envsetup.sh and lunch."
* commit '72cb8dd12c3aa6504fb5db31bf14d31d34db0d71':
  Updated Android build instructions to mention envsetup.sh and lunch.
2010-11-24 13:49:40 -08:00
Brad Fitzpatrick
0122d771f2 Merge "Development option to toggle StrictMode flashing." 2010-11-24 13:44:49 -08:00
Jean-Baptiste Queru
72cb8dd12c Merge "Updated Android build instructions to mention envsetup.sh and lunch." 2010-11-24 13:38:32 -08:00
Brad Fitzpatrick
0480ef56ab Development option to toggle StrictMode flashing.
Change-Id: I89a6907a8d0a8a635d7af1c9d124b4531915ba2f
2010-11-24 13:27:53 -08:00
Sascha Brawer
dea64b9b19 Updated Android build instructions to mention envsetup.sh and lunch.
Change-Id: I3922953766a2162c27d80630736e074a2b3dfb95
2010-11-24 15:37:47 +01:00
David 'Digit' Turner
b4d22f86eb am fd49f509: am 1e7011fc: ndk: Add auto-generated <android/api-level.h>
* commit 'fd49f509e86ccc29d992b79743dac440ad369d0f':
  ndk: Add auto-generated <android/api-level.h>
2010-11-23 22:57:19 -08:00
David 'Digit' Turner
fd49f509e8 am 1e7011fc: ndk: Add auto-generated <android/api-level.h>
* commit '1e7011fcd5eee3190b436881af33cd9715eb8d36':
  ndk: Add auto-generated <android/api-level.h>
2010-11-23 22:53:01 -08:00