• Home
  • History
  • Annotate
  • only in /frameworks/base/core/java/android/text/util/
History log of /frameworks/base/core/java/android/text/util/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e511fb33d33f0ba83ce437f615fa236f369b5ade 05-Apr-2011 Brad Fitzpatrick <bradfitz@android.com> am 9b1b6439: am 2ed72048: Merge "Always return a valid index from Rfc822Tokenizer.findTokenEnd()"

* commit '9b1b64399502af0a08beac3014f2294644753602':
Always return a valid index from Rfc822Tokenizer.findTokenEnd()
114f98a75334813fe116da3d95567db8984d45b9 18-Jan-2011 Mattias Niklewski <mattias.niklewski@sonyericsson.com> Always return a valid index from Rfc822Tokenizer.findTokenEnd()

If an invalid input string ends with a backslash inside a comment
or quoted string, the returned index would be past the end of the
string. In one case this would lead to a runtime exception being
thrown from MultiAutoCompleteTextView.performValidation.

Change-Id: If629372b429716c25cdc25764f088e95d4812d57
fc822Tokenizer.java
b62353ad1d1f540dee270be0c0d383ac108a290b 21-Feb-2011 Jozef BABJAK <jozef.babjak@gmail.com> Removing wrong equals method in comparator.

This implementation of equals method has been likely created by
template in an IDE. It is useless, possibly leading to poor performance
and completely violating the contract of equals method as defined in
Object base class.

Change-Id: I5e7fd759b7bd9370b44d9374b57390c4e9feba02
inkify.java
ee7e6a78e28b360826f215e0e84d43b1513b6401 03-Jun-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: Idf8d5661d7b261b74ac0b1271af98795ac5faff9
e99c012503bbd205cbaa9f16f9894ca5ffeaaf76 02-Jun-2010 Kenny Root <kroot@android.com> Merge "Improved error-handling in Rfc822Tokenizer"
06daf19f6c77a3170215ca1a969a9b8fb913ab90 10-Jun-2009 Simon Schoar <schoar@googlemail.com> Added WEB_URL_PATTERN for Montenegro ".me"

Change-Id: If725c5ee08ed840ae8323fa18b1d82ef2a42db87
egex.java
9694f9056a86081aadc1d7caab82d340847b3884 26-Mar-2010 Henrik Hall <henrik.hall@sonyericsson.com> Improved error-handling in Rfc822Tokenizer

The javadoc for the Rfc822Tokenizer states that it will try
to be tolerant to broken syntax instead of returning an error
(as in an unchecked exception). In some rare cases where the
input is clearly incorrect, the tokenizer throws a
StringIndexOutOfBoundsException, which was found during
one of the monkey test runs. This commits fixes that crash,
and teaches the tokenizer to just continue to run anyway. Two
simple junit testcases has also been added for testing the
default and the errornous case.
fc822Tokenizer.java
191bbafacc48e5abfc6f393e0664e2d183740c4a 11-Mar-2010 Erik <roboerik@android.com> Merge "Noticed comment field when splitting guests wasn't being cleared."
2269d1572e5fcfb725ea55f5764d8c3280d69f6d 25-Feb-2010 Dianne Hackborn <hackbod@google.com> Re-arrange android-common so framework no longer links with it.

This is the framework part, moving classes around so the framework
no longer needs to link to android-common. Makes some APIs public,
others that didn't need to be public are private in the framework,
some small things are copied.
inkify.java
99c7dea7546bf0bd9ec1c03d300b11d93d9306dd 25-Feb-2010 Erik <roboerik@android.com> Noticed comment field when splitting guests wasn't being cleared.

The address field was being cleared twice instead of address and comment being cleared.
fc822Tokenizer.java
a877c034421143932c25daaca5f92a48ef6c3b81 16-Feb-2010 Eric Fischer <enf@google.com> Keep Rfc822Tokenizer from crashing when the string ends with a backslash.

Bug 2442537
fc822Tokenizer.java
a969dc4ea47051e6cd7f29fd91fd83924c749f0a 03-Feb-2010 Michael Chan <mchan@android.com> Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out)

Note that Rfc822Tokenizer.tokenize(CharSequence text) is already in the SDK
and it just wraps the version I am unhiding.

Change-Id: I1ac3b405a04df960fc1e65ca4797d6f5adf85dc4
fc822Tokenizer.java
7762d93621f508f4410fd37b5bbdfec0071b0420 11-Dec-2009 Paul Westbrook <pwestbro@google.com> Unbundling work

Moved AndroidHttpClient, Rfc822InputFilter, Rfc822Validator
NumberPicker, NumberPickerButton to android-common
---
fc822InputFilter.java
fc822Validator.java
ded0e6447ed6e0f200dbca13e43c6cf4efc16a1d 18-Nov-2009 Dan Egnor <egnor@google.com> Create android-common static library which gets included in frameworks.jar,
but can also be used by unbundled apps. Move android.text.util.Regex there as
a starting example, renamed to a more sensible (?) com.android.common.Patterns.
Set up a corresponding test package, and move RegexTest (to PatternsTest).
Update clients.
inkify.java
egex.java
78a5b8106a4768f7a67e5a29c58f23cd95f6c47c 23-Sep-2009 Debajit Ghosh <debajit@google.com> add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix.
fc822Token.java
fc822Tokenizer.java
4c8b3594a62c614ef8a8fa1a82036630e8d0ea2f 17-Sep-2009 Debajit Ghosh <debajit@google.com> refactor copy-and-paste email address filtering code.
add a column to Calendar.Events contract class.
fc822InputFilter.java
7a4be89f5a7188d3e10ff0e1f71722ab161a5456 14-Sep-2009 Eric Fischer <enf@google.com> Add "rtsp" to the list of URL schemes that get linkified.

Bug 1845298
inkify.java
egex.java
f26c6617a91f25ed1178d01de4108cf6f54f910c 02-Apr-2009 Tadashi Takaoka <> AI 144003: am: CL 144002 am: CL 144001 Fix tiny bug in Rfc822Token.java
Original author: takaoka
Merged from: //branches/cupcake/...
Original author: android-build
Merged from: //branches/donutburger/...

Automated import of CL 144003
fc822Token.java
ba87e3e6c985e7175152993b5efcc7dd2f0e1c93 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
egex.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
inkify.java
egex.java
fc822Token.java
fc822Tokenizer.java
fc822Validator.java
ackage.html
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
inkify.java
egex.java
fc822Token.java
fc822Tokenizer.java
fc822Validator.java
ackage.html
d24b8183b93e781080b2c16c487e60d51c12da31 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
fc822Validator.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
inkify.java
egex.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
inkify.java
egex.java
fc822Token.java
fc822Tokenizer.java
fc822Validator.java
ackage.html