Commit Graph

140 Commits (04dfe9951774b2d549b2ba336b2e4df5fa90c3fb)

Author SHA1 Message Date
ceokot 206505abe8
feat: Add conversation filtering for message requests (#830)
* feat: Message requests

* Apply contact sync message

* Filter based on message requests toggle

* Add message requests screen

* Implement message requests screen

* Handle message request buttons

* Handle approval syncing

* Display message request response

* Display pending message request

* Display pending message request

* Add approval migrations

* Send message request response

* Fix conversation filters

* Add approval migration

* Handle message request response

* Update message request response proto

* Update message request response handling

* Refresh message requests

* Show message request banner on new message request

* Message request item layout tweaks

* Fix latest unapproved conversation query

* Handle sent message request responses on restore

* QA feedback tweaks

* Remove send limit on message requests

* Config message handling tweaks

* Reverse conversation upon message request approval

* Remove read receipts, delete declined conversations

* Fix contact filtering in config messages

* Fix message request order and handle deletion

* Fix message request snippet on home screen

* Refresh message request list after decline or clearing all

* Fix message request reversal

* Fix message request notifications

* Disable media buttons for message requests

* Hide message request banner after reading

* Refresh message request banner
3 years ago
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
3 years ago
Harris e036344c76 refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications.
Increase audible timeout on DefaultMessageNotifier.java, don't send in-thread notification based on last audible notification.

Create a batch message receive job to handle up to 20 chunked messages at a time per job instead of singular or open group poll amount

Remove synchronized access to recipient cache and replace with a concurrent cache that's lock free from perf tracing monitor contention
4 years ago
ryanzhao 2cb91c3a0e add delete endpoint call in snode api 4 years ago
ryanzhao c0a5a61431 add unsend request proto 4 years ago
jubb a18ab6c079 refactor: remove PersistentLogger.java and fix libsignal build.gradle minSdkVersion 4 years ago
Niels Andriesse 5168e15640 Merge branch 'dev' into security 4 years ago
Niels Andriesse 3bbfef7d81 Add documentation 4 years ago
Niels Andriesse bb1eb2310c Supply fake Accept-Language header 4 years ago
Niels Andriesse 7a388deb78 Supply fake User-Agent header 4 years ago
Brice-W a71273e813 refactor 4 years ago
jubb fdc042e6d4 feat: testnet clearing network data on delete and differentiating dialogs 4 years ago
Brice-W 59d9063774 proto update 4 years ago
Harris 11f64a1d1a feat: add snode method delete_all with data class for params, refactoring ClearAllDataDialog.kt to handle async requests better and prevent ANR 4 years ago
Brice-W 534e0e8e69 proto updated 4 years ago
ryanzhao ae23266058 wip: implement ons name 4 years ago
Niels Andriesse dfd3ccc5d2 Clean 4 years ago
Niels Andriesse 49c3ffd9ca Remove redundant code 4 years ago
Niels Andriesse 7208bb0421 Fix build 4 years ago
Niels Andriesse 68225e00be Clean 4 years ago
Niels Andriesse 7c3bee036c Speed up Gradle sync 4 years ago
Niels Andriesse 8a20c46bd4 Fix missing compile target 4 years ago
Niels Andriesse 81b0530163 Clean up libsession Gradle file 4 years ago
Niels Andriesse caa1c77ed4 Clean up libsignal Gradle file 4 years ago
Niels Andriesse e75de841c9 Remove unused dependencies 4 years ago
Niels Andriesse 47ff53d559 Remove SignalServiceMessageReceiver 4 years ago
Niels Andriesse c1548a4e51 Move files 4 years ago
Niels Andriesse dc8938c269 Move protos 4 years ago
Niels Andriesse c124f86f6b Move protos 4 years ago
Niels Andriesse 961972a723 Move protos 4 years ago
Niels Andriesse fa205c8915 Fix packages 4 years ago
Niels Andriesse c9ebcc580f Move files 4 years ago
Niels Andriesse 40d2fd25d9 Move files 4 years ago
Niels Andriesse ce3b32c03e Move files 4 years ago
Niels Andriesse a88322a033 Move files 4 years ago
Niels Andriesse e598d73539
Merge pull request #516 from Brice-W/media-saving
Fix Saving Media Files
4 years ago
Niels Andriesse 5fd99cd8f1 Fix indentation 4 years ago
Niels Andriesse 11e223f5d8 Merge branch 'dev' into open-group-invitations 4 years ago
Brice-W f5a99b43c7 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 4 years ago
Niels Andriesse 649bfee647 Fix HTTP utility 4 years ago
Niels Andriesse 1efd516eaf Fix HTTP utility 4 years ago
Niels Andriesse d9348c5442 Remove weird roundabout way of doing decryption 4 years ago
Niels Andriesse 7c5b4aafec Debug 4 years ago
Niels Andriesse 115bc9b159 Speed up path building 4 years ago
Brice-W b2a924ebf8 views created + database storage 4 years ago
jubb 8439d57115 refactor: let the periodic work run more frequently and never fail from excessive retries preventing from re-running.
remove resume pending jobs from ApplicationContext onCreate and handle in home activity's onCreate instead.

prevent some illegal argument exceptions from Random.kt by returning null if empty
4 years ago
Brice-W d98cef3c77 Merge branch 'dev' of https://github.com/loki-project/session-android into open-group-invitations 4 years ago
jubb 35aec04ac9 feat: member counts in v2 open group ConversationActivity 4 years ago
jubb fa528c47d5 Merge remote-tracking branch 'upstream/dev' into open_groups_V2
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationActivity.java
#	app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java
#	app/src/main/java/org/thoughtcrime/securesms/loki/database/LokiMessageDatabase.kt
#	app/src/main/java/org/thoughtcrime/securesms/loki/protocol/MultiDeviceProtocol.kt
#	app/src/main/java/org/thoughtcrime/securesms/loki/views/MentionCandidateSelectionView.kt
#	app/src/main/java/org/thoughtcrime/securesms/loki/views/MentionCandidateView.kt
#	libsession/src/main/java/org/session/libsession/messaging/mentions/MentionsManager.kt
#	libsession/src/main/java/org/session/libsession/messaging/sending_receiving/ReceivedMessageHandler.kt
#	libsession/src/main/java/org/session/libsession/messaging/sending_receiving/pollers/ClosedGroupPoller.kt
#	libsession/src/main/java/org/session/libsession/messaging/utilities/DotNetAPI.kt
#	libsession/src/main/java/org/session/libsession/utilities/mentions/Mention.kt
#	libsignal/src/main/java/org/session/libsignal/service/loki/Mention.kt
#	libsignal/src/main/java/org/session/libsignal/service/loki/utilities/mentions/Mention.kt
4 years ago
Brice-W bb25877515 light refactor + OpenGroupUrlParser implementation & unit test 4 years ago