Mobile Clients Architecture
The mobile clients are Android, iOS with its extensions and watchOS. They all are located in this Git repository.
Principal structure is a follows:
Core
: Shared code that focus on the logical part of the app. Several classes are a port from the Web Clients to C#.App
: Shared code that focus on the presentation layer of the app and some business logic as well.Android
: All the code specific to the Android platformiOS
: All the code specific to the iOS platformiOS.Core
: Shared code used by the iOS app and its extensionsiOS.Autofill
: iOS extension that handles AutofilliOS.Extensions
: iOS extension that handles Autofill from the bottom sheet extensioniOS.ShareExtension
: iOS extension that handles sharing files through SendwatchOS
: All the code specific to the watchOS platformbitwarden
: Stub iOS app so that the watchOS app has a companion app on XCodebitwarden WatchKit App
: Main Watch app where we set assets.bitwarden WatchKit Extension
: All the logic and presentation logic for the Watch app is here
Dependencies diagram
Below is a simplified dependencies diagram of the mobile repository.