Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Fix bug where LoaderManager instances were not being removed." | Dianne Hackborn | 2010-07-13 | 1 | -0/+1 |
|\ | |||||
| * | Fix bug where LoaderManager instances were not being removed. | Dianne Hackborn | 2010-07-13 | 1 | -0/+1 |
* | | Action Bar now supports submenus as popups. | Adam Powell | 2010-07-13 | 1 | -1/+14 |
* | | am 89ee578b: am fd035829: Add initial gamepad support. | Jeff Brown | 2010-07-13 | 1 | -0/+16 |
|\ \ | |||||
| * \ | am fd035829: Add initial gamepad support. | Jeff Brown | 2010-07-13 | 1 | -0/+16 |
| |\ \ | |||||
| | * | | Add initial gamepad support. | Jeff Brown | 2010-07-13 | 1 | -0/+16 |
* | | | | Merge "Cosmetic changes around TextView." | Gilles Debunne | 2010-07-13 | 4 | -7/+7 |
|\ \ \ \ | |||||
| * | | | | Cosmetic changes around TextView. | Gilles Debunne | 2010-07-13 | 4 | -7/+7 |
* | | | | | Double and one and a half tap removed from TextView. | Gilles Debunne | 2010-07-13 | 1 | -231/+35 |
|/ / / / | |||||
* | | | | am 47b46648: am b8d890eb: Merge "Initial implementation of the download manag... | Steve Howard | 2010-07-13 | 3 | -0/+741 |
|\ \ \ \ | |/ / / | |||||
| * | | | am b8d890eb: Merge "Initial implementation of the download manager public API... | Steve Howard | 2010-07-13 | 3 | -0/+741 |
| |\ \ \ | | |/ / | |||||
| | * | | Initial implementation of the download manager public API. | Steve Howard | 2010-07-13 | 3 | -0/+741 |
* | | | | Merge "Allow "am" to initiate heap dumps." | Andy McFadden | 2010-07-13 | 6 | -5/+126 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Allow "am" to initiate heap dumps. | Andy McFadden | 2010-07-12 | 6 | -5/+126 |
* | | | | Merge "Selection handlers in TextView" | Gilles Debunne | 2010-07-13 | 2 | -161/+488 |
|\ \ \ \ | |||||
| * | | | | Selection handlers in TextView | Gilles Debunne | 2010-07-12 | 2 | -161/+488 |
* | | | | | Merge "Correctly support pre-multiplied alpha, optimizations, more stuff." | Romain Guy | 2010-07-12 | 1 | -6/+20 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Correctly support pre-multiplied alpha, optimizations, more stuff. | Romain Guy | 2010-07-12 | 1 | -6/+20 |
* | | | | | Some improvements to ListFragment. | Dianne Hackborn | 2010-07-12 | 2 | -3/+47 |
* | | | | | Merge "Change Javadoc to get around brokenness" | Kenny Root | 2010-07-12 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Change Javadoc to get around brokenness | Kenny Root | 2010-07-12 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | am b65d2256: merge from open-source master | The Android Open Source Project | 2010-07-12 | 1 | -11/+11 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | merge from open-source master | The Android Open Source Project | 2010-07-12 | 1 | -11/+11 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge "Reduced Warnings by adding Type Arguments and removing unused imports" | Jean-Baptiste Queru | 2010-07-12 | 1 | -11/+11 |
| | |\ \ \ \ | |||||
| | | * | | | | Reduced Warnings by adding Type Arguments and removing unused imports | Christian Mehlmauer | 2010-06-25 | 1 | -11/+11 |
* | | | | | | | am 6fb70b5a: merge from open-source master | The Android Open Source Project | 2010-07-12 | 1 | -45/+45 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | |||||
| * | | | | | merge from open-source master | The Android Open Source Project | 2010-07-12 | 1 | -45/+45 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge "Documentation Bug (Issue 9557)" | Jean-Baptiste Queru | 2010-07-12 | 1 | -45/+45 |
| | |\ \ \ \ | |||||
| | | * | | | | Documentation Bug (Issue 9557) | Christian Mehlmauer | 2010-07-06 | 1 | -45/+45 |
| | | |/ / / | |||||
* | | | | | | Merge "Convert the minWidth and minHeight to device units when calling getIns... | Patrick Dubroy | 2010-07-12 | 1 | -1/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Convert the minWidth and minHeight to device units when calling getInstalledP... | Patrick Dubroy | 2010-07-12 | 1 | -1/+9 |
* | | | | | | | Integrate host to device file transfer with the media provider. | Mike Lockwood | 2010-07-12 | 1 | -0/+8 |
* | | | | | | | Merge "MediaProvider: Add constants for media_table and media_id columns in M... | Mike Lockwood | 2010-07-12 | 1 | -0/+13 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | MediaProvider: Add constants for media_table and media_id columns in MTP obje... | Mike Lockwood | 2010-07-10 | 1 | -0/+13 |
* | | | | | | | Browser save page as web archive. | Elliott Slaughter | 2010-07-12 | 4 | -1/+84 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Implement instance passing in LoaderManager. | Dianne Hackborn | 2010-07-09 | 4 | -79/+266 |
* | | | | | | am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the s... | Dianne Hackborn | 2010-07-09 | 1 | -3/+2 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | am 289b9b62: Add ANativeWindow API for directly drawing to the surface bits. | Dianne Hackborn | 2010-07-09 | 1 | -3/+2 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Add ANativeWindow API for directly drawing to the surface bits. | Dianne Hackborn | 2010-07-09 | 1 | -3/+2 |
* | | | | | | Merge "New cursor controller in TextViews." | Gilles Debunne | 2010-07-09 | 4 | -51/+364 |
|\ \ \ \ \ \ | |||||
| * | | | | | | New cursor controller in TextViews. | Gilles Debunne | 2010-07-09 | 4 | -51/+364 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | am 0260887c: merge from open-source master | The Android Open Source Project | 2010-07-09 | 1 | -42/+39 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | merge from open-source master | The Android Open Source Project | 2010-07-09 | 1 | -42/+39 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Improved logging when there's an error creating the directories in getFilesDir() | Christian Mehlmauer | 2010-06-25 | 1 | -42/+39 |
| | | |/ | | |/| | |||||
| * | | | am b29e3b9c: Merge "Change CursorTreeAdapter to close the cursors rather than... | Jason Parks | 2010-07-08 | 2 | -32/+31 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Change CursorTreeAdapter to close the cursors rather than deactivating them. ... | Jason Parks | 2010-07-08 | 2 | -32/+31 |
* | | | | Merge "reduce locking when using SQLiteStatement" | Vasu Nori | 2010-07-09 | 2 | -78/+147 |
|\ \ \ \ | |||||
| * | | | | reduce locking when using SQLiteStatement | Vasu Nori | 2010-07-09 | 2 | -78/+147 |
* | | | | | Avoid unnecessary tests when drawing ListView dividers. | Romain Guy | 2010-07-09 | 1 | -16/+14 |
* | | | | | Merge "Remove support for density compatibility in the hardware renderer." | Romain Guy | 2010-07-09 | 4 | -40/+20 |
|\ \ \ \ \ |