Commit Graph

8166 Commits (7c8882e1f395cba648adfd68fa887c6852b54fe8)
 

Author SHA1 Message Date
Morgan Pretty 87f1d708b1 Merge remote-tracking branch 'upstream/dev' into feature/unread-mention-indicator
# Conflicts:
#	app/src/main/res/values/themes.xml
2 years ago
Morgan Pretty f8c700793a
Merge pull request #1012 from ceokot/pinned-message-icon-color
fix: Use text color secondary for conversation pinned icon
2 years ago
Morgan Pretty 05838faaf0 Updated the unread count logic to recalculate correctly 2 years ago
Morgan Pretty fff0e5a32d Merge remote-tracking branch 'upstream/dev' into pinned-message-icon-color
# Conflicts:
#	app/src/main/res/values/themes.xml
2 years ago
Morgan Pretty 2711a6dd5f
Merge pull request #994 from ceokot/message-request-response
Add profile data to message request responses
2 years ago
Morgan Pretty 1ce9e47c51
Merge pull request #991 from ceokot/groups-push-message-sender-name
fix: Show message sender in push notifications for groups
2 years ago
Morgan Pretty 63debb34e6
Merge pull request #990 from ceokot/message-request-fixes
fix: Disable typing and message requests in read-only open groups
2 years ago
Morgan Pretty ce3aa980aa Merge remote-tracking branch 'upstream/dev' into message-request-fixes
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/groups/OpenGroupManager.kt
#	libsession/src/main/java/org/session/libsession/messaging/open_groups/OpenGroup.kt
#	libsession/src/main/java/org/session/libsession/messaging/sending_receiving/pollers/OpenGroupPoller.kt
2 years ago
Morgan Pretty 251df065f8 Merge remote-tracking branch 'upstream/dev' into message-request-response
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/database/Storage.kt
#	libsession/src/main/java/org/session/libsession/messaging/sending_receiving/MessageSender.kt
2 years ago
Morgan Pretty e44ae140e0 Merge remote-tracking branch 'upstream/dev' into feature/unread-mention-indicator
# Conflicts:
#	app/src/main/res/values/themes.xml
2 years ago
Morgan Pretty beabc1c686
Merge pull request #1079 from mpretty-cyro/feature/read_status_updates
Added the updated delivery status UI
2 years ago
Morgan Pretty bc20811431 Merge remote-tracking branch 'upstream/dev' into feature/read_status_updates
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageView.kt
#	app/src/main/res/values/strings.xml
2 years ago
Morgan Pretty dc9458f313 Merge remote-tracking branch 'upstream/dev' into feature/unread-mention-indicator
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/attachments/DatabaseAttachmentProvider.kt
#	libsession/src/main/java/org/session/libsession/database/MessageDataProvider.kt
2 years ago
Morgan Pretty 23dca5b38d Merge remote-tracking branch 'upstream/dev' into feature/unread-mention-indicator 2 years ago
Morgan Pretty 025989f928
Merge pull request #1069 from mpretty-cyro/feature/performance-improvements
Performance improvements
2 years ago
Morgan Pretty bdac7f2ea3
Merge pull request #1087 from 0x330a/fix/expire-old-call-messages
Prevent very old messages (15 minutes ago) being processed to prevent endless crashes in some cases
2 years ago
hjubb f0e67fd86a Merge branch 'master' into dev 2 years ago
Morgan Pretty e0785c4854 Added in fixes and defensive coding for the most frequent crashes
Fixed a crash which could occur when dealing will calls in the background on Android 12 and newer
Fixed a crash when we don't have permission to check the current call state
Fixed a crash when the ScreenshotObserver receives an invalid Uri (just prevent the specific case)
2 years ago
0x330a 5861623369
fix: may have been preventing new closed group message on multi-device (#1081) 2 years ago
Morgan Pretty ebe8479e4c Resolved PR comments 2 years ago
0x330a 86b065203f
fix: prevent very old messages (15 minutes ago) being processed to prevent endless crashes in some cases 2 years ago
Morgan Pretty a6f09c6fef Added some defensive coding to help prevent incorrect message statuses 2 years ago
Morgan Pretty 8a4a9623cc Fixed an edge case where an OpenGroup might not download it's image 2 years ago
Morgan Pretty 0ed5c5825d Cleaned up some of the error logging 2 years ago
Morgan Pretty afa42daab1 Updated the 'scrollToBottom' behaviour to be more efficient 2 years ago
Morgan Pretty 810430e806 Fixed a couple of issues with the OpenGroupDeleteJob
Updated the OpenGroupDispatcher to have a thread limit of 8 (was previously unlimited which could result in the app getting flooded with threads under certain conditions)
Updated the OpenGroupDeleteJob to do bulk deletions (instead of individual message deletions)
Updated the OpenGroupDeleteJob to catch and report failures (wasn't previously happening)
2 years ago
Morgan Pretty ce8e5c596e Fixed the message sorting for a couple of database queries 2 years ago
Morgan Pretty 694ca79958 Added the unread mention indicator to the conversation list
Fixed the unread indicator colours to match correct theming designs
Fixed a bug where the unread count could be incorrect when receiving UnsendRequests within the same poll
Added a couple missing theme colours
2 years ago
Morgan Pretty cae15a200d Added temporary support for downgrading and notify the user upon failure 2 years ago
Morgan Pretty a2fcb3195d General cleanup
Fixed a bug where open groups were incorrectly displaying closed group avatar images
Removed some commented out code
2 years ago
Morgan Pretty f4fdfd7410 Added the updated delivery status UI 2 years ago
Morgan Pretty cc5c63b211 Fixed a couple of issues from the rebase, removed an unneeded text clear 2 years ago
Morgan Pretty 70f0dad36e Fixed a few bugs and some optimisations
Updated a number of nested layout components to be included instead of inflated
Added a couple of optimisations to the EmojiTextView
Fixed an issue where long conversation titles could squish the unread count
Fixed an issue where the typing indicator wasn't working on the home screen
2 years ago
Morgan Pretty 693c3a9656 Fixed a few cases where we were using the write access for read operations 2 years ago
Morgan Pretty f9ff3feb29 Refactored code to avoid passing lifecycleCoroutineScope as a parameter 2 years ago
Morgan Pretty afdf730eaa Added a couple of minor UI optimisations 2 years ago
Morgan Pretty 3e68bdc2f8 Fixed an issue introduced by the last commit with OpenGroup initialisation 2 years ago
Morgan Pretty 5afd647686 Tweaked some open group handling and a couple of onboarding issues
Updated the OpenGroup adding and polling logic to reduce duplicate API calls
Updated the BackgroundGroupAddJob to start a GroupAvatarDownloadJob instead of running the download itself (to appear to run faster)
Defaulted OpenGroups to use blinded auth when no server capabilities are present
Fixed an issue where the background poller could be started even though the onboarding hadn't been completed
Fixed an issue where the database could get into an invalid state if the app was restarted during onboarding
2 years ago
Morgan Pretty d0a4bac83e Shifted the creation of AttachmentDownloadJobs to the IO thread 2 years ago
Morgan Pretty a1b052ef82 Added indexes to the Reactions database 2 years ago
Morgan Pretty e7b6ddacbb Shifted a number of db writes when opening conversations to the IO thread so they don't block 2 years ago
Morgan Pretty c0bef51fe0 Fixed a couple of bugs where the HomeDiffUtil could incorrectly detect differences 2 years ago
Morgan Pretty d68d26cd5d Added the MockDataGenerator to simplify db testing 2 years ago
Morgan Pretty 5abc3119cb Fixed an issue where clearing device data would create an invalid DB state 2 years ago
Morgan Pretty e6fe38587b Fixed an issue where database migrations were broken 2 years ago
Morgan Pretty 12205e72b6 Another update was released last week 2 years ago
Morgan Pretty 1a28fd2a9e Added code to migrate from SQLCipher 3 to 4 2 years ago
hjubb df8a6d739a build: release v1.16.3 (3235) 2 years ago
0x330a cdd2559839
Paged conversation recycler, update compile sdk version 31 (#1049)
* Update build tools

* Update appcompat version

* Update dependencies

* feat: add paging into conversation recycler and queries to fetch data off-thread

* refactor: wip for updating paged results and bucketing messages / fetching enough to display

* fix: currently works for scrolling and possibly refreshing? need scroll to message and auto scroll down on insert (at bottom)

* fix: search and scrolling to X message works now

* build: increase version code and name

* fix: re-add refresh, remove the outdated comment

* refactor: lets see if 25 size pages increases performance 👀

* feat: add in some equals overrides for mms records to refresh if media has finished DLing

* feat: add scroll to bottom for new messages if we are at the end of the chat

* build: update build numbers

* fix: update AGP and fix compile errors for sdk version 31

* feat: add log for loki-avatar and loki-fs on upload types and responses

* feat: increase build number to match latest installed version

* feat: changing props and permission checks for call service

* fix: possible service exception when no call ID remote foreground service not terminated

* revert: google services version

* fix: re-add paging dependency

* feat: adding new last seen function and figuring out the last seen for recycler adapter

* build: update version names and codes for deploy

* refactor: undo the new adapter and query changes to use previous cursor logic. revert this commit to enable new paged adapter

* fix: use author's address in typist equality and hashcode for set inclusion

* refactor: refactor the select contacts activity

* refactor: refactor the select contacts activity

* build: update version code

* fix: hide all other bound views if deleted

* refactor: change voice message tint, upgrade build number

* fix: message detail showing up properly

* revert: realise copy public key is actually not allowed if open group participant

* fix: copy session ID, message detail activity support re-enabled

* build: update build version code

* build: remove version name

* build: update build code

* feat: google services version minimum compatible

* fix: selection for re-created objects not properly highlighting

* fix: foreground CENTER_INSIDE instead of just CENTER for scaletype

* build: update version code

* fix: don't show error if no error

* build: update version code

* fix: clear error messages if any on successful send

Co-authored-by: charles <charles@oxen.io>
2 years ago
hjubb bda50d263c Merge branch 'master' into dev 2 years ago