index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
UriMatcher.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-05-10
Reuse String literals rather new instance in UriMatcher
Régis Décamps
2016-07-30
Fix the API compatibility of "UriMatcher#addURI"
Hidehiko Tsuchiya
2015-03-07
Frameworks/base: Remove unnecessary Pattern instance
Andreas Gampe
2014-09-30
Fix some documentation typos.
Newton Allen
2013-03-26
Allow leading slash in path argument for addURI() method.
Chiao Cheng
2010-10-31
Fixes Issue 7907 in the public bugs database (http://code.google.com/p/androi...
Daniel Trebbien
2009-04-02
AI 144034: am: CL 144032 Added missing import to fix breakage caused by CL 14...
Bjorn Bringert
2009-04-02
AI 144010: am: CL 144008 UriMatcher: Avoid repeated calls to Uri.getPathSegme...
Bjorn Bringert
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project