Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide the Keystore feature in the framework. | Chung-yih Wang | 2009-06-11 | 2 | -20/+27 |
| | | | | | -- added the keystore library for Java application. -- changed the marshalling of the keystore function return. | ||||
* | Merge change 3427 into donut | Android (Google) Code Review | 2009-06-09 | 4 | -0/+467 |
|\ | | | | | | | | | * changes: First version of the keystore service. | ||||
| * | First version of the keystore service. | Chung-yih Wang | 2009-06-08 | 4 | -0/+467 |
| | | | | | | | | | | | | | | | | | | | | | | | | The keystore service is protected by the user 'keystore'. Only keystore user/group can access the key content. All users are able to do the following commands from shell as well: listcerts listuserkeys installcert removecert installuserkey removeuserkey | ||||
* | | Merge change 3184 into donut | Android (Google) Code Review | 2009-06-04 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * changes: The '-D' option for the 'am' command appears to be optional, so reflect that in the usage. | ||||
| * | | The '-D' option for the 'am' command appears to be optional, so reflect that ↵ | Marco Nelissen | 2009-06-04 | 1 | -1/+1 |
| |/ | | | | | | | in the usage. | ||||
* | | rename a few files to camel-case, add copyright notices | Mathias Agopian | 2009-06-04 | 1 | -1/+16 |
|/ | |||||
* | Define TARGET_CPU_ABI for finding native code in .apks | Dianne Hackborn | 2009-05-22 | 1 | -0/+3 |
| | |||||
* | 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> | ||||
* | | 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> | ||||
* | | split boot animation out of SurfaceFlinger | Mathias Agopian | 2009-05-21 | 4 | -0/+410 |
|/ | | | | | | Conflicts: data/etc/platform.xml | ||||
* | this might fix the build | Joe Onorato | 2009-05-20 | 1 | -1/+1 |
| | |||||
* | 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 |