Chad Scharf
7f7b673b0a
Fix for EMM system configuration for mobile ( #1434 )
2021-08-11 10:36:36 -04:00
Matt Portune
172a857604
handle intent exceptions to prevent denial of service ( #1458 )
2021-07-12 12:31:39 -04:00
Matt Portune
d8e68a266c
bugfixes for lock block when setting timeout to immediate ( #1455 )
2021-07-12 10:58:17 -04:00
Matt Portune
a6c95d06b5
fix for vault timeout locking issue on android ( #1442 )
2021-06-29 10:23:20 -04:00
Matt Portune
fdda670311
replaced blank taskaffinity with singletask launchmode ( #1410 )
2021-05-26 14:18:01 -04:00
Matt Portune
e61bcd2785
fix for activity exporting and workaround for task affinity ( #1408 )
2021-05-19 15:55:16 -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
Thomas Rittson
52ba9f2ba7
Fix crash when using Yubikey via usb on Android ( #1246 )
...
* Fix crash when using yubikey via usb on Android
* Fix crash when using usb keyboard on Android
2021-02-03 05:56:44 +10:00
Matt Portune
56935a7210
restore vault timeout timer for Android ( #1220 )
2021-01-15 14:04:07 -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
3cbe932248
Additional support for system theme setting ( #1124 )
...
* first pass with iOS 13+ support
* tweaks for ios pre-13
* Added Android support for dark/light splash & detection with default theme
* update cipher cell text color on system theme change (android)
2020-10-20 15:26:25 -04:00
Matt Portune
f1419a75f6
Added SSO flows and functionality ( #1047 )
...
* SSO login flow for pre-existing user and no 2FA
* 2FA progress
* 2FA support
* Added SSO flows and functionality
* Handle webauthenticator cancellation gracefully
* updates & bugfixes
* Added state validation to web auth response handling
* SSO auth, account registration, and environment settings support for iOS extensions
* Added SSO prevalidation to auth process
* prevalidation now hitting identity service base url
* additional error handling
* Requested changes
* fixed case
2020-09-03 12:30:40 -04:00
Matt Smith
ff322cd2dd
Modified Permissions Flow ( #1005 )
...
Permissions flow for Android was causing the white screen on initial permission grant on occasion. Moved permission grant to pre-TOTP page load.
2020-07-08 14:09:08 -05: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
9a403ba0ed
Fixed clipboard not clearing on Android 10 ( #851 )
2020-04-23 10:01:41 -04:00
Matt Portune
4d3d8b643a
Conversion of HockeyApp to AppCenter for crash reporting ( #810 )
...
* Conversion of HockeyApp to AppCenter for crash reporting
* Corrected older-style nuget package definition
2020-04-02 09:02:38 -04: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
145482ea30
Project lib updates and migration ( #789 )
...
* Replace 3rd party FAB lib with our own code
* merged
* merged
* WIP
* WIP
* WIP
* WIP
* Updated LiteDB
* Update ZXing libs to 2.4.1
* Missing semicolon
* rename fab style to btn-fab
* Revert project guid modified by VSmac
2020-03-20 17:54:23 -04:00
Matt Portune
33df456cfd
In-app vault export support ( #729 )
...
* First pass at vault export UI
* Password validation via cryptoService
* Export service framework
* support for constructing json export data
* Support for constructing csv export data
* Cleanup and simplification
* Completion of vault export feature
* Formatting and simplification
* Use dialog instead of toast for invalid master password entry
2020-02-14 16:10:58 -05:00
Kyle Spearrin
1fb3698ba2
support for appconfig settings ( #727 )
2020-02-10 14:07:06 -05:00
Kyle Spearrin
67c6cf6b8c
load previous view/edit page after lock
2019-07-31 16:50:16 -04:00
Kyle Spearrin
d91d71333b
LastClipboardValue using static store rather than state
2019-07-31 11:21:07 -04:00
Kyle Spearrin
a0a5e30f48
re-work hockeyapp init
2019-07-23 09:08:16 -04:00
Kyle Spearrin
38d702b6fe
log some events
2019-07-12 17:29:40 -04:00
Kyle Spearrin
72cbdcbc8d
use internal FilesDir for temp photo
2019-06-25 11:54:31 -04:00
Kyle Spearrin
e33b49e78c
externalsFileDir w/ FileProvider for temp store
2019-06-25 10:30:16 -04:00
Kyle Spearrin
2b670a5ae1
ios themeing
2019-06-24 14:29:23 -04:00
Kyle Spearrin
028ebff102
activity key and unsub when activity destroyed
2019-06-12 21:49:43 -04:00
Kyle Spearrin
c4ebd8b6b7
fixes to locking
2019-06-10 13:19:05 -04:00
Kyle Spearrin
d5c610b819
set generator page from tile if locked
2019-06-06 20:34:59 -04:00
Kyle Spearrin
68d8b1fa3e
catch disable display for nfc
2019-06-06 08:59:54 -04:00
Kyle Spearrin
e0c52dea3a
generator tile and icon size adjustments
2019-06-05 16:37:54 -04:00
Kyle Spearrin
a1a5d3b363
dont need splash activity
2019-06-05 15:09:13 -04:00
Kyle Spearrin
8eec0c22d7
nord theme
2019-06-05 11:36:58 -04:00
Kyle Spearrin
11e5b2ea5d
rename main theme to light theme
2019-06-04 09:36:45 -04:00
Kyle Spearrin
dd976b5b86
more black theme stub
2019-06-01 23:59:17 -04:00
Kyle Spearrin
b1eabdfe86
main thread
2019-05-30 20:40:50 -04:00
Kyle Spearrin
70fa41ca3e
clear clipboard alarm
2019-05-30 11:22:35 -04:00
Kyle Spearrin
3f8f29dfe7
secondary menu on groupings page
2019-05-30 00:29:00 -04:00
Kyle Spearrin
cc8b8f9ceb
restart app after theme change
2019-05-29 23:02:30 -04:00
Kyle Spearrin
a1741fdd67
themeing
2019-05-29 15:50:20 -04:00
Kyle Spearrin
026dd4761e
hockeyapp
2019-05-28 23:14:02 -04:00
Kyle Spearrin
635dd5d4d5
non-debug is secure
2019-05-28 23:04:01 -04:00
Kyle Spearrin
81d972a462
thread policy
2019-05-28 23:03:03 -04:00
Kyle Spearrin
58d101659a
listen to yubikey
2019-05-28 09:54:08 -04:00
Kyle Spearrin
ea3dcd6250
add zxing lib
2019-05-22 20:28:31 -04:00
Kyle Spearrin
22366ec0a2
autofill cipher
2019-05-17 14:46:31 -04:00
Kyle Spearrin
9d491a3636
app options for add/edit page
2019-05-17 12:03:35 -04:00
Kyle Spearrin
290e90ba8e
lock alarm
2019-05-16 12:30:20 -04:00
Kyle Spearrin
29b37219c2
attachments page
2019-05-10 23:43:35 -04:00