session-android/src/org/thoughtcrime/securesms/search
Greyson Parrelli 5f99470226 Allow searching for words with apostrophes.
Previously, because apostrophes were 'banned' characters, searching for
them wouldn't work. That meant you couldn't find words like "I'm". Now
we just replace the apostrophe with a space and things "just work"
because of the nature of SQLite tokenization and prefix queries.
2018-06-22 10:59:53 -07:00
..
model Update search query results when messages disappear. 2018-06-22 10:59:53 -07:00
SearchFragment.java Fix search header rendering after rotation. 2018-06-14 10:50:21 -07:00
SearchListAdapter.java Switch search to use the existing header. 2018-05-23 11:06:07 -04:00
SearchRepository.java Allow searching for words with apostrophes. 2018-06-22 10:59:53 -07:00
SearchViewModel.java Update search query results when messages disappear. 2018-06-22 10:59:53 -07:00