├── .cqfdrc
├── .github
└── FUNDING.yml
├── .gitignore
├── .gitlab
└── issue_templates
│ └── Bug.md
├── .gitmodules
├── .gitreview
├── .tx
└── config
├── COPYING
├── README.md
├── ci
├── Jenkinsfile
├── download_screenshots.sh
├── jami_test.sh
├── start_emu_headless.sh
└── test_assets
│ ├── audio
│ ├── audio1.mp3
│ ├── audio2.mp3
│ └── audio3.mp3
│ ├── file
│ ├── file1.dat
│ └── file2.dat
│ ├── image
│ ├── image1.jpg
│ ├── image2.jpg
│ ├── image3.jpg
│ └── image4.jpg
│ └── video
│ ├── video1.mp4
│ └── video2.mp4
├── compile.sh
├── cqfd
├── docker
└── Dockerfile
├── fastlane
├── .gitignore
├── Appfile
├── Fastfile
├── actions
│ ├── sign_apk.rb
│ └── zipalign.rb
└── metadata
│ └── android
│ ├── af
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── am
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ar
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── az-AZ
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── be
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── bg
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── bn-BD
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ca
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── cs-CZ
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── da-DK
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── de-DE
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── el-GR
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── en-AU
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── en-CA
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── en-GB
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── en-IN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── en-SG
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── en-US
│ ├── changelogs
│ │ ├── 105.txt
│ │ ├── 106.txt
│ │ ├── 107.txt
│ │ ├── 108.txt
│ │ ├── 109.txt
│ │ ├── 113.txt
│ │ ├── 114.txt
│ │ ├── 117.txt
│ │ ├── 119.txt
│ │ ├── 125.txt
│ │ ├── 126.txt
│ │ ├── 127.txt
│ │ ├── 131.txt
│ │ ├── 137.txt
│ │ ├── 138.txt
│ │ ├── 139.txt
│ │ ├── 19.txt
│ │ ├── 20.txt
│ │ ├── 21.txt
│ │ ├── 23.txt
│ │ ├── 24.txt
│ │ ├── 26.txt
│ │ ├── 27.txt
│ │ ├── 28.txt
│ │ ├── 29.txt
│ │ ├── 30.txt
│ │ ├── 31.txt
│ │ ├── 32.txt
│ │ ├── 34.txt
│ │ ├── 35.txt
│ │ ├── 36.txt
│ │ ├── 37.txt
│ │ ├── 38.txt
│ │ ├── 39.txt
│ │ ├── 40.txt
│ │ ├── 41.txt
│ │ ├── 42.txt
│ │ ├── 43.txt
│ │ ├── 45.txt
│ │ ├── 47.txt
│ │ ├── 49.txt
│ │ ├── 50.txt
│ │ ├── 52.txt
│ │ ├── 53.txt
│ │ ├── 54.txt
│ │ ├── 55.txt
│ │ ├── 56.txt
│ │ ├── 57.txt
│ │ ├── 58.txt
│ │ └── 59.txt
│ ├── full_description.txt
│ ├── images
│ │ └── icon.png
│ ├── short_description.txt
│ ├── title.txt
│ └── video.txt
│ ├── en-ZA
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── es-419
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── es-ES
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── es-US
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── et
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── eu-ES
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fa-AE
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fa-AF
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fa-IR
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fa
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fi-FI
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fil
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fr-CA
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── fr-FR
│ ├── full_description.txt
│ ├── short_description.txt
│ ├── title.txt
│ └── video.txt
│ ├── gl-ES
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── gu
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── hi-IN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── hr
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── hu-HU
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── hy-AM
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── id
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── is-IS
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── it-IT
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── iw-IL
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ja-JP
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ka-GE
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── kk
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── km-KH
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── kn-IN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ko-KR
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ky-KG
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── lo-LA
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── lt
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── lv
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── mk-MK
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ml-IN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── mn-MN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── mr-IN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ms-MY
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ms
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── my-MM
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ne-NP
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── nl-NL
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── no-NO
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── pa
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── pl-PL
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── pt-BR
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── pt-PT
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── rm
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ro
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ru-RU
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── si-LK
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── sk
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── sl
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── sq
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── sr
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── sv-SE
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── sw
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ta-IN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── te-IN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── th
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── tr-TR
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── uk
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── ur
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── vi
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── zh-CN
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── zh-HK
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ ├── zh-TW
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
│ └── zu
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
├── fdroidMergeRequest.sh
├── jami-android
├── .gitignore
├── app
│ ├── build.gradle.kts
│ ├── proguard-rules.pro
│ └── src
│ │ ├── androidTest
│ │ └── java
│ │ │ └── cx
│ │ │ └── ring
│ │ │ ├── EspressoExtensions.kt
│ │ │ ├── JamiTestUtils.kt
│ │ │ ├── NativeScreenshot.kt
│ │ │ ├── ViewIdlingResource.kt
│ │ │ └── client
│ │ │ ├── addcontact
│ │ │ └── AddContact.kt
│ │ │ ├── message
│ │ │ └── Messaging.kt
│ │ │ ├── settings
│ │ │ └── AccountSettings.kt
│ │ │ └── wizard
│ │ │ └── AccountCreation.kt
│ │ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── assets
│ │ │ ├── .gitignore
│ │ │ ├── cacert.pem
│ │ │ └── ringtones
│ │ │ │ ├── 1 AfroNigeria.opus
│ │ │ │ ├── 10 UrbanTrap.opus
│ │ │ │ ├── 2 AfroNigeria.opus
│ │ │ │ ├── 3 AcousticGuitar.opus
│ │ │ │ ├── 4 ElectricGuitar.opus
│ │ │ │ ├── 5 AcousticIndia.opus
│ │ │ │ ├── 6 RingSoft.opus
│ │ │ │ ├── 7 RingTribal.opus
│ │ │ │ ├── 8 RingFirefly.opus
│ │ │ │ └── 9 ElectroCloud.opus
│ │ ├── background_welcome_jami_new.png
│ │ ├── background_welcome_jami_night.png
│ │ ├── ic_launcher-web.png
│ │ ├── java
│ │ │ └── cx
│ │ │ │ └── ring
│ │ │ │ ├── about
│ │ │ │ ├── AboutBottomSheetDialogFragment.kt
│ │ │ │ └── AboutFragment.kt
│ │ │ │ ├── account
│ │ │ │ ├── AccountCreationViewModel.kt
│ │ │ │ ├── AccountEditionFragment.kt
│ │ │ │ ├── AccountPasswordDialog.kt
│ │ │ │ ├── AccountWizardActivity.kt
│ │ │ │ ├── ChangePasswordDialog.kt
│ │ │ │ ├── ConfirmBiometricDialog.kt
│ │ │ │ ├── DeviceAdapter.kt
│ │ │ │ ├── HomeAccountCreationFragment.kt
│ │ │ │ ├── JamiAccountConnectFragment.kt
│ │ │ │ ├── JamiAccountCreationFragment.kt
│ │ │ │ ├── JamiAccountPasswordFragment.kt
│ │ │ │ ├── JamiAccountSummaryFragment.kt
│ │ │ │ ├── JamiAccountUsernameFragment.kt
│ │ │ │ ├── JamiImportBackupFragment.kt
│ │ │ │ ├── ProfileCreationFragment.kt
│ │ │ │ ├── RegisterNameDialog.kt
│ │ │ │ └── RenameDeviceDialog.kt
│ │ │ │ ├── adapters
│ │ │ │ ├── BlockListAdapter.kt
│ │ │ │ ├── ConfParticipantAdapter.kt
│ │ │ │ ├── ContactPickerAdapter.kt
│ │ │ │ ├── ConversationAdapter.kt
│ │ │ │ ├── ConversationMediaGalleryAdapter.kt
│ │ │ │ ├── ExtensionsAdapter.kt
│ │ │ │ ├── MessageType.kt
│ │ │ │ ├── NumberAdapter.kt
│ │ │ │ ├── ReactionChipAdapter.kt
│ │ │ │ ├── ReactionVisualizerAdapter.kt
│ │ │ │ ├── RingtoneAdapter.kt
│ │ │ │ ├── SmartListAdapter.kt
│ │ │ │ └── SmartListDiffUtil.kt
│ │ │ │ ├── application
│ │ │ │ └── JamiApplication.kt
│ │ │ │ ├── client
│ │ │ │ ├── AccountAdapter.kt
│ │ │ │ ├── CallActivity.kt
│ │ │ │ ├── ColorChooserBottomSheet.kt
│ │ │ │ ├── ConversationActivity.kt
│ │ │ │ ├── ConversationDetailsActivity.kt
│ │ │ │ ├── ConversationSelectionActivity.kt
│ │ │ │ ├── EmojiChooserBottomSheet.kt
│ │ │ │ ├── HomeActivity.kt
│ │ │ │ ├── LogsActivity.kt
│ │ │ │ ├── MediaViewerActivity.kt
│ │ │ │ ├── MediaViewerFragment.kt
│ │ │ │ ├── MessageEditActivity.kt
│ │ │ │ ├── PushNotificationLogsActivity.kt
│ │ │ │ ├── RingtoneActivity.kt
│ │ │ │ └── ShareActivity.kt
│ │ │ │ ├── dependencyinjection
│ │ │ │ └── ServiceInjectionModule.kt
│ │ │ │ ├── extensions
│ │ │ │ ├── ExtensionPreferences.kt
│ │ │ │ ├── ExtensionUtils.kt
│ │ │ │ └── RecyclerPicker
│ │ │ │ │ ├── RecyclerPicker.java
│ │ │ │ │ ├── RecyclerPickerAdapter.java
│ │ │ │ │ └── RecyclerPickerLayoutManager.kt
│ │ │ │ ├── fragments
│ │ │ │ ├── AccountMigrationFragment.kt
│ │ │ │ ├── AdvancedAccountFragment.kt
│ │ │ │ ├── BlockListFragment.kt
│ │ │ │ ├── CallFragment.kt
│ │ │ │ ├── CodecPreference.kt
│ │ │ │ ├── ConnectionMonitorFragment.kt
│ │ │ │ ├── ContactPickerFragment.kt
│ │ │ │ ├── ConversationActionsFragment.kt
│ │ │ │ ├── ConversationFragment.kt
│ │ │ │ ├── ConversationGalleryFragment.kt
│ │ │ │ ├── ConversationMembersFragment.kt
│ │ │ │ ├── GeneralAccountFragment.kt
│ │ │ │ ├── HomeFragment.kt
│ │ │ │ ├── JamiIdFragment.kt
│ │ │ │ ├── LocationSharingFragment.kt
│ │ │ │ ├── MediaPreferenceFragment.kt
│ │ │ │ ├── MembersBottomSheetFragment.kt
│ │ │ │ ├── PluginHandlersListFragment.kt
│ │ │ │ ├── QRCodeFragment.kt
│ │ │ │ ├── SIPAccountCreationFragment.kt
│ │ │ │ ├── SecurityAccountFragment.kt
│ │ │ │ ├── ShareWithFragment.kt
│ │ │ │ ├── SmartListFragment.kt
│ │ │ │ └── WelcomeJamiFragment.kt
│ │ │ │ ├── history
│ │ │ │ └── DatabaseHelper.kt
│ │ │ │ ├── interfaces
│ │ │ │ └── AppBarStateListener.kt
│ │ │ │ ├── linkdevice
│ │ │ │ ├── view
│ │ │ │ │ ├── ExportSideStep1Fragment.kt
│ │ │ │ │ ├── ExportSideStep2Fragment.kt
│ │ │ │ │ ├── ExportSideStep3Fragment.kt
│ │ │ │ │ ├── ImportSideStep1Fragment.kt
│ │ │ │ │ ├── ImportSideStep2Fragment.kt
│ │ │ │ │ ├── ImportSideStep3Fragment.kt
│ │ │ │ │ ├── LinkDeviceExportSideActivity.kt
│ │ │ │ │ └── LinkDeviceImportSideActivity.kt
│ │ │ │ └── viewmodel
│ │ │ │ │ ├── ExportSideViewModel.kt
│ │ │ │ │ ├── ImportSideViewModel.kt
│ │ │ │ │ └── SharedTypes.kt
│ │ │ │ ├── linkpreview
│ │ │ │ ├── LinkPreview.kt
│ │ │ │ └── PreviewData.kt
│ │ │ │ ├── mvp
│ │ │ │ ├── BaseActivity.java
│ │ │ │ ├── BaseBottomSheetFragment.java
│ │ │ │ ├── BasePreferenceFragment.java
│ │ │ │ └── BaseSupportFragment.kt
│ │ │ │ ├── service
│ │ │ │ ├── BootReceiver.kt
│ │ │ │ ├── CallConnection.kt
│ │ │ │ ├── CallNotificationService.kt
│ │ │ │ ├── ConnectionService.kt
│ │ │ │ ├── DRingService.kt
│ │ │ │ ├── JamiJobService.kt
│ │ │ │ ├── LocationSharingService.kt
│ │ │ │ ├── OutgoingCallHandler.kt
│ │ │ │ └── SyncService.kt
│ │ │ │ ├── services
│ │ │ │ ├── CallServiceImpl.kt
│ │ │ │ ├── CameraService.kt
│ │ │ │ ├── ContactServiceImpl.kt
│ │ │ │ ├── DataTransferService.kt
│ │ │ │ ├── DeviceRuntimeServiceImpl.kt
│ │ │ │ ├── HardwareServiceImpl.kt
│ │ │ │ ├── HistoryServiceImpl.kt
│ │ │ │ ├── LogServiceImpl.kt
│ │ │ │ ├── NotificationServiceImpl.kt
│ │ │ │ ├── SharedPreferencesServiceImpl.kt
│ │ │ │ └── VCardServiceImpl.kt
│ │ │ │ ├── settings
│ │ │ │ ├── AccountFragment.kt
│ │ │ │ ├── SettingsFragment.kt
│ │ │ │ ├── VideoSettingsFragment.kt
│ │ │ │ └── extensionssettings
│ │ │ │ │ ├── ExtensionDetails.kt
│ │ │ │ │ ├── ExtensionListAdapter.kt
│ │ │ │ │ ├── ExtensionListSettingsFragment.kt
│ │ │ │ │ ├── ExtensionPathPreferenceFragment.kt
│ │ │ │ │ ├── ExtensionPreferencesDataStore.kt
│ │ │ │ │ ├── ExtensionSettingsFragment.kt
│ │ │ │ │ └── PathListAdapter.kt
│ │ │ │ ├── share
│ │ │ │ ├── ScanFragment.kt
│ │ │ │ └── ShareFragment.kt
│ │ │ │ ├── tv
│ │ │ │ ├── about
│ │ │ │ │ ├── AboutDetailsFragment.kt
│ │ │ │ │ └── AboutDetailsPresenter.kt
│ │ │ │ ├── account
│ │ │ │ │ ├── JamiGuidedStepFragment.kt
│ │ │ │ │ ├── JamiPreferenceFragment.java
│ │ │ │ │ ├── TVAccountExportStep1Fragment.kt
│ │ │ │ │ ├── TVAccountExportStep2Fragment.kt
│ │ │ │ │ ├── TVAccountImportStep1Fragment.kt
│ │ │ │ │ ├── TVAccountImportStep2Fragment.kt
│ │ │ │ │ ├── TVAccountWizard.kt
│ │ │ │ │ ├── TVExportWizard.kt
│ │ │ │ │ ├── TVHomeAccountCreationFragment.kt
│ │ │ │ │ ├── TVImportWizard.kt
│ │ │ │ │ ├── TVJamiAccountConnectFragment.kt
│ │ │ │ │ ├── TVJamiAccountCreationFragment.kt
│ │ │ │ │ ├── TVJamiLinkAccountFragment.kt
│ │ │ │ │ ├── TVProfileCreationFragment.kt
│ │ │ │ │ ├── TVProfileEditingFragment.kt
│ │ │ │ │ ├── TVShareActivity.kt
│ │ │ │ │ └── TVShareFragment.kt
│ │ │ │ ├── call
│ │ │ │ │ ├── TVCallActivity.kt
│ │ │ │ │ └── TVCallFragment.kt
│ │ │ │ ├── camera
│ │ │ │ │ ├── CameraPreview.kt
│ │ │ │ │ └── CustomCameraActivity.kt
│ │ │ │ ├── cards
│ │ │ │ │ ├── AbstractCardPresenter.kt
│ │ │ │ │ ├── Card.kt
│ │ │ │ │ ├── CardListRow.kt
│ │ │ │ │ ├── CardPresenterSelector.kt
│ │ │ │ │ ├── CardRow.kt
│ │ │ │ │ ├── CardView.java
│ │ │ │ │ ├── NoDimListRowPresenter.java
│ │ │ │ │ ├── ShadowRowPresenterSelector.kt
│ │ │ │ │ ├── contacts
│ │ │ │ │ │ ├── ContactCard.kt
│ │ │ │ │ │ └── ContactCardPresenter.kt
│ │ │ │ │ └── iconcards
│ │ │ │ │ │ ├── IconCard.kt
│ │ │ │ │ │ ├── IconCardHelper.kt
│ │ │ │ │ │ └── IconCardPresenter.kt
│ │ │ │ ├── contact
│ │ │ │ │ ├── TVContactActivity.kt
│ │ │ │ │ ├── TVContactDetailPresenter.kt
│ │ │ │ │ ├── TVContactFragment.kt
│ │ │ │ │ ├── TVContactPresenter.kt
│ │ │ │ │ ├── TVContactView.kt
│ │ │ │ │ └── more
│ │ │ │ │ │ ├── TVContactMoreActivity.kt
│ │ │ │ │ │ ├── TVContactMoreFragment.kt
│ │ │ │ │ │ ├── TVContactMorePresenter.kt
│ │ │ │ │ │ └── TVContactMoreView.kt
│ │ │ │ ├── contactrequest
│ │ │ │ │ └── TVContactRequestDetailPresenter.kt
│ │ │ │ ├── conversation
│ │ │ │ │ ├── TvConversationAdapter.kt
│ │ │ │ │ └── TvConversationFragment.kt
│ │ │ │ ├── main
│ │ │ │ │ ├── BaseBrowseFragment.java
│ │ │ │ │ ├── BaseDetailFragment.java
│ │ │ │ │ ├── ChannelActionHandler.kt
│ │ │ │ │ ├── HomeActivity.kt
│ │ │ │ │ ├── MainFragment.kt
│ │ │ │ │ ├── MainPresenter.kt
│ │ │ │ │ ├── MainView.kt
│ │ │ │ │ └── SpinnerFragment.kt
│ │ │ │ ├── search
│ │ │ │ │ ├── BaseSearchFragment.java
│ │ │ │ │ ├── ContactSearchFragment.kt
│ │ │ │ │ ├── ContactSearchPresenter.kt
│ │ │ │ │ ├── ContactSearchView.kt
│ │ │ │ │ └── SearchActivity.kt
│ │ │ │ ├── settings
│ │ │ │ │ ├── TVAboutFragment.kt
│ │ │ │ │ ├── TVSettingsActivity.kt
│ │ │ │ │ └── TVSettingsFragment.kt
│ │ │ │ └── views
│ │ │ │ │ └── CustomTitleView.kt
│ │ │ │ ├── utils
│ │ │ │ ├── ActionHelper.kt
│ │ │ │ ├── AndroidFileUtils.kt
│ │ │ │ ├── BiometricHelper.kt
│ │ │ │ ├── BitmapUtils.kt
│ │ │ │ ├── BluetoothWrapper.kt
│ │ │ │ ├── ContentUri.kt
│ │ │ │ ├── ConversationPath.kt
│ │ │ │ ├── DeviceUtils.kt
│ │ │ │ ├── KeyboardVisibilityManager.kt
│ │ │ │ ├── MediaButtonsHelper.kt
│ │ │ │ ├── NetworkUtils.kt
│ │ │ │ ├── QRCodeProvider.kt
│ │ │ │ ├── RegisteredNameFilter.kt
│ │ │ │ ├── ScaleManager.kt
│ │ │ │ ├── Size.kt
│ │ │ │ ├── TextUtils.kt
│ │ │ │ ├── TouchClickListener.kt
│ │ │ │ ├── UiCustomization.kt
│ │ │ │ └── svg
│ │ │ │ │ ├── SvgDecoder.java
│ │ │ │ │ ├── SvgDrawableTranscoder.java
│ │ │ │ │ └── SvgModule.java
│ │ │ │ ├── viewholders
│ │ │ │ ├── BlockListViewHolder.kt
│ │ │ │ ├── ContactPickerViewHolder.kt
│ │ │ │ ├── ConversationMediaViewHolder.kt
│ │ │ │ ├── ConversationViewHolder.kt
│ │ │ │ ├── ExtensionSettingViewHolder.kt
│ │ │ │ ├── ExtensionViewHolder.kt
│ │ │ │ ├── ReactionChipViewHolder.kt
│ │ │ │ └── SmartListViewHolder.kt
│ │ │ │ ├── viewmodel
│ │ │ │ ├── JamiIdViewModel.kt
│ │ │ │ └── WelcomeJamiViewModel.kt
│ │ │ │ └── views
│ │ │ │ ├── AutoFitSurfaceView.kt
│ │ │ │ ├── AutoFitTextureView.kt
│ │ │ │ ├── AvatarDrawable.kt
│ │ │ │ ├── AvatarFactory.kt
│ │ │ │ ├── AvatarView.kt
│ │ │ │ ├── BoundedLinearLayout.kt
│ │ │ │ ├── BoundedRelativeLayout.kt
│ │ │ │ ├── BoundedScrollView.kt
│ │ │ │ ├── CheckableImageButton.kt
│ │ │ │ ├── ConversationImageView.kt
│ │ │ │ ├── CredentialPreferenceDialog.kt
│ │ │ │ ├── CredentialsPreference.kt
│ │ │ │ ├── CustomGridLayout.kt
│ │ │ │ ├── EditTextIntegerPreference.kt
│ │ │ │ ├── EditTextPreferenceDialog.kt
│ │ │ │ ├── FitsWindowsLayout.kt
│ │ │ │ ├── MessageBubble.kt
│ │ │ │ ├── MessageStatusView.kt
│ │ │ │ ├── ParticipantView.kt
│ │ │ │ ├── ParticipantsContainerView.kt
│ │ │ │ ├── PasswordPreference.kt
│ │ │ │ ├── PreviewVideoView.kt
│ │ │ │ ├── QrView.kt
│ │ │ │ ├── RtlGridLayoutManager.kt
│ │ │ │ ├── SwitchButton.kt
│ │ │ │ ├── TwoButtonEditText.kt
│ │ │ │ ├── VideoSinkView.kt
│ │ │ │ ├── WizardViewPager.kt
│ │ │ │ ├── WrapWidthTextView.kt
│ │ │ │ └── twopane
│ │ │ │ ├── FoldingFeatureObserver.kt
│ │ │ │ └── TwoPaneLayout.kt
│ │ ├── proto
│ │ │ └── tombstone.proto
│ │ └── res
│ │ │ ├── anim
│ │ │ ├── fade_in.xml
│ │ │ ├── fade_out.xml
│ │ │ ├── slide_in_left.xml
│ │ │ ├── slide_in_right.xml
│ │ │ ├── slide_out_left.xml
│ │ │ └── slide_out_right.xml
│ │ │ ├── animator
│ │ │ ├── bounce.xml
│ │ │ ├── bounce2.xml
│ │ │ ├── bounce3.xml
│ │ │ └── rotate_clockwise.xml
│ │ │ ├── color
│ │ │ ├── call_button.xml
│ │ │ ├── material_switch_thumb_tint.xml
│ │ │ ├── material_switch_track_tint.xml
│ │ │ └── selector_checked_state_color.xml
│ │ │ ├── drawable-anydpi
│ │ │ └── ic_baseline_more_vert.xml
│ │ │ ├── drawable-hdpi
│ │ │ ├── ic_contact_picture_fallback.png
│ │ │ └── ic_ring_logo_white.png
│ │ │ ├── drawable-mdpi
│ │ │ ├── ic_contact_picture_fallback.png
│ │ │ └── ic_ring_logo_white.png
│ │ │ ├── drawable-night
│ │ │ ├── background_welcome_jami.webp
│ │ │ └── jami_full_logo.webp
│ │ │ ├── drawable-xhdpi
│ │ │ ├── ic_contact_picture_fallback.png
│ │ │ ├── ic_ring_logo_white.png
│ │ │ └── tv_background.webp
│ │ │ ├── drawable-xxhdpi
│ │ │ ├── ic_contact_picture_fallback.png
│ │ │ └── ic_ring_logo_white.png
│ │ │ ├── drawable-xxxhdpi
│ │ │ ├── ic_contact_picture_fallback.png
│ │ │ └── ic_ring_logo_white.png
│ │ │ ├── drawable
│ │ │ ├── account_circle_24.xml
│ │ │ ├── background_amber_dot_6dp.xml
│ │ │ ├── background_appbar_gradient.xml
│ │ │ ├── background_call_menu.xml
│ │ │ ├── background_clickable.xml
│ │ │ ├── background_conference_hand.xml
│ │ │ ├── background_conference_label.xml
│ │ │ ├── background_conference_participant.xml
│ │ │ ├── background_item_conv_image.xml
│ │ │ ├── background_item_conv_image_time.xml
│ │ │ ├── background_item_smartlist.xml
│ │ │ ├── background_jami_edittext.xml
│ │ │ ├── background_jami_id_left.xml
│ │ │ ├── background_jami_id_middle.xml
│ │ │ ├── background_jami_id_right.xml
│ │ │ ├── background_pin_code.xml
│ │ │ ├── background_qrcode.xml
│ │ │ ├── background_reaction_chip.xml
│ │ │ ├── background_rounded_12.xml
│ │ │ ├── background_rounded_16.xml
│ │ │ ├── background_rounded_24.xml
│ │ │ ├── background_status_optional.xml
│ │ │ ├── background_status_recommended.xml
│ │ │ ├── background_status_required.xml
│ │ │ ├── background_tab_indicator.xml
│ │ │ ├── background_unread_counter.xml
│ │ │ ├── background_welcome_jami.webp
│ │ │ ├── background_welcome_jami_main_box.xml
│ │ │ ├── baseline_account_circle_white_36.xml
│ │ │ ├── baseline_account_crop_24.xml
│ │ │ ├── baseline_account_settings_24dp.xml
│ │ │ ├── baseline_add_24.xml
│ │ │ ├── baseline_advanced_settings_24dp.xml
│ │ │ ├── baseline_android_24.xml
│ │ │ ├── baseline_androidtv_account.xml
│ │ │ ├── baseline_androidtv_add_user.xml
│ │ │ ├── baseline_androidtv_chat.xml
│ │ │ ├── baseline_androidtv_clearconversation.xml
│ │ │ ├── baseline_androidtv_deletecontact.xml
│ │ │ ├── baseline_androidtv_link_device.xml
│ │ │ ├── baseline_androidtv_message_audio.xml
│ │ │ ├── baseline_androidtv_message_video.xml
│ │ │ ├── baseline_androidtv_settings.xml
│ │ │ ├── baseline_arrow_back_24.xml
│ │ │ ├── baseline_arrow_down_24dp.xml
│ │ │ ├── baseline_arrow_forward_black_18.xml
│ │ │ ├── baseline_arrow_forward_white_18.xml
│ │ │ ├── baseline_article_24.xml
│ │ │ ├── baseline_attach_file_24.xml
│ │ │ ├── baseline_autorenew_white_24dp.xml
│ │ │ ├── baseline_backup_black_36.xml
│ │ │ ├── baseline_bitrate_24.xml
│ │ │ ├── baseline_block_24.xml
│ │ │ ├── baseline_call_24.xml
│ │ │ ├── baseline_call_end_24.xml
│ │ │ ├── baseline_call_made_24.xml
│ │ │ ├── baseline_call_missed_24.xml
│ │ │ ├── baseline_call_missed_outgoing_24.xml
│ │ │ ├── baseline_call_received_24.xml
│ │ │ ├── baseline_camera_front_24.xml
│ │ │ ├── baseline_camera_rear_24.xml
│ │ │ ├── baseline_cancel_24.xml
│ │ │ ├── baseline_chat_24.xml
│ │ │ ├── baseline_check_circle_24.xml
│ │ │ ├── baseline_circle_24.xml
│ │ │ ├── baseline_clear_all_24.xml
│ │ │ ├── baseline_close_24.xml
│ │ │ ├── baseline_close_fullscreen_24.xml
│ │ │ ├── baseline_cloud_24.xml
│ │ │ ├── baseline_conf_participants.xml
│ │ │ ├── baseline_content_copy_16.xml
│ │ │ ├── baseline_content_copy_28.xml
│ │ │ ├── baseline_copyright_24.xml
│ │ │ ├── baseline_delete_16.xml
│ │ │ ├── baseline_delete_24.xml
│ │ │ ├── baseline_devices_24.xml
│ │ │ ├── baseline_devices_white_36.xml
│ │ │ ├── baseline_dialer_sip_24.xml
│ │ │ ├── baseline_dialpad_24.xml
│ │ │ ├── baseline_dns_24.xml
│ │ │ ├── baseline_done_24.xml
│ │ │ ├── baseline_edit_16.xml
│ │ │ ├── baseline_edit_rounded_24.xml
│ │ │ ├── baseline_edit_twoton_24dp.xml
│ │ │ ├── baseline_error_24.xml
│ │ │ ├── baseline_favorite_24.xml
│ │ │ ├── baseline_feedback_24.xml
│ │ │ ├── baseline_file_download_16.xml
│ │ │ ├── baseline_file_download_24.xml
│ │ │ ├── baseline_flip_camera_24.xml
│ │ │ ├── baseline_flip_camera_24_off.xml
│ │ │ ├── baseline_forum_24.xml
│ │ │ ├── baseline_grain_24.xml
│ │ │ ├── baseline_graphic_eq_24.xml
│ │ │ ├── baseline_group_24.xml
│ │ │ ├── baseline_group_add_24.xml
│ │ │ ├── baseline_hd_24.xml
│ │ │ ├── baseline_history_16.xml
│ │ │ ├── baseline_incoming_call_16.xml
│ │ │ ├── baseline_info_24.xml
│ │ │ ├── baseline_insert_drive_file_24.xml
│ │ │ ├── baseline_insert_photo_24.xml
│ │ │ ├── baseline_invert_colors_24.xml
│ │ │ ├── baseline_keyboard_24.xml
│ │ │ ├── baseline_language_18.xml
│ │ │ ├── baseline_license_24.xml
│ │ │ ├── baseline_location_disabled_24.xml
│ │ │ ├── baseline_lock_24.xml
│ │ │ ├── baseline_mark_chat_read_24dp.xml
│ │ │ ├── baseline_memory_24.xml
│ │ │ ├── baseline_mic_24.xml
│ │ │ ├── baseline_mic_off_24.xml
│ │ │ ├── baseline_mic_on_24.xml
│ │ │ ├── baseline_missed_call_16.xml
│ │ │ ├── baseline_mobile_screen_share_24.xml
│ │ │ ├── baseline_moderateur.xml
│ │ │ ├── baseline_more_vert_24.xml
│ │ │ ├── baseline_my_location_24.xml
│ │ │ ├── baseline_navigation_24.xml
│ │ │ ├── baseline_network_check_24.xml
│ │ │ ├── baseline_notification_important_24.xml
│ │ │ ├── baseline_notifications_24dp.xml
│ │ │ ├── baseline_notifications_active_24.xml
│ │ │ ├── baseline_notifications_off_24.xml
│ │ │ ├── baseline_open_in_full_24.xml
│ │ │ ├── baseline_open_in_new_16.xml
│ │ │ ├── baseline_open_in_new_24.xml
│ │ │ ├── baseline_outgoing_call_16.xml
│ │ │ ├── baseline_pause_24.xml
│ │ │ ├── baseline_person_24.xml
│ │ │ ├── baseline_person_add_24.xml
│ │ │ ├── baseline_photo_camera_24.xml
│ │ │ ├── baseline_photo_library_24.xml
│ │ │ ├── baseline_play_arrow_24.xml
│ │ │ ├── baseline_preview_24.xml
│ │ │ ├── baseline_private_connectivity_24.xml
│ │ │ ├── baseline_qr_code_2_black_24dp.xml
│ │ │ ├── baseline_radar_24.xml
│ │ │ ├── baseline_raisehand_24.xml
│ │ │ ├── baseline_replay_24.xml
│ │ │ ├── baseline_reply_24.xml
│ │ │ ├── baseline_ripple_effect.xml
│ │ │ ├── baseline_router_black_36.xml
│ │ │ ├── baseline_search_24.xml
│ │ │ ├── baseline_send_24.xml
│ │ │ ├── baseline_settings_24.xml
│ │ │ ├── baseline_settings_ethernet_24.xml
│ │ │ ├── baseline_share_24.xml
│ │ │ ├── baseline_share_twoton_16dp.xml
│ │ │ ├── baseline_share_twoton_24dp.xml
│ │ │ ├── baseline_sound_24.xml
│ │ │ ├── baseline_sound_off_24.xml
│ │ │ ├── baseline_sound_on_24.xml
│ │ │ ├── baseline_sound_on_low_24.xml
│ │ │ ├── baseline_stop_screen_share_24dp.xml
│ │ │ ├── baseline_videocam_24.xml
│ │ │ ├── baseline_videocam_24_primary.xml
│ │ │ ├── baseline_videocam_off_24.xml
│ │ │ ├── baseline_videocam_on_24.xml
│ │ │ ├── baseline_volume_up_24.xml
│ │ │ ├── baseline_warning_24.xml
│ │ │ ├── call_bg_missed.xml
│ │ │ ├── call_bg_missed_in_first.xml
│ │ │ ├── call_bg_missed_in_last.xml
│ │ │ ├── call_bg_missed_in_middle.xml
│ │ │ ├── call_bg_missed_out_first.xml
│ │ │ ├── call_bg_missed_out_last.xml
│ │ │ ├── call_bg_missed_out_middle.xml
│ │ │ ├── call_button_background_checkable.xml
│ │ │ ├── call_button_background_pressable.xml
│ │ │ ├── call_hangup_btn_background.xml
│ │ │ ├── chat_bubble_24.xml
│ │ │ ├── check_24dp.xml
│ │ │ ├── connectivity_mode_24.xml
│ │ │ ├── connectivity_mode_custom_24.xml
│ │ │ ├── connectivity_mode_dht_24.xml
│ │ │ ├── connectivity_mode_firebase_24.xml
│ │ │ ├── contrib_background.webp
│ │ │ ├── custom_popup_background.xml
│ │ │ ├── donate.xml
│ │ │ ├── download_24px.xml
│ │ │ ├── drawer_handlebar.xml
│ │ │ ├── file_icon_background.xml
│ │ │ ├── filemsg_background_in.xml
│ │ │ ├── filemsg_background_out.xml
│ │ │ ├── fingerprint_24.xml
│ │ │ ├── ic_error_red.xml
│ │ │ ├── ic_extension_24.xml
│ │ │ ├── ic_good_green.xml
│ │ │ ├── ic_jami.xml
│ │ │ ├── ic_jami_24.xml
│ │ │ ├── ic_jami_48.xml
│ │ │ ├── ic_jami_full_logo.xml
│ │ │ ├── ic_jami_logo.xml
│ │ │ ├── ic_launcher_foreground.xml
│ │ │ ├── ic_manage_extension_24.xml
│ │ │ ├── ic_online_indicator.xml
│ │ │ ├── ic_preview_handle.xml
│ │ │ ├── ic_rotating_progress.xml
│ │ │ ├── ic_tv_online_indicator.xml
│ │ │ ├── item_color_background.xml
│ │ │ ├── jami_full_logo.webp
│ │ │ ├── jami_id.xml
│ │ │ ├── layout_divider.xml
│ │ │ ├── link_new_device_24.xml
│ │ │ ├── linkpreview_bg_out_first_or_middle.xml
│ │ │ ├── linkpreview_bg_out_last_or_single.xml
│ │ │ ├── loccationshare_bg_gradient.xml
│ │ │ ├── logo_sfl_coul_rgb.webp
│ │ │ ├── new_invitation.xml
│ │ │ ├── outline_bug_report_24.xml
│ │ │ ├── outline_call_24.xml
│ │ │ ├── outline_copy_24.xml
│ │ │ ├── outline_group_24.xml
│ │ │ ├── outline_lock_24.xml
│ │ │ ├── outline_person_24.xml
│ │ │ ├── outline_person_add_24.xml
│ │ │ ├── outline_scan_delete_16.xml
│ │ │ ├── outline_share_24.xml
│ │ │ ├── outline_videocam_24.xml
│ │ │ ├── p2p_24.xml
│ │ │ ├── password_24.xml
│ │ │ ├── pen_black_24dp.xml
│ │ │ ├── perm_media_24.xml
│ │ │ ├── receive.xml
│ │ │ ├── reply_contact_avatar_12px.jpg
│ │ │ ├── reply_contact_msg_bg.xml
│ │ │ ├── rotate.xml
│ │ │ ├── round_settings_backup_restore_24.xml
│ │ │ ├── rounded_background.xml
│ │ │ ├── sent.xml
│ │ │ ├── settings_account_24.xml
│ │ │ ├── static_rounded_background.xml
│ │ │ ├── tab_selector.xml
│ │ │ ├── textmsg_bg_in.xml
│ │ │ ├── textmsg_bg_in_first.xml
│ │ │ ├── textmsg_bg_in_last.xml
│ │ │ ├── textmsg_bg_in_middle.xml
│ │ │ ├── textmsg_bg_in_reply.xml
│ │ │ ├── textmsg_bg_in_reply_first.xml
│ │ │ ├── textmsg_bg_input.xml
│ │ │ ├── textmsg_bg_out.xml
│ │ │ ├── textmsg_bg_out_first.xml
│ │ │ ├── textmsg_bg_out_last.xml
│ │ │ ├── textmsg_bg_out_middle.xml
│ │ │ ├── textmsg_bg_out_reply.xml
│ │ │ ├── textmsg_bg_out_reply_first.xml
│ │ │ ├── textmsg_bg_preview.xml
│ │ │ ├── textmsg_call_background.xml
│ │ │ ├── tv_button_shape.xml
│ │ │ ├── tv_group_call_button_shape.xml
│ │ │ ├── tv_header_bg.xml
│ │ │ ├── tv_item_selected_background.xml
│ │ │ ├── tv_item_unselected_background.xml
│ │ │ ├── typing_indicator.xml
│ │ │ ├── typing_indicator_animation.xml
│ │ │ └── video_thumbnail_fallback.xml
│ │ │ ├── font
│ │ │ ├── mulish_regular.ttf
│ │ │ ├── mulish_semibold.ttf
│ │ │ ├── ubuntu_light.ttf
│ │ │ ├── ubuntu_medium.ttf
│ │ │ └── ubuntu_regular.ttf
│ │ │ ├── layout-w720dp-land
│ │ │ ├── tv_activity_call.xml
│ │ │ ├── tv_activity_search.xml
│ │ │ ├── tv_activity_send_text.xml
│ │ │ ├── tv_activity_share.xml
│ │ │ ├── tv_frag_call.xml
│ │ │ └── tv_frag_share.xml
│ │ │ ├── layout
│ │ │ ├── activity_call_layout.xml
│ │ │ ├── activity_conversation.xml
│ │ │ ├── activity_conversation_details.xml
│ │ │ ├── activity_home.xml
│ │ │ ├── activity_link_device_export_side.xml
│ │ │ ├── activity_link_device_import_side.xml
│ │ │ ├── activity_logs.xml
│ │ │ ├── activity_media_viewer.xml
│ │ │ ├── activity_message_edit.xml
│ │ │ ├── activity_push_notification_logs.xml
│ │ │ ├── activity_ringtone.xml
│ │ │ ├── activity_share.xml
│ │ │ ├── activity_wizard.xml
│ │ │ ├── call_notification.xml
│ │ │ ├── camerapicker.xml
│ │ │ ├── content_contact_details.xml
│ │ │ ├── content_media_viewer.xml
│ │ │ ├── conv_reaction_tag.xml
│ │ │ ├── crash_report.xml
│ │ │ ├── credentials_pref.xml
│ │ │ ├── detail_view_content.xml
│ │ │ ├── dialog_about.xml
│ │ │ ├── dialog_confirm_revocation.xml
│ │ │ ├── dialog_device_rename.xml
│ │ │ ├── dialog_option_item.xml
│ │ │ ├── dialog_profile.xml
│ │ │ ├── dialog_set_password.xml
│ │ │ ├── dialog_swarm_title.xml
│ │ │ ├── frag_about.xml
│ │ │ ├── frag_acc_home_create.xml
│ │ │ ├── frag_acc_jami_backup.xml
│ │ │ ├── frag_acc_jami_connect.xml
│ │ │ ├── frag_acc_jami_create.xml
│ │ │ ├── frag_acc_jami_password.xml
│ │ │ ├── frag_acc_jami_username.xml
│ │ │ ├── frag_acc_profile_create.xml
│ │ │ ├── frag_acc_sip_create.xml
│ │ │ ├── frag_acc_summary.xml
│ │ │ ├── frag_account.xml
│ │ │ ├── frag_account_migration.xml
│ │ │ ├── frag_account_settings.xml
│ │ │ ├── frag_audio_mgmt.xml
│ │ │ ├── frag_blocklist.xml
│ │ │ ├── frag_call.xml
│ │ │ ├── frag_color_chooser.xml
│ │ │ ├── frag_connection_monitor.xml
│ │ │ ├── frag_contact_picker.xml
│ │ │ ├── frag_conversation.xml
│ │ │ ├── frag_conversation_actions.xml
│ │ │ ├── frag_conversation_gallery.xml
│ │ │ ├── frag_conversation_members.xml
│ │ │ ├── frag_conversation_tv.xml
│ │ │ ├── frag_donation_card.xml
│ │ │ ├── frag_extension_handlers_list.xml
│ │ │ ├── frag_extension_settings.xml
│ │ │ ├── frag_extensions_list_item.xml
│ │ │ ├── frag_extensions_list_settings.xml
│ │ │ ├── frag_extensions_path_preference.xml
│ │ │ ├── frag_home.xml
│ │ │ ├── frag_invitation_card.xml
│ │ │ ├── frag_linked_devices.xml
│ │ │ ├── frag_location_sharing.xml
│ │ │ ├── frag_members_bottomsheet.xml
│ │ │ ├── frag_path_list_item.xml
│ │ │ ├── frag_pending_contact_requests.xml
│ │ │ ├── frag_qrcode.xml
│ │ │ ├── frag_register_name.xml
│ │ │ ├── frag_scan.xml
│ │ │ ├── frag_selectconv.xml
│ │ │ ├── frag_settings.xml
│ │ │ ├── frag_share.xml
│ │ │ ├── frag_sharewith.xml
│ │ │ ├── frag_smartlist.xml
│ │ │ ├── fragment_export_side_step_1.xml
│ │ │ ├── fragment_export_side_step_2.xml
│ │ │ ├── fragment_export_side_step_3.xml
│ │ │ ├── fragment_import_side_step_1.xml
│ │ │ ├── fragment_import_side_step_2.xml
│ │ │ ├── fragment_import_side_step_3.xml
│ │ │ ├── fragment_media_viewer.xml
│ │ │ ├── item_account.xml
│ │ │ ├── item_codec.xml
│ │ │ ├── item_color.xml
│ │ │ ├── item_conference_add.xml
│ │ │ ├── item_conference_participant.xml
│ │ │ ├── item_contact.xml
│ │ │ ├── item_contact_blacklist.xml
│ │ │ ├── item_contact_horizontal.xml
│ │ │ ├── item_conv_audio_me.xml
│ │ │ ├── item_conv_audio_me_tv.xml
│ │ │ ├── item_conv_audio_peer.xml
│ │ │ ├── item_conv_audio_peer_tv.xml
│ │ │ ├── item_conv_call_me.xml
│ │ │ ├── item_conv_call_me_tv.xml
│ │ │ ├── item_conv_call_peer.xml
│ │ │ ├── item_conv_call_peer_tv.xml
│ │ │ ├── item_conv_composing.xml
│ │ │ ├── item_conv_contact.xml
│ │ │ ├── item_conv_contact_tv.xml
│ │ │ ├── item_conv_file_me.xml
│ │ │ ├── item_conv_file_me_tv.xml
│ │ │ ├── item_conv_file_peer.xml
│ │ │ ├── item_conv_file_peer_tv.xml
│ │ │ ├── item_conv_group_call.xml
│ │ │ ├── item_conv_group_call_tv.xml
│ │ │ ├── item_conv_image_me.xml
│ │ │ ├── item_conv_image_me_tv.xml
│ │ │ ├── item_conv_image_peer.xml
│ │ │ ├── item_conv_image_peer_tv.xml
│ │ │ ├── item_conv_msg_me.xml
│ │ │ ├── item_conv_msg_me_tv.xml
│ │ │ ├── item_conv_msg_peer.xml
│ │ │ ├── item_conv_msg_peer_tv.xml
│ │ │ ├── item_conv_video_me.xml
│ │ │ ├── item_conv_video_me_tv.xml
│ │ │ ├── item_conv_video_peer.xml
│ │ │ ├── item_conv_video_peer_tv.xml
│ │ │ ├── item_device.xml
│ │ │ ├── item_device_connection.xml
│ │ │ ├── item_emoji.xml
│ │ │ ├── item_list_contact.xml
│ │ │ ├── item_log.xml
│ │ │ ├── item_media_file.xml
│ │ │ ├── item_media_image.xml
│ │ │ ├── item_media_video.xml
│ │ │ ├── item_members_bottomsheet.xml
│ │ │ ├── item_number.xml
│ │ │ ├── item_number_selected.xml
│ │ │ ├── item_participant_hand_container.xml
│ │ │ ├── item_participant_label.xml
│ │ │ ├── item_picker.xml
│ │ │ ├── item_progress_dialog.xml
│ │ │ ├── item_reaction_chip.xml
│ │ │ ├── item_reaction_chip_18.xml
│ │ │ ├── item_reaction_visualizer.xml
│ │ │ ├── item_ringtone.xml
│ │ │ ├── item_share_media.xml
│ │ │ ├── item_smartlist.xml
│ │ │ ├── item_smartlist_header.xml
│ │ │ ├── item_toolbar_selected.xml
│ │ │ ├── item_two_button_edittext.xml
│ │ │ ├── jami_id_layout.xml
│ │ │ ├── menu_conversation.xml
│ │ │ ├── msg_link_preview.xml
│ │ │ ├── preference_widget_material_checkbox.xml
│ │ │ ├── preference_widget_material_slider.xml
│ │ │ ├── preference_widget_material_switch.xml
│ │ │ ├── titleview.xml
│ │ │ ├── tv.xml
│ │ │ ├── tv_about_layout.xml
│ │ │ ├── tv_activity_call.xml
│ │ │ ├── tv_activity_contact_more.xml
│ │ │ ├── tv_activity_home.xml
│ │ │ ├── tv_activity_search.xml
│ │ │ ├── tv_activity_send_text.xml
│ │ │ ├── tv_activity_settings.xml
│ │ │ ├── tv_activity_share.xml
│ │ │ ├── tv_frag_call.xml
│ │ │ ├── tv_frag_contact.xml
│ │ │ ├── tv_frag_contact_request.xml
│ │ │ ├── tv_frag_share.xml
│ │ │ ├── tv_header_blank.xml
│ │ │ ├── tv_titleview.xml
│ │ │ └── welcome_jami_layout.xml
│ │ │ ├── menu
│ │ │ ├── ac_call.xml
│ │ │ ├── conversation_actions.xml
│ │ │ ├── conversation_item_actions_file.xml
│ │ │ ├── conversation_item_actions_file_tv.xml
│ │ │ ├── conversation_item_actions_messages_tv.xml
│ │ │ ├── conversation_share_actions.xml
│ │ │ ├── logs_menu.xml
│ │ │ ├── media_actions.xml
│ │ │ ├── push_notification_logs_menu.xml
│ │ │ ├── share_actions.xml
│ │ │ └── smartlist_menu.xml
│ │ │ ├── mipmap-anydpi-v26
│ │ │ └── ic_launcher.xml
│ │ │ ├── mipmap-hdpi
│ │ │ ├── ic_banner.png
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-mdpi
│ │ │ ├── ic_banner.png
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xhdpi
│ │ │ ├── ic_banner.png
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_banner.png
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_banner.png
│ │ │ └── ic_launcher.png
│ │ │ ├── raw
│ │ │ └── baseline_graphic_eq_black_24dp.gif
│ │ │ ├── values-ace
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ar-rEG
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ar
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ast-rES
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-az-rIR
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-az
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-b+es+419
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-b+sr+Cyrl
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-b+zh+Hans
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-b+zh+Hant
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-be-rBY
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-be
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-bg-rBG
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-bg
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-bn
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-brx
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ca
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-cmn
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-cs-rCZ
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-da
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-de-rDE
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-de
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-el
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-en-rGB
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-en-rIE
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-en-rUS
│ │ │ └── strings_content_description.xml
│ │ │ ├── values-eo
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-es-rAR
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-es-rCO
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-es-rMX
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-es
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-et
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-eu
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fa-rIR
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fa
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fi
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fr-rBE
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fr-rCA
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fr-rCH
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fr-rFR
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-fr
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ga
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-gl
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-gu
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-h500dp-land
│ │ │ └── dimens.xml
│ │ │ ├── values-hak
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-he
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-hi-rIN
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-hi
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-hr-rHR
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-hr
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-hu
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-hy
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-id
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ig
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-it-rIT
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-it
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ja
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-kbd
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-kk
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-kn
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ko-rKR
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ko
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-lt
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ml
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-mn-rMN
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-mr
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ms
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-nan
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-nb
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ne
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-night
│ │ │ ├── colors.xml
│ │ │ └── styles.xml
│ │ │ ├── values-nl
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-nn
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-oc
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-or
│ │ │ ├── strings.xml
│ │ │ ├── strings_call.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-pa
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-pl-rPL
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-pl
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-pt-rBR
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-pt-rPT
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-pt
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ro-rRO
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ro
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ru-rRU
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-ru
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-si
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sk-rSK
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sk
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sl
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sq-rAL
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sr
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sv
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sw
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-sw600dp
│ │ │ └── attrs.xml
│ │ │ ├── values-ta
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-te
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-th
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-tr
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-tt
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-uk
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-v27
│ │ │ └── styles.xml
│ │ │ ├── values-v29
│ │ │ └── styles.xml
│ │ │ ├── values-vi
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-w820dp
│ │ │ └── dimens.xml
│ │ │ ├── values-zh-rCN
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-zh-rHK
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-zh-rTW
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values-zh
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ └── strings_preferences.xml
│ │ │ ├── values
│ │ │ ├── anims.xml
│ │ │ ├── app_colors.xml
│ │ │ ├── arrays.xml
│ │ │ ├── attrs.xml
│ │ │ ├── attrs_custom_message_bubble.xml
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── ic_launcher_background.xml
│ │ │ ├── ids.xml
│ │ │ ├── material_colors.xml
│ │ │ ├── strings.xml
│ │ │ ├── strings_account.xml
│ │ │ ├── strings_call.xml
│ │ │ ├── strings_content_description.xml
│ │ │ ├── strings_preferences.xml
│ │ │ ├── styleables.xml
│ │ │ └── styles.xml
│ │ │ └── xml
│ │ │ ├── account_advanced_prefs.xml
│ │ │ ├── account_general_prefs.xml
│ │ │ ├── account_media_prefs.xml
│ │ │ ├── account_prefs_jami.xml
│ │ │ ├── account_security_prefs.xml
│ │ │ ├── account_sip_prefs.xml
│ │ │ ├── automotive_app_desc.xml
│ │ │ ├── file_paths.xml
│ │ │ ├── locales_config.xml
│ │ │ ├── network_security_config.xml
│ │ │ ├── searchable.xml
│ │ │ ├── shortcuts.xml
│ │ │ ├── tv_about_pref.xml
│ │ │ ├── tv_account_general_pref.xml
│ │ │ ├── tv_contact_more_pref.xml
│ │ │ └── video_prefs.xml
│ │ ├── noPush
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── cx
│ │ │ │ └── ring
│ │ │ │ └── application
│ │ │ │ └── JamiApplicationNoPush.kt
│ │ └── res
│ │ │ └── values
│ │ │ └── strings_preferences.xml
│ │ ├── withFirebase
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── cx
│ │ │ │ └── ring
│ │ │ │ ├── application
│ │ │ │ └── JamiApplicationFirebase.kt
│ │ │ │ └── services
│ │ │ │ └── JamiFirebaseMessagingService.kt
│ │ └── res
│ │ │ └── values
│ │ │ └── strings_preferences.xml
│ │ └── withUnifiedPush
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ └── cx
│ │ │ └── ring
│ │ │ ├── application
│ │ │ └── JamiApplicationUnifiedPush.kt
│ │ │ └── services
│ │ │ └── JamPushReceiver.kt
│ │ └── res
│ │ └── values
│ │ └── strings_preferences.xml
├── build.gradle.kts
├── build.xml
├── gradle.properties
├── gradle
│ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── libjamiclient
│ ├── .gitignore
│ ├── build.gradle.kts
│ └── src
│ │ ├── main
│ │ └── kotlin
│ │ │ └── net
│ │ │ └── jami
│ │ │ ├── account
│ │ │ ├── AccountEditionPresenter.kt
│ │ │ ├── AccountEditionView.kt
│ │ │ ├── AccountWizardPresenter.kt
│ │ │ ├── AccountWizardView.kt
│ │ │ ├── HomeAccountCreationPresenter.kt
│ │ │ ├── HomeAccountCreationView.kt
│ │ │ ├── JamiAccountConnectPresenter.kt
│ │ │ ├── JamiAccountCreationPresenter.kt
│ │ │ ├── JamiAccountCreationView.kt
│ │ │ ├── JamiAccountSummaryPresenter.kt
│ │ │ ├── JamiAccountSummaryView.kt
│ │ │ ├── JamiConnectAccountView.kt
│ │ │ ├── JamiLinkAccountPresenter.kt
│ │ │ ├── JamiLinkAccountView.kt
│ │ │ ├── ProfileCreationPresenter.kt
│ │ │ ├── ProfileCreationView.kt
│ │ │ ├── SIPCreationPresenter.kt
│ │ │ ├── SIPCreationView.kt
│ │ │ ├── SecurityAccountPresenter.kt
│ │ │ └── SecurityAccountView.kt
│ │ │ ├── call
│ │ │ ├── CallPresenter.kt
│ │ │ └── CallView.kt
│ │ │ ├── contactrequests
│ │ │ ├── BlockListPresenter.kt
│ │ │ ├── BlockListView.kt
│ │ │ ├── ContactRequestsPresenter.kt
│ │ │ └── ContactRequestsView.kt
│ │ │ ├── conversation
│ │ │ ├── ConversationPresenter.kt
│ │ │ └── ConversationView.kt
│ │ │ ├── home
│ │ │ ├── HomePresenter.kt
│ │ │ └── HomeView.kt
│ │ │ ├── model
│ │ │ ├── Account.kt
│ │ │ ├── AccountConfig.kt
│ │ │ ├── AccountCreationModel.kt
│ │ │ ├── AccountCredentials.kt
│ │ │ ├── Call.kt
│ │ │ ├── Codec.kt
│ │ │ ├── Conference.kt
│ │ │ ├── ConfigKey.kt
│ │ │ ├── Contact.kt
│ │ │ ├── ContactEvent.kt
│ │ │ ├── Conversation.kt
│ │ │ ├── ConversationHistory.kt
│ │ │ ├── DataTransfer.kt
│ │ │ ├── DataTransferError.kt
│ │ │ ├── Error.kt
│ │ │ ├── Interaction.kt
│ │ │ ├── Media.kt
│ │ │ ├── Phone.kt
│ │ │ ├── Profile.kt
│ │ │ ├── Ringtone.kt
│ │ │ ├── Settings.kt
│ │ │ ├── TextMessage.kt
│ │ │ ├── TrustRequest.kt
│ │ │ └── Uri.kt
│ │ │ ├── mvp
│ │ │ ├── GenericView.kt
│ │ │ └── RootPresenter.kt
│ │ │ ├── navigation
│ │ │ ├── HomeNavigationPresenter.kt
│ │ │ ├── HomeNavigationView.kt
│ │ │ └── HomeNavigationViewModel.kt
│ │ │ ├── scan
│ │ │ └── ScanPresenter.kt
│ │ │ ├── services
│ │ │ ├── AccountService.kt
│ │ │ ├── CallService.kt
│ │ │ ├── ContactService.kt
│ │ │ ├── ConversationFacade.kt
│ │ │ ├── DaemonService.kt
│ │ │ ├── DeviceRuntimeService.kt
│ │ │ ├── HardwareService.kt
│ │ │ ├── HistoryService.kt
│ │ │ ├── LogService.kt
│ │ │ ├── NotificationService.kt
│ │ │ ├── PreferencesService.kt
│ │ │ └── VCardService.kt
│ │ │ ├── settings
│ │ │ ├── AdvancedAccountPresenter.kt
│ │ │ ├── AdvancedAccountView.kt
│ │ │ ├── GeneralAccountPresenter.kt
│ │ │ ├── GeneralAccountView.kt
│ │ │ ├── MediaPreferencePresenter.kt
│ │ │ ├── MediaPreferenceView.kt
│ │ │ └── SettingsPresenter.kt
│ │ │ ├── share
│ │ │ └── SharePresenter.kt
│ │ │ ├── smartlist
│ │ │ ├── ConversationItemViewModel.kt
│ │ │ ├── SmartListPresenter.kt
│ │ │ └── SmartListView.kt
│ │ │ └── utils
│ │ │ ├── Collections.kt
│ │ │ ├── DonationUtils.kt
│ │ │ ├── FileUtils.kt
│ │ │ ├── HashUtils.kt
│ │ │ ├── Log.kt
│ │ │ ├── ProfileChunk.kt
│ │ │ ├── QRCodeUtils.kt
│ │ │ ├── StringUtils.kt
│ │ │ ├── SwigNativeConverter.kt
│ │ │ └── VCardUtils.kt
│ │ └── test
│ │ └── java
│ │ └── net
│ │ └── jami
│ │ ├── model
│ │ ├── ConversationTest.kt
│ │ └── UriTest.kt
│ │ └── utils
│ │ └── VCardUtilsTest.kt
├── settings.gradle.kts
└── tests
│ ├── AndroidManifest.xml
│ ├── build.xml
│ ├── java
│ └── cx
│ │ └── ring
│ │ └── client
│ │ └── HomeActivityTest.java
│ ├── proguard-project.txt
│ └── project.properties
├── update-translations.sh
└── update_version.py
/.cqfdrc:
--------------------------------------------------------------------------------
1 | [project]
2 | org='savoirfairelinux'
3 | name='jami'
4 |
5 | [build]
6 | ; default behaviour
7 | command='./compile.sh'
8 | flavors='ci release daemon'
9 |
10 | [ci]
11 | command='./compile.sh'
12 |
13 | [daemon]
14 | command='./compile.sh --daemon'
15 |
16 | [release]
17 | command='./compile.sh --daemon --release'
18 |
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | custom: ['https://jami.net/whydonate/']
2 | lfx_crowdfunding: jami-a-gnu-package
3 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /ring-daemon
2 | env.sh
3 | obj/
4 | android-toolchain-*/
5 | .idea/
6 | .DS_Store
7 | .gradle
8 | **/.settings
9 | config.mak
10 | jami-android/captures/
11 | .cxx
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "daemon"]
2 | path = daemon
3 | url = https://review.jami.net/jami-daemon
4 |
--------------------------------------------------------------------------------
/.gitreview:
--------------------------------------------------------------------------------
1 | [gerrit]
2 | host=review.jami.net
3 | port=29420
4 | project=jami-client-android
5 | defaultremote=origin
6 | defaultbranch=master
7 |
--------------------------------------------------------------------------------
/ci/test_assets/audio/audio1.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/audio/audio1.mp3
--------------------------------------------------------------------------------
/ci/test_assets/audio/audio2.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/audio/audio2.mp3
--------------------------------------------------------------------------------
/ci/test_assets/audio/audio3.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/audio/audio3.mp3
--------------------------------------------------------------------------------
/ci/test_assets/image/image1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/image/image1.jpg
--------------------------------------------------------------------------------
/ci/test_assets/image/image2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/image/image2.jpg
--------------------------------------------------------------------------------
/ci/test_assets/image/image3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/image/image3.jpg
--------------------------------------------------------------------------------
/ci/test_assets/image/image4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/image/image4.jpg
--------------------------------------------------------------------------------
/ci/test_assets/video/video1.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/video/video1.mp4
--------------------------------------------------------------------------------
/ci/test_assets/video/video2.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/ci/test_assets/video/video2.mp4
--------------------------------------------------------------------------------
/fastlane/.gitignore:
--------------------------------------------------------------------------------
1 | report.xml
2 |
--------------------------------------------------------------------------------
/fastlane/Appfile:
--------------------------------------------------------------------------------
1 | # App package
2 | package_name "cx.ring"
3 |
--------------------------------------------------------------------------------
/fastlane/metadata/android/af/short_description.txt:
--------------------------------------------------------------------------------
1 | Deel, vrylik en privaat
--------------------------------------------------------------------------------
/fastlane/metadata/android/af/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/am/short_description.txt:
--------------------------------------------------------------------------------
1 | በነጻ እና በግል ያካፍሉ።
--------------------------------------------------------------------------------
/fastlane/metadata/android/am/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ar/short_description.txt:
--------------------------------------------------------------------------------
1 | شارك بحرية وبشكل خاص
--------------------------------------------------------------------------------
/fastlane/metadata/android/ar/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/az-AZ/short_description.txt:
--------------------------------------------------------------------------------
1 | Sərbəst və gizli şəkildə paylaşın
--------------------------------------------------------------------------------
/fastlane/metadata/android/az-AZ/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/be/short_description.txt:
--------------------------------------------------------------------------------
1 | Падзяліцеся свабодна і прыватна
--------------------------------------------------------------------------------
/fastlane/metadata/android/be/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/bg/short_description.txt:
--------------------------------------------------------------------------------
1 | Споделяйте, свободно и частно
--------------------------------------------------------------------------------
/fastlane/metadata/android/bg/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/bn-BD/short_description.txt:
--------------------------------------------------------------------------------
1 | শেয়ার করুন, অবাধে এবং গোপনে
--------------------------------------------------------------------------------
/fastlane/metadata/android/bn-BD/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ca/short_description.txt:
--------------------------------------------------------------------------------
1 | Comparteix, lliurement i de forma privada
--------------------------------------------------------------------------------
/fastlane/metadata/android/ca/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/cs-CZ/short_description.txt:
--------------------------------------------------------------------------------
1 | Sdílejte, volně a soukromě
--------------------------------------------------------------------------------
/fastlane/metadata/android/cs-CZ/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/da-DK/short_description.txt:
--------------------------------------------------------------------------------
1 | Del, frit og privat
--------------------------------------------------------------------------------
/fastlane/metadata/android/da-DK/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/de-DE/short_description.txt:
--------------------------------------------------------------------------------
1 | Teilen, frei und privat
--------------------------------------------------------------------------------
/fastlane/metadata/android/de-DE/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/el-GR/short_description.txt:
--------------------------------------------------------------------------------
1 | Κοινοποιήστε, ελεύθερα και ιδιωτικά
--------------------------------------------------------------------------------
/fastlane/metadata/android/el-GR/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-AU/short_description.txt:
--------------------------------------------------------------------------------
1 | Share, freely and privately
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-AU/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-CA/short_description.txt:
--------------------------------------------------------------------------------
1 | Share, freely and privately
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-CA/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-GB/short_description.txt:
--------------------------------------------------------------------------------
1 | Share, freely and privately
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-GB/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-IN/short_description.txt:
--------------------------------------------------------------------------------
1 | Share, freely and privately
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-IN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-SG/short_description.txt:
--------------------------------------------------------------------------------
1 | Share, freely and privately
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-SG/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/105.txt:
--------------------------------------------------------------------------------
1 | - fix 2038 bug on 32 bits devices
2 | - firebase is now optional
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/106.txt:
--------------------------------------------------------------------------------
1 | - fix 2038 bug on 32 bits devices
2 | - automatically switch to speakerphone in video calls
3 |
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/107.txt:
--------------------------------------------------------------------------------
1 | - fix android tv client
2 | - fix crash in landscape mode on tablets
3 | - update contact requests management
4 | - auto switch to speaker mode during video calls
5 | - improve connection stability when using DHT proxy
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/108.txt:
--------------------------------------------------------------------------------
1 | - fix ring uri displayed in title instead of display name
2 | - improve default contact picture
3 | - improve menu disposition on tablet
4 | - remove "Add to contacts" popup
5 | - make Ring Infohash copyable
6 | - implement data transfer persistence
7 | - improve text message UI
8 | - translations update
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/109.txt:
--------------------------------------------------------------------------------
1 | * File transfer fixes
2 | * Show transferred images in the conversation
3 | * Take and send pictures directly from the app
4 | * Reduced network usage
5 | * Push notification fixes
6 |
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/113.txt:
--------------------------------------------------------------------------------
1 | * Fix crash on network connectivity change in some cases
2 | * Fix audio not working for some devices
3 | * Various bug fixes
4 |
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/114.txt:
--------------------------------------------------------------------------------
1 | * Fix crash on Android 4.4 (KitKat)
2 | * Fix push notifications/dht proxy issues
3 |
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/117.txt:
--------------------------------------------------------------------------------
1 | * Fix audio on Android TV (tested on Nvidia Shield TV)
2 | * Miscellaneous bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/119.txt:
--------------------------------------------------------------------------------
1 | * Improve push notifications and DHT proxy support
2 | * Better handling of failed messages
3 | * Updated translations
4 | * Miscellaneous bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/125.txt:
--------------------------------------------------------------------------------
1 | • Improved connectivity
2 | • Improved IPv6 support
3 | • Improved Android TV support
4 | • Added HD 720p support for Android TV
5 | • Improved contact management
6 | • Improved performance
7 | • Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/126.txt:
--------------------------------------------------------------------------------
1 | • Added possibility to share text and media from other apps
2 | • Improved notifications
3 | • Improved performance
4 | • Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/127.txt:
--------------------------------------------------------------------------------
1 | • Send GIFs and images with Ring using your keyboard!
2 | • Fix avatar overlay issue on Android TV
3 | • Improved performance
4 | • Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/131.txt:
--------------------------------------------------------------------------------
1 | • Improved performance
2 | • Improved video quality
3 | • Reduced idle battery usage
4 | • Fixed bug on Android 4.4 (KitKat)
5 |
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/137.txt:
--------------------------------------------------------------------------------
1 | • Connectivity improvements
2 | • Fix ringtone on speaker
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/138.txt:
--------------------------------------------------------------------------------
1 | • Added audio & video file preview in conversations
2 | • UI improvements
3 | • Connectivity improvements
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/139.txt:
--------------------------------------------------------------------------------
1 | • Allow to set conversation color
2 | • Added contact details view
3 | • Allow to keep Ring running in the background
4 | • Call: fix controlling ringtone volume
5 | • SIP: fix profile display
6 | • SIP: fix sending DTMF
7 | • Android TV: allow to remove contacts
8 | • Performance improvements
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/19.txt:
--------------------------------------------------------------------------------
1 | * RTL layout support
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/20.txt:
--------------------------------------------------------------------------------
1 | * RTL layout support
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/21.txt:
--------------------------------------------------------------------------------
1 | * Only show relevant contacts
2 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/23.txt:
--------------------------------------------------------------------------------
1 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/24.txt:
--------------------------------------------------------------------------------
1 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/26.txt:
--------------------------------------------------------------------------------
1 | * UI improvements
2 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/27.txt:
--------------------------------------------------------------------------------
1 | * UI improvements
2 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/28.txt:
--------------------------------------------------------------------------------
1 | * QR-code scanning (thanks to Alexander Zahdeh)
2 | * Added start on boot setting
3 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/29.txt:
--------------------------------------------------------------------------------
1 | * Experimental video support !
2 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/30.txt:
--------------------------------------------------------------------------------
1 | * Experimental video support !
2 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/31.txt:
--------------------------------------------------------------------------------
1 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/32.txt:
--------------------------------------------------------------------------------
1 | * Bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/34.txt:
--------------------------------------------------------------------------------
1 | * new beta release "Louis-Joseph Papineau"
2 | * add TURN server settings
3 | * update translations
4 | * bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/35.txt:
--------------------------------------------------------------------------------
1 | * new beta release "Louis-Joseph Papineau"
2 | * add TURN server settings
3 | * update translations
4 | * bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/36.txt:
--------------------------------------------------------------------------------
1 | * new beta release "Louis-Joseph Papineau"
2 | * add TURN server settings
3 | * update translations
4 | * bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/37.txt:
--------------------------------------------------------------------------------
1 | * bug fixes
2 | * experimental text message confirmation
3 | * experimental account import/export
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/38.txt:
--------------------------------------------------------------------------------
1 | * bug fixes
2 | * experimental text message confirmation
3 | * experimental account import/export
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/39.txt:
--------------------------------------------------------------------------------
1 | * bug fixes
2 | * experimental text message confirmation
3 | * experimental account import/export
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/40.txt:
--------------------------------------------------------------------------------
1 | * bug fixes
2 | * experimental text message confirmation
3 | * experimental account import/export
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/41.txt:
--------------------------------------------------------------------------------
1 | * Clickable QRCode for fullscreen display
2 | * x86 support
3 | * Better runtime permissions handling
4 | * UI improvements (About, Account creation wizard)
5 | * Better video handling
6 | * Bug fixes
7 | * Stable account import/export
8 | * Experimental text message confirmation
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/42.txt:
--------------------------------------------------------------------------------
1 | * Clickable QRCode for fullscreen display
2 | * x86 support
3 | * Better runtime permissions handling
4 | * UI improvements (About, Account creation wizard)
5 | * Better video handling
6 | * Bug fixes
7 | * Stable account import/export
8 | * Experimental text message confirmation
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/43.txt:
--------------------------------------------------------------------------------
1 | * Stable text message acknowledgement of receipt
2 | * Ability to make audio-only calls
3 | * Improved text conversations (capitalization and multiline text)
4 | * In-App Embedded QR Code scanner
5 | * Improved conversations search
6 | * UI/UX improvements
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/45.txt:
--------------------------------------------------------------------------------
1 | - add dialpad in call
2 | - ability to delete conversations individually
3 | - ability to copy a contact's number to the clipboard
4 | - integration of the Android contact sheets on the Smartlist
5 | - text conversations improvements
6 | - minor improvements and bug fixes
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/47.txt:
--------------------------------------------------------------------------------
1 | OpenDHT bump: performance improvement
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/49.txt:
--------------------------------------------------------------------------------
1 | Improve peer discovery by enabling UPnP
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/50.txt:
--------------------------------------------------------------------------------
1 | - Connectivity improvements when switching between differents networks (wifi, cellular networks...)
2 | - Respect system orientation preference
3 | - Update translations
4 | - Stability improvements
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/52.txt:
--------------------------------------------------------------------------------
1 | - Improve UI in call connection screen
2 | - Improve notifications management
3 | - Update translations
4 | - Improve stability
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/53.txt:
--------------------------------------------------------------------------------
1 | - New release Gaston Miron Beta 2
2 | - Multi-device support: use the same account across multiple devices
3 | - Name registry: Share a username instead of your RingID
4 | - UI and stability improvements
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/54.txt:
--------------------------------------------------------------------------------
1 | - Fix migration issue
2 | - Restore binary size
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/55.txt:
--------------------------------------------------------------------------------
1 | - Improve UI
2 | - Bugfixes concerning blockchain usage, account creation texting and dialing
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/56.txt:
--------------------------------------------------------------------------------
1 | - Better support of usernames in text messaging
2 | - New account wizards: one for Ring accounts, one for SIP
3 | - Improved crash handling
4 | - Bugfixes in communication mechanism
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/57.txt:
--------------------------------------------------------------------------------
1 | - Improve communication reliability
2 | - improve quality of profile picture took from gallery storage
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/58.txt:
--------------------------------------------------------------------------------
1 | - fix back button behavior in call screen
2 | - fix multiple notifications in case of an incoming text message
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/59.txt:
--------------------------------------------------------------------------------
1 | - bug fix
2 | - multiple enhancements for landscape tablet mode
3 | - display username instead of ringID whenever it is relevant
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/fastlane/metadata/android/en-US/images/icon.png
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/short_description.txt:
--------------------------------------------------------------------------------
1 | Share, freely and privately
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/video.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/fastlane/metadata/android/en-US/video.txt
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-ZA/short_description.txt:
--------------------------------------------------------------------------------
1 | Share, freely and privately
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-ZA/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/es-419/short_description.txt:
--------------------------------------------------------------------------------
1 | Comparte, libremente y en privado
--------------------------------------------------------------------------------
/fastlane/metadata/android/es-419/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/es-ES/short_description.txt:
--------------------------------------------------------------------------------
1 | Comparte, libremente y en privado
--------------------------------------------------------------------------------
/fastlane/metadata/android/es-ES/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/es-US/short_description.txt:
--------------------------------------------------------------------------------
1 | Comparte, libremente y en privado
--------------------------------------------------------------------------------
/fastlane/metadata/android/es-US/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/et/short_description.txt:
--------------------------------------------------------------------------------
1 | Jaga, vabalt ja privaatselt
--------------------------------------------------------------------------------
/fastlane/metadata/android/et/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/eu-ES/short_description.txt:
--------------------------------------------------------------------------------
1 | Partekatu, modu librean eta pribatuan
--------------------------------------------------------------------------------
/fastlane/metadata/android/eu-ES/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa-AE/short_description.txt:
--------------------------------------------------------------------------------
1 | به اشتراک بگذارید، آزادانه و خصوصی
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa-AE/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa-AF/short_description.txt:
--------------------------------------------------------------------------------
1 | به اشتراک بگذارید، آزادانه و خصوصی
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa-AF/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa-IR/short_description.txt:
--------------------------------------------------------------------------------
1 | به اشتراک بگذارید، آزادانه و خصوصی
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa-IR/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa/short_description.txt:
--------------------------------------------------------------------------------
1 | به اشتراک بگذارید، آزادانه و خصوصی
--------------------------------------------------------------------------------
/fastlane/metadata/android/fa/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fi-FI/short_description.txt:
--------------------------------------------------------------------------------
1 | Jaa, vapaasti ja yksityisesti
--------------------------------------------------------------------------------
/fastlane/metadata/android/fi-FI/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fil/short_description.txt:
--------------------------------------------------------------------------------
1 | Ibahagi, libre at pribado
--------------------------------------------------------------------------------
/fastlane/metadata/android/fil/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fr-CA/short_description.txt:
--------------------------------------------------------------------------------
1 | Partagez, librement et en privé
--------------------------------------------------------------------------------
/fastlane/metadata/android/fr-CA/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fr-FR/short_description.txt:
--------------------------------------------------------------------------------
1 | Partagez, librement et en privé
--------------------------------------------------------------------------------
/fastlane/metadata/android/fr-FR/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/fr-FR/video.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/fastlane/metadata/android/fr-FR/video.txt
--------------------------------------------------------------------------------
/fastlane/metadata/android/gl-ES/short_description.txt:
--------------------------------------------------------------------------------
1 | Comparte, de forma libre e privada
--------------------------------------------------------------------------------
/fastlane/metadata/android/gl-ES/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/gu/short_description.txt:
--------------------------------------------------------------------------------
1 | મુક્તપણે અને ખાનગી રીતે શેર કરો
--------------------------------------------------------------------------------
/fastlane/metadata/android/gu/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/hi-IN/short_description.txt:
--------------------------------------------------------------------------------
1 | स्वतंत्र रूप से और निजी तौर पर साझा करें
--------------------------------------------------------------------------------
/fastlane/metadata/android/hi-IN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/hr/short_description.txt:
--------------------------------------------------------------------------------
1 | Dijelite, slobodno i privatno
--------------------------------------------------------------------------------
/fastlane/metadata/android/hr/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/hu-HU/short_description.txt:
--------------------------------------------------------------------------------
1 | Oszd meg, szabadon és privátban
--------------------------------------------------------------------------------
/fastlane/metadata/android/hu-HU/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/hy-AM/short_description.txt:
--------------------------------------------------------------------------------
1 | Տարածեք, ազատ և մասնավոր
--------------------------------------------------------------------------------
/fastlane/metadata/android/hy-AM/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/id/short_description.txt:
--------------------------------------------------------------------------------
1 | Berbagi, secara bebas dan pribadi
--------------------------------------------------------------------------------
/fastlane/metadata/android/id/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/is-IS/short_description.txt:
--------------------------------------------------------------------------------
1 | Deildu, frjálslega og einslega
--------------------------------------------------------------------------------
/fastlane/metadata/android/is-IS/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/it-IT/short_description.txt:
--------------------------------------------------------------------------------
1 | Condividi, liberamente e privatamente
--------------------------------------------------------------------------------
/fastlane/metadata/android/it-IT/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/iw-IL/short_description.txt:
--------------------------------------------------------------------------------
1 | שתפו, באופן חופשי ופרטי
--------------------------------------------------------------------------------
/fastlane/metadata/android/iw-IL/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ja-JP/short_description.txt:
--------------------------------------------------------------------------------
1 | 自由に、プライベートに共有
--------------------------------------------------------------------------------
/fastlane/metadata/android/ja-JP/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ka-GE/short_description.txt:
--------------------------------------------------------------------------------
1 | გააზიარეთ, თავისუფლად და პირადად
--------------------------------------------------------------------------------
/fastlane/metadata/android/ka-GE/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/kk/short_description.txt:
--------------------------------------------------------------------------------
1 | Бөлісіңіз, еркін және жеке
--------------------------------------------------------------------------------
/fastlane/metadata/android/kk/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/km-KH/short_description.txt:
--------------------------------------------------------------------------------
1 | ចែករំលែកដោយសេរី និងឯកជន
--------------------------------------------------------------------------------
/fastlane/metadata/android/km-KH/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/kn-IN/short_description.txt:
--------------------------------------------------------------------------------
1 | ಮುಕ್ತವಾಗಿ ಮತ್ತು ಖಾಸಗಿಯಾಗಿ ಹಂಚಿಕೊಳ್ಳಿ
--------------------------------------------------------------------------------
/fastlane/metadata/android/kn-IN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ko-KR/short_description.txt:
--------------------------------------------------------------------------------
1 | 자유롭고 비공개적으로 공유하세요
--------------------------------------------------------------------------------
/fastlane/metadata/android/ko-KR/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ky-KG/short_description.txt:
--------------------------------------------------------------------------------
1 | Бөлүшүү, эркин жана купуя
--------------------------------------------------------------------------------
/fastlane/metadata/android/ky-KG/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/lo-LA/short_description.txt:
--------------------------------------------------------------------------------
1 | ແບ່ງປັນ, ຢ່າງເສລີແລະເປັນສ່ວນຕົວ
--------------------------------------------------------------------------------
/fastlane/metadata/android/lo-LA/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/lt/short_description.txt:
--------------------------------------------------------------------------------
1 | Dalinkitės nemokamai ir privačiai
--------------------------------------------------------------------------------
/fastlane/metadata/android/lt/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/lv/short_description.txt:
--------------------------------------------------------------------------------
1 | Kopīgojiet, brīvi un privāti
--------------------------------------------------------------------------------
/fastlane/metadata/android/lv/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/mk-MK/short_description.txt:
--------------------------------------------------------------------------------
1 | Споделете, слободно и приватно
--------------------------------------------------------------------------------
/fastlane/metadata/android/mk-MK/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ml-IN/short_description.txt:
--------------------------------------------------------------------------------
1 | സ്വതന്ത്രമായും സ്വകാര്യമായും പങ്കിടുക
--------------------------------------------------------------------------------
/fastlane/metadata/android/ml-IN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/mn-MN/short_description.txt:
--------------------------------------------------------------------------------
1 | Чөлөөт, хувийн байдлаар хуваалцах
--------------------------------------------------------------------------------
/fastlane/metadata/android/mn-MN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/mr-IN/short_description.txt:
--------------------------------------------------------------------------------
1 | मुक्तपणे आणि खाजगीरित्या शेअर करा
--------------------------------------------------------------------------------
/fastlane/metadata/android/mr-IN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ms-MY/short_description.txt:
--------------------------------------------------------------------------------
1 | Kongsi, secara bebas dan peribadi
--------------------------------------------------------------------------------
/fastlane/metadata/android/ms-MY/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ms/short_description.txt:
--------------------------------------------------------------------------------
1 | Kongsi, secara bebas dan peribadi
--------------------------------------------------------------------------------
/fastlane/metadata/android/ms/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/my-MM/short_description.txt:
--------------------------------------------------------------------------------
1 | လွတ်လပ်စွာ သီးသန့်မျှဝေပါ။
--------------------------------------------------------------------------------
/fastlane/metadata/android/my-MM/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ne-NP/short_description.txt:
--------------------------------------------------------------------------------
1 | स्वतन्त्र र गोप्य रूपमा साझा गर्नुहोस्
--------------------------------------------------------------------------------
/fastlane/metadata/android/ne-NP/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/nl-NL/short_description.txt:
--------------------------------------------------------------------------------
1 | Deel, vrij en privé
--------------------------------------------------------------------------------
/fastlane/metadata/android/nl-NL/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/no-NO/short_description.txt:
--------------------------------------------------------------------------------
1 | Del, fritt og privat
--------------------------------------------------------------------------------
/fastlane/metadata/android/no-NO/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/pa/short_description.txt:
--------------------------------------------------------------------------------
1 | ਸਾਂਝਾ ਕਰੋ, ਸੁਤੰਤਰ ਅਤੇ ਨਿੱਜੀ ਤੌਰ 'ਤੇ
--------------------------------------------------------------------------------
/fastlane/metadata/android/pa/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/pl-PL/short_description.txt:
--------------------------------------------------------------------------------
1 | Udostępniaj swobodnie i prywatnie
--------------------------------------------------------------------------------
/fastlane/metadata/android/pl-PL/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/pt-BR/short_description.txt:
--------------------------------------------------------------------------------
1 | Compartilhe, livre e privadamente
--------------------------------------------------------------------------------
/fastlane/metadata/android/pt-BR/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/pt-PT/short_description.txt:
--------------------------------------------------------------------------------
1 | Partilhe, livre e privadamente
--------------------------------------------------------------------------------
/fastlane/metadata/android/pt-PT/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/rm/short_description.txt:
--------------------------------------------------------------------------------
1 | Sperda, librament e privaten.
--------------------------------------------------------------------------------
/fastlane/metadata/android/rm/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ro/short_description.txt:
--------------------------------------------------------------------------------
1 | Distribuie, în mod liber și privat
--------------------------------------------------------------------------------
/fastlane/metadata/android/ro/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ru-RU/short_description.txt:
--------------------------------------------------------------------------------
1 | Поделитесь, свободно и конфиденциально
--------------------------------------------------------------------------------
/fastlane/metadata/android/ru-RU/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/si-LK/short_description.txt:
--------------------------------------------------------------------------------
1 | නිදහසේ සහ පෞද්ගලිකව බෙදා ගන්න
--------------------------------------------------------------------------------
/fastlane/metadata/android/si-LK/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/sk/short_description.txt:
--------------------------------------------------------------------------------
1 | Zdieľajte, slobodne a súkromne
--------------------------------------------------------------------------------
/fastlane/metadata/android/sk/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/sl/short_description.txt:
--------------------------------------------------------------------------------
1 | Delite brezplačno in zasebno
--------------------------------------------------------------------------------
/fastlane/metadata/android/sl/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/sq/short_description.txt:
--------------------------------------------------------------------------------
1 | Shpërndaje, lirisht dhe privatisht
--------------------------------------------------------------------------------
/fastlane/metadata/android/sq/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/sr/short_description.txt:
--------------------------------------------------------------------------------
1 | Делите, слободно и приватно
--------------------------------------------------------------------------------
/fastlane/metadata/android/sr/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/sv-SE/short_description.txt:
--------------------------------------------------------------------------------
1 | Dela, fritt och privat
--------------------------------------------------------------------------------
/fastlane/metadata/android/sv-SE/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/sw/short_description.txt:
--------------------------------------------------------------------------------
1 | Shiriki, kwa uhuru na kwa faragha
--------------------------------------------------------------------------------
/fastlane/metadata/android/sw/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ta-IN/short_description.txt:
--------------------------------------------------------------------------------
1 | பகிரவும், சுதந்திரமாகவும் தனிப்பட்ட முறையிலும்
--------------------------------------------------------------------------------
/fastlane/metadata/android/ta-IN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/te-IN/short_description.txt:
--------------------------------------------------------------------------------
1 | ఉచితంగా మరియు ప్రైవేట్గా షేర్ చేయండి
--------------------------------------------------------------------------------
/fastlane/metadata/android/te-IN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/th/short_description.txt:
--------------------------------------------------------------------------------
1 | แบ่งปันได้อย่างอิสระและเป็นส่วนตัว
--------------------------------------------------------------------------------
/fastlane/metadata/android/th/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/tr-TR/short_description.txt:
--------------------------------------------------------------------------------
1 | Özgürce ve özel olarak paylaşın
--------------------------------------------------------------------------------
/fastlane/metadata/android/tr-TR/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/uk/short_description.txt:
--------------------------------------------------------------------------------
1 | Поділіться вільно та приватно
--------------------------------------------------------------------------------
/fastlane/metadata/android/uk/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/ur/short_description.txt:
--------------------------------------------------------------------------------
1 | آزادانہ اور نجی طور پر اشتراک کریں۔
--------------------------------------------------------------------------------
/fastlane/metadata/android/ur/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/vi/short_description.txt:
--------------------------------------------------------------------------------
1 | Chia sẻ, tự do và riêng tư
--------------------------------------------------------------------------------
/fastlane/metadata/android/vi/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/zh-CN/short_description.txt:
--------------------------------------------------------------------------------
1 | 自由且私密地分享
--------------------------------------------------------------------------------
/fastlane/metadata/android/zh-CN/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/zh-HK/short_description.txt:
--------------------------------------------------------------------------------
1 | 自由且私密地分享
--------------------------------------------------------------------------------
/fastlane/metadata/android/zh-HK/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/zh-TW/short_description.txt:
--------------------------------------------------------------------------------
1 | 自由且私密地分享
--------------------------------------------------------------------------------
/fastlane/metadata/android/zh-TW/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/fastlane/metadata/android/zu/short_description.txt:
--------------------------------------------------------------------------------
1 | Yabelana, ngokukhululekile nangasese
--------------------------------------------------------------------------------
/fastlane/metadata/android/zu/title.txt:
--------------------------------------------------------------------------------
1 | Jami
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/.gitignore:
--------------------------------------------------------------------------------
1 | revision.txt
2 | builddate.txt
3 | builder.txt
4 | env.txt
5 |
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/1 AfroNigeria.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/1 AfroNigeria.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/10 UrbanTrap.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/10 UrbanTrap.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/2 AfroNigeria.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/2 AfroNigeria.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/3 AcousticGuitar.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/3 AcousticGuitar.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/4 ElectricGuitar.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/4 ElectricGuitar.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/5 AcousticIndia.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/5 AcousticIndia.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/6 RingSoft.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/6 RingSoft.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/7 RingTribal.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/7 RingTribal.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/8 RingFirefly.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/8 RingFirefly.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/assets/ringtones/9 ElectroCloud.opus:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/assets/ringtones/9 ElectroCloud.opus
--------------------------------------------------------------------------------
/jami-android/app/src/main/background_welcome_jami_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/background_welcome_jami_new.png
--------------------------------------------------------------------------------
/jami-android/app/src/main/background_welcome_jami_night.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/background_welcome_jami_night.png
--------------------------------------------------------------------------------
/jami-android/app/src/main/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/savoirfairelinux/jami-client-android/daf2f3cc71dff571407ea52e92c9001f940f5650/jami-android/app/src/main/ic_launcher-web.png
--------------------------------------------------------------------------------
/jami-android/app/src/main/java/cx/ring/account/AccountCreationViewModel.kt:
--------------------------------------------------------------------------------
1 | package cx.ring.account
2 |
3 | import androidx.lifecycle.ViewModel
4 | import net.jami.model.AccountCreationModel
5 |
6 | class AccountCreationViewModel: ViewModel() {
7 | var model = AccountCreationModel()
8 | }
--------------------------------------------------------------------------------
/jami-android/app/src/main/java/cx/ring/interfaces/AppBarStateListener.kt:
--------------------------------------------------------------------------------
1 | package cx.ring.interfaces
2 |
3 | import android.view.View
4 |
5 | /** An interface to be implemented by Activities or Fragments that host {@link com.google.android.material.appbar.AppBarLayout} */
6 | interface AppBarStateListener {
7 | fun onToolbarTitleChanged(title: CharSequence)
8 | fun onAppBarScrollTargetViewChanged(v: View?)
9 | }
--------------------------------------------------------------------------------
/jami-android/app/src/main/java/cx/ring/linkpreview/PreviewData.kt:
--------------------------------------------------------------------------------
1 | package cx.ring.linkpreview
2 |
3 | data class PreviewData(
4 | val title: String,
5 | val description: String,
6 | val imageUrl: String,
7 | val baseUrl: String
8 | ) {
9 | fun isEmpty(): Boolean = title.isEmpty() && description.isEmpty() && imageUrl.isEmpty()
10 |
11 | fun isNotEmpty(): Boolean = !isEmpty()
12 | }
13 |
--------------------------------------------------------------------------------
/jami-android/app/src/main/res/anim/fade_in.xml:
--------------------------------------------------------------------------------
1 |
2 |