Commit Graph

3946 Commits

Author SHA1 Message Date
Dianne Hackborn
2bde11c81e Pointer location in framework, no longer need to link common. 2010-03-01 21:42:38 -08:00
Raphael
e6ef6a35d4 Merge "Fix make_windows_sdk." 2010-03-01 15:17:46 -08:00
Raphael
080ecbe59a Fix make_windows_sdk.
SDK Bug 2478848: emulator fails to build because sdl-config
was not checkout as +x by git/cygwin.

SDK Bug 2479321: aapt built using Cygwin 1.7.x depends on some
new cygwin DLL instead of mgwz.dll. The latter DLL is not even
present and fails to be bundled. This does not change the behavior,
it just makes sure we are using the proper version of cygwin.
2010-03-01 14:47:22 -08:00
Roman Nurik
be1232d3cf Merge "Add SMS manager demo" 2010-03-01 13:03:16 -08:00
David 'Digit' Turner
1f13f4084d Merge "Allow the build-toolchain.sh script to apply source packages." 2010-03-01 11:36:30 -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
Mihai Preda
fc03367a4b Update Eclipse classpath to reflect arity lib version change. 2010-03-01 11:57:51 +01:00
Dianne Hackborn
c48b3d9b71 Move DeviceAdmin APIs to android.app.admin. 2010-02-26 18:25:03 -08:00
Dan Egnor
2f504ac1c5 Merge "Set targetSdkVersion in addition to minSdkVersion (this also needs to be set to a non-default value to install on non-dev builds)." 2010-02-25 20:05:10 -08:00
Xavier Ducrohet
7002718570 Merge "Add the new Ant build rules for library projects. Bug: 2294012" 2010-02-25 11:38:49 -08:00
Dan Egnor
b028990168 Set targetSdkVersion in addition to minSdkVersion (this also needs
to be set to a non-default value to install on non-dev builds).

Also bump the version number once more.
2010-02-25 11:13:46 -08:00
David 'Digit' Turner
a74f31701a Allow the build-toolchain.sh script to apply source packages.
All you need to do is place name them like the following:

   build/tools/toolchain-patches/<subpath>/<foo>.patch

And they will be applied with 'patch -p1' into:

   <build-src>/<subpath>

This is useful to experiment with toolchain changes without having
to regenerate a whole new source package tarball each time.
2010-02-24 14:43:10 -08:00
Dan Egnor
2f657eca4a Merge "Build against SDK version 4 (Donut) to ensure compatibility" 2010-02-24 10:40:44 -08:00
Dan Egnor
e89d3740dd Build against SDK version 4 (Donut) to ensure compatibility
Use the correct SDK version and version code parameters in the
manifest (they were in the wrong spot).  Bump the version code
to 10 (one greater than what's on bazaar currently).
2010-02-23 21:25:09 -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
Xavier Ducrohet
8badeab73d Add the new Ant build rules for library projects.
Bug: 2294012

Change-Id: If4ebfe4d98e0dd445dc7e79dfc096cc761c79f75
2010-02-23 16:21:13 -08:00
Brett Chabot
2e16fbc36b Fix grammar typo in runtest not-annotation help.
Change-Id: I5f5a81d16715f968ed9b265398d2a9e483c23a89
2010-02-23 12:28:27 -08:00
Brett Chabot
53a6a9b1d2 Merge "Add "annotation" and "not-annotation" args to runtest." 2010-02-23 12:17:47 -08:00
Brett Chabot
c061154208 Add "annotation" and "not-annotation" args to runtest.
Bug 2239240

Change-Id: I49bbee4b74e8b0a51b6e6144818a7e9c08b1b5c2
2010-02-23 12:17:15 -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
David 'Digit' Turner
1b0f27549b am 528c8fa1: am 4653cb89: cpufeatures license is BSD, no Apache 2.0
Merge commit '528c8fa1827b36c19ff92655bb40012415761193'

* commit '528c8fa1827b36c19ff92655bb40012415761193':
  cpufeatures license is BSD, no Apache 2.0
2010-02-22 16:43:26 -08:00
David 'Digit' Turner
528c8fa182 am 4653cb89: cpufeatures license is BSD, no Apache 2.0
Merge commit '4653cb897b8f52c1ead12a1bffa1ba40fd8f45a2' into eclair-plus-aosp

* commit '4653cb897b8f52c1ead12a1bffa1ba40fd8f45a2':
  cpufeatures license is BSD, no Apache 2.0
2010-02-22 16:35:29 -08:00
David 'Digit' Turner
4653cb897b cpufeatures license is BSD, no Apache 2.0 2010-02-22 16:23:24 -08:00
David 'Digit' Turner
a166abb9e4 am fda2f438: am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon
Merge commit 'fda2f43891153dbb80cf2d86d1c3a3b632fbed41'

* commit 'fda2f43891153dbb80cf2d86d1c3a3b632fbed41':
  Add missing copyright disclaimers to cpufeatures and hello-neon
2010-02-22 15:06:54 -08:00
David 'Digit' Turner
fda2f43891 am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon
Merge commit '693ad65e24cefe3d60d3702e6adab13d18b121ba' into eclair-plus-aosp

* commit '693ad65e24cefe3d60d3702e6adab13d18b121ba':
  Add missing copyright disclaimers to cpufeatures and hello-neon
2010-02-22 14:18:36 -08:00
David 'Digit' Turner
693ad65e24 Add missing copyright disclaimers to cpufeatures and hello-neon 2010-02-22 14:11:07 -08:00
David 'Digit' Turner
7b23f86bfe am ec0ff012: am f4efa044: Update hello-gl2 sample to properly implement EGL Config selection.
Merge commit 'ec0ff0125cb33cbae29be268035c461b5a2355ce'

* commit 'ec0ff0125cb33cbae29be268035c461b5a2355ce':
  Update hello-gl2 sample to properly implement EGL Config selection.
2010-02-22 10:33:24 -08:00
David 'Digit' Turner
ec0ff0125c am f4efa044: Update hello-gl2 sample to properly implement EGL Config selection.
Merge commit 'f4efa044a061bf159cd6d7b634371b0cde8cb0b7' into eclair-plus-aosp

* commit 'f4efa044a061bf159cd6d7b634371b0cde8cb0b7':
  Update hello-gl2 sample to properly implement EGL Config selection.
2010-02-22 10:23:02 -08:00
Brett Chabot
86bd5ee8b6 Merge "Fix code coverage definitions for the test-runner tests." 2010-02-22 09:44:49 -08:00
David 'Digit' Turner
f4efa044a0 Update hello-gl2 sample to properly implement EGL Config selection.
Also add some comments to explicit what is being done here.
+ add <uses-feature android:glEsVersion="0x00020000"/> to AndroidManifest.xml
2010-02-21 12:23:51 -08:00
Brett Chabot
786f4db828 Fix code coverage definitions for the test-runner tests.
Change-Id: I04aaad10fd116a36e6100fb19b39dc108233022d
2010-02-20 20:07:38 -08:00
Brett Chabot
d1743f5993 Add new location of test-runner source to Eclipse classpath. 2010-02-20 18:34:03 -08:00
Ying Wang
36d9f32f07 Fix proguard flags. 2010-02-19 18:47:02 -08:00
Andy McFadden
fbef7e0b85 Merge "Minor improvements to apkcheck." 2010-02-19 16:52:49 -08:00
Andy McFadden
4fbfbb3914 Minor improvements to apkcheck.
It turns out annotation classes aren't spelled out in the public API
file, so we now emit warnings instead of errors on unrecognized method
calls into annotation classes.

The <angle bracket> stripper wasn't working quite right, and did the
wrong thing on nested brackets and stuff like "java.lang.Class<?>[]".
2010-02-19 16:15:27 -08:00
Michael Chan
8d014167ec Modified to work with Mac. Apparently the | operator doesn't work in sed.
Change-Id: I4d29f7f13e08b8daacc2aeb661774d4ba23ec2d1
2010-02-19 15:48:08 -08:00
Andy McFadden
a4707b1709 Add --ignore-package option.
Easier but ultimately less useful than generating API XML for stuff.
2010-02-19 14:44:14 -08:00
Andy McFadden
0a6204684e Updated README.
Document the trouble cases while I still remember what they are.
2010-02-19 12:53:31 -08:00
Andy McFadden
07efa81059 Merge "APK checker." 2010-02-19 12:01:25 -08:00
Marco Nelissen
102e19c932 Merge "Add 's' option to grep so it doesn't complain about stuff under .git" 2010-02-19 11:00:58 -08:00
Marco Nelissen
69b04ff53b Add 's' option to grep so it doesn't complain about stuff under .git 2010-02-19 10:59:54 -08:00
Andy McFadden
2eceaea745 APK checker.
Compares the fields and methods accessed by an APK against the public
API files generated by the build.  See the README for details.
2010-02-19 10:18:04 -08:00
Brett Chabot
0145eafa54 Add frameworks-testrunner test_defs. 2010-02-19 09:55:02 -08:00
Brett Chabot
67d22079b9 Merge "Replace runtest --cts option with more generic --suite option." 2010-02-19 09:43:00 -08:00
Brett Chabot
4a5d9f1ba7 Replace runtest --cts option with more generic --suite option.
This will allow you to run a the set of test_defs with attribute suite="foo"
like this:
  runtest --suite foo

Bug 2401250
2010-02-19 09:42:17 -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