summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Intent.java
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes when quickly adding and removing usersAmith Yamasani2012-10-191-1/+2
* Framework side of issue #7302511: GCM client needs to use new framework API...Dianne Hackborn2012-10-081-14/+58
* Introduce ACTION_QUICK_CLOCK for the QS time tile.Daniel Sandler2012-10-011-0/+6
* Fix issue #7255954: API Review: rename Dream to DreamServiceDianne Hackborn2012-09-281-0/+18
* Pass the originating uid to the package verifierBen Gruver2012-09-271-0/+8
* Implement multi-user PackageMonitor.Dianne Hackborn2012-09-201-0/+9
* Merge "Changes to support side-loading of apps from other users." into jb-mr1...Dianne Hackborn2012-09-191-1/+3
|\
| * Changes to support side-loading of apps from other users.Dianne Hackborn2012-09-191-1/+3
* | Pass Bitmap instead of ParcelFileDescriptor in UserManagerAmith Yamasani2012-09-171-0/+10
|/
* New uninstall option to uninstall for all users.Dianne Hackborn2012-09-161-0/+7
* Merge "More multi-user stuff." into jb-mr1-devDianne Hackborn2012-09-161-4/+54
|\
| * More multi-user stuff.Dianne Hackborn2012-09-151-4/+54
* | Move NetworkPolicy from apps to UID.Jeff Sharkey2012-09-141-2/+2
|/
* Notify verifiers that verification is completerich cannings2012-08-301-0/+9
* Start implementing concept of "running" users.Dianne Hackborn2012-08-281-1/+9
* Pass URLs to package verifiersrich cannings2012-08-201-8/+8
* UserHandle to UserSerialNo mappingAmith Yamasani2012-08-171-9/+9
* Revert "Pass URLs to package verifiers"Rich Cannings2012-08-081-8/+8
* Pass URLs to package verifiersrich cannings2012-08-021-8/+8
* am 9906e784: am 17990395: Merge "Fix issue #6717667: expanded notification ac...Dianne Hackborn2012-06-251-11/+0
|\
| * Fix issue #6717667: expanded notification actions don't work on the lock screenDianne Hackborn2012-06-251-11/+0
* | am b92d2a13: am 18ddb6ce: Merge "Remote volume handling in MediaRouter" into ...Jean-Michel Trivi2012-06-201-33/+0
|\ \ | |/
| * Remote volume handling in MediaRouterJean-Michel Trivi2012-06-191-33/+0
* | am 586b8ee6: am 2f442304: Merge "Remote volume handling" into jb-devJean-Michel Trivi2012-06-191-0/+35
|\ \ | |/
| * Remote volume handlingJean-Michel Trivi2012-06-181-0/+35
* | Add Intent extras to pass to package verifiersrich cannings2012-06-071-0/+18
|/
* Guard against apps breaking CHOOSER contract.Jeff Sharkey2012-05-181-11/+14
* A few odds and ends.Dianne Hackborn2012-05-151-9/+45
* Migrate stream extras in CHOOSER intents.Jeff Sharkey2012-05-141-9/+44
* Rename Uri.normalize() to Uri.normalizeScheme().Jesse Wilson2012-05-101-9/+9
* Fix 6414061: Add new ACTION_ASSIST intent.Jim Miller2012-05-041-0/+8
* New permissions UI.Dianne Hackborn2012-05-031-0/+4
* Catch CCE when migrating to ClipData.Jeff Sharkey2012-05-011-42/+40
* Update process importance documentation.Dianne Hackborn2012-04-261-2/+14
* Make ACTION_SEND and ACTION_SEND_MULTIPLE build full clip items.Dianne Hackborn2012-04-161-13/+40
* Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn2012-04-131-3/+33
* Added support for USB audio devicesEric Laurent2012-04-061-10/+10
* Add Intents to notify when USB audio devices or accessories are attachedMike Lockwood2012-04-061-0/+32
* Merge "User management and switching"Amith Yamasani2012-03-271-0/+31
|\
| * User management and switchingAmith Yamasani2012-03-271-0/+31
* | Avoid ClassCast when migrating ACTION_SEND extras.Jeff Sharkey2012-03-271-2/+12
|/
* Copy EXTRA_STREAM into ClipData and grant.Jeff Sharkey2012-03-231-0/+42
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-12/+12
* Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn2012-03-081-15/+118
* resolved conflicts for merge of 532679a5 to masterDirk Dougherty2012-03-071-1/+1
|\
| * Doc change: String changes for Android MarketDirk Dougherty2012-03-051-1/+1
* | Implement background vs foreground broadcastsChristopher Tate2012-02-011-2/+9
* | Add API's for normalizing MIME's and URI's.Nick Pelly2012-01-241-23/+151
|/
* Fix some java docs.Dianne Hackborn2011-12-141-9/+9
* Fix issue #5714517: App shortcuts can result in bad task intentsDianne Hackborn2011-12-051-14/+215