Commit Graph

3799 Commits

Author SHA1 Message Date
Jack Palevich
30d42878b3 DO NOT MERGE 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.
2010-01-08 14:52:08 +08:00
Dan Egnor
b4e39aebf6 Expand BadBehaviorActivity to add a few new flavors of ANR.
In addition to the basic sleep-for-20, add activity launch,
ordered broadcast, and service start that go to special bad
versions that sleep for a while to cause the respective sorts
of ANR to trigger.
2010-01-07 21:17:24 -08:00
Tom O'Neill
f1474e5399 Merge "Match the tutorial documentation more closely" 2010-01-06 16:32:14 -08:00
Neal Nguyen
ee2721ed67 Merge "Framework Tests Cleanup: Removing CTS duplicate files" 2010-01-06 14:05:07 -08:00
Ying Wang
36d415e122 am 19e2f60e: am 9c7692aa: Set ro.monkey if it\'s not set yet.
Merge commit '19e2f60e4f850661342ff24a87c11f81cb2f2dea'

* commit '19e2f60e4f850661342ff24a87c11f81cb2f2dea':
  Set ro.monkey if it's not set yet.
2010-01-06 13:56:06 -08:00
Ying Wang
19e2f60e4f am 9c7692aa: Set ro.monkey if it\'s not set yet.
Merge commit '9c7692aabbf28554810f440fc7ff60fc9c335dc9' into eclair-plus-aosp

* commit '9c7692aabbf28554810f440fc7ff60fc9c335dc9':
  Set ro.monkey if it's not set yet.
2010-01-06 13:44:28 -08:00
Ying Wang
9c7692aabb Set ro.monkey if it's not set yet.
http://b/issue?id=1681101
2010-01-06 10:16:55 -08:00
Jean-Baptiste Queru
0abab884cc Do not use a user tag on apps, as it is ignored.
The build system does not honor user tags on apps,
and setting it is misleading.

This removes the confusion by making the makefiles
behave like they read.

Change-Id: Ibe7e0ca043ba0dedcb7d001e22b085733c1f3a46
2010-01-05 16:29:05 -08:00
Dianne Hackborn
bdb0690de9 Switch to ActivityManager.killBackgroundProcesses() API.
The new force stop API is not available outside of the system.
2010-01-05 15:47:12 -08:00
Jean-Baptiste Queru
6161153ff4 Merge "explicit set an "optional" tag" 2010-01-05 12:06:13 -08:00
Fred Quintana
a1bfd230b5 Merge "remove obsolete GLS driver" 2010-01-05 11:59:32 -08:00
Jean-Baptiste Queru
1b9958970b explicit set an "optional" tag 2010-01-05 11:09:46 -08:00
Dan Egnor
5cdd1cc557 Merge "Remove trailing whitespace from XML copyright template" 2010-01-04 14:58:01 -08:00
Fred Quintana
7b6cdf615b remove obsolete GLS driver 2010-01-04 13:52:07 -08:00
Ying Wang
60dc137675 resolved conflicts for merge of e3b115d0 to master 2010-01-04 13:37:36 -08:00
Dan Egnor
f836222e49 Remove trailing whitespace from XML copyright template 2010-01-04 13:30:30 -08:00
Ying Wang
e3b115d0e6 am 48f0d899: Annouce that Monkey is running.
Merge commit '48f0d8993b5e871dd2695e983266aa655801769e' into eclair-plus-aosp

* commit '48f0d8993b5e871dd2695e983266aa655801769e':
  Annouce that Monkey is running.
2010-01-04 12:58:44 -08:00
Ying Wang
48f0d8993b Annouce that Monkey is running.
http://b/issue?id=1681101
2010-01-04 11:51:56 -08:00
Grace Kloba
8cb8766744 am 653b97e7: am a0e762ca: free the NPObject in NPP_Destroy.
Merge commit '653b97e701546e816f75167280bf87b665a47b2c'

* commit '653b97e701546e816f75167280bf87b665a47b2c':
  free the NPObject in NPP_Destroy.
2010-01-04 10:03:34 -08:00
Grace Kloba
653b97e701 am a0e762ca: free the NPObject in NPP_Destroy.
Merge commit 'a0e762caeaca275ed8390e9ee1cfb5e9149e07b7' into eclair-mr2-plus-aosp

* commit 'a0e762caeaca275ed8390e9ee1cfb5e9149e07b7':
  free the NPObject in NPP_Destroy.
2010-01-04 09:59:45 -08:00
Jack Palevich
df2b196c75 Fix compiler error by ensuring a variable is always initialized. 2009-12-31 14:29:37 +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
Grace Kloba
a0e762caea free the NPObject in NPP_Destroy. 2009-12-27 14:33:09 -08:00
Neal Nguyen
8a3bb2394b Framework Tests Cleanup: Removing CTS duplicate files
Updating test_defs.xml to remove the class attribute for
AndroidTests wrapper class that is going away.
2009-12-23 18:18:34 -08:00
Android (Google) Code Review
e499caf961 Merge change I8e509908
* changes:
  Remove unnecessary matrix stack manipulations.
2009-12-22 02:33:40 -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
Dan Egnor
1e9eb6722c Add some more buttons to Bad Behavior:
- crash system server
- report a Log.wtf()

Update Monkey for changes to IActivityController interface.
2009-12-21 15:32:57 -08:00
Tom O'Neill
1c66b17d88 Match the tutorial documentation more closely
Just undoing some white space changes that my previous CL introduced, in
order to keep the formatting the same between the tutorial documentation
and the actual code.
2009-12-17 11:20:00 -08:00
Dan Morrill
55de681445 Additional content massaging based on feedback received. 2009-12-16 17:56:38 -08:00
Grace Kloba
831940271a am 6be651ee: am 3bc69e62: Merge change Ib59457e0 into eclair-mr2
Merge commit '6be651ee000270b56b285f60a6bda9c090cfbb9f'

* commit '6be651ee000270b56b285f60a6bda9c090cfbb9f':
  Change full screen surface to Opaque as it is required
2009-12-16 14:24:17 -08:00
Grace Kloba
6be651ee00 am 3bc69e62: Merge change Ib59457e0 into eclair-mr2
Merge commit '3bc69e6256b616514871276e24bf98f37b3f89ad' into eclair-mr2-plus-aosp

* commit '3bc69e6256b616514871276e24bf98f37b3f89ad':
  Change full screen surface to Opaque as it is required
2009-12-16 14:21:19 -08:00
Android (Google) Code Review
3bc69e6256 Merge change Ib59457e0 into eclair-mr2
* changes:
  Change full screen surface to Opaque as it is required by the new plugin model.
2009-12-16 14:16:45 -08:00
Grace Kloba
b59457e055 Change full screen surface to Opaque as it is required
by the new plugin model.

Comment out the video as it is not working and causes
crash when touch.
2009-12-16 11:38:53 -08:00
Android (Google) Code Review
068f3dd6a1 Merge change Ie8b10efd
* changes:
  Finish adding Makefiles for the Notepad tutorial.
2009-12-16 11:29:36 -08:00
Ying Wang
91f556a237 am 564c9930: am 53a8ae60: Merge changes I84cafc84,Idc388c56 into eclair-mr2
Merge commit '564c993069fe049a755be7ecffa510fe64a1917e'

* commit '564c993069fe049a755be7ecffa510fe64a1917e':
  Package blacklist/whitelist file support for Monkey.
2009-12-16 11:12:46 -08:00
Ying Wang
564c993069 am 53a8ae60: Merge changes I84cafc84,Idc388c56 into eclair-mr2
Merge commit '53a8ae6060ad02b9e2747455d3b5e4229a82e051' into eclair-mr2-plus-aosp

* commit '53a8ae6060ad02b9e2747455d3b5e4229a82e051':
  Package blacklist/whitelist file support for Monkey.
2009-12-16 10:47:41 -08:00
Android (Google) Code Review
53a8ae6060 Merge changes I84cafc84,Idc388c56 into eclair-mr2
* changes:
  Merge commit 'goog/eclair-mr2' into play-with-monkey
  Package blacklist/whitelist file support for Monkey.
2009-12-16 10:43:43 -08:00
Tom O'Neill
77560fc704 Finish adding Makefiles for the Notepad tutorial.
Add the missing makefiles for the non-solution versions of the tutorial
code.  Required providing missing imports in Notepadv2.  Also standardized
white spaces using Source > Correct Indentation in Eclipse and a few
manual changes.  This was done to minimize differences such as:

diff -r Notepadv1 Notepadv1Solution
diff -r Notepadv1Solution/src/com/android/demo/notepad1/ Notepadv2/src/com/android/demo/notepad2/

Change-Id: Ie8b10efd61f2200b3c741ea500a6924710ab54ed
2009-12-16 09:54:24 -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
Android (Google) Code Review
1d15167865 Merge change Ie8650e4b into eclair
* changes:
  sdk doc change for esr: fix some broken links to resources files.
2009-12-15 19:23:33 -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
Trevor Johns
7a41627710 am 55d80586: am 5dba584a: Merge change Ic3464854 into eclair
Merge commit '55d80586c76580bf6cbc00e9bd89658a72aa985b'

* commit '55d80586c76580bf6cbc00e9bd89658a72aa985b':
  Renaming com.google.example.android.contactmanager to com.example.android.contactmanager.
2009-12-15 15:06:19 -08:00
Xavier Ducrohet
050eb28ab5 am cf4e98b2: am b84cf9e1: Clean up the SDK and make it compiled and installed in the SDK system image.
Merge commit 'cf4e98b260230ea5d9290d2e18f37b2f3c585970'

* commit 'cf4e98b260230ea5d9290d2e18f37b2f3c585970':
  Clean up the SDK and make it compiled and installed in the SDK system image.
2009-12-15 15:05:51 -08:00
Xavier Ducrohet
ba450c770e am 436be3f8: am 1162372c: Use the feature list for the SDK.
Merge commit '436be3f862065e67087fbc95fd75b03e0496cea3'

* commit '436be3f862065e67087fbc95fd75b03e0496cea3':
  Use the feature list for the SDK.
2009-12-15 15:04:36 -08:00
Trevor Johns
55d80586c7 am 5dba584a: Merge change Ic3464854 into eclair
Merge commit '5dba584a08e6d2d5c84ca971b796e053995e4214' into eclair-plus-aosp

* commit '5dba584a08e6d2d5c84ca971b796e053995e4214':
  Renaming com.google.example.android.contactmanager to com.example.android.contactmanager.
2009-12-15 12:17:03 -08:00
Android (Google) Code Review
5dba584a08 Merge change Ic3464854 into eclair
* changes:
  Renaming com.google.example.android.contactmanager to com.example.android.contactmanager.
2009-12-15 12:13:54 -08:00
Xavier Ducrohet
cf4e98b260 am b84cf9e1: Clean up the SDK and make it compiled and installed in the SDK system image.
Merge commit 'b84cf9e1e378f6cc6642b4ac3f391a85b208a23b' into eclair-plus-aosp

* commit 'b84cf9e1e378f6cc6642b4ac3f391a85b208a23b':
  Clean up the SDK and make it compiled and installed in the SDK system image.
2009-12-15 10:33:08 -08:00
Xavier Ducrohet
436be3f862 am 1162372c: Use the feature list for the SDK.
Merge commit '1162372c9e7ff4b6e60d247fb057b47f571af86f' into eclair-plus-aosp

* commit '1162372c9e7ff4b6e60d247fb057b47f571af86f':
  Use the feature list for the SDK.
2009-12-15 07:42:50 -08:00
Android Git Automerger
900a83500e Merge commit 'goog/eclair-plus-aosp' 2009-12-15 00:45:10 -08:00