session-android/app/src/main/java/org/thoughtcrime/securesms
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
..
attachments 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
audio Add a global search (#834) 2022-02-07 17:06:27 +11:00
avatar
backup 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
components refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
contacts Add a global search (#834) 2022-02-07 17:06:27 +11:00
contactshare
conversation/v2 Add a global search (#834) 2022-02-07 17:06:27 +11:00
crypto Re-organize files 2021-07-09 13:18:48 +10:00
database Add a global search (#834) 2022-02-07 17:06:27 +11:00
dependencies refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
dms refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
events
giph
glide
groups Add a global search (#834) 2022-02-07 17:06:27 +11:00
home Add a global search (#834) 2022-02-07 17:06:27 +11:00
imageeditor
jobmanager 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
jobs 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
linkpreview 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
logging feat: add share logs dialogs into settings activity 2021-09-23 13:49:32 +10:00
longmessage 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
mediapreview Make link preview view use thumbnail 2021-06-24 15:03:29 +10:00
mediasend Add a global search (#834) 2022-02-07 17:06:27 +11:00
mms 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
net
notifications Add a global search (#834) 2022-02-07 17:06:27 +11:00
onboarding refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
permissions
preferences Add a global search (#834) 2022-02-07 17:06:27 +11:00
profiles
providers 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
qr
repository refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
scribbles
search Add a global search (#834) 2022-02-07 17:06:27 +11:00
service 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
sms
sskenvironment 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
util Add a global search (#834) 2022-02-07 17:06:27 +11:00
video 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
AppContext.kt
ApplicationContext.java fix: conversationListNotificationHandler initialized in getter if null and removed from onCreate 2021-10-12 14:32:06 +11:00
BaseActionBarActivity.java
BaseActivity.java
BindableConversationItem.java
DatabaseUpgradeActivity.java
DummyActivity.java
ExpirationDialog.java
MediaDocumentsAdapter.java
MediaGalleryAdapter.java Make link preview view use thumbnail 2021-06-24 15:03:29 +10:00
MediaOverviewActivity.java
MediaPreviewActivity.java Enable media gallery fullscreen mode (#813) 2021-12-20 09:38:27 +02:00
MessageDetailsRecipientAdapter.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
MuteDialog.java feat: add notification types for all / mentions only or none with UI and push logic 2021-07-20 16:06:59 +10:00
PassphrasePromptActivity.java Clean 2021-07-09 15:45:15 +10:00
PassphraseRequiredActionBarActivity.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
ShareActivity.java refactor: move db module init before injection and replace ApplicationContext db component access to static function to get the component 2021-10-05 10:58:02 +11:00
ShortcutLauncherActivity.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
Unbindable.java