| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow intent resolution to be constrained by package name. | Mihai Preda | 2009-05-15 | 2 | -4/+62 |
* | Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m... | svetoslavganov | 2009-05-14 | 3 | -10/+709 |
* | Merge change 1590 into donut | Android (Google) Code Review | 2009-05-14 | 2 | -18/+131 |
|\ |
|
| * | Add wifi multicast filter api (enable/disable). | Robert Greenwalt | 2009-05-13 | 2 | -18/+131 |
* | | Merge changes 1591,1596 into donut | Android (Google) Code Review | 2009-05-14 | 1 | -5/+3 |
|\ \ |
|
| * | | Fixes #1836075. Adds consistency checks for the View hierarchy. To enable the... | Romain Guy | 2009-05-13 | 1 | -5/+3 |
* | | | Get the backup calling through to the file backup helper. | Joe Onorato | 2009-05-14 | 1 | -0/+3 |
* | | | am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei | Dianne Hackborn | 2009-05-13 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for ma... | Dianne Hackborn | 2009-05-13 | 1 | -0/+1 |
| * | | AI 144256: Need to show opt-in screen for location collection. | Amith Yamasani | 2009-04-02 | 1 | -0/+3 |
| * | | AI 143896: Fix issue #1748954 and #1737952: | Dianne Hackborn | 2009-03-31 | 1 | -6/+21 |
| * | | AI 143748: Fix issue #1743326 (More battery stats) | Dianne Hackborn | 2009-03-31 | 5 | -33/+108 |
| * | | AI 143124: Fix bug #1731826, in which auto-connect to remembered networks doe... | Eric Shienbrood | 2009-03-27 | 1 | -4/+26 |
| * | | Automated import from //branches/cupcake/...@142879,142879 | Dianne Hackborn | 2009-03-26 | 1 | -3/+7 |
| * | | Automated import from //branches/cupcake/...@142870,142870 | Dianne Hackborn | 2009-03-25 | 1 | -14/+10 |
| * | | Automated import from //branches/cupcake/...@142783,142783 | Chris Tate | 2009-03-25 | 1 | -4/+11 |
| * | | Automated import from //branches/cupcake/...@142651,142651 | Dianne Hackborn | 2009-03-25 | 2 | -20/+38 |
| * | | Automated import from //branches/cupcake/...@142392,142392 | Dianne Hackborn | 2009-03-24 | 1 | -33/+49 |
| * | | Automated import from //branches/cupcake/...@142342,142342 | Dianne Hackborn | 2009-03-24 | 3 | -5/+45 |
| * | | Automated import from //branches/cupcake/...@142154,142154 | Jim Miller | 2009-03-24 | 1 | -2/+2 |
| * | | Automated import from //branches/cupcake/...@141957,141957 | Suchi Amalapurapu | 2009-03-24 | 1 | -1/+1 |
| * | | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-19 | 9 | -119/+281 |
* | | | With this, the BackupService onBackup method is called. | Joe Onorato | 2009-05-13 | 1 | -132/+150 |
| |/
|/| |
|
* | | Implement issue #1783881 (manifest option for adb-install-only apps) | Dianne Hackborn | 2009-05-12 | 1 | -6/+12 |
* | | PackageManager keeps track of who installed what. | Jacek Surazski | 2009-05-12 | 1 | -16/+77 |
* | | LocationManager: Recover if process containing NetworkLocation provider crashes | Mike Lockwood | 2009-05-12 | 1 | -2/+15 |
* | | Fix issue #1837610 and #1753079 | Dianne Hackborn | 2009-05-11 | 2 | -19/+31 |
* | | Implement targetSdkVersion and maxSdkVersion, plus version code names. | Dianne Hackborn | 2009-05-08 | 1 | -4/+6 |
* | | Merge change 1278 into donut | Android (Google) Code Review | 2009-05-08 | 1 | -51/+101 |
|\ \ |
|
| * | | Squashed commit of the following: | Suchi Amalapurapu | 2009-05-08 | 1 | -51/+101 |
* | | | Merge change 1275 into donut | Android (Google) Code Review | 2009-05-08 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make the internal storage monitor work correctly when internal storage is ver... | Marco Nelissen | 2009-05-08 | 1 | -2/+2 |
* | | | Improve shutdown process to send broadcast for applications. | Dianne Hackborn | 2009-05-08 | 3 | -8/+66 |
|/ / |
|
* | | More backup tests | Joe Onorato | 2009-05-07 | 1 | -1/+27 |
* | | location: Fix mock provider support | Mike Lockwood | 2009-05-07 | 1 | -13/+12 |
* | | location: Remove two unnecessary variables. | Mike Lockwood | 2009-05-07 | 1 | -15/+7 |
* | | location: Location Manager wakelock cleanup | Mike Lockwood | 2009-05-07 | 1 | -216/+63 |
* | | Merge branch 'readonly-p4-donut' into donut | Michael Chan | 2009-05-06 | 2 | -28/+103 |
|\ \ |
|
| * | | AI 148368: Decrease CPU usage by throttling touch events | Michael Chan | 2009-05-06 | 2 | -28/+103 |
* | | | Track install/removal/update of packages that provide backup services | Christopher Tate | 2009-05-06 | 1 | -14/+115 |
* | | | Pass null as savedState to indicate a full backup is required | Christopher Tate | 2009-05-06 | 1 | -7/+4 |
* | | | Add a Backup Manager interface to request a full backup | Christopher Tate | 2009-05-06 | 1 | -15/+52 |
* | | | Merge change 777 into donut | Android (Google) Code Review | 2009-05-05 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Rewrite SyncStorageEngine to use flat files and in-memory data structures. | Dianne Hackborn | 2009-05-05 | 1 | -1/+0 |
* | | | | Merge change 1018 into donut | Android (Google) Code Review | 2009-05-05 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | If no battery stats are found, return status_unknown | Rebecca Schultz Zavin | 2009-05-05 | 1 | -0/+3 |
* | | | | | Further development of backup file handling | Christopher Tate | 2009-05-05 | 1 | -6/+20 |
| |/ / /
|/| | | |
|
* | | | | Squashed commit of the following: | Christopher Tate | 2009-05-04 | 1 | -2/+41 |
* | | | | Let screenOrientation="behind" works as expected | Owen Lin | 2009-05-01 | 1 | -4/+10 |
|/ / / |
|
* | | | location: Add support for location providers outside of the system process. | Mike Lockwood | 2009-05-01 | 1 | -20/+32 |