Vincent Salucci
271e6b3d92
[Reset Password v1] Update Temp Password ( #1492 )
...
* [Reset Password v1] Update Temp Password
* fixed order of operations for reset temp password flow
* Refactored bool with auth result
* Finished removal of temp password flow from set password
* iOS extension support plus extension bugfixes
Co-authored-by: addison <addisonbeck1@gmail.com>
Co-authored-by: Matt Portune <mportune@bitwarden.com>
2021-09-24 13:14:26 -05:00
Oscar Hinton
6023374fbe
Vault Timeout Policy ( #1530 )
2021-09-23 15:42:38 +02:00
Matt Portune
a6c95d06b5
fix for vault timeout locking issue on android ( #1442 )
2021-06-29 10:23:20 -04:00
Matt Portune
10ea6a86e3
clear cache on logout ( #1375 )
2021-04-19 15:38:49 -04:00
Matt Portune
d926565358
Share-to-Send for Android ( #1343 )
...
* Android implementation
* remove iOS attempt for now
2021-03-31 10:19:05 -04:00
Matt Portune
56935a7210
restore vault timeout timer for Android ( #1220 )
2021-01-15 14:04:07 -05:00
aaxdev
fbcf9c900c
Fix auto biometric prompt on vault timeout ( #1048 )
...
* Fix auto biometric prompt on vault timeout
* Revert "Fix auto biometric prompt on vault timeout"
This reverts commit 67663d7be9
.
* Let biometric prompt on vault timeout (android)
2020-12-21 12:15:32 -05:00
Matt Portune
acf2e4360f
Use monotonic clock for vault timeout ( #1175 )
...
* Use monotonic clock for vault timeout
* free memory
* removed vault timeout timers and added crash logging to iOS clock hack
2020-12-14 15:29:30 -05:00
Matt Portune
0b7e07ebab
clear cipher cache when replacing ios autofill identities ( #1112 )
...
* clear cipher cache when replacing ios autofill identities
* changed to be service-centric
* support for multiple cache keys
* async suffix
* added cache keys for android
2020-10-13 15:39:36 -04:00
Matt Portune
5da2f3279b
biometrics cleanup ( #964 )
2020-06-08 08:25:13 -04:00
Kyle Spearrin
fbf3d97d57
check app options ios extension on nfc check ( #933 )
2020-05-29 15:25:06 -04:00
Vincent Salucci
4c3df2e1e1
[Auto Logout] Final review of feature ( #932 )
...
* Initial commit of LockService name refactor (#831 )
* [Auto-Logout] Update Service layer logic (#835 )
* Initial commit of service logic update
* Added default value for action
* Updated ToggleTokensAsync conditional
* Removed unused variables, updated action conditional
* Initial commit: lockOption/lock refactor app layer (#840 )
* [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844 )
* Initial commit of app layer part 2
* Updated biometrics position
* Reverted resource name refactor
* LockOptions refactor revert
* Updated method casing :: Removed VaultTimeout prefix for timeouts
* Fixed dupe string resource (#854 )
* Updated dependency to use VaultTimeoutService (#896 )
* [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902 )
* fix typo in PINRequireMasterPasswordRestart (#900 )
* initial commit for xf usage in autofill
* Fixed databinding for hint button
* Updated Two Factor page launch - removed unused imports
* First pass at broadcast/messenger implentation for autofill
* setting theme in extension using theme manager
* extension app resources
* App resources from main app
* fix ref to twoFactorPage
* apply resources to page
* load empty app for sytling in extension
* move ios renderers to ios core
* static ref to resources and GetResourceColor helper
* fix method ref
* move application.current.resources refs to helper
* switch login page alerts to device action dialogs
* run on main thread
* showDialog with device action service
* abstract action sheet to device action service
* add support for yubikey
* add yubikey iimages to extension
* support close button action
* add support to action extension
* remove empty lines
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com>
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
* [Auto Logout] Update lock option to be default value (#929 )
* Initial commit - make lock action default
* Removed extra whitespace
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com>
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-05-29 12:26:36 -04:00
Matt Portune
4b9a036e5e
Removal of lifecycle hack for 2FA resume flow ( #912 )
2020-05-20 09:57:48 -04:00
Matt Portune
4576f378cc
lock screen drawing & 2FA entry bugfixes ( #910 )
...
* lock screen drawing & 2FA entry bugfixes
* cleanup whitespace
2020-05-20 09:09:28 -04:00
Vincent Salucci
1dc027cf49
[Autofill] Apply locked autofill flow to logged out state ( #827 )
...
* Initial commit: apply locked auto-fill flow to log out auto-fill
* Alphabetized imports
* Removed unnecessary else conditional
* Fix for talkback slider control (#828 )
* Initial commit: apply locked auto-fill flow to log out auto-fill
* Alphabetized imports
* Removed unnecessary else conditional
* Fixed variable init order
Co-authored-by: Matt Portune <59324545+mportune-bw@users.noreply.github.com>
2020-04-13 11:32:23 -05:00
Chad Scharf
3c18fd7636
Changed all C# control flow block statements to include space between keyword and open paren ( #800 )
2020-03-28 09:16:28 -04:00
Matt Portune
6ffb3136d4
Workaround for older bug in Xamarin.Forms by waiting for app to resume before attempting to set Application.Current.MainPage ( #757 )
2020-03-05 16:18:04 -05:00
Kyle Spearrin
cc036cf3c5
Set lock page on resume for android
2019-12-16 09:43:14 -05:00
Kyle Spearrin
0cdc138ba3
dont immediatly prompt biometric when locked
2019-10-30 08:08:15 -04:00
Kyle Spearrin
e1983a7d66
fix error when login token expires
2019-10-22 16:30:28 -04:00
Kyle Spearrin
93b59a75a4
remove migration code
2019-10-05 21:36:47 -04:00
Kyle Spearrin
ced9d33d2e
memory stored pinProtectedKey
2019-09-20 16:43:03 -04:00
Kyle Spearrin
c9d6f58563
delay for 1s on SyncIfNeeded
2019-08-12 09:35:18 -04:00
Kyle Spearrin
325b557506
null check on SyncIfNeeded
2019-08-12 08:51:49 -04:00
Kyle Spearrin
67c6cf6b8c
load previous view/edit page after lock
2019-07-31 16:50:16 -04:00
Kyle Spearrin
2062a284e3
fix lock checks on sleep of app
2019-07-22 08:37:06 -04:00
Kyle Spearrin
40a3541e8e
handle sleep event on ios manually
2019-07-13 20:25:31 -04:00
Kyle Spearrin
38d702b6fe
log some events
2019-07-12 17:29:40 -04:00
Kyle Spearrin
62d8824450
clear cache in main app if change made in extension
2019-07-06 22:49:17 -04:00
Kyle Spearrin
e01bf57874
re-set state for website icons on login/unlock
...
resolves #549
2019-07-02 08:05:34 -04:00
Kyle Spearrin
7ced93225b
logic on autoPromptFingerprint when locked
2019-07-02 07:50:09 -04:00
Kyle Spearrin
4b4757d0e5
ios resumed
2019-06-24 17:02:05 -04:00
Kyle Spearrin
2b670a5ae1
ios themeing
2019-06-24 14:29:23 -04:00
Kyle Spearrin
5dbe9e5ca2
add lots of misc thigns to appdelegate
2019-06-11 23:04:41 -04:00
Kyle Spearrin
d5c610b819
set generator page from tile if locked
2019-06-06 20:34:59 -04:00
Kyle Spearrin
6f905319c3
prompt fignerprint on resume of lock page
2019-06-06 08:04:54 -04:00
Kyle Spearrin
e0c52dea3a
generator tile and icon size adjustments
2019-06-05 16:37:54 -04:00
Kyle Spearrin
4d54c8f1d1
resolve some todos
2019-06-05 08:58:11 -04:00
Kyle Spearrin
44530b63ca
check internet connection
2019-06-03 23:12:54 -04:00
Kyle Spearrin
5eee358059
sync when finished migrating
2019-06-03 14:32:43 -04:00
Kyle Spearrin
a78997771f
only set pin when needed. sync after migration
2019-06-03 14:21:56 -04:00
Kyle Spearrin
0fc013eb8a
migrated messaging
2019-06-01 23:33:36 -04:00
Kyle Spearrin
5ce2eaf77e
dont auto show fingerprint if lock is initiated
2019-06-01 01:07:02 -04:00
Kyle Spearrin
6aef106482
start some migration work for auth data
2019-05-31 17:49:51 -04:00
Kyle Spearrin
ab9bbf7b0f
save activity
2019-05-30 20:24:30 -04:00
Kyle Spearrin
0aa1359ad4
use current.mainpage
2019-05-30 18:27:57 -04:00
Kyle Spearrin
6d51864873
update tasks and sync on app start
2019-05-30 14:13:02 -04:00
Kyle Spearrin
c3b9f4e5a8
run subscribed messages on main thread
2019-05-30 11:40:33 -04:00
Kyle Spearrin
a1741fdd67
themeing
2019-05-29 15:50:20 -04:00
Kyle Spearrin
6218c65ec6
prime expensive tasks
2019-05-28 17:18:27 -04:00