Commit Graph

3922 Commits

Author SHA1 Message Date
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
Brett Chabot
0459299ce3 Merge "Add runtest test def for frameworks-core-host." 2010-02-17 13:22:16 -08:00
Brett Chabot
c5ad47cf30 Add runtest test def for frameworks-core-host.
Bug 2430400
2010-02-17 11:22:19 -08:00
Dianne Hackborn
0a4b90cb68 Fix issue #2420412: API review: DeviceAdmin API changes 2010-02-17 10:30:09 -08:00
Xavier Ducrohet
59b13b559c Add ant.properties to sdk build.
Change-Id: I755e259557cb02d1ca72df0dc18a3bd4fb38d1f1
2010-02-16 15:36:07 -08:00
David 'Digit' Turner
6052fa299a am 7ab10f9f: am 92210fe1: Update documentation + simplify make-release.sh script
Merge commit '7ab10f9ffa522e1831594e75d3e4bf1174d02f1d'

* commit '7ab10f9ffa522e1831594e75d3e4bf1174d02f1d':
  Update documentation + simplify make-release.sh script
2010-02-12 17:52:17 -08:00
David 'Digit' Turner
65352de314 am 142eafac: am 93369c24: Add the \'hello-neon\' sample app to demonstrate cpufeatures and ARM Neon usage.
Merge commit '142eafac97d8aae9d05532d19a80494a1593d2e8'

* commit '142eafac97d8aae9d05532d19a80494a1593d2e8':
  Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.
2010-02-12 17:44:56 -08:00
David 'Digit' Turner
7ab10f9ffa am 92210fe1: Update documentation + simplify make-release.sh script
Merge commit '92210fe14b79481c2f087e24ed6e7a2627cc80f3' into eclair-plus-aosp

* commit '92210fe14b79481c2f087e24ed6e7a2627cc80f3':
  Update documentation + simplify make-release.sh script
2010-02-12 17:44:11 -08:00
David 'Digit' Turner
142eafac97 am 93369c24: Add the \'hello-neon\' sample app to demonstrate cpufeatures and ARM Neon usage.
Merge commit '93369c247069b116f39c30530287809f5a190c22' into eclair-plus-aosp

* commit '93369c247069b116f39c30530287809f5a190c22':
  Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.
2010-02-12 17:31:15 -08:00
David 'Digit' Turner
92210fe14b Update documentation + simplify make-release.sh script 2010-02-12 17:23:21 -08:00
David 'Digit' Turner
93369c2470 Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.
+ Add a small cleanup script (build/tools/cleanup-apps.sh)
+ Minor formatting of hello-gl2 sample.
2010-02-12 16:26:31 -08:00
Mike LeBeau
3d2e485b97 Elaborate on html docs for VoiceRecognitionService a little bit. 2010-02-12 14:56:27 -08:00
Mike LeBeau
ae7af39f72 Add VoiceRecognitionService to the list of SDK sample apps. 2010-02-12 14:26:36 -08:00
Dianne Hackborn
9296a73509 Merge "New dev tools option for window manager pointer location." 2010-02-12 13:55: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
Dianne Hackborn
a437c21d51 New dev tools option for window manager pointer location. 2010-02-11 23:55:03 -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
Raphael Moll
a7d290cd18 Merge "Update prebuilt Groovy JAR to 1.7.0" 2010-02-11 14:47:59 -08:00
Dianne Hackborn
9fc7996adb Removed limit-unlock policy. 2010-02-11 14:34:23 -08:00
Raphael
8b0f5a40a6 Update prebuilt Groovy JAR to 1.7.0
Depends on Change Ie2684212

Change-Id: I9eb6eabd99dcaf36d7c0432e0a08b1c9b1fa49c3
2010-02-11 14:30:02 -08:00
David Turner
8789080d4f am e3af8ae5: am e6aa4229: Merge "Add NEON support to the NDK build system + docs" into eclair
Merge commit 'e3af8ae5211eb3b544e79634420964110d3f5340'

* commit 'e3af8ae5211eb3b544e79634420964110d3f5340':
  Add NEON support to the NDK build system + docs
2010-02-11 12:19:30 -08:00
Debajit Ghosh
647e64d960 Merge "add preview functionality to the bug report sender. lets users preview system logs, memory info, cpu info, and procrank." 2010-02-11 11:16:35 -08:00
David Turner
e3af8ae521 am e6aa4229: Merge "Add NEON support to the NDK build system + docs" into eclair
Merge commit 'e6aa4229876baadfc16fedca1e4b2ec068508974' into eclair-plus-aosp

* commit 'e6aa4229876baadfc16fedca1e4b2ec068508974':
  Add NEON support to the NDK build system + docs
2010-02-11 11:02:09 -08:00
David Turner
e6aa422987 Merge "Add NEON support to the NDK build system + docs" into eclair 2010-02-11 10:56:24 -08:00
Nicolas Catania
13a2fcf30d Added gtest to the list. cd to /sdcard before running native tests.
Some test need to be run in a place where they can write on the disk.
I know we should stop using /sdcard but until I see the new document
explaining how the launcher can access the playground, we are going
 to keep it that way.
2010-02-10 22:40:47 -08:00