summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
Commit message (Expand)AuthorAgeFilesLines
* Support enabling WAL using a flag when DB is opened.Jeff Brown2012-03-231-0/+14
* Package restrictions per userAmith Yamasani2012-03-222-23/+36
* Merge "Selective enforcement of READ_EXTERNAL_STORAGE."Jeff Sharkey2012-03-192-0/+8
|\
| * Selective enforcement of READ_EXTERNAL_STORAGE.Jeff Sharkey2012-03-192-0/+8
* | Merge "Start using the new activity options argument."Dianne Hackborn2012-03-191-3/+9
|\ \
| * | Start using the new activity options argument.Dianne Hackborn2012-03-191-3/+9
| |/
* | Merge "Better exceptions around provider permissions."Jeff Sharkey2012-03-191-46/+41
|\ \ | |/ |/|
| * Better exceptions around provider permissions.Jeff Sharkey2012-03-151-46/+41
* | Merge "Fix sync tests failure."Amith Yamasani2012-03-151-1/+1
|\ \ | |/ |/|
| * Fix sync tests failure.Amith Yamasani2012-03-141-1/+1
* | Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-141-16/+8
* | Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-142-5/+80
|/
* Merge "Let <path-permission> block unprotected providers."Jeff Sharkey2012-03-121-59/+88
|\
| * Let <path-permission> block unprotected providers.Jeff Sharkey2012-03-121-59/+88
* | Add new READ_EXTERNAL_STORAGE permission.Dianne Hackborn2012-03-121-2/+43
|/
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-094-19/+19
* Merge "Make SyncManager and AccountManagerService multi-user aware."Amith Yamasani2012-03-085-345/+512
|\
| * Make SyncManager and AccountManagerService multi-user aware.Amith Yamasani2012-03-085-345/+512
* | Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn2012-03-083-16/+234
* | resolved conflicts for merge of 532679a5 to masterDirk Dougherty2012-03-071-1/+1
|\ \
| * \ am 4d7bc655: Doc change: String changes for Android MarketDirk Dougherty2012-03-051-1/+1
| |\ \
| | * | Doc change: String changes for Android MarketDirk Dougherty2012-03-051-1/+1
* | | | Work on more low memory reporting to apps.Dianne Hackborn2012-03-061-2/+36
* | | | Merge "Fix issues #6103378 and #5959515."Dianne Hackborn2012-03-061-2/+32
|\ \ \ \
| * | | | Fix issues #6103378 and #5959515.Dianne Hackborn2012-03-051-2/+32
| | |_|/ | |/| |
* | | | Merge "Clarify docs for the thread used in BroadcastReceiver.onReceive()"Nick Pelly2012-03-051-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Clarify docs for the thread used in BroadcastReceiver.onReceive()Nick Pelly2012-03-021-3/+7
* | | | am dbc591e2: am c69d6134: am 6ae4fe94: am 9303919d: Merge "Adds documentation...Jean-Baptiste Queru2012-03-011-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | am 9303919d: Merge "Adds documentation for ContentResolver notifyChange()"Jean-Baptiste Queru2012-02-291-1/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Adds documentation for ContentResolver notifyChange()Steve Pomeroy2012-01-181-1/+6
* | | | Merge: Introduce UpdateLocksChristopher Tate2012-02-291-0/+11
* | | | Fix bug #5217606 LocaleUtils constants TEXT_LAYOUT_DIRECTION_LTR_DO_NOT_USE a...Fabrice Di Meglio2012-02-281-11/+12
| |_|/ |/| |
* | | New development permissions.Dianne Hackborn2012-02-235-5/+145
* | | Fix Power Control widgetAmith Yamasani2012-02-162-0/+16
* | | Multi-user - wallpaper serviceAmith Yamasani2012-02-103-1/+17
* | | New Serial Manager API:Mike Lockwood2012-02-101-0/+11
* | | Add new feature for running services in "isolated" sandbox processes.Dianne Hackborn2012-02-092-1/+13
* | | Merge "Multi-user - 1st major checkin"Amith Yamasani2012-02-033-59/+49
|\ \ \
| * | | Multi-user - 1st major checkinAmith Yamasani2012-02-033-59/+49
* | | | Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-029-66/+72
|/ / /
* | | Merge "Support automatic cancellation of Loaders."Jeff Brown2012-02-013-52/+199
|\ \ \
| * | | Support automatic cancellation of Loaders.Jeff Brown2012-02-013-52/+199
* | | | Implement background vs foreground broadcastsChristopher Tate2012-02-011-2/+9
* | | | aapt now sorts the strings in the resource string pool.Dianne Hackborn2012-01-311-0/+1
|/ / /
* | | Merge "Implement a cancelation mechanism for queries."Jeff Brown2012-01-2710-20/+465
|\ \ \
| * | | Implement a cancelation mechanism for queries.Jeff Brown2012-01-2710-20/+465
* | | | Merge "Add API's for normalizing MIME's and URI's."Nick Pelly2012-01-251-23/+151
|\ \ \ \ | |/ / / |/| | |
| * | | Add API's for normalizing MIME's and URI's.Nick Pelly2012-01-241-23/+151
* | | | Inform ContentObservers about the changed content Uri.Jeff Brown2012-01-231-1/+1
* | | | Clean up content observer code.Jeff Brown2012-01-232-16/+23