summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* define Intent.ACTION_REMOTE_INTENT, which replaces the old GTalk data ↵Wei Huang2009-05-136-8/+52
| | | | | | 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.
* content provider entitiesFred Quintana2009-05-1312-10/+1276
|
* rebuild api fileThe Android Open Source Project2009-05-131-1/+1
|
* fix build, remove duplicate idsThe Android Open Source Project2009-05-121-1/+1
|
* am 8ad0281: With this, the BackupService onBackup method is called.Joe Onorato2009-05-122-133/+151
|\ | | | | | | | | | | | | Merge commit '8ad028117d4b99883bbc52b29f097b2fb1d9b0c2' * commit '8ad028117d4b99883bbc52b29f097b2fb1d9b0c2': With this, the BackupService onBackup method is called.
| * With this, the BackupService onBackup method is called.Joe Onorato2009-05-132-133/+151
| | | | | | | | | | | | It took a bunch of refactoring inside BackupManagerService, which is unfortunately all temporary anyway, but it unblocks a bunch of stuff.
* | am d39afbd: Make android.content.ComponentName implement java.lang.CompaJoe Onorato2009-05-120-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'd39afbdc92e95e597c311e78ac32edaad27fcf0d' * commit 'd39afbdc92e95e597c311e78ac32edaad27fcf0d': Make android.content.ComponentName implement java.lang.Comparable.
| * Make android.content.ComponentName implement java.lang.Comparable.Joe Onorato2009-05-122-1/+26
| |
* | am c5b0e6e: don\'t scale trackball eventMitsuru Oshima2009-05-121-3/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'c5b0e6e4eb09a4dd8fc1cfcfca959262705d84d0' * commit 'c5b0e6e4eb09a4dd8fc1cfcfca959262705d84d0': don't scale trackball event
| * don't scale trackball eventMitsuru Oshima2009-05-121-3/+0
| |
* | am 2466bdf: am f7a480d: AI 148759: Add download page for NDK 1.5 r1.Dirk Dougherty2009-05-123-0/+325
|\ \ | |/ | | | | | | | | | | Merge commit '2466bdfb9aac11f41ed82ad14cf8635aaefc6281' * commit '2466bdfb9aac11f41ed82ad14cf8635aaefc6281': AI 148759: Add download page for NDK 1.5 r1.
| * am f7a480d: AI 148759: Add download page for NDK 1.5 r1.Dirk Dougherty2009-05-123-0/+325
| |\ | | | | | | | | | | | | | | | | | | Merge commit 'f7a480de8c0402850a25db34ad25d86e6d82e699' into donut * commit 'f7a480de8c0402850a25db34ad25d86e6d82e699': AI 148759: Add download page for NDK 1.5 r1.
| | * AI 148759: Add download page for NDK 1.5 r1.Dirk Dougherty2009-05-123-0/+325
| | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 148759
* | | am 63fbf39: am c214de5: AI 148752: Fix description of breakText() param.Dirk Dougherty2009-05-120-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '63fbf39dbabe8aee236017da095291224f0e1cee' * commit '63fbf39dbabe8aee236017da095291224f0e1cee': AI 148752: Fix description of breakText() param.
| * | am c214de5: AI 148752: Fix description of breakText() param.Dirk Dougherty2009-05-120-0/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'c214de5897da8d81378553e25a855c18372d1d29' into donut * commit 'c214de5897da8d81378553e25a855c18372d1d29': AI 148752: Fix description of breakText() param.
| | * AI 148752: Fix description of breakText() param.Dirk Dougherty2009-05-121-2/+3
| | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 148752
* | | am 33a31b3: AI 148752: Fix description of breakText() param.Dirk Dougherty2009-05-121-2/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '33a31b314f571ddcbef003e8a399c20ddeff6905' * commit '33a31b314f571ddcbef003e8a399c20ddeff6905': AI 148752: Fix description of breakText() param.
| * | AI 148752: Fix description of breakText() param.Dirk Dougherty2009-05-121-2/+3
| | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 148752
* | | am 6347c32: Merge change 1436 into donutAndroid (Google) Code Review2009-05-121-2/+25
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '6347c322b36cdf6a30a35e80d205d00d40368e61' * commit '6347c322b36cdf6a30a35e80d205d00d40368e61': Density Compatibility mode for SurfaceView
| * | Merge change 1436 into donutAndroid (Google) Code Review2009-05-121-2/+25
| |\ \ | | | | | | | | | | | | | | | | * 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.
| | * | Density Compatibility mode for SurfaceViewMitsuru Oshima2009-05-121-2/+25
| | | | | | | | | | | | | | | | | | | | * 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.
* | | | am ade3eca: Implement issue #1783881 (manifest option for adb-install-onDianne Hackborn2009-05-1211-935/+137
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'ade3ecad94d1f4431576f53bae26c35efbf7a2c9' * commit 'ade3ecad94d1f4431576f53bae26c35efbf7a2c9': Implement issue #1783881 (manifest option for adb-install-only apps)
| * | | Implement issue #1783881 (manifest option for adb-install-only apps)Dianne Hackborn2009-05-1211-935/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | am 807f23b: Merge change 1057 into donutAndroid (Google) Code Review2009-05-123-6/+75
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '807f23b2d8c7148cf6fc95bb88cfc2f78e4be66a' * commit '807f23b2d8c7148cf6fc95bb88cfc2f78e4be66a': * Add regoin scaling for transparent support
| * | | Merge change 1057 into donutAndroid (Google) Code Review2009-05-123-6/+75
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: * Add regoin scaling for transparent support
| | * | | * Add regoin scaling for transparent supportMitsuru Oshima2009-05-123-6/+75
| | |/ /
* | | | am 2bb3ea1: Fix native core runtime. A messy declaration was causing a pRomain Guy2009-05-121-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '2bb3ea162a58c0f1dddccdbe68b64e02456f11f9' * commit '2bb3ea162a58c0f1dddccdbe68b64e02456f11f9': Fix native core runtime. A messy declaration was causing a problem at boot time.
| * | | Fix native core runtime. A messy declaration was causing a problem at boot time.Romain Guy2009-05-121-1/+1
| | | |
* | | | Merge commit 'c64322c'The Android Open Source Project2009-05-120-0/+0
|\ \ \ \ | |/ / /
| * | | PackageManager keeps track of who installed what.Jacek Surazski2009-05-127-25/+160
| | | | | | | | | | | | | | | | Stores the package name of the installer app in packages.xml
* | | | am 3e3439d: Merge change 1478 into donutAndroid (Google) Code Review2009-05-123-9/+65
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '3e3439d5ba0cf5eda060c4991219c32af917fc5b' * commit '3e3439d5ba0cf5eda060c4991219c32af917fc5b': Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File).
| * | | Merge change 1478 into donutAndroid (Google) Code Review2009-05-123-9/+65
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File).
| | * | | Fixes #1847219. Add a new API to load fonts from arbitrary files: ↵Romain Guy2009-05-123-9/+65
| | | | | | | | | | | | | | | | | | | | Typeface.createFromFile(String/File).
* | | | | Merge change 1470Android (Google) Code Review2009-05-122-1/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make android.content.ComponentName implement java.lang.Comparable.
| * | | | | Make android.content.ComponentName implement java.lang.Comparable.Joe Onorato2009-05-122-1/+26
| | | | | |
* | | | | | am e51f3a0: Merge change 1297 into donutAndroid (Google) Code Review2009-05-121-25/+42
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'e51f3a012b146d57a01b9f7cc7c043b9da3c600d' * commit 'e51f3a012b146d57a01b9f7cc7c043b9da3c600d': Check the size of the data to write for STATIC AudioTrack objects.
| * | | | | Merge change 1297 into donutAndroid (Google) Code Review2009-05-121-25/+42
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | * 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.
| | * | | | Check the size of the data to write for STATIC AudioTrack objects.Jean-Michel Trivi2009-05-081-25/+42
| | | | | | | | | | | | | | | | | | | | | | | | Extracted actual writing from write jni function so it can be reused in an upcoming change.
* | | | | | am da33d0d: Merge change 1424 into donutAndroid (Google) Code Review2009-05-121-16/+24
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Merge change 1424 into donutAndroid (Google) Code Review2009-05-121-16/+24
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * | | | | Fixes 1844680. Interrupted scrolling could lead to rendering artifacts. The ↵Romain Guy2009-05-111-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | am c70b644: Merge change 1463 into donutAndroid (Google) Code Review2009-05-123-39/+30
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Merge change 1463 into donutAndroid (Google) Code Review2009-05-123-39/+30
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * | | | | | Fixes #1846038. DrawableContainer was wrongly returning its opacity by ↵Romain Guy2009-05-123-39/+30
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | am 7813767: Merge change 1441 into donutAndroid (Google) Code Review2009-05-121-1/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7813767b3ab2a0db3847ef62274b51a3d394a5e8' * commit '7813767b3ab2a0db3847ef62274b51a3d394a5e8': removing log message checked in by acccident.
| * | | | | | Merge change 1441 into donutAndroid (Google) Code Review2009-05-121-1/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: removing log message checked in by acccident.
| | * | | | | | removing log message checked in by acccident.Mitsuru Oshima2009-05-121-1/+0
| | | |_|_|/ / | | |/| | | |
* | | | | | | am 3681f26: LocationManager: Recover if process containing NetworkLocatMike Lockwood2009-05-122-3/+33
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Merge commit '3681f2614fa8c10560c790f6b4287f65d6fd2663' * commit '3681f2614fa8c10560c790f6b4287f65d6fd2663': LocationManager: Recover if process containing NetworkLocation provider crashes
| * | | | | LocationManager: Recover if process containing NetworkLocation provider crashesMike Lockwood2009-05-122-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | am 2677d0d: LocationManager: Fix a Javadoc comment.Mike Lockwood2009-05-121-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '2677d0da34acad93cd7f164d587ccc30c46facc6' * commit '2677d0da34acad93cd7f164d587ccc30c46facc6': LocationManager: Fix a Javadoc comment.