• Home
  • History
  • Annotate
  • only in /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
History log of /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
42210256d3d584783ac2fb2742088ce57d9da766 12-Sep-2013 Yorke Lee <yorkelee@google.com> Fix search highlighting

Bug: 10713067
Change-Id: I6fd3e6018619d61f7c69bbcaf2ad7475b20499a6
extHighlighterTest.java
f99a990be713ed35afe64ba8133c5428816390c6 12-Jul-2013 Christine Chen <christinech@google.com> Changes ContactListItemView highlighting scheme.

- Re-match smart dial query every time in BindView.

Change-Id: I42a54948481fead693db5a2db188bcc31202d6ee
extHighlighterTest.java
a81953a2b1818066ef5e44817f374ac288bab343 09-Jul-2013 Christine Chen <christinech@google.com> Changes to support smart dial in search.

- Extends functionalities in text highligher.
- Changes pemissions in parent classes.

Change-Id: Ib5717fe00760b5a88c747e1ff8fda598d987fa98
refixHighligherTest.java
extHighlighterTest.java
32c1bff720d06296b00ee827e06f69422ed4ae5c 26-Dec-2012 Chiao Cheng <chiaocheng@google.com> Fix broken build.

Related to I1883621bb64452726cd92035d30001c29b478574.

Change-Id: I667fd3bd46f7884d3c38118fc72b227805127e29
refixHighligherTest.java
bd80fd64b9ff94c9ffbdb843beb4b363bb209463 22-Dec-2012 Chiao Cheng <chiaocheng@google.com> Fixing missing punctuation for punctuation search case.

Previous CL I9cbdf10d21c79f53bc621bacb7eeeb95a6a2435f fixed missing
punctuation at the start when searching without punctuation. (e.g.
{hello})

This CL fixes the case where leading punctuation is missing if you searched
with a leading punctuation. (e.g. {'hello}). The content provider
uses a different code path when it detects multi-words and snippeting
is actually done in sqlite using the FTS snippet method. The check for
multi-word was treating {'hello} as two words.

This means that multi-word searches will still have this issue as it still
uses the sqlite snippet method. Leaving this to a separate CL since it's
a riskier change.

Bug: 5929143
Change-Id: I1883621bb64452726cd92035d30001c29b478574
ormatUtilsTests.java
a8feb7b88f2f67d8a80762dc54d336f1ea3a22d3 31-Oct-2012 Chiao Cheng <chiaocheng@google.com> Moving dependencies of PhoneFavoriteFragment.

Move common classes from Contacts to Contacts Common.

Bug: 6993891
Change-Id: Idd0b3115df810090340d1b10b04eb698d5facfb6
ormatUtilsTests.java
refixHighligherTest.java