swarm: improvements for swarm creation page

This patch fixes issues listed below

"Create the Swarm" button should be floating
When no contact selected display message "You can add 8 more people in the Swarm"
Single line for contact name (truncate tail)
Dismiss keyboard on tap
change default image for avatar

GitLab: #194
Change-Id: Ia09db4ce1f547b431cd5eae3d450e67026f22a45
10 files changed
tree: 014177b33265443c2448bc331f2fdee4f297e04c
  1. Ring/
  2. .gitattributes
  3. .gitignore
  4. .gitmodules
  5. .gitreview
  6. compile-ios.sh
  7. COPYING
  8. 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