Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sim-eng build. | Andy McFadden | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | am b181118b: Define TARGET_CPU_ABI for finding native code in .apks | Dianne Hackborn | 2009-05-22 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | Merge commit 'b181118b6e58c0014da4e9d52bf38548adc73a8a' * commit 'b181118b6e58c0014da4e9d52bf38548adc73a8a': Define TARGET_CPU_ABI for finding native code in .apks | ||||
| * | Define TARGET_CPU_ABI for finding native code in .apks | Dianne Hackborn | 2009-05-22 | 1 | -0/+3 |
| | | |||||
* | | am 9d892a8e: Merge change 2336 into donut | Android (Google) Code Review | 2009-05-22 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | Merge commit '9d892a8e3037fd2f6d692137cd5d91acc46ddf5a' * commit '9d892a8e3037fd2f6d692137cd5d91acc46ddf5a': dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card. | ||||
| * | Merge change 2336 into donut | Android (Google) Code Review | 2009-05-22 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | * changes: dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card. | ||||
| | * | dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card. | Mike Lockwood | 2009-05-22 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com> | ||||
* | | | am 9681a5e0: Merge change 2230 into donut | Android (Google) Code Review | 2009-05-22 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Merge commit '9681a5e06badbd817342e8f6be4ffbe9102c1e98' * commit '9681a5e06badbd817342e8f6be4ffbe9102c1e98': runtime: Add CAP_SYS_NICE to the system server capabilities list so it | ||||
| * | | Merge change 2230 into donut | Android (Google) Code Review | 2009-05-22 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | | | | | | | * changes: runtime: Add CAP_SYS_NICE to the system server capabilities list so it can (eventually) move arbitrary threads into different cgroups | ||||
| | * | runtime: Add CAP_SYS_NICE to the system server capabilities list so it | San Mehat | 2009-05-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | can (eventually) move arbitrary threads into different cgroups Signed-off-by: San Mehat <san@google.com> | ||||
* | | | this should fix the build | Mathias Agopian | 2009-05-21 | 2 | -4/+4 |
| | | | |||||
* | | | am 69a6c3eb: Merge change 2292 into donut | Android (Google) Code Review | 2009-05-21 | 4 | -0/+410 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Merge commit '69a6c3ebd46a8de0e896747757f364322c12608d' * commit '69a6c3ebd46a8de0e896747757f364322c12608d': split boot animation out of SurfaceFlinger | ||||
| * | | split boot animation out of SurfaceFlinger | Mathias Agopian | 2009-05-21 | 4 | -0/+410 |
| |/ | | | | | | | | | | | Conflicts: data/etc/platform.xml | ||||
* | | am 5595a937: this might fix the build | Joe Onorato | 2009-05-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | Merge commit '5595a93722cc440cee712a73b268c9f61399d876' * commit '5595a93722cc440cee712a73b268c9f61399d876': this might fix the build | ||||
| * | this might fix the build | Joe Onorato | 2009-05-20 | 1 | -1/+1 |
| | | |||||
* | | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 8 | -19/+19 |
| | | |||||
* | | checkpoint: split libutils into libutils + libbinder | Mathias Agopian | 2009-05-20 | 6 | -3/+8 |
|/ | |||||
* | Hook up the backup data writer, and add a utility to read the backup data files. | Joe Onorato | 2009-05-20 | 3 | -0/+327 |
| | |||||
* | Fix issue where apps could prevent the user from going home. | Dianne Hackborn | 2009-05-19 | 1 | -15/+25 |
| | | | | | | | | | | Now we have a 5-second time after home is pressed, during which only the home app (and the status bar) can switch to another app. After that time, any start activity requests that occurred will be executed, to allow things like alarms to be displayed. Also if during that time the user launches another app, the pending starts will be executed without resuming their activities and the one they started placed at the top and executed. | ||||
* | Add intent for gservices override, and handle empty arguments properly | Dan Egnor | 2009-05-15 | 1 | -1/+1 |
| | | | | in the "am" utility. | ||||
* | Implement issue #1783881 (manifest option for adb-install-only apps) | Dianne Hackborn | 2009-05-12 | 1 | -19/+25 |
| | | | | | | | | | | | 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. | ||||
* | PackageManager keeps track of who installed what. | Jacek Surazski | 2009-05-12 | 1 | -2/+12 |
| | | | | Stores the package name of the installer app in packages.xml | ||||
* | Implement targetSdkVersion and maxSdkVersion, plus version code names. | Dianne Hackborn | 2009-05-08 | 1 | -0/+3 |
| | | | | | | | | This adds new attributes for specifying a targetSdkVersion and maxSdkVersion. There is a new ApplicationInfo flag that is set if the application has set its targetSdkVersion to the current platform or later. Also you can now use a string for minSdkVersion and targetSdkVerion, to indicate you are building against a development tree instead of an official platform. | ||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -5/+8 |
| | |||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 2 | -3/+3 |
| | |||||
* | auto import from //depot/cupcake/@136745 | The Android Open Source Project | 2009-03-05 | 1 | -1/+47 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 2 | -1/+13 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 70 | -0/+8832 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 70 | -8832/+0 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 2 | -13/+31 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 2 | -4/+11 |
| | |||||
* | auto import from //branches/cupcake/...@127436 | The Android Open Source Project | 2009-01-22 | 1 | -3/+3 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 11 | -118/+1175 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 5 | -34/+272 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 61 | -0/+7512 |