Merge commit '5c52358c9b0a95adc0fe8b383289e7e522b2c421' into eclair-mr2
* commit '5c52358c9b0a95adc0fe8b383289e7e522b2c421':
Move some scripts that were in development/tools/scripts back in this project
Merge commit '86cd8059dec97e2c1f1797d1e179719561d05162' into eclair-mr2
* commit '86cd8059dec97e2c1f1797d1e179719561d05162':
Update sdk build to use the new folders in sdk/
Merge commit '7271d15820302b982f1f704661ff78ac094096b5' into eclair-mr2-plus-aosp
* commit '7271d15820302b982f1f704661ff78ac094096b5':
Make Gesturebuilder build like a sample.
Merge commit 'bc9cac171505afbf4ecdb5eabb849c98cac1bddc' into eclair-mr2
* commit 'bc9cac171505afbf4ecdb5eabb849c98cac1bddc':
Make Gesturebuilder build like a sample.
Merge commit '7bd364622b5204f46c9a7e4e9bc3692c755b7de4'
* commit '7bd364622b5204f46c9a7e4e9bc3692c755b7de4':
Add API demo for services that run in the foreground.
Merge commit 'c46a762ee35b8630ed9f824e0627566fe7cfe605' into eclair-mr2-plus-aosp
* commit 'c46a762ee35b8630ed9f824e0627566fe7cfe605':
Add API demo for services that run in the foreground.
Merge commit '4c95917590d1a992b7fe8f6e703353fdf5a0bf3c' into eclair-mr2-plus-aosp
* commit '4c95917590d1a992b7fe8f6e703353fdf5a0bf3c':
add one script to make release keys
Merge commit 'eb3547b3d0678ad16a602d342cf81dc64e03d9b7' into eclair-mr2
* commit 'eb3547b3d0678ad16a602d342cf81dc64e03d9b7':
Add API demo for services that run in the foreground.
This script can replace the copies of mkkey.sh sprinkled all over the
tree. It prompts nicely for passwords, avoids writing the raw private
key to disk, and always generates certs that use sha1WithRSAEncryption.
Merge commit 'bd2ced1184a498fe5e6d93e780707e99971a0216'
* commit 'bd2ced1184a498fe5e6d93e780707e99971a0216':
Ensure the plugin's native code is never called with an invalid NPP pointer.
Merge commit '621b6bfad10237b0ed3fdcb31a141df1dd7b8916'
* commit '621b6bfad10237b0ed3fdcb31a141df1dd7b8916':
Refactoring the logging interface to remove dependence on NPP.
Merge commit '51cce58c45591fdf3d0cd59a92aeb18182eaeded' into eclair-mr2-plus-aosp
* commit '51cce58c45591fdf3d0cd59a92aeb18182eaeded':
Ensure the plugin's native code is never called with an invalid NPP pointer.
Merge commit 'e62ce17ac9726d6c169d5378db6027b2d8a16fcc' into eclair-mr2-plus-aosp
* commit 'e62ce17ac9726d6c169d5378db6027b2d8a16fcc':
Refactoring the logging interface to remove dependence on NPP.
Merge commit 'f7c5f462dd904a00d7d0bfb7e4cb300798592cdf'
* commit 'f7c5f462dd904a00d7d0bfb7e4cb300798592cdf':
Correct the raw offsets in the time zone index for a few zones.
Merge commit '78cab8038a79f1e42e42b17b0ff180e676653e31' into eclair-mr2-plus-aosp
* commit '78cab8038a79f1e42e42b17b0ff180e676653e31':
Correct the raw offsets in the time zone index for a few zones.
Merge commit '0d6684c86f152dabf7476d269fdaa3de1eb8fcac' into eclair-mr2
* commit '0d6684c86f152dabf7476d269fdaa3de1eb8fcac':
Correct the raw offsets in the time zone index for a few zones.
ZoneCompactor was using the system time zone database to get the offsets
instead of using the data it was compiling, so for newly added or recently
changed zones the index could be inconsistent with the data.
Affected zones: San_Luis, Casey, Davis, Mawson, Kathmandu, Novokuznetsk
Ensures that no stale/obsolete shared libraries are left in the
application's project path before the build.
Also fix a minor typo that made the ABI selection process not
work properly in certain cases.
Merge commit '14f81209b79faf87bf4ffed6fbaaa9da6a75d770' into eclair-mr2-plus-aosp
* commit '14f81209b79faf87bf4ffed6fbaaa9da6a75d770':
Remove placeholder "-" label text, that was breaking the build.
Merge commit '0431e70ddd0673ed4d9cf69d211592cb2926c076' into eclair-mr2
* commit '0431e70ddd0673ed4d9cf69d211592cb2926c076':
Remove placeholder "-" label text, that was breaking the build.
Add Live Folder support to NotePad sample, and add new icons for the app and Live Folder (separate for Donut and Eclair).
Previous change 33290 was screwed up.
Xav, please pardon a repo newbie!