Debajit Ghosh
6241a31a58
add preview functionality to the bug report sender. lets users preview system logs, memory info, cpu info, and procrank.
2010-02-10 18:27:52 -08:00
James Yum
bd9e4dda73
am a88a8393: am 40e665a0: cleanup
...
Merge commit 'a88a8393c6321b7baebb621bcc4c1b3be1ac7793'
* commit 'a88a8393c6321b7baebb621bcc4c1b3be1ac7793':
cleanup
2010-02-10 13:05:40 -08:00
James Yum
a88a8393c6
am 40e665a0: cleanup
...
Merge commit '40e665a015c67a8dd21838894a1634a3e101b760' into eclair-plus-aosp
* commit '40e665a015c67a8dd21838894a1634a3e101b760':
cleanup
2010-02-10 13:01:55 -08:00
James Yum
40e665a015
cleanup
...
deleted: licensing/ILicenseResultListener.aidl
deleted: licensing/ILicensingService.aidl
deleted: licensing/LicenseChecker.java
deleted: licensing/LicenseCheckerCallback.java
deleted: licensing/LicenseValidator.java
deleted: licensing/Policy.java
deleted: licensing/ResponseData.java
deleted: licensing/StrictPolicy.java
2010-02-10 11:18:23 -08:00
Dirk Dougherty
7646786846
am 2a589050: am 4389d65c: Merge "Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build." into eclair
...
Merge commit '2a589050efc7947cc75d3cfe6b12f1eeb2f5ea3a'
* commit '2a589050efc7947cc75d3cfe6b12f1eeb2f5ea3a':
Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build.
2010-02-09 18:47:09 -08:00
Dirk Dougherty
2a589050ef
am 4389d65c: Merge "Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build." into eclair
...
Merge commit '4389d65caea762b276b1b7d6fd560f4b2c4370b3' into eclair-plus-aosp
* commit '4389d65caea762b276b1b7d6fd560f4b2c4370b3':
Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build.
2010-02-09 18:42:38 -08:00
Dirk Dougherty
4389d65cae
Merge "Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build." into eclair
2010-02-09 18:36:48 -08:00
Dirk Dougherty
658d86e5be
Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build.
...
Change-Id: I149fb2aab91d0a2dfc4242a85118bf20dea97e42
2010-02-09 18:00:44 -08:00
David 'Digit' Turner
da4b8312a1
Add NEON support to the NDK build system + docs
...
You can now define LOCAL_ARM_NEON to 'true' in your Android.mk
to indicate that a whole module must be compiled with NEON support.
Alternatively, use the .neon suffix when listing source files in
LOCAL_SRC_FILES to indicate that they should be built with NEON
support. E.g.:
LOCAL_SRC_FILES := foo.c.neon bar.c zoo.c.arm.neon
Note that .arm.neon is supported, but .neon.arm is NOT.
Also added documentation in docs/CPU-ARM-NEON.TXT
Another patch will provide one or more sample applications
to demonstrate all of this.
2010-02-09 13:18:48 -08:00
Dianne Hackborn
04a9130c8e
New sample code for new external storage paths/APIs.
2010-02-09 12:54:41 -08:00
Andrew Stadler
1f91425318
Cleanups to Device Admin sample code
...
1. Rename SampleDeviceAdmin to DeviceAdminSample where it appears in
filenames. This makes it easier to find when scanning directories.
2. Fix bug in max password length handling
3. Add a toast to warn user that entering values in "Password Attempts"
box has real consequences.
2010-02-08 21:00:05 -08:00
Cedric Beust
9ae946ea13
Updated .classpath.
2010-02-08 13:44:29 -08:00
David Turner
bf7419b7cf
am e52f44d9: am 3b712fda: Merge "Add \'cpufeatures\' library to perform runtime CPU family/features detection." into eclair
...
Merge commit 'e52f44d9506b56e610f81eecc4f6aaca390f7a8d'
* commit 'e52f44d9506b56e610f81eecc4f6aaca390f7a8d':
Add 'cpufeatures' library to perform runtime CPU family/features detection.
2010-02-08 12:58:38 -08:00
David Turner
e52f44d950
am 3b712fda: Merge "Add \'cpufeatures\' library to perform runtime CPU family/features detection." into eclair
...
Merge commit '3b712fda34a3d7a71e6a4ba6ee495b178b2c1830' into eclair-plus-aosp
* commit '3b712fda34a3d7a71e6a4ba6ee495b178b2c1830':
Add 'cpufeatures' library to perform runtime CPU family/features detection.
2010-02-08 12:52:35 -08:00
David Turner
3b712fda34
Merge "Add 'cpufeatures' library to perform runtime CPU family/features detection." into eclair
2010-02-08 12:35:21 -08:00
Bryan Mawhinney
d75939d2f5
Update test configs to replace GlobalSearch with QuickSearchBox
2010-02-08 09:45:51 +00:00
The Android Open Source Project
169c7bc043
am 60932954: merge from open-source master
...
Merge commit '609329541ac4c23a2a21b7d493c594c1b3d0c438'
* commit '609329541ac4c23a2a21b7d493c594c1b3d0c438':
Add uses-feature for live wallpaper sample.
resolves Issue #5280 : Go to problem in source from LogCat
2010-02-05 18:00:05 -08:00
Jeff Hamilton
9ceb967cde
Remove reference to unused static library.
...
Change-Id: I46237ccd501706e13de2fad8335c09f02306e98b
2010-02-05 18:29:39 -06:00
David 'Digit' Turner
43809914f6
Add 'cpufeatures' library to perform runtime CPU family/features detection.
...
It is provided as a static library that NDK developers can link against.
The code is designed to run on all official Android platforms, starting
from Android 1.5.
2010-02-05 16:03:39 -08:00
The Android Open Source Project
f0b7759411
am f06e372c: am c13fbca9: reconcile main tree with open-source eclair
...
Merge commit 'f06e372cf9be356721abfc32ff2752e452dcebbd'
* commit 'f06e372cf9be356721abfc32ff2752e452dcebbd':
Add uses-feature for live wallpaper sample.
android-2.1_r1 snapshot
2010-02-05 14:09:11 -08:00
The Android Open Source Project
609329541a
merge from open-source master
2010-02-05 13:51:37 -08:00
Ficus Kirkpatrick
470366e23a
Remove some unused cruft from Eclipse classpath.
...
Change-Id: Ic4eeb819e01c02398aa3b7b76c9109511bd34725
2010-02-05 11:57:45 -08:00
The Android Open Source Project
f06e372cf9
am c13fbca9: reconcile main tree with open-source eclair
...
Merge commit 'c13fbca985b333cfb09d2b29875b36594dd44d64' into eclair-plus-aosp
* commit 'c13fbca985b333cfb09d2b29875b36594dd44d64':
Add uses-feature for live wallpaper sample.
android-2.1_r1 snapshot
2010-02-05 08:23:01 -08:00
The Android Open Source Project
c13fbca985
reconcile main tree with open-source eclair
2010-02-05 08:09:32 -08:00
Andy Stadler
f6bc072bdc
Merge "Add QuickSearchBox intermediates, to get EventLogTags"
2010-02-04 15:32:40 -08:00
Andrew Stadler
81da1add1d
Add QuickSearchBox intermediates, to get EventLogTags
2010-02-04 15:13:42 -08:00
Raphael
f3dca555bf
Add new N1 PID to Windows USB driver INF.
...
SDK Bug: 2418399
Change-Id: I76c25a61bc67e07ebf82209c8172dcfe93eff2eb
2010-02-04 11:18:37 -08:00
Andreas Huber
791be383ca
Enable stagefright for playback, metadata scan and retrieval as well as http streaming on the simulator (for parity with devices)
2010-02-03 13:55:53 -08:00
Megha Joshi
64908722b9
am 74ccbf7a: am ca7a9d34: Merge "SampleSyncAdapter sample code." into eclair
...
Merge commit '74ccbf7aa77213d6df41990936d5f30eb06afe43'
* commit '74ccbf7aa77213d6df41990936d5f30eb06afe43':
SampleSyncAdapter sample code.
2010-02-03 12:34:37 -08:00
Megha Joshi
74ccbf7aa7
am ca7a9d34: Merge "SampleSyncAdapter sample code." into eclair
...
Merge commit 'ca7a9d3497b84fe5b3576d9ea1d1cefa32850fd1' into eclair-plus-aosp
* commit 'ca7a9d3497b84fe5b3576d9ea1d1cefa32850fd1':
SampleSyncAdapter sample code.
2010-02-03 12:29:01 -08:00
Megha Joshi
ca7a9d3497
Merge "SampleSyncAdapter sample code." into eclair
2010-02-03 12:24:47 -08:00
Andrew Stadler
e12d66063b
Update Eclipse .classpath with recent changes.
...
* Add Launcher2
* Add Mms shared library
* Update arity (calculator math) library version
2010-02-03 09:27:54 -08:00
Jack Palevich
66914d4a73
Improve Cube Map and FrameBufferObject samples.
...
Fix tabs and trailing whitespace.
Expand comment to explain how we search for GL extensions.
Rename and document the DEBUG_RENDER_OFFSCREEN_ONSCREEN variable.
Also make it final static because its value never changes.
2010-02-03 16:00:49 +08:00
Neal Nguyen
f8db21698a
Merge "Adding frameworks-services tests to the runtest collection."
2010-02-02 17:24:42 -08:00
Neal Nguyen
d538defed1
Adding frameworks-services tests to the runtest collection.
2010-02-02 17:12:22 -08:00
Andrew Stadler
6a46b1c576
Track recent changes to source.
...
* Remove GoogleSearch
* Add QuickSearchBox
2010-02-02 16:37:37 -08:00
Ying Wang
a08e19c3f9
Fix bug.
...
Bug due to code migration.
2010-02-01 16:15:59 -08:00
Megha Joshi
00bf0f0296
SampleSyncAdapter sample code.
2010-02-01 15:44:47 -08:00
Ying Wang
bae4515153
Add support for random throttle.
...
See http://b/1716328
2010-02-01 11:41:29 -08:00
Dianne Hackborn
1c2669905d
Fix sample code markers.
2010-01-29 19:12:05 -08:00
Raphael Moll
1601443c2e
am eba57669: am 098a5264: Merge "SDK Manager: post install script to update SDK Setup.exe" into eclair
...
Merge commit 'eba576691445b63168aab9397401157774aa1f25'
* commit 'eba576691445b63168aab9397401157774aa1f25':
SDK Manager: post install script to update SDK Setup.exe
2010-01-29 17:30:44 -08:00
Raphael Moll
eba5766914
am 098a5264: Merge "SDK Manager: post install script to update SDK Setup.exe" into eclair
...
Merge commit '098a5264920e089ec6958f8c74dd0983eda5bc0f' into eclair-plus-aosp
* commit '098a5264920e089ec6958f8c74dd0983eda5bc0f':
SDK Manager: post install script to update SDK Setup.exe
2010-01-29 17:22:29 -08:00
Raphael Moll
098a526492
Merge "SDK Manager: post install script to update SDK Setup.exe" into eclair
2010-01-29 17:17:26 -08:00
Dianne Hackborn
906d338680
Update to follow device policy "mode" to "quality" change.
2010-01-29 17:16:11 -08:00
Neal Nguyen
e36eb042e8
Merge "Modifications to test_defs.xml for AndroidTests files move."
2010-01-29 16:38:40 -08:00
David Turner
3c2d9cdaef
am 1921f03a: am 50c5ce01: Merge "Force ARMv7 builds to use only 16 FP registers." into eclair
...
Merge commit '1921f03a780c4664c984eeb64d72d76fb3d53b61'
* commit '1921f03a780c4664c984eeb64d72d76fb3d53b61':
Force ARMv7 builds to use only 16 FP registers.
2010-01-29 14:56:53 -08:00
David Turner
1921f03a78
am 50c5ce01: Merge "Force ARMv7 builds to use only 16 FP registers." into eclair
...
Merge commit '50c5ce01ca7985b6a76ef67cf171a6eb29c69b80' into eclair-plus-aosp
* commit '50c5ce01ca7985b6a76ef67cf171a6eb29c69b80':
Force ARMv7 builds to use only 16 FP registers.
2010-01-29 14:52:17 -08:00
David Turner
50c5ce01ca
Merge "Force ARMv7 builds to use only 16 FP registers." into eclair
2010-01-29 14:44:39 -08:00
Jack Palevich
d97a9e3b3b
Merge "Add API Demos showing how to use cube maps and frame buffer objects."
2010-01-29 14:28:47 -08:00
The Android Open Source Project
cd429cbb77
reconcile android-2.1_r1 snapshot
2010-01-29 14:07:44 -08:00