summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Add 'restoreAnyVersion' attr for apps that want to restore "future" dataChristopher Tate2010-02-242-2/+20
* allow permission USE_CREDENTIALS for AccountManager.invalidateAuthToken as we...Fred Quintana2010-02-242-11/+22
* Merge "yet another race condition fix to address bug:2456970"Vasu Nori2010-02-241-1/+3
|\
| * yet another race condition fix to address bug:2456970Vasu Nori2010-02-241-1/+3
* | If mPreventDrag is cancelled due to time out, removeGrace Kloba2010-02-241-10/+24
* | Merge "b/2441327 Added add account intent to public api."Erik Pasternak2010-02-241-2/+38
|\ \
| * | b/2441327 Added add account intent to public api.Erik2010-02-241-2/+38
* | | Merge "Add some backup Javadoc and clean imports"Kenny Root2010-02-2412-101/+167
|\ \ \
| * | | Add some backup Javadoc and clean importsKenny Root2010-02-2412-101/+167
* | | | Merge "- return the accounts when getAccountByTypeAndFeatures is passed a n...Fred Quintana2010-02-241-6/+19
|\ \ \ \
| * | | | - return the accounts when getAccountByTypeAndFeatures isFred Quintana2010-02-241-6/+19
* | | | | Fix crash in PendingIntentRecord debug output.Dianne Hackborn2010-02-242-16/+62
* | | | | Merge "Focus the IME on WebView when no textfield is in focus."Leon Scroggins2010-02-241-13/+21
|\ \ \ \ \
| * | | | | Focus the IME on WebView when no textfield is in focus.Leon Scroggins2010-02-231-13/+21
* | | | | | Merge "Add documentation to help developers make an RFCOMM conection to a Blu...Nick Pelly2010-02-241-0/+4
|\ \ \ \ \ \
| * | | | | | Add documentation to help developers make an RFCOMM conection to a BluetoothNick Pelly2010-02-241-0/+4
* | | | | | | Merge "Some framework fixes for apps on sd change hard coded path in installd...Suchi Amalapurapu2010-02-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Some framework fixes for apps on sdSuchi Amalapurapu2010-02-241-1/+1
* | | | | | | | Merge "Factor bidi algorithm into separate method."Eric Fischer2010-02-242-210/+244
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Factor bidi algorithm into separate method.Doug Felt2010-02-242-210/+244
| | |_|_|_|/ / | |/| | | | |
* | | | | | | am 563d3a62: merge from open-source masterThe Android Open Source Project2010-02-244-1/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | merge from open-source masterThe Android Open Source Project2010-02-244-1/+12
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge from open-source masterThe Android Open Source Project2010-02-244-1/+12
| | |\ \ \ \ \ \
| | | * | | | | | These changes add access to some status values in widgets listed below:Steve Zeigler2010-02-234-1/+12
| * | | | | | | | am 00b17659: Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5)...Romain Guy2010-02-171-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO NOT MERGE.Romain Guy2010-02-171-2/+2
| * | | | | | | | | am 67e9e9df: Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9)...Romain Guy2010-02-172-1/+11
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO NOT MERGERomain Guy2010-02-172-1/+11
| * | | | | | | | | am 8368ef0b: Manual merge of 40080 DO NOT MERGE Properly notifies listener wh...Romain Guy2010-02-172-0/+25
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Manual merge of 40080 DO NOT MERGERomain Guy2010-02-172-0/+25
| * | | | | | | | am a1ab9766: Merge "DO NOT MERGE" into eclairBart Sears2010-02-101-3/+21
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge "DO NOT MERGE" into eclairBart Sears2010-02-101-3/+21
| | |\ \ \ \ \ \ \
| | | * | | | | | | DO NOT MERGEGrace Kloba2010-02-101-3/+21
| * | | | | | | | | am 926780b0: Merge "DO NOT MERGE" into eclairBart Sears2010-02-101-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | DO NOT MERGEGrace Kloba2010-02-091-1/+1
| | |/ / / / / / /
* | | | | | | | | Merge "Add class init stats to alloc counters (API change)."Andy McFadden2010-02-241-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add class init stats to alloc counters (API change).Andy McFadden2010-02-241-0/+14
* | | | | | | | | | Merge "Temp disable plugin's signature checking."Grace Kloba2010-02-241-1/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Temp disable plugin's signature checking.Grace Kloba2010-02-231-1/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge "Purge CallLog."Daisuke Miyakawa2010-02-241-143/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Purge CallLog.Daisuke Miyakawa2010-02-241-143/+10
* | | | | | | | | | Merge "Use PackageMonitor in SearchManagerService"Bjorn Bringert2010-02-241-54/+16
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Use PackageMonitor in SearchManagerServiceBjorn Bringert2010-02-231-54/+16
| |/ / / / / / / /
* | | | | | | | | Merge "Add USB RNDIS enable/disable control"Robert Greenwalt2010-02-231-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add USB RNDIS enable/disable controlRobert Greenwalt2010-02-231-4/+4
* | | | | | | | | | New API on VideoView widget to suspend/resume a session. Do not release the M...Gloria Wang2010-02-231-3/+41
* | | | | | | | | | Merge "Fix bug #2449594 (device should fold RRULEs, etc., that are longer tha...Fabrice Di Meglio2010-02-231-3/+51
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Fix bug #2449594 (device should fold RRULEs, etc., that are longer than 75 ch...Fabrice Di Meglio2010-02-231-3/+51
* | | | | | | | | | Merge "Fix rounding of extra spacing when it is negative."Eric Fischer2010-02-231-6/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Fix rounding of extra spacing when it is negative.Doug Felt2010-02-221-6/+6