summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/Uri.java
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect javadoc for Uri.getQueryParameter.Narayan Kamath2015-04-301-1/+1
* resolved conflicts for merge of 261e7a37 to masterAlex Klyubin2015-04-011-7/+5
|\
| * Cleanse HTTP, HTTPS, and FTP URLs in Uri.toSafeString.Alex Klyubin2015-04-011-0/+5
| * Fix some documentation typos.Newton Allen2014-09-301-6/+6
* | Remove path, query, and fragment from http Uri.Craig Mautner2015-02-031-1/+8
* | Fix some documentation typos.Newton Allen2014-09-301-6/+6
|/
* Allow prefix-based Uri permission grants.Jeff Sharkey2014-04-221-0/+28
* am 710f3e2c: am 60ae2617: Merge "If frameworks wants ASCII casing, it should ...Elliott Hughes2013-08-021-2/+2
|\
| * If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes2013-08-021-2/+2
* | am b8292830: resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aospElliott Hughes2013-06-281-3/+3
|\ \ | |/
| * resolved conflicts for merge of fca0f92e to stage-aosp-masterElliott Hughes2013-06-281-3/+3
| |\
| | * Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-3/+3
* | | Print - platform APIsSvetoslav Ganov2013-06-211-1/+0
|/ /
* | Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-0/+13
|/
* 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