Select Git revision
jami-client-ios
-
-
- Open in your IDE
- Download source code
Romain Bertozzi
authored
This patch removes the singleton of the AccountService and
AccountAdapter.
These elements are still instantiated and kept once in the application
thanks to the AppDelegate.
They are then injected by initializers to the rest of the app.
In order to achieve this, we had to change the delegate connection
between the AccountAdapter and its Service. Indeed, we do not have a
singleton pattern anymore and we can not keep a "self" reference
because of the exportable_callback behaviour.
So, we set the delegate to a static delegate.
Tuleap: #1391
Change-Id: I56d6e79f7d3c09d6ac3166643fa293cf6df67555
Reviewed-by:
Silbino Gonçalves Matado <silbino.gmatado@savoirfairelinux.com>
Name | Last commit | Last update |
---|---|---|
Ring | ||
.gitignore | ||
.gitreview | ||
COPYING | ||
compile-ios.sh |