bitwarden-android/src/App/Abstractions/Services
2017-02-01 00:38:35 -05:00
..
IAppIdService.cs Created anonymous app id for google analytics. 2016-08-06 19:03:48 -04:00
IAppInfoService.cs Accessibility service setup pages 2017-02-01 00:38:35 -05:00
IAuthService.cs store previous key and userid so we can determine if stored crypto is usable before a sync 2016-08-05 21:59:25 -04:00
IClipboardService.cs Clipboard service and view site page 2016-05-06 22:29:03 -04:00
ICryptoService.cs store previous key and userid so we can determine if stored crypto is usable before a sync 2016-08-05 21:59:25 -04:00
IDatabaseService.cs initial commit 2016-05-02 02:52:09 -04:00
IDeviceInfoService.cs Added Scale to device info service. Stack layout padding adjsutments depending on android scale. 2016-08-25 21:43:47 -04:00
IFolderService.cs Fix build errors with delete repo contract change 2016-07-01 19:06:07 -04:00
IGoogleAnalyticsService.cs More GA event tracking throughout. Added dispatch when ios app is backgrounded. 2016-08-04 19:35:56 -04:00
IHttpService.cs HttpService abstraction with CustomAndroidClientHandler to handle xamarin android bug with error response body 2016-12-24 10:54:18 -05:00
IKeyDerivationService.cs Removed BouncyCastle in favor of PCLCrypto. Created KeyDerivationService for Android using BouncyCastle. Applied key derivation service to CryptoService. Create iOS Test project. 2016-08-01 20:23:46 -04:00
ILocalizeService.cs Localization services for setting culture 2016-11-26 10:51:04 -05:00
ILockService.cs centralized lock logic into a new lock service to be shared to extension 2016-07-19 23:29:32 -04:00
ILoginService.cs renaming files for Site => Login refactor 2017-01-03 00:25:17 -05:00
ILogService.cs Log service. Linker adjustments. 2016-12-23 00:39:00 -05:00
IPasswordGenerationService.cs Respect options on gneerate password. Allow override parameters to be passed into password generation service. Respect context password options. Copy password. 2016-07-15 01:01:00 -04:00
IReflectionService.cs Added reflection service to handle sizerequest for extendedtableview. Remove footer spacing on uitableview ios renderer. 2016-07-03 02:57:09 -04:00
ISecureStorageService.cs initial commit 2016-05-02 02:52:09 -04:00
ISqlService.cs initial commit 2016-05-02 02:52:09 -04:00
ISyncService.cs Reactor rename Sites => Logins 2017-01-03 00:17:15 -05:00