Commit Graph

9677 Commits (ab0fa396e8dc8125a79f0938d69049b3513a0fb3)
 

Author SHA1 Message Date
ThomasSession ab0fa396e8 Do not attempt to open a doc marked as "in progress" of download 3 weeks ago
ThomasSession fd45cdf568 Making sure we do not crash when trying to open a document that hasn't yet been downloaded 3 weeks ago
SessionHero01 e95fa6cc03
Merge pull request #1018 from session-foundation/release/1.21.1
Bring 1.21.1 back to dev
3 weeks ago
SessionHero01 3e7c025161
Update AGP and a few essential dependencies (#1017) 3 weeks ago
SessionHero01 36590bea81
Fix website variant build (#1015) 3 weeks ago
SessionHero01 bbdfec3a47
Add resetToken to TokenFetcher (#1009)
* Add resetToken to TokenFetcher

* Remove import
3 weeks ago
SessionHero01 8aaf985cdd
Bump version to 1.21.1 3 weeks ago
ThomasSession 3ba50dae3f
SES-3506 open document messages on tap (#1013)
* SES-3506 open document messages on tap

* Clean up

* PR feedback
4 weeks ago
ThomasSession 01c3003b36
Feature/calls kee updates (#1007)
* SES-3469 Fixing shortcut activity

* Reduce the time shown from 00:00:00 to 00:00 expand as needed when call exceeds the time which can be shown in 00:00

* Moved the voice setting to the top of the privacy page, and allowed for auto toggle of settings

* Disabling the switch camera butotn when not in video

* Moving logic into VM and adding step counter

* comments

* PR feedback - not exposing a mutable set
4 weeks ago
SessionHero01 0445ebeb57
Merge pull request #1012 from session-foundation/merge-1.21.0
Merge 1.21.0 to dev
4 weeks ago
SessionHero01 2196c74563
Compilation issue 4 weeks ago
SessionHero01 46303e2168
Merge remote-tracking branch 'origin/dev' into merge-1.21.0
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/preferences/SettingsActivity.kt
#	app/src/main/java/org/thoughtcrime/securesms/preferences/SettingsViewModel.kt
#	app/src/main/java/org/thoughtcrime/securesms/service/WebRtcCallService.kt
4 weeks ago
SessionHero01 1228e1aaae
Merge pull request #868 from session-foundation/release/1.21.0
Prepare for release 1.21.0
4 weeks ago
SessionHero01 3bdba5374e
Increase build version and updated deprecation dates (#1008) 4 weeks ago
SessionHero01 19a435b913
Merge pull request #1005 from session-foundation/network-connectivity
[SES-3491] - Update to network connectivity check
1 month ago
SessionHero01 c55840addd
Logs 1 month ago
ThomasSession 299730ef56
Merge pull request #1004 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
1 month ago
SessionHero01 37fa8e4ae2
Update to what counts as connected 1 month ago
ThomasSession 29077d8c25 [Automated] Update translations from Crowdin 1 month ago
SessionHero01 54ec9e5d10
Renamed 1 month ago
SessionHero01 84d775cd06
Merge remote-tracking branch 'origin/release/1.21.0' into release/1.21.0 1 month ago
SessionHero01 c5912c36e0
Fix falsely reported internet connectivity 1 month ago
ThomasSession 3b9cfd9db2
Merge pull request #1002 from session-foundation/fix/logs-crashing-emulators
Fixing logs sharing crashing
1 month ago
ThomasSession 8e1ca752d9 Fixing logs sharing crashing 1 month ago
ThomasSession d6584cee3c
Merge pull request #1001 from session-foundation/release/1.21.0
Release/1.21.0
1 month ago
SessionHero01 703136eb94
Merge pull request #1000 from session-foundation/merge-libsession
Update libsession-util to v1.2.1
1 month ago
SessionHero01 24ecc849c6
Bump version code to 395 1 month ago
SessionHero01 cc06a4c775
Update libsession-util to v1.2.1 1 month ago
SessionHero01 73db78ab5d
Enable libsession login (#999) 1 month ago
ThomasSession bde6d4c40a
Updated Calls (#917)
* Call tweaks pt1

Removed wake lock code
Tweaked permissions
Sending a manual fullscreen notification when the service can't be started
Manual code to not clear notifications for calls related pn
Fixed issue in pn decrypt code
Changed logic to display generic notification
Generic notificaiton is now clickable

* Making the CallService a singleton instead of an Android service as a quick way to avoid the complications that come with System services

* Making the call Service a regular class as opposed to an Android service in order to help avoid the system limitation when the app is in the bg or killed

* Cleaning up call new setup

* Declining or hanging up from notificaiton does not go via activity anymore, but via a reveicer

* Reworked rtc states and added titles and subtitles

* Making sure we do not try to connect if already connected

* Renaming rtc service to rtc bridge

* Cleaning up usage of "wants to answer"

* updated todos

* Moving classes into the webrtc package for clarity

* Added banner to get back to call

* Added the ability to ignore a call when swiping off notification

Ignoring the call from the point of view of the person ignoring acts as if the call was gone, but from the point of view of the caller the call continues to ring

* Animating banenrs

* Added service to maintain app process during call

* New title/subtitle/call time ui position

Also reworked some "has accepted call" logic

* Making the "as accepted call" as a flow so the ui can change rapidly

* Call notification logic

Do not show a declined call as a missed call since you actively declined it.
Do not show incoming and outgoing successful call control messages as unread. They should be read by default since you know about the call.

* Using internet connectivity class

* Better handling of bluetooth audio and speaker toggle

* Cleaning up logs

* Cleaned up l ogs

* Cleaning up the muting  logic. Not enforcing unmuting on answer/call start but instead preserve the toggle choice

* Cleaning up speakerphone toggle  logic

* Cleaning up video toggle logic

Moving logic away from the bridge staight to the call manager

* Cleaning up flip camera logic

* Simplify answer call logic

* Cleaning up logic to call the bridge or call manager directly

* Cleaning up usage of intents

* Cleaning up more intents

* Cleaning intents and simplifying logic

* Cleaning out intents and making sure we use the executor

* Making sure toasts are on the main thread

* Cleaned up todos

* Update app/src/main/java/org/thoughtcrime/securesms/home/HomeViewModel.kt

Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>

* PR feedback cleanup

* Addressing the PR feedback

* Resolving conflicts and issues from dev

---------

Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>
1 month ago
ThomasSession 1e22157004
Merge pull request #998 from session-foundation/release/1.21.0
Release/1.21.0
1 month ago
Morgan Pretty 83e9f8e09c
Merge pull request #997 from mpretty-cyro/feature/libsession-logging
Added code to output libSession logs
1 month ago
Morgan Pretty fbd1975673 Removed unnecessary header file 1 month ago
ThomasSession c3c903caed
Polling node rotation (#996)
* Rethinking poller logic

* Reworking poller logic

Reworked the poller as the logic wasn't correctly rotating across snodes beyond on exception thrown, which caused issues when landing on a snode with no data which isn't an exception.
Moved away from Promises in favour of coroutines

* Update libsession/src/main/java/org/session/libsession/messaging/sending_receiving/pollers/Poller.kt

Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>

* PR feedback

* Using same size as messages for input text in convo

* PR feedback

---------

Co-authored-by: AL-Session <160798022+AL-Session@users.noreply.github.com>
1 month ago
Morgan Pretty 3a339b15f9 Added code to output libSession logs 1 month ago
SessionHero01 b7ab2c51db
Group poller tweaks (#995) 1 month ago
SessionHero01 bd90383a02
Disable three dot menu for kicked groups too (#993) 1 month ago
ThomasSession 9f414aa52c
SES-2113 - Never display a username that matches that user's id. Truncate instead (#992) 1 month ago
SessionHero01 cffa2e1055
Merge pull request #991 from session-foundation/merge-1.21.0
Bring 1.21.0 back to dev
1 month ago
SessionHero01 8e07815e94
Merge remote-tracking branch 'origin/release/1.21.0' into merge-1.21.0
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java
#	app/src/main/java/org/thoughtcrime/securesms/components/dialogs/DeleteMediaPreviewDialog.kt
#	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/messages/QuoteView.kt
#	app/src/main/java/org/thoughtcrime/securesms/database/model/DisplayRecord.java
#	app/src/main/java/org/thoughtcrime/securesms/dependencies/SessionUtilModule.kt
#	app/src/main/java/org/thoughtcrime/securesms/groups/GroupManagerV2Impl.kt
#	app/src/test/java/org/thoughtcrime/securesms/conversation/v2/ConversationViewModelTest.kt
1 month ago
ThomasSession bcabdc4fba
Fix/groupsv2 fixes (#989)
* SES-3431 no emoji reaciton on control messages

* SES-3423 Quoted messages styling

* clean up

* SES 3430 - delete media dialogs

* Update conversation when attachment changes
1 month ago
SessionHero01 32d5bfb132
Fix job queue issue resuming message send job (#990) 1 month ago
SessionHero01 b44ea31d8e
[SES-3434] - Fix receiving left groups' notification (#986)
* Fix still receiving generic notification for groups

* Imports

* Fixes tests

* Fixes compile issues
1 month ago
SessionHero01 119a3e7cfe
Make sure everyone can see resend invite option (#988) 1 month ago
SessionHero01 737cffc74a
Make sure group keys are pushed before anything else (#987) 1 month ago
ThomasSession 11a0ee9fbb
Fix/groupsv2 fixes (#985)
* SES-3431 no emoji reaciton on control messages

* SES-3423 Quoted messages styling

* clean up
1 month ago
SessionHero01 d7f697572e
Remove three dot menu for kicked group (#984) 1 month ago
AL-Session 6f75829bdb
fix/QA882 voice message duration on android 9 API 28 (#980)
* WIP

* Do not update final outgoing voice message duration as it's possible to miscalculate it on older Android versions

* Revert attempted hardening adjustments to DecodedAudio.kt

* Correct the voice message check & minor tidy

* Minor tidy up

* Addressed PR feedback to simplify

---------

Co-authored-by: alansley <aclansley@gmail.com>
1 month ago
ThomasSession 13c638f00d
Making sure we don't delete a NTS on restore (#982) 1 month ago
SessionHero01 652bc64cb4
Make sure we don't set our own profile pic from group messages (#981) 1 month ago