Greyson Parrelli
b6a4e1f145
Rewrite the AppDependencies system.
2024-06-05 15:46:00 -04:00
Cody Henthorne
591d499462
Show system contact icon in more places.
2024-03-06 20:42:00 -04:00
Cody Henthorne
efbd5cab85
Convert SignalService, Database, Group, Payment, and other remaining protos to wire.
2023-09-21 13:59:52 -03:00
Greyson Parrelli
e33c5b055d
Fix FTS searches for punctuation and emoji.
...
Fixes #13047
2023-08-16 10:26:32 -04:00
Clark
d78e73bd6f
Fix search showing received mention messages as note to self.
2023-08-01 15:51:31 -04:00
Greyson Parrelli
279ad7945e
Move to defined from_recipient_id and to_recipient_id columns on message table.
2023-04-20 13:50:11 -04:00
Cody Henthorne
149955e07a
Fix crash when searching and lowercase snippet differs from input snippet.
2023-03-27 21:16:36 -04:00
Cody Henthorne
ba2d005b2a
Fix search result styling for formatting and query highlighting.
2023-03-24 15:49:27 -04:00
Cody Henthorne
f53679f24a
Fix spoiler rendering in quotes.
2023-03-24 15:49:27 -04:00
Cody Henthorne
7eb00e41a2
Fix rendering of links and mentions covered by spoilers.
2023-03-24 15:49:26 -04:00
Alex Hart
09902e5d11
Add "Group Members" section to ConversationList search results.
2023-02-01 17:41:27 -05:00
Cody Henthorne
cc490f4b73
Add text formatting send and receive support for conversations.
2023-01-25 17:02:41 -05:00
Alex Hart
b4a34599d7
Add support for message and thread results.
2023-01-25 17:02:41 -05:00
Alex Hart
296a113c65
Add "You can pull to filter" tip.
2023-01-04 16:40:36 -05:00
Greyson Parrelli
92b9fda6c7
Convert GroupTable to kotlin.
...
Also required converting some tests to mockk.
2023-01-01 23:05:02 -05:00
Greyson Parrelli
f149c0adb9
Remove MmsSmsColumns.
...
All the columns got moved to MessageTable.
I kept the types though and renamed the class to MessageTypes because
it's a lot of boring domain-specific code.
2022-12-30 16:54:49 -05:00
Greyson Parrelli
60ae883df6
Rename SignalDatabase.sms/mms to SignalDatabase.messages
2022-12-30 15:11:56 -05:00
Greyson Parrelli
95eba78d9c
Improve constraints on thread and message tables.
2022-12-07 13:03:02 -05:00
Greyson Parrelli
7949996c5c
Renamed database classes to table classes.
...
Because they're not databases. They're tables.
2022-11-30 17:10:36 -05:00
Greyson Parrelli
497b38ddbf
Improve the ordering of conversation search results.
2022-08-25 12:15:02 -04:00
Cody Henthorne
a9fc5622cd
Add search by group membership.
2022-08-24 17:09:01 -04:00
Greyson Parrelli
14849d6e45
Fix case-insensitive queries for groups with non-ASCII characters.
...
Fixes #11464
2022-04-06 12:36:32 -04:00
Greyson Parrelli
135fde68c1
Migrate some cursor utils to core-util.
2022-03-28 19:07:20 -04:00
Rashad Sookram
125ff83bac
Fix l10n when searching for "Note to Self".
2022-02-01 13:41:31 -05:00
Greyson Parrelli
843ed24bbb
Introduce SignalDatabase as the main database entrypoint.
2021-11-18 12:36:52 -05:00
Greyson Parrelli
658de3b6e7
Convert all database notifiers to use DatabaseObserver.
...
Lots of red in this diff to celebrate the release of Red (Taylor's Version).
2021-11-16 17:27:47 -05:00
Cody Henthorne
1dca3698d2
Fix crash when adding person to an existing mms group.
2021-06-22 17:03:20 -04:00
Greyson Parrelli
c274ed6a96
Improve search performance.
2021-06-10 15:47:12 -04:00
Android Team
08e86b8c82
Add Emoji Search, Sticker Search, and GIF Keyboard.
...
Co-authored-by: Alex Hart <alex@signal.org >
Co-authored-by: Cody Henthorne <cody@signal.org >
Co-authored-by: Greyson Parrelli<greyson@signal.org >
2021-06-02 17:43:17 -04:00
Greyson Parrelli
b053fbc4a7
Use Log.tag where appropriate.
2021-03-31 16:02:32 -03:00
Cody Henthorne
b91f04316a
Fix lint errors and add submodules to qa checks.
2021-02-24 15:07:56 -05:00
Greyson Parrelli
8e93bf9075
Create a core-util module with some common utilities.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
f29f25822b
Have DatabaseFactory.getMmsDatabase() return MessageDatabase.
2020-08-24 16:40:47 -04:00
Cody Henthorne
d563de4207
Add mention detection to search flows.
2020-08-07 15:18:40 -04:00
Greyson Parrelli
8c6001fa5a
Improve correctness and performance of camera contact search.
2020-04-23 10:25:45 -04:00
Alan Evans
9ebe920195
Move all files to natural position.
2020-01-06 11:08:30 -05:00