1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-18 07:25:15 +02:00
bitwarden-browser/src/abstractions
Sorin Davidoi 58f5369adc
feat(platform-utils): Get and react to changes to the system theme (#161)
These changes will allow the WebExtension (and later the desktop application) to respect the system theme.

I've added the Electron implementation until I realized that the required API [has been implemented but not released yet](https://www.electronjs.org/docs/api/native-theme/history). Let me know if you I should remove the code.

Part of https://github.com/bitwarden/browser/issues/1256.

https://www.electronjs.org/docs/api/native-theme

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2020-12-15 17:22:24 -05:00
..
api.service.ts Implemented tax collection for subscriptions (#215) 2020-12-04 12:05:31 -05:00
appId.service.ts convert appid to abstract class 2018-04-04 08:22:18 -04:00
audit.service.ts breach check changed to username 2018-06-29 08:20:28 -04:00
auth.service.ts Implement User-based API Keys (#197) 2020-11-10 15:15:40 -05:00
biometric.main.ts try catch nodeRT module via require 2020-07-31 19:42:13 -04:00
broadcaster.service.ts generic broadcaster service 2019-01-22 16:12:34 -05:00
cipher.service.ts New method to update the last used index (#184) 2020-10-09 07:30:55 -04:00
collection.service.ts Upgrade TypeScript (#148) 2020-08-12 15:42:42 -04:00
crypto.service.ts Some groundwork for Send (#192) 2020-11-02 15:58:18 -05:00
cryptoFunction.service.ts Fix 1password importer (#222) 2020-12-08 11:29:57 -06:00
environment.service.ts [Enterprise] Updated Environment Settings (#112) 2020-06-11 15:04:40 -05:00
event.service.ts event logging on view page fixes 2019-07-09 13:08:36 -04:00
export.service.ts support for encrypted json export (#216) 2020-12-03 15:20:38 -05:00
folder.service.ts Upgrade TypeScript (#148) 2020-08-12 15:42:42 -04:00
i18n.service.ts localeNames mapped to iso codes 2019-09-06 09:33:09 -04:00
import.service.ts encrypted import for bitwarden json (#220) 2020-12-04 21:05:11 -05:00
index.ts Misc jslib cleanups (#146) 2020-08-11 10:47:30 -04:00
log.service.ts Use log service for console messages (#221) 2020-12-11 10:44:57 -06:00
messaging.service.ts abstract services 2018-02-08 12:24:37 -05:00
notifications.service.ts sync on reconnect 2018-08-23 08:56:23 -04:00
passwordGeneration.service.ts Password Generator Sanitize Length (#89) 2020-03-18 10:07:57 -05:00
platformUtils.service.ts feat(platform-utils): Get and react to changes to the system theme (#161) 2020-12-15 17:22:24 -05:00
policy.service.ts Fixed lint warnings (#82) 2020-03-02 13:45:06 -06:00
search.service.ts Upgrade TypeScript (#148) 2020-08-12 15:42:42 -04:00
send.service.ts send service and syncing send data (#205) 2020-11-18 13:56:41 -05:00
settings.service.ts abstract services 2018-02-08 12:24:37 -05:00
state.service.ts state service 2018-02-12 15:06:18 -05:00
storage.service.ts convert more service abstractions 2018-02-10 10:53:07 -05:00
sync.service.ts option to allow sync to throw error 2019-10-15 11:06:55 -04:00
system.service.ts clearPendingClipboard function 2019-02-27 11:56:17 -05:00
token.service.ts [Auto-Logout] Update Token Service (#94) 2020-04-06 11:06:32 -05:00
totp.service.ts support for otpauth:// urls for totp codes 2018-07-31 11:25:50 -04:00
user.service.ts user canAccessPremium checks 2018-08-28 23:17:30 -04:00
vaultTimeout.service.ts Desktop biometrics support (#119) 2020-07-23 13:32:20 -04:00