| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
messaging intent "android.intent.action.GTALK_DATA_MESSAGE_RECEIVED".
The remote intent concept shouldn't be limited to Google or GTalkService. It should be owned by the Android platform.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '8ad028117d4b99883bbc52b29f097b2fb1d9b0c2'
* commit '8ad028117d4b99883bbc52b29f097b2fb1d9b0c2':
With this, the BackupService onBackup method is called.
|
| |
| |
| |
| |
| |
| | |
It took a bunch of refactoring inside BackupManagerService,
which is unfortunately all temporary anyway, but it unblocks
a bunch of stuff.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'd39afbdc92e95e597c311e78ac32edaad27fcf0d'
* commit 'd39afbdc92e95e597c311e78ac32edaad27fcf0d':
Make android.content.ComponentName implement java.lang.Comparable.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'c5b0e6e4eb09a4dd8fc1cfcfca959262705d84d0'
* commit 'c5b0e6e4eb09a4dd8fc1cfcfca959262705d84d0':
don't scale trackball event
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '2466bdfb9aac11f41ed82ad14cf8635aaefc6281'
* commit '2466bdfb9aac11f41ed82ad14cf8635aaefc6281':
AI 148759: Add download page for NDK 1.5 r1.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'f7a480de8c0402850a25db34ad25d86e6d82e699' into donut
* commit 'f7a480de8c0402850a25db34ad25d86e6d82e699':
AI 148759: Add download page for NDK 1.5 r1.
|
| | |
| | |
| | |
| | |
| | |
| | | |
BUG=1790234
Automated import of CL 148759
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '63fbf39dbabe8aee236017da095291224f0e1cee'
* commit '63fbf39dbabe8aee236017da095291224f0e1cee':
AI 148752: Fix description of breakText() param.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit 'c214de5897da8d81378553e25a855c18372d1d29' into donut
* commit 'c214de5897da8d81378553e25a855c18372d1d29':
AI 148752: Fix description of breakText() param.
|
| | |
| | |
| | |
| | |
| | |
| | | |
BUG=1790234
Automated import of CL 148752
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '33a31b314f571ddcbef003e8a399c20ddeff6905'
* commit '33a31b314f571ddcbef003e8a399c20ddeff6905':
AI 148752: Fix description of breakText() param.
|
| | |
| | |
| | |
| | |
| | |
| | | |
BUG=1790234
Automated import of CL 148752
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '6347c322b36cdf6a30a35e80d205d00d40368e61'
* commit '6347c322b36cdf6a30a35e80d205d00d40368e61':
Density Compatibility mode for SurfaceView
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Density Compatibility mode for SurfaceView * use fixed size when requested. Otherwise, give the original size instead of scaled down size. * scale back the motion event to original size when surface view is using the orignal size.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* use fixed size when requested. Otherwise, give the original size instead of scaled down size.
* scale back the motion event to original size when surface view is using the orignal size.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'ade3ecad94d1f4431576f53bae26c35efbf7a2c9'
* commit 'ade3ecad94d1f4431576f53bae26c35efbf7a2c9':
Implement issue #1783881 (manifest option for adb-install-only apps)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
You can now use android:testOnly="true" to not allow your .apk to be installed
as a normal app. The only way to do so is with the pm command and giving the
-t option, which sets a new INSTALL_ALLOW_TEST flag when installing.
I also used this to clean up the install API... actually, mostly to hide
it, since it is not accessible to apps so shouldn't be in the SDK. We
will be doing some more work on it, so this will prevent adding yet
another backwards-compatibility-for-no-reason version.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '807f23b2d8c7148cf6fc95bb88cfc2f78e4be66a'
* commit '807f23b2d8c7148cf6fc95bb88cfc2f78e4be66a':
* Add regoin scaling for transparent support
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
* Add regoin scaling for transparent support
|
| | |/ / |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '2bb3ea162a58c0f1dddccdbe68b64e02456f11f9'
* commit '2bb3ea162a58c0f1dddccdbe68b64e02456f11f9':
Fix native core runtime. A messy declaration was causing a problem at boot time.
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Stores the package name of the installer app in packages.xml
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '3e3439d5ba0cf5eda060c4991219c32af917fc5b'
* commit '3e3439d5ba0cf5eda060c4991219c32af917fc5b':
Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File).
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File).
|
| | | | |
| | | | |
| | | | |
| | | | | |
Typeface.createFromFile(String/File).
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Make android.content.ComponentName implement java.lang.Comparable.
|
| | | | | | |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge commit 'e51f3a012b146d57a01b9f7cc7c043b9da3c600d'
* commit 'e51f3a012b146d57a01b9f7cc7c043b9da3c600d':
Check the size of the data to write for STATIC AudioTrack objects.
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
* changes:
Check the size of the data to write for STATIC AudioTrack objects. Extracted actual writing from write jni function so it can be reused in an upcoming change.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Extracted actual writing from write jni function so it can be reused in an upcoming change.
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge commit 'da33d0d139531ff184a1a339b734de00f1cc0743'
* commit 'da33d0d139531ff184a1a339b734de00f1cc0743':
Fixes 1844680. Interrupted scrolling could lead to rendering artifacts. The ListView was invalidating itself in opaque mode but before the drawing could happen, it was getting rid of its scrolling cache, thus becoming translucent again.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
Fixes 1844680. Interrupted scrolling could lead to rendering artifacts. The ListView was invalidating itself in opaque mode but before the drawing could happen, it was getting rid of its scrolling cache, thus becoming translucent again.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ListView was invalidating itself in opaque mode but before the drawing could happen, it was getting rid of its scrolling cache, thus becoming translucent again.
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Merge commit 'c70b64441029b9748eea7f260f1b3521dc58eb91'
* commit 'c70b64441029b9748eea7f260f1b3521dc58eb91':
Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class.
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class.
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Merge commit '7813767b3ab2a0db3847ef62274b51a3d394a5e8'
* commit '7813767b3ab2a0db3847ef62274b51a3d394a5e8':
removing log message checked in by acccident.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
removing log message checked in by acccident.
|
| | | |_|_|/ /
| | |/| | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | / /
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
Merge commit '3681f2614fa8c10560c790f6b4287f65d6fd2663'
* commit '3681f2614fa8c10560c790f6b4287f65d6fd2663':
LocationManager: Recover if process containing NetworkLocation provider crashes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge commit '2677d0da34acad93cd7f164d587ccc30c46facc6'
* commit '2677d0da34acad93cd7f164d587ccc30c46facc6':
LocationManager: Fix a Javadoc comment.
|