summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
Commit message (Expand)AuthorAgeFilesLines
* - removed the concept of Entity from the ContentProvider APIsFred Quintana2009-12-0912-686/+96
* Add bindService API to not bring ot foreground.Dianne Hackborn2009-12-082-2/+15
* Migration to TrafficStats.Ken Shirriff2009-12-082-16/+16
* am d59fb6e7: Updating list of standard Intents in android.content.Intent docu...Trevor Johns2009-12-071-1/+24
|\
| * Updating list of standard Intents in android.content.IntentTrevor Johns2009-12-071-1/+24
* | am 1067c3cb: Merge change Ia5ef9acd into eclairFred Quintana2009-12-071-1/+0
|\ \ | |/
| * Merge change Ia5ef9acd into eclairAndroid (Google) Code Review2009-12-071-1/+0
| |\
| | * remove an old STOPSHIP commentFred Quintana2009-12-071-1/+0
* | | Implement new MockContentProvider. Also make ContentProvider aware of the class.Daisuke Miyakawa2009-12-041-0/+32
* | | am 0ce8431c: Merge change Iaa7edda4 into eclairFred Quintana2009-12-031-2/+6
|\ \ \ | |/ /
| * | Merge change Iaa7edda4 into eclairAndroid (Google) Code Review2009-12-031-2/+6
| |\ \ | | |/
| | * don't reschedule syncs that failed with a tooManyRetries errorFred Quintana2009-12-031-2/+6
* | | am c7a63eea: Add a new field to Intent that allows you to give a hint about w...Joe Onorato2009-12-021-1/+68
|\ \ \ | |/ /
| * | Add a new field to Intent that allows you to give a hint about what on screen...Joe Onorato2009-12-021-1/+68
* | | am 5886050f: Merge change I0d8f7593 into eclairDianne Hackborn2009-12-021-10/+8
|\ \ \ | |/ /
| * | Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-opDianne Hackborn2009-12-011-10/+8
| |/
* | am 8e1985d4: Merge change Ie552036f into eclairDianne Hackborn2009-11-251-11/+0
|\ \ | |/
| * Fix issue #2286419: maxSdkVersion causes existing apps to disappear.Dianne Hackborn2009-11-251-11/+0
* | am 524812fb: Merge change I7d40ad9a into eclairDianne Hackborn2009-11-191-0/+62
|\ \ | |/
| * More on issue #2271640: Fix wallpaper etc docsDianne Hackborn2009-11-191-0/+62
* | am 1d62ea9d: Fix issue #2249821: Unable to start passion in safe modeDianne Hackborn2009-11-181-2/+2
|\ \ | |/
| * Fix issue #2249821: Unable to start passion in safe modeDianne Hackborn2009-11-181-2/+2
* | am 60d7db4c: Fix #2262593: 42 ANR reports from android.process.acoreDianne Hackborn2009-11-161-27/+26
|\ \ | |/
| * Fix #2262593: 42 ANR reports from android.process.acoreDianne Hackborn2009-11-161-27/+26
* | am 1aa9f3ca: Merge change I923d7d72 into eclairEric Laurent2009-11-121-0/+1
|\ \ | |/
| * Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEAD...Eric Laurent2009-11-121-0/+1
* | Rename [I]DropBox[Service] to [I]DropBoxManager[Service].Dan Egnor2009-11-121-1/+0
* | am 360d710e: Merge change I580de484 into eclairDianne Hackborn2009-11-111-7/+16
|\ \ | |/
| * Fix issue #2256270: Package manager sends bad broadcasts when components changeDianne Hackborn2009-11-111-7/+16
* | am 532d5603: Merge change I80022375 into eclairDianne Hackborn2009-11-111-0/+14
|\ \ | |/
| * Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed bro...Dianne Hackborn2009-11-111-0/+14
* | am 2ade6421: Merge change I775e1ec0 into eclairDianne Hackborn2009-11-113-21/+42
|\ \ | |/
| * Debugging for issue #2250075: Desk dock clock app sometimes doesn'tDianne Hackborn2009-11-113-21/+42
* | am 4cb6fc7e: Merge change Icc48b1e7 into eclairFred Quintana2009-11-111-1/+3
|\ \ | |/
| * don't request a sync when temp providers are createdFred Quintana2009-11-111-1/+3
* | resolved conflicts for merge of ae0cf6dc to eclair-mr2Fred Quintana2009-11-115-76/+358
|\ \ | |/
| * Make the RegisteredSErvices Cache not allow the registered service for aFred Quintana2009-11-105-76/+358
* | am b6a6791f: Merge change I60413727 into eclairDianne Hackborn2009-11-021-1/+1
|\ \ | |/
| * Fix issue #2226370: Resource versions match with equalityDianne Hackborn2009-11-011-1/+1
* | am 824838d7: Avoid NPE when callers send null selection args.Jeff Sharkey2009-10-291-2/+6
|\ \ | |/
| * Avoid NPE when callers send null selection args.Jeff Sharkey2009-10-291-2/+6
* | am b5c05516: Merge change I3b7d5cbe into eclairJeff Hamilton2009-10-291-1/+2
|\ \ | |/
| * Merge change I3b7d5cbe into eclairAndroid (Google) Code Review2009-10-291-1/+2
| |\
| | * Copy the selection args when creating a CPO since callers often reuse the pas...Jeff Hamilton2009-10-281-1/+2
* | | am 22dad592: Merge change I6cae32c7 into eclairSuchi Amalapurapu2009-10-291-14/+12
|\ \ \ | |/ /
| * | When upgrading packages with shared user ids make sure we are eliminatingSuchi Amalapurapu2009-10-291-14/+12
* | | am 5e5eb393: Merge change Id572ffc7 into eclairFred Quintana2009-10-291-5/+6
|\ \ \ | |/ /
| * | don't throw an exception when we can't find a pending sync operation in the d...Fred Quintana2009-10-281-5/+6
| |/
* | Instead of a raw AIDL interface, give DropBox a JavaDan Egnor2009-10-281-2/+11
* | Add access to ContentProvider for SyncState.Ken Shirriff2009-10-191-0/+4