0x330a
4c9a237d87
fix: compile errors
2023-07-06 14:48:05 +10:00
0x330a
325abe020a
Merge remote-tracking branch 'upstream/dev' into disappearing-messages
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationActivityV2.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/ConversationViewModel.kt
# app/src/main/java/org/thoughtcrime/securesms/conversation/v2/menus/ConversationMenuHelper.kt
# app/src/main/java/org/thoughtcrime/securesms/database/Storage.kt
# app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java
# app/src/main/java/org/thoughtcrime/securesms/notifications/AndroidAutoReplyReceiver.java
# app/src/main/java/org/thoughtcrime/securesms/repository/ConversationRepository.kt
# app/src/main/res/layout/activity_conversation_v2_action_bar.xml
# app/src/main/res/layout/expiration_dialog.xml
# app/src/main/res/menu/menu_conversation_expiration.xml
# app/src/main/res/menu/menu_conversation_expiration_on.xml
# app/src/main/res/values/strings.xml
# libsession/src/main/java/org/session/libsession/messaging/jobs/BatchMessageReceiveJob.kt
# libsession/src/main/java/org/session/libsession/messaging/messages/control/MessageRequestResponse.kt
# libsession/src/main/java/org/session/libsession/messaging/messages/signal/IncomingMediaMessage.java
# libsession/src/main/java/org/session/libsession/messaging/messages/signal/IncomingTextMessage.java
# libsession/src/main/java/org/session/libsession/messaging/messages/signal/OutgoingMediaMessage.java
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/MessageSender.kt
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/MessageSenderClosedGroupHandler.kt
# libsession/src/main/java/org/session/libsession/messaging/sending_receiving/ReceivedMessageHandler.kt
# libsession/src/main/java/org/session/libsession/messaging/utilities/UpdateMessageBuilder.kt
# libsession/src/main/java/org/session/libsession/snode/OnionRequestAPI.kt
# libsession/src/main/java/org/session/libsession/snode/SnodeAPI.kt
# libsignal/src/main/java/org/session/libsignal/protos/SignalServiceProtos.java
2023-07-05 22:27:59 +10:00
Andrew
c039eb89bc
Fix debug screen security default ( #1256 )
2023-06-30 10:05:32 +09:30
Andrew
cc015c45bd
Add 50 dp buffer to isScrolledToBottom ( #1228 )
2023-06-14 10:34:49 +09:30
Morgan Pretty
7699e47f7b
Responded to PR comments
2023-06-07 15:02:32 +10:00
Morgan Pretty
11c1fd382d
Fixed a few issues with the OpenGroupPoller
...
Fixed an issue where the admin/moderator status wasn't getting stored if set before joining a community
Fixed an issue where multiple pollers for the same server could run at the same time when joining multiple rooms within the same app run (very noticeable when restoring/linking)
2023-06-07 13:31:22 +10:00
Morgan Pretty
2b7bd7417e
[SES-567] Fixed a couple of issues where the Group poller would be stopped during creation
2023-06-02 17:00:20 +10:00
Morgan Pretty
8ce6e997aa
Fixed a potential crash after changing a property to be nullable
2023-05-30 12:50:51 +10:00
Morgan Pretty
b7744f4f2d
Addressed PR feedback
2023-05-30 12:43:51 +10:00
Morgan Pretty
c77d465438
Merge remote-tracking branch 'upstream/dev' into bluetooth-manager-crash
...
# Conflicts:
# app/src/main/java/org/thoughtcrime/securesms/backup/FullBackupExporter.kt
# app/src/main/java/org/thoughtcrime/securesms/backup/FullBackupImporter.kt
2023-05-30 12:25:13 +10:00
Morgan Pretty
0c2a635d03
Merge remote-tracking branch 'upstream/dev' into bluetooth-manager-crash
2023-05-30 12:24:32 +10:00
Morgan Pretty
10af2815ac
Merge pull request #1176 from bemusementpark/sync-everything
...
Synchronize usage of Cipher
2023-05-30 12:22:28 +10:00
Andrew
e8d26222b9
Fix scroll to bottom button visibility ( #1219 )
2023-05-30 11:44:20 +09:30
andrew
0af713317a
Merge branch 'dev' into sync-everything
2023-05-30 11:34:34 +09:30
Morgan Pretty
22ed2dd8aa
Merge pull request #1205 from bemusementpark/disable-unblock
...
Disable unblock button
2023-05-30 10:30:51 +10:00
Andrew
5519f17775
Truncate session id when displayed as username ( #1215 )
2023-05-25 10:58:52 +09:30
Andrew
7d31af9eb0
Fix isScrolledToBottom ( #1217 )
2023-05-25 10:57:05 +09:30
andrew
30d748e147
Disable unblock button
2023-05-19 23:44:07 +09:30
Andrew
57476cd56e
Fix scroll to bottom button always visible if last item is taller than RecyclerView
2023-05-11 19:48:10 +09:30
ryanzhao
fa71ea1850
make RetrieveProfileAvatarJob work
2023-05-09 14:14:49 +10:00
Ryan Zhao
b494088c3d
WIP: further refactor on old jobs
2023-05-08 17:12:20 +10:00
andrew
f0715f16e0
Fix scroll to bottom button always visible if last item is taller than RecyclerView
2023-05-08 14:09:01 +09:30
andrew
ec2abffdcc
Remove logs
2023-05-08 10:33:39 +09:30
andrew
d3ce899a80
Synchronize all Cipher#doFinal
2023-05-05 12:07:19 +09:30
andrew
45eb3549f6
Add sync status message
2023-05-04 17:01:45 +09:30
0x330a
b25eb9af8e
Use new seed node certificates ( #1144 )
...
* fix: use new seed node certificates
* refactor: don't need to include subdomains actually
2023-04-05 15:58:56 +10:00
Morgan Pretty
eb739bdc9b
ANR Defensive Coding ( #1132 )
...
* Made a number of changes to try and improve background ANRs
Added some more logs to the BatchMessageReceiveJob (to make it easier to track a specific job)
Shifted the ConversationActivity adapter initialisation to run on a background thread to reduce the hang when opening a conversation
Updated the ConversationViewModel to cache the recipient and openGroup values to avoid accessing the database unnecessarily
Updated the code to just stop all current closed group pollers instead of fetching a list to stop
Updated the PN registration to be triggered in an AsyncTask
Updated the call code to unregister a couple of additional receivers
Updated the background poller so it waits for 15 mins before running and doesn't replace the existing scheduler (allows for PNs to trigger explicit background polling)
Fixed an issue where we were sending push notifications which were too large and likely to fail as a result (non-pre-offer call messages)
Fixed an issue where a failing Open Group poller could prevent the background poller from receiving and processing DMs
* Updated to a more coroutine-y convention
2023-03-31 13:24:36 +11:00
Morgan Pretty
5e28af2be4
Updated the code to use the network offset time everywhere relevant ( #1111 )
...
* Updated the code to use the network offset time everywhere relevant
* Updated the SnodeAPI.nowWithOffset to use @JvmStatic
2023-03-31 10:11:30 +11:00
Ian Macdonald
405b8c7d28
Allow user display names of up to 64 bytes. ( #981 )
2023-03-16 10:38:49 +11:00
Morgan Pretty
391418ae1e
Merge pull request #1107 from mpretty-cyro/fix/group-avatar-download-job-duplication
...
Fixed a few issues related to the GroupAvatarDownloadJob
2023-02-17 10:16:22 +11:00
Morgan Pretty
9fd68d27f8
Fixed a few issues with the GroupAvatarDownloadJob
...
Added a method to remove the Group avatar
Fixed an issue where the recipient diffing on the HomeActivity wasn't working properly
Fixed an issue where the GroupAvatarDownloadJob could be scheduled even when there was already one scheduled
2023-02-10 10:05:28 +11:00
Morgan Pretty
97458a4baa
Added a missing constructor
2023-02-08 14:04:02 +11:00
Morgan Pretty
cd3b8f3571
Fixed a few issues related to the GroupAvatarDownloadJob
...
Added logic to avoid scheduling a GroupAvatarDownloadJob if there is already an existing one with the same parameters
Added logic to avoid trying to download an old avatar for a group if there is a new one
Added logic to prevent an old GroupAvatarDownloadJob from overriding a valid avatar with an old one
2023-02-08 13:42:35 +11:00
0x330a
395ada62ff
Update French translations ( #1103 )
...
* chore: update french translations file from crowdin
* chore: update french translations libsession file from crowdin
* chore: update french non-region translations file from crowdin
* chore: update french non-region libsession translations file from crowdin
2023-02-06 16:01:16 +11:00
Morgan Pretty
50989cb2ee
Increased file upload limits to 10Mb
2023-02-06 14:22:26 +11:00
Morgan Pretty
0256735135
Fixed a few bugs, added logging and removed some old code
...
Added the ability to copy the sessionId of open group URL from the conversation menu
Added additional logging to the BatchMessageReceiveJob to make future debugging easier
Removed the OpenGroupMigrator
Updated the JobQueue logging to provide more insight
Fixed an issue where the database migrations weren't blocking which could result in failing/crashing SQL queries
Fixed an issue where the new database file wouldn't be removed if a migration error was thrown
Fixed an issue where the new database could exist in an invalid state and the app wouldn't attempt to remigrate
Fixed an incorrectly throw exception in the PassphrasePromptActivity
2023-02-03 13:33:52 +11:00
Morgan Pretty
87f1d708b1
Merge remote-tracking branch 'upstream/dev' into feature/unread-mention-indicator
...
# Conflicts:
# app/src/main/res/values/themes.xml
2023-01-24 15:44:22 +11:00
Morgan Pretty
05838faaf0
Updated the unread count logic to recalculate correctly
2023-01-24 15:41:44 +11:00
Morgan Pretty
2711a6dd5f
Merge pull request #994 from ceokot/message-request-response
...
Add profile data to message request responses
2023-01-24 14:53:09 +11:00
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
2023-01-24 14:48:54 +11:00
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
2023-01-24 14:44:56 +11:00
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
2023-01-24 14:02:08 +11:00
Morgan Pretty
23dca5b38d
Merge remote-tracking branch 'upstream/dev' into feature/unread-mention-indicator
2023-01-24 14:00:07 +11:00
Morgan Pretty
025989f928
Merge pull request #1069 from mpretty-cyro/feature/performance-improvements
...
Performance improvements
2023-01-24 13:59:32 +11:00
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
2023-01-24 13:59:19 +11:00
0x330a
5861623369
fix: may have been preventing new closed group message on multi-device ( #1081 )
2023-01-23 17:20:07 +11:00
Morgan Pretty
ebe8479e4c
Resolved PR comments
2023-01-23 16:14:50 +11:00
0x330a
86b065203f
fix: prevent very old messages (15 minutes ago) being processed to prevent endless crashes in some cases
2023-01-23 15:43:43 +11:00
Morgan Pretty
8a4a9623cc
Fixed an edge case where an OpenGroup might not download it's image
2023-01-20 17:42:46 +11:00
Morgan Pretty
0ed5c5825d
Cleaned up some of the error logging
2023-01-20 15:24:14 +11:00