Reintroduce preliminary telecom support for 1:1 calling.

This commit is contained in:
Cody Henthorne
2026-03-13 13:19:59 -04:00
committed by Michelle Tang
parent 1b6cfe9fc6
commit a62f07db11
24 changed files with 677 additions and 489 deletions

View File

@@ -224,7 +224,7 @@ public class ApplicationContext extends Application implements AppForegroundObse
.addPostRender(() -> SignalDatabase.messageLog().trimOldMessages(System.currentTimeMillis(), RemoteConfig.retryRespondMaxAge()))
.addPostRender(() -> JumboEmoji.updateCurrentVersion(this))
.addPostRender(RetrieveRemoteAnnouncementsJob::enqueue)
.addPostRender(() -> AndroidTelecomUtil.registerPhoneAccount())
.addPostRender(AndroidTelecomUtil::registerPhoneAccount)
.addPostRender(() -> AppDependencies.getJobManager().add(new FontDownloaderJob()))
.addPostRender(CheckServiceReachabilityJob::enqueueIfNecessary)
.addPostRender(GroupV2UpdateSelfProfileKeyJob::enqueueForGroupsIfNecessary)