conversation: fix avatar and name updates

This patch fixes the timing of subscriptions and makes avatars
and names observable. This allows them to be updated when the
profile is updated.

GitLab: #349
Change-Id: I63d8467c9414ce9ec340bd9019eb3484bdd34c5f
15 files changed
tree: 68714f9b886bbf1596d54e149daca8ed25400437
  1. .github/
  2. Ring/
  3. .gitattributes
  4. .gitignore
  5. .gitmodules
  6. .gitreview
  7. compile-ios.sh
  8. COPYING
  9. README.md
README.md

Jami iOS

This repository is for the porting of Jami to iOS.

Requirements

  • MacOS version 12 or higher
  • XCode version 13 or higher
  • Homebrew (instructions could be found on https://brew.sh)
  • Carthage (brew install carthage)

Buil instructions

Supported archs are: arm64 Minimum supported version is: 14.5

  • clone the project
git clone https://review.jami.net/jami-project
  • init repositories
cd jami-project && ./build.py --init
  • install dependencies
./build.py --dependencies --distribution IOS
  • build daemon and contributions
cd client-ios && ./compile-ios.sh --platform=iPhoneOS
  • build client dependencies
cd Ring && ./fetch-dependencies.sh

Update translations

Update translations using the Transifex:

cd Ring
tx push -s
./update-translations.sh