Commit Graph

1132 Commits (1bca39571124fbcb375e25a18e39a8d7cdbcf2ca)

Author SHA1 Message Date
ThomasSession 1bca395711
Merge pull request #1023 from session-foundation/release/1.21.1
Release/1.21.1
3 weeks ago
SessionHero01 9575db64fd
Add github action workflow (#1016)
* Add build steps for github action

* Fix build commands

* Checkout submodule recursively and don't fail fast

* Fix mention view model tests

* Upload test result when failed

* Temporarily disable variants

* Fix tests

* Fix tests

* Fix tests

* Fix tests

* Remove deprecated properties

* Fixes up artifact uploading

* Fixes tests

* Fixes tests

* Huawei artifact matching and gradle caching

* PR trigger
3 weeks ago
SessionHero01 82c29e9f85
Move getSwarm into try catch (#1021) 3 weeks ago
SessionHero01 e95fa6cc03
Merge pull request #1018 from session-foundation/release/1.21.1
Bring 1.21.1 back to dev
4 weeks ago
SessionHero01 3e7c025161
Update AGP and a few essential dependencies (#1017) 4 weeks ago
SessionHero01 bbdfec3a47
Add resetToken to TokenFetcher (#1009)
* Add resetToken to TokenFetcher

* Remove import
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 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 3bdba5374e
Increase build version and updated deprecation dates (#1008) 1 month ago
ThomasSession 29077d8c25 [Automated] Update translations from Crowdin 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
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
SessionHero01 b7ab2c51db
Group poller tweaks (#995) 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
SessionHero01 32d5bfb132
Fix job queue issue resuming message send job (#990) 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
SessionHero01 652bc64cb4
Make sure we don't set our own profile pic from group messages (#981) 1 month ago
SessionHero01 02da89670d
Bump version code and legacy group deprecated dates for internal test release 1 month ago
ThomasSession d5e1082e2e
Key was changed again in crowdin (#974) 1 month ago
SessionHero01 45e1f6720d
[SES-3395] - Fix group notification issue (#973) 1 month ago
ThomasSession a1fd6cc1d8
Avatar reupload config update (#971)
* Making sure we update the config when reuploading an avatar as a way to keep the file server image alive

* Wrong error type

* PR feedback - cleaned up download usage
1 month ago
stfsession de73cdc6fb
[Automated] Update translations from Crowdin (#966)
Co-authored-by: mpretty-cyro <15862619+mpretty-cyro@users.noreply.github.com>
1 month ago
stfsession 1f716cc8e1
[Automated] Update translations from Crowdin (#966)
Co-authored-by: mpretty-cyro <15862619+mpretty-cyro@users.noreply.github.com>
1 month ago
SessionHero01 01b1d26f76
Subscribe to group config messages (#969) 1 month ago
SessionHero01 ad7792f659
Rework group poller lifecycle so that it supports polling once (#967) 1 month ago
SessionHero01 0831c6621c
Changes to use load_admin_key (#964) 2 months ago
SessionHero01 097dc273b0
[SES-2970] - Add expired groups handling (#962) 2 months ago
stfsession b3623f2874
[Automated] Update translations from Crowdin (#960)
Co-authored-by: mpretty-cyro <15862619+mpretty-cyro@users.noreply.github.com>
2 months ago
stfsession 5f3b8e4ba8
[Automated] Update translations from Crowdin (#960)
Co-authored-by: mpretty-cyro <15862619+mpretty-cyro@users.noreply.github.com>
2 months ago
AL-Session 1b6addc9c7
Fix/username cleanup --> remove address serialize method (#959)
* Centralising username access

* Centralising username logic

* Removing ContactUtil

* Cleaning up shortString

* Removed address.serialize as toString is the same thing, couple of methods converted to expression-bodied format & added a mock for username-utils to the ConversationViewModelTest class

---------

Co-authored-by: ThomasSession <thomas.r@getsession.org>
Co-authored-by: alansley <aclansley@gmail.com>
2 months ago
ThomasSession 92f1390fad
Feature/username cleanup (#957)
* Centralising username access

* Centralising username logic

* Removing ContactUtil

* Cleaning up shortString

* Making sure the name doesn't overflow in a message view

* Using Lazy to avoid dependency cycle
2 months ago
SessionHero01 b57097f9d1
[SES-3352] - Create group as a rollback-able process (#958) 2 months ago
ThomasSession c35930c408 SES-3317 invalid phrase key for dual promotion 2 months ago
SessionHero01 0cf6e22cca
Merge remote-tracking branch 'origin/release/1.21.0' into bring-1.21.0
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/MediaPreviewActivity.java
#	app/src/main/java/org/thoughtcrime/securesms/conversation/v2/MessageDetailActivity.kt
#	app/src/main/java/org/thoughtcrime/securesms/conversation/v2/MessageDetailsViewModel.kt
#	app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/QuoteView.kt
#	app/src/main/java/org/thoughtcrime/securesms/conversation/v2/messages/VisibleMessageView.kt
#	app/src/main/java/org/thoughtcrime/securesms/mms/Slide.kt
2 months ago
SessionHero01 f3b8dd5d37
Do not send control message for re-invite/re-promote (#951) 2 months ago
ThomasSession fb0dc85bff Proper names for visible message view 2 months ago
ThomasSession 2a7b08fe64
Fix/ses 3326 unpin legacy groups (#949)
* SES-3326 ability to unpin legacy group post deprecation

* Reusing naming logic for contacts and recipients

Should fix SES-3323 and SES-3320
2 months ago
ThomasSession 79858a2336
Relying on the flag for voice notes and ignoring empty file names as that legacy logic is too outdated now (#947) 2 months ago
SessionHero01 87cd979473
[SES-3314] - Prevent replay attacks (#945) 2 months ago
ThomasSession 1cb39c9b5f
QA fixes for Groups V2 (#946)
* SES-3303 - proper URL for groups banner

* SES-3301 - fixing display of legacy group control mesasges

* SES-3304 - No admin state dialogs while DEPRECATED

Updated debug menu with confirm dialog when changing deprecation state

* SES-3307 fixing legacy user view

* SES-3308 - not overwritting the last character in group banners
2 months ago
SessionHero01 8d8876df59
[SES-3300] - More place to hide message/convo actions based on deprecated state (#942) 2 months ago
ThomasSession 1b2eb4c2f9
Making sure we get all attachments except voice notes (#940) 2 months ago
SessionHero01 2ebe469c49
Fix group member name not showing (#939) 2 months ago
SessionHero01 9755d252a6
Make sure to skip handling legacy group messages post deprecation (#932)
* Make sure to skip handling legacy group messages post deprecation

* Renamed
2 months ago
SessionHero01 68061e1f78
Fix incorrect deprecated state first time accessing it (#931) 2 months ago
stfsession 855c985630
[Automated] Update translations from Crowdin (#929)
Co-authored-by: mpretty-cyro <15862619+mpretty-cyro@users.noreply.github.com>
2 months ago
stfsession 16a98b837e
[Automated] Update translations from Crowdin (#929)
Co-authored-by: mpretty-cyro <15862619+mpretty-cyro@users.noreply.github.com>
2 months ago
SessionHero01 3d4e690754
Merge remote-tracking branch 'origin/release/1.21.0' into merge-1.21.0 2 months ago
SessionHero01 ca7eecca39
[SES-3251] - Add additional deprecation state and bring back legacy group creation (#928)
* Resurrect legacy group creation

* Added debug options

* Fixed tests

* Tidy up

* Remove constant
2 months ago