session-android/app/src/main/java/org/thoughtcrime/securesms/notifications
Harris dd1da6b1a4
Add a global search (#834)
* feat: modifying search functionalities to include contacts

* feat: add global search UI input layouts and color attributes

* feat: add global search repository and model content

* feat: adding diff callbacks and wiring up global search vm to views

* feat: adding scroll to message, figuring out new query for recipient thread search

* feat: messing with the search and highlighting functionality after wiring up bindings

* fix: compile error from merge

* fix: gradlew build errors

* feat: filtering contacts by existing un-archived threads

* refactor: prevent note to self breaking, update queries and logic in search repo to include member->group reverse searches

* feat: adding home screen new redesigns for search

* feat: replacing designs and adding new group subtitle text

* feat: small design improvements and incrementing gradle build number to install on device

* feat: add scrollbars for search

* feat: replace isVisible for cancel button now that GlobalSearchInputLayout.kt replaces header

* refactor: all queries are debounced not just all but 2 char

* refactor: remove visibility modifiers for cancel icon

* refactor: use simplified non-db and context related models in display, remove db get group members call from binding data

* fix: use threadId instead of group's address

* refactor: better close on cancel, removing only yourself from group member list in open groups

* refactor: seed view back to inflated on create and visibility for empty placeholder and seed view text

* refactor: fixing build issues and new designs for message list

* refactor: use dynamic limit

* refactor: include raw session ID string search for non-empty threads

* fix: build lint errors

* fix: build issues

* feat: add in path to the settings activity

* refactor: remove wildcard imports
2022-02-07 17:06:27 +11:00
..
AbstractNotificationBuilder.java fix: notifications deduplicate based on last message ID, ConversationActivityV2.kt updates notification by thread ID 2021-07-21 13:58:07 +10:00
AndroidAutoHeardReceiver.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
AndroidAutoReplyReceiver.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
BackgroundPollWorker.kt Add a global search (#834) 2022-02-07 17:06:27 +11:00
DefaultMessageNotifier.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
DeleteNotificationReceiver.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
FailedNotificationBuilder.java Move files 2021-05-18 16:11:38 +10:00
FcmUtils.kt Re-organize files 2021-07-09 13:18:48 +10:00
LocaleChangedReceiver.java restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
LokiPushNotificationManager.kt Add a global search (#834) 2022-02-07 17:06:27 +11:00
MarkReadReceiver.java feat: Add the option to mark a conversation as read (#816) 2022-01-16 19:02:39 +02:00
MultipleRecipientNotificationBuilder.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
NotificationChannels.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
NotificationItem.java Remove unused code 2021-07-07 13:03:48 +10:00
NotificationState.java Remove unused code 2021-07-07 13:03:48 +10:00
OptimizedMessageNotifier.java feat: don't show notifications on HomeActivity.kt 2021-07-13 16:31:16 +10:00
PendingMessageNotificationBuilder.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
PushNotificationService.kt Re-organize files 2021-07-09 13:25:57 +10:00
RemoteReplyReceiver.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
ReplyMethod.java Move files 2021-05-18 16:03:47 +10:00
SingleRecipientNotificationBuilder.java refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00