summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/Uri.java
Commit message (Expand)AuthorAgeFilesLines
* Multi-user ringtone playback.Jeff Sharkey2012-09-261-0/+38
* Rename Uri.normalize() to Uri.normalizeScheme().Jesse Wilson2012-05-101-4/+2
* Add API's for normalizing MIME's and URI's.Nick Pelly2012-01-241-0/+33
* Warn about changed behavior around '+' characters.Jesse Wilson2011-11-111-0/+3
* Interpret '+' as a space char in the URL query params.Jesse Wilson2011-10-281-105/+8
* Fix issue #5173952: Opening a Notification From Lock Screen...Dianne Hackborn2011-09-231-0/+42
* Fix some crashes that are happening in the system process.Dianne Hackborn2011-08-121-4/+5
* Added methods for managing uri query parametersBen Dodson2010-08-261-51/+96
* Updated documentation for upcoming fix for @code tagsBen Dodson2010-08-261-4/+4
* Add a few helpful APIs.Jeff Hamilton2010-08-101-1/+19
* Fix for bug 2672749: StringIndexOutOfBoundsException in Uri.getQueryParameterKeith Ito2010-05-101-0/+3
* Advance encodedKeySearchIndex if encodedKey matches a suffix of a parameter.Keith Ito2010-03-211-0/+2
* Speed up Uri.getQueryParameter by allocating less.Brad Fitzpatrick2009-10-261-36/+25
* Make Uri.parseUserPart, parseHost, and parsePort symmetricKenny Root2009-09-141-4/+6
* merge from donutJean-Baptiste Queru2009-07-291-25/+25
|\
| * donut snapshotJean-Baptiste Queru2009-07-291-25/+25
* | Fixed typo, RFC3296 is for LDAP, RFC2396 is for URISimon Schoar2009-06-101-1/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+2252
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-2252/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-4/+5
* Initial ContributionThe Android Open Source Project2008-10-211-0/+2251