Jake Fink
6f3999016f
Supress lock and logout when showing fileswitcher on Android ( #1626 )
...
* Supress lock and logout when showing fileswitcher on Android
* convert suppress bool to delay long
- move HandleVaultTimeoutAsync to vaultTimeoutService
2022-01-19 09:09:30 -05:00
Federico Maccaroni
2791d4b8ec
Fixes for iOS push notifications ( #1708 )
...
* WIP Fixes for iOS push notifications
* WIP Fixes for iOS push notifications, fix missed implementation on android
* Fix some issues on the push notifications, changed to Debug Console.WriteLine, and added update on entitlements on the build.yml
2022-01-18 11:52:08 -03:00
Indranil012
42403210a0
Added kiwi Browser "Dev" package name for autofill support ( #1694 )
...
* Added Kiwi Browser Dev support
2022-01-17 22:10:33 +00:00
github-actions[bot]
c6547771a5
Autosync the updated translations ( #1709 )
...
Co-authored-by: github-actions <>
2022-01-07 13:51:27 +01:00
Federico Maccaroni
9fdcba386e
Possible fix for iOS crash after long time idling ( #1700 )
2022-01-03 12:46:42 -03:00
github-actions[bot]
86397a6f1e
Autosync the updated translations ( #1705 )
...
Co-authored-by: github-actions <>
2022-01-01 17:52:21 +01:00
github-actions[bot]
4c2e7331e3
Autosync the updated translations ( #1699 )
...
Co-authored-by: github-actions <>
2021-12-24 01:12:47 +01:00
Federico Maccaroni
b28e265ed4
Updated Delete account view UI ( #1692 )
2021-12-20 12:31:12 -03:00
github-actions[bot]
6164c764b4
Autosync the updated translations ( #1693 )
...
Co-authored-by: github-actions <>
2021-12-17 01:25:55 +01:00
Jake Fink
ad3b401ed3
remove re-throws of exceptions, hiding stack trace ( #1680 )
...
* remove re-throws of exceptions, hiding stack trace
* revert to catch all ApiExceptions
* add back throw in auditService
* whitespace
2021-12-16 15:34:33 -05:00
Federico Maccaroni
adb8bb4f1b
Fix by workaround crash on LabelRenderer and when changing themes #1689 ( #1690 )
2021-12-16 11:36:06 -03:00
Federico Maccaroni
04c7409418
Fix Unsafe deserialization of Parcel data Intent ( #1691 )
...
* Fix crash produced by unsafe deserialization of Parcel data passed on the intent
* Fix crash produced by unsafe deserialization of Parcel data passed on the intent on other activities and renamed intent extension method
2021-12-15 15:09:08 -03:00
Federico Maccaroni
705b8ac12b
Fix Clipboard clear after time on iOS ( #1679 )
...
* Fixed Clipboard clear after x seconds depending on what the user set. Also refactored a bit to make the Clipboard a custom service to provide a better way to handle this situation #1464
* Clear some usings #1464
2021-12-10 17:41:36 -03:00
Jake Fink
23a164b245
include entitlements in ios.extension simulator builds ( #1684 )
2021-12-10 10:46:40 -05:00
github-actions[bot]
6f936343ae
Bumped version to 2.15.1 ( #1683 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-10 10:03:06 -05:00
github-actions[bot]
5eeec7d9ed
Autosync the updated translations ( #1681 )
...
Co-authored-by: github-actions <>
2021-12-10 01:18:44 +01:00
github-actions[bot]
b95efae7fb
Bumped version to 2.15.0 ( #1676 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-08 09:57:29 -05:00
github-actions[bot]
4a1f28caf8
Autosync the updated translations ( #1661 )
...
Co-authored-by: github-actions <>
2021-12-07 17:03:34 +01:00
Jake Fink
dddc38ef64
move splash screen logic to OnResignActivation ( #1674 )
2021-12-07 09:45:05 -05:00
Jake Fink
05bcc10277
remove "singleTask" launch mode on Android 11+ ( #1673 )
...
* remove "singleTask" launch mode on Android 12+
* remove commented and unneccesary code
* fix formatting and change from Android 12 to Android 11
2021-12-06 14:17:56 -05:00
Jake Fink
2a373dd3fc
only prompt for sso if using key connector ( #1667 )
2021-11-29 15:37:19 -05:00
Federico Maccaroni
14d2b833d8
Fix crash produced when adding a custom field on a Secure Note, because it try to load the control of linked fields even if it's not the type ( #1668 )
2021-11-29 15:33:29 -03:00
Federico Maccaroni
9fdf2ada6f
Added account deletion feature on settings ( #1621 )
...
* Added account deletion feature on settings
* Disabled using Microsoft.AppCenter.Crashes for FDroid
* Moved drawable on Android.csproj to be with the others
Co-authored-by: Federico Maccaroni <fmaccaroni@bitwarden.com>
2021-11-24 16:09:39 -03:00
qflair
833103b2a0
Add support for Pluma Browser for Android ( #1639 )
2021-11-24 10:12:30 -05:00
Jonathan Almeida
6bae85b22d
Update Focus/Klar accessibility and autofill IDs ( #1535 )
2021-11-24 09:44:10 -05:00
Jake Fink
34dfb0b57e
Add workaround to Android entry renderer ( #1658 )
2021-11-23 08:18:31 -05:00
Thomas Rittson
ff35e3c022
[Key Connector] Hide MP input in iOS extensions ( #1656 )
...
* Hide MP on iOS unlock screen
* Update navbar if using biometric auth only
* Tidy up logic
2021-11-23 09:50:34 +10:00
Jake Fink
316cb4d21c
ui changes for lock screen if using key connector with biometrics ( #1654 )
2021-11-19 17:25:19 -05:00
Federico Maccaroni
7d42d19ae3
Revert "Add Share app Extension on iOS for Send ( #1647 )" ( #1655 )
...
This reverts commit 75ed72f91b
.
2021-11-19 17:00:54 -03:00
Federico Maccaroni
75ed72f91b
Add Share app Extension on iOS for Send ( #1647 )
...
* WIP Add Share app extension on iOS for Send
* Added Share app extension on iOS for Send and some code fixes as well
* Updated iOS csprojs configs to linkskip the new extension project and also added AdHoc and AppStore configurations to iOS.ShareExtension.csproj
* Code clean up and transformed bundle resources into links to the already used pngs of the main iOS project on ShareExtension
* Updated build.yml to include provisioning profile for iOS Share extension
* Adding in the missing provisioning profile
* Removed .DS_Store from the iOS.ShareExtension csproj Resources
* switching out the share extension profile
* Added Share extension provisioning profile configuration on export options app store for github and also removed custom info.plist config for localhost which is not necessary
Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
2021-11-19 15:05:00 -03:00
Jake Fink
e9b0bbb3a9
Bug/cme autofill unlock ( #1653 )
...
* Show SSO login if using key-connector without bio or pin
* remove additional call to enable biometrics and change method name
- ordered methods to group private and public
* allow sso for first biometric authenitcation
2021-11-19 11:24:48 -05:00
Jake Fink
94994af4a9
ui changes export vault screen for key connector ( #1651 )
...
* ui changes export vault screen for key connector
* update label and remove period
2021-11-19 09:44:01 -05:00
github-actions[bot]
68c484b67f
Autosync the updated translations ( #1652 )
...
Co-authored-by: github-actions <>
2021-11-19 13:04:21 +01:00
Federico Maccaroni
1b60ac3699
Fixed missing FavIcons on Android #1640 ( #1649 )
...
* Set custom HttpClient for FFImageLoading to set AndroidClientHandler in order to load icons from icon server due to a problem with the SSL certificate when using the default HttpClientHandler #1640
* Using cleanup for FDroid #1640
* Added System.Net.Http on Android.csproj for FDroid only to check if that fixes the build
2021-11-18 17:38:23 -03:00
Thomas Rittson
1c006d6218
Hide Master Pass On Restart for Key Connector ( #1650 )
2021-11-19 05:01:44 +10:00
Jake Fink
3e0e620bb7
Show SSO login if using key-connector without bio or pin ( #1648 )
...
* Show SSO login if using key-connector without bio or pin
* remove additional call to enable biometrics and change method name
- ordered methods to group private and public
2021-11-17 12:44:27 -05:00
github-actions[bot]
14177efdda
Autosync the updated translations ( #1642 )
...
Co-authored-by: github-actions <>
2021-11-16 10:58:30 -05:00
Jake Fink
3ee80beda8
pass OrgId to SSO login while using CME ( #1646 )
2021-11-16 09:34:26 -05:00
Jake Fink
13869b5a1b
[KeyConnector] Add support for key connector OTP ( #1633 )
...
* initial commit
- add UsesKeyConnector to UserService
- add models
- begin work on authentication
* finish auth workflow for key connector sso login
- finish api call for get user key
- start api calls for posts to key connector
* Bypass lock page if already unlocked
* Move logic to KeyConnectorService, log out if no pin or biometric is set
* Disable password reprompt when using key connector
* hide password reprompt checkbox when editing or adding cipher
* add PostUserKey and PostSetKeyConnector calls
* add ConvertMasterPasswordPage
* add functionality to RemoveMasterPasswordPage
- rename Convert to Remove
* Hide Change Master Password button if using key connector
* Add OTP verification for export component
* Update src/App/Pages/Vault/AddEditPage.xaml.cs
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* remove toolbar item "close"
* Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* remove new line in resource string
- format warning as two labels
- set label in code behind for loading simultaneously
* implement GetAndSetKey in KeyConnectorService
- ignore EnvironmentService call
* remove unnecesary orgIdentifier
* move RemoveMasterPasswordPage call to LockPage
* add spacing to export vault page
* log out if no PIN or bio on lock page with key connector
* Delete excessive whitespace
* Delete excessive whitespace
* Change capitalisation of OTP
* add default value to models for backwards compatibility
* remove this keyword
* actually handle exceptions
* move RemoveMasterPasswordPage to TabPage using messaging service
* add minor improvements
* remove 'this.'
Co-authored-by: Hinton <oscar@oscarhinton.com>
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-10 20:46:48 -05:00
Thomas Rittson
90b62d61ae
[Linked fields] Add Linked Field as a custom field type ( #1563 )
...
* Add linked fields support
* Fix style, don't show linked field if Secure Note
* Finish basic linked fields for Login
* Use Field.LinkedId to store linked field info
* Reset Linked Custom Fields if cipherType changes
* Refactor to use ItemView class
* Use enum for LinkedId
* Detect if no linkedFieldOptions
2021-11-09 07:34:16 +10:00
Jake Fink
df496e39ff
load app resources into ThemeManager before appearance adjustments ( #1631 )
2021-11-05 09:51:48 -04:00
Matt Portune
4b0fb2840e
bump version for testflight ( #1629 )
2021-11-03 13:04:54 -04:00
stevenlele
629c696c81
[SupportedBrowsers] Add Captive Login and drop Alook ( #1625 )
2021-11-02 09:17:10 -04:00
Joseph Flinn
bf1aa7c4eb
Version bump 2.14.2 ( #1622 )
2021-10-29 12:50:11 -07:00
Jake Fink
318a3e4de9
fix for bug stopping vault timeout to never ( #1618 )
...
- use nullable int on settings page and in vault service
2021-10-29 10:31:38 -04:00
Makoto Kato
0f992d27b3
Turn off autofill compatibility mode on the latest Firefox and Firefox beta. ( #1592 )
2021-10-28 14:44:24 -04:00
Jake Fink
83fd6736f6
add date and time formatting methods to localize service ( #1616 )
...
- uses Apple APIs for formatting on iOS
- uses .Net APIs for formatting Android
- implemented across project
- remove unnecesary calls to DateTimeConverter
2021-10-28 12:52:41 -04:00
Matt Portune
397250368a
remove numeric restriction on cc number field ( #1617 )
2021-10-28 12:52:04 -04:00
Joseph Flinn
5e4365084b
Version bump 2.14.1 ( #1614 )
2021-10-28 06:50:13 -07:00
Joseph Flinn
0d3f819e93
Version Bump 2.14.0 ( #1610 )
2021-10-27 08:40:08 -07:00
github-actions[bot]
3760e0f9f4
Autosync the updated translations ( #1609 )
...
Co-authored-by: github-actions <>
2021-10-27 07:52:31 -07:00
Jake Fink
0e9cbe4539
add reveal button to password reprompt on iOS ( #1607 )
...
* add reveal button to password reprompt on iOS
* format special chars as unicode
2021-10-26 17:46:11 -04:00
Federico Maccaroni
b8c1107c94
Fixed long secure notes edition scrolling when focused issue ( #1257 ) ( #1601 )
...
* Fixed long secure notes edition scrolling when focused issue (#1257 )
* Improved fix long secure notes edition scrolling when focused issue to not use a new editor custom renderer but an effect (#1257 )
* Fixed long editor, on text and notes on send when scrolling when focused issue (#1257 )
2021-10-25 16:28:45 -03:00
Federico Maccaroni
a07ef1a1d6
Fix html labels colors issue ( #1516 ) ( #1603 )
2021-10-25 16:28:14 -03:00
Matt Portune
4e0b05571d
utilize iOS safe area in UI ( #1597 )
2021-10-22 10:06:17 -04:00
Matt Portune
d93d70fd66
Autofill support for upcoming changes to google search ( #1596 )
2021-10-21 10:45:48 -04:00
Matt Portune
41098ff05b
fix gap in background color application resulting in flashing during transitions, part 2 ( #1595 )
2021-10-18 09:56:20 -04:00
Matt Portune
4ed7491116
fix for crash when checking for running accessibility service without activity ( #1591 )
2021-10-18 09:56:12 -04:00
Matt Portune
1ebad6bca5
fix for crash when terminating app ( #1589 )
2021-10-16 07:56:17 -04:00
Matt Portune
48e3986264
fix gap in theme application resulting in flashing during transitions ( #1588 )
2021-10-15 15:46:24 -04:00
Jake Fink
f3ff991abe
check password for null before setting cursor position ( #1586 )
2021-10-15 10:56:12 -04:00
Kyle Spearrin
17b89dc21c
New Crowdin updates ( #1583 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Norwegian Nynorsk)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Tamil)
* New translations AppResources.resx (Bengali)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Latvian)
* New translations AppResources.resx (Azerbaijani)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Filipino)
* New translations AppResources.resx (Malayalam)
* New translations AppResources.resx (Bosnian)
* New translations AppResources.resx (Sinhala)
* New translations AppResources.resx (Kannada)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Belarusian)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Greek)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Slovenian)
* New translations AppResources.resx (Serbian (Cyrillic))
* New translations AppResources.resx (English, India)
* New translations copy.resx (English, United Kingdom)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (English, India)
* New translations copy.resx (English, United Kingdom)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (English, India)
2021-10-14 19:22:33 -04:00
github-actions[bot]
ff76a3ec15
Autosync the updated translations ( #1582 )
...
Co-authored-by: github-actions <>
2021-10-14 18:04:06 -04:00
Matt Portune
a0bb16c35f
fix for crash on startup when policies are non-existent ( #1579 )
2021-10-14 13:53:57 -04:00
Jake Fink
62a8d1c017
fix for Captcha crashing on account creation ( #1580 )
2021-10-14 13:42:48 -04:00
Matt Portune
ce4e3ed1cd
support for new btnReturnText in mobile webauthn connector ( #1576 )
...
* support for new btnReturnText in mobile webauthn connector
* added header text for connector localization
2021-10-14 11:53:41 -04:00
Matt Portune
4669275680
Fix for Android 5.x crash caused by new switch styling ( #1575 )
2021-10-13 12:26:54 -04:00
Jake Fink
fc1000acc1
loop through URIs to find website before showing default icons ( #1572 )
...
- create static class for uri logic (keeping converter for future)
- create new property in viewmodel for icon source
- check if icons are enabled and source for icon before showing default glyph
2021-10-12 11:00:33 -04:00
Oscar Hinton
c9ce7256e5
MaximumVaultTimeout policy fixes ( #1573 )
2021-10-12 15:35:01 +02:00
Vincent Salucci
34aba0e168
[Reset Password] BUG - Update local policies for enforcement ( #1565 )
...
* [Reset Password] BUG - Update local policies for enforcement
* Updated with blocking sync
* add the stuff I forgot to tell vsalucci about
* removed the lies I fed vsalucci
* remove unnecessary import
Co-authored-by: Matt Portune <mportune@bitwarden.com>
2021-10-08 16:51:16 -05:00
Matt Portune
9e9e2e12d8
fix padding between sync button and last sync timestamp ( #1571 )
2021-10-08 15:56:36 -04:00
Jake Fink
3eec349038
Fix crash from SelectableLabelRenderer ( #1570 )
2021-10-08 13:14:23 -04:00
Jake Fink
69650a1ab5
Hide label if no subtitle for Cipher ( #1569 )
2021-10-08 12:09:26 -04:00
Jake Fink
faac7ebe5e
Set cursor position after toggle password visibility ( #1568 )
...
- Lock page
- Login page
- Register page
2021-10-08 12:09:08 -04:00
Jake Fink
d3734c63fc
Add SelectableLabel Custom Renderer to allow copy of note text ( #1564 )
...
* Add SelectableLabel Custom Renderer to allow copy of note text
- Remove SelectableLabelEffect
* Remove editor changes from text custom field
2021-10-08 08:49:15 -04:00
Matt Portune
4aad34cd75
Dynamic theme switching and visual tweaks ( #1556 )
...
* Dynamic theme switching and visual tweaks
* update action runner to use macos-11 for iOS 15 support
* additional tweaks
* refinements
* refinements
* formatting and tweaks
2021-10-08 08:47:40 -04:00
Matt Gibson
73eb3c2c1e
Split collections permissions ( #1558 )
...
* Split collections permissions
* Remove old permissions
There is no backwards compatibility issue since these permissions are unused.
* Remove unused imports
2021-10-05 11:12:55 -05:00
Jake Fink
6109091ec0
filter Ciphers to exclude deleted items ( #1559 )
2021-10-04 13:46:45 -04:00
Jake Fink
c0783cd162
Exclude deleted items from folder counts ( #1555 )
2021-10-04 08:33:23 -04:00
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
Thomas Rittson
716e52f6ff
Move policy checks inside PolicyService ( #1533 )
...
* Move policy checks inside PolicyService
* Remove leftover code
* Remove duplicate code
* Reorder code for consistency
2021-09-24 09:51:02 +10:00
Matt Portune
010a4210f4
bump version for testflight ( #1547 )
2021-09-23 14:24:52 -04:00
Matt Portune
8d23bc89e8
Update XF to remove AndroidX dependency hack ( #1544 )
...
* update forms and other libs
* change async pattern
2021-09-23 13:11:51 -04:00
Oscar Hinton
f2857397f0
Disable Private Vault Export Policy ( #1546 )
2021-09-23 18:30:20 +02:00
Oscar Hinton
6023374fbe
Vault Timeout Policy ( #1530 )
2021-09-23 15:42:38 +02:00
Joseph Flinn
d3c1b58c2a
Version bump to 2.13.0 ( #1545 )
2021-09-22 08:58:18 -07:00
github-actions[bot]
a026af2072
Autosync the updated translations ( #1543 )
...
Co-authored-by: github-actions <>
2021-09-21 14:53:36 -07:00
Vincent Salucci
51be6e522b
[SSO/Auto Enroll] Fixed response object typo ( #1542 )
2021-09-16 23:01:12 -05:00
Vincent Salucci
024d9380c9
[SSO Auto Enroll] Auto Enroll status retrieval ( #1540 )
...
* [SSO Auto Enroll] Auto Enroll status retrieval
* Updated object property to match server
2021-09-15 12:27:27 -05:00
Matt Portune
14b51b1a7f
friendly message for webauthn errors ( #1534 )
...
* friendly error message for webauthn error flow
* combine original plus friendly message
* remove redundant phrasing
2021-09-09 10:04:49 -04:00
Vincent Salucci
d3f00340fb
[SSO] Auto enroll during set password ( #1520 )
...
* [SSO] Auto enroll during set password
* Updated with requested changes
2021-09-08 12:43:24 -05:00
Matt Portune
8866fc6322
Bump version to 2.12.1 ( #1529 )
2021-09-07 13:50:05 -04:00
Matt Portune
68887c5de7
Bugfix typerole ( #1528 )
...
* Fix issue with undefined CFBundleTypeRole
* format with tabs for consistency
2021-09-07 12:50:22 -04:00
Matt Portune
307a5a5843
FIDO2 WebAuthn support for mobile ( #1519 )
...
* FIDO2 / WebAuthn support for mobile
* fixes
2021-08-30 12:44:12 -04:00
Matt Portune
67e26c778b
Revert "bump MinimumOSVersion to 12.0 ( #1508 )" ( #1515 )
...
This reverts commit 745b54bf2a
.
2021-08-25 17:03:33 -04:00
Matt Portune
efb10d155d
Revert "enable LLVM in iOS builds ( #1510 )" ( #1514 )
...
This reverts commit 244a6a7f41
.
2021-08-25 17:03:02 -04:00
Matt Portune
913c673773
Revert "enable LLVM in iOS extensions ( #1511 )" ( #1513 )
...
This reverts commit 380c3583fb
.
2021-08-25 17:02:49 -04:00
Joseph Flinn
339decafe4
Reverting changes to Chinese and Portuguese translations ( #1512 )
2021-08-24 11:57:34 -07:00
Matt Portune
380c3583fb
enable LLVM in iOS extensions ( #1511 )
2021-08-23 11:40:16 -04:00
Matt Portune
244a6a7f41
enable LLVM in iOS builds ( #1510 )
2021-08-23 10:16:46 -04:00
Matt Portune
745b54bf2a
bump MinimumOSVersion to 12.0 ( #1508 )
2021-08-20 09:54:39 -04:00
Joseph Flinn
4f86bb2043
Reverting English changes from the Auto Crowdin Sync ( #1507 )
2021-08-19 10:47:15 -07:00
github-actions[bot]
ada8a73849
Autosync Crowdin Translations ( #1498 )
...
* Autosync Crowdin translations
* Autosync Crowdin translations
Co-authored-by: github-actions <>
2021-08-18 15:14:15 -07:00
Matt Gibson
1e3204f91d
Version bump to 2.12.0 ( #1505 )
2021-08-17 14:02:00 -05:00
Matt Gibson
24a0396d0f
Fix iphone captcha throws ( #1495 )
2021-08-12 08:23:02 -05:00
Chad Scharf
7f7b673b0a
Fix for EMM system configuration for mobile ( #1434 )
2021-08-11 10:36:36 -04:00
Matt Gibson
f79ff3fd63
Encode auth email for unicode email support ( #1491 )
2021-08-10 11:48:51 -05:00
Matt Gibson
2f2fa8a25b
Feature/use hcaptcha if bot ( #1476 )
...
* Add captcha to login models and methods
* Add captcha web auth to login
* Extract captcha to abstract base class
* Add Captcha to register
* Null out captcha token after each successful challenge
* Cancel > close
2021-08-04 14:47:23 -05:00
Matt Gibson
9042b1009e
Revert "Revert "Redefine cipher "share" to "move to organization""" ( #1459 )
...
* Revert "Revert "Redefine cipher "share" to "move to organization" (#1433 )" (#1440 )"
This reverts commit bd4a275558
.
* Cancel > close
2021-08-04 14:46:28 -05:00
Jonathan Browne
b4c016c9d4
Change Close to Cancel in editing prompts. ( #1480 )
2021-07-27 09:25:42 -04:00
howyay
ae763ebca8
Add support for Mull browser ( #1435 )
2021-07-26 09:20:47 -04:00
Matt Portune
880483ac79
bump app version to 2.11.3 for testflight ( #1477 )
2021-07-23 16:33:15 -04:00
Georges Varouchas
f44e6ab75f
bugfix in AuthService.LogInSsoAsync ( #1474 ) ( #1475 )
...
add missing parameter in call to LogInHelperAsync
2021-07-23 14:36:49 -04:00
Matt Portune
10a718b0c7
bump version to 2.11.2 ( #1473 )
2021-07-23 11:33:53 -04:00
Thomas Rittson
9ec4050e4d
Move remaining primary buttons in login flow ( #1470 )
...
* Fix show/hide logic on Continue button
* Fix bug in 2FA method selection modal
* Move Log In button in SSO flow
* Fix linting
2021-07-22 07:56:39 +10:00
Matt Portune
93e2c0df7c
keep app version at 2.11.1 for now ( #1471 )
2021-07-21 14:03:38 -04:00
Matt Portune
8d07397a59
Revert "lib updates and app version bump ( #1468 )" ( #1469 )
...
This reverts commit 15d44b873b
.
2021-07-20 16:21:41 -04:00
Matt Portune
15d44b873b
lib updates and app version bump ( #1468 )
...
* lib updates and app version bump
* added explicit androidx core dependency
2021-07-20 12:57:01 -04:00
Sang
6a979d0ff5
2FA screen: move continue to a button ( #1427 )
...
* Move continue to a button
* Resolve pr comments
* Move use another two step method button
* Resolve code suggestions
* Resolve for iPhone
* Apply suggestions from code review
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-07-20 14:50:45 +10:00
Matt Portune
a4db088eda
bugfix for incorrect type and nullable for some org vars ( #1465 )
2021-07-16 13:57:15 -04:00
Matt Portune
96454b7cbf
add toggle for removing links to pages containing subscription info ( #1463 )
2021-07-16 12:02:00 -04:00
Matt Portune
9c1df2179c
bump version to 2.11.1 ( #1462 )
2021-07-14 14:46:18 -04:00
Matt Portune
52c9125404
bump version to 2.11.0 ( #1461 )
2021-07-13 12:52:14 -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
1f57ba6c50
workaround for off-screen draw bug in XF4.5+ part 2 ( #1454 )
2021-07-09 17:29:57 -04:00
Matt Portune
ff19578807
Fix for password unlock for autofill and share-to-send on Android ( #1453 )
2021-07-09 11:48:03 -04:00
Matt Portune
9298d57f22
fix for resuming autofill when back button was previously used to exit ( #1451 )
2021-07-06 11:10:17 -04:00
Martin Choutka
8cf5d5728e
MaximumAccessCountInfo locale string update ( #1441 )
...
String MaximumAccessCountInfo doesn't have "Send" with a capital "s".
2021-07-02 12:20:40 -04:00
Matt Portune
bdf6d764ca
update csv lib and skip link ( #1449 )
2021-07-02 11:21:36 -04:00
Matt Portune
05e8da4bcc
Workaround for off-screen draw bug in XF4.5+ ( #1447 )
...
* workaround for off-screen draw bug in xf4.5+
* check cols even if orgId is present
2021-06-30 17:46:59 -04:00
Matt Portune
382e547f74
fix for export password handling ( #1448 )
2021-06-30 16:05:30 -04:00
Kyle Spearrin
4f9985d2b0
New Crowdin updates ( #1444 )
...
* New translations AppResources.resx (Romanian)
* New translations copy.resx (Bosnian)
* New translations copy.resx (Kannada)
* New translations copy.resx (Tamil)
* New translations copy.resx (Tamil)
* New translations copy.resx (Bosnian)
* New translations copy.resx (Kannada)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Serbian (Cyrillic))
* New translations AppResources.resx (Slovenian)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Bengali)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Belarusian)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Greek)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Tamil)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Sinhala)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Latvian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Malayalam)
* New translations AppResources.resx (Bosnian)
* New translations AppResources.resx (Kannada)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (English, India)
* New translations copy.resx (Bosnian)
* New translations copy.resx (German)
* New translations copy.resx (Danish)
* New translations copy.resx (Czech)
* New translations copy.resx (Catalan)
* New translations copy.resx (Bulgarian)
* New translations copy.resx (Belarusian)
* New translations copy.resx (Afrikaans)
* New translations copy.resx (Spanish)
* New translations copy.resx (French)
* New translations copy.resx (Romanian)
* New translations copy.resx (English, India)
* New translations copy.resx (Norwegian Bokmal)
* New translations copy.resx (Kannada)
* New translations copy.resx (Sinhala)
* New translations copy.resx (Malayalam)
* New translations copy.resx (Finnish)
* New translations copy.resx (Persian)
* New translations copy.resx (Ukrainian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Vietnamese)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Tamil)
* New translations copy.resx (English, United Kingdom)
* New translations copy.resx (Bengali)
* New translations copy.resx (Thai)
* New translations copy.resx (Croatian)
* New translations copy.resx (Estonian)
* New translations copy.resx (Latvian)
* New translations copy.resx (Hindi)
* New translations copy.resx (Greek)
* New translations copy.resx (Hebrew)
* New translations copy.resx (Swedish)
* New translations copy.resx (Latvian)
* New translations copy.resx (Persian)
* New translations copy.resx (Tamil)
* New translations copy.resx (Bengali)
* New translations copy.resx (Thai)
* New translations copy.resx (Croatian)
* New translations copy.resx (Estonian)
* New translations copy.resx (Hindi)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (English, United Kingdom)
* New translations copy.resx (Malayalam)
* New translations copy.resx (Bosnian)
* New translations copy.resx (Sinhala)
* New translations copy.resx (Kannada)
* New translations copy.resx (Norwegian Bokmal)
* New translations copy.resx (Indonesian)
* New translations copy.resx (Vietnamese)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Russian)
* New translations copy.resx (Italian)
* New translations copy.resx (Japanese)
* New translations copy.resx (Korean)
* New translations copy.resx (Dutch)
* New translations copy.resx (Polish)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Slovak)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Slovenian)
* New translations copy.resx (Serbian (Cyrillic))
* New translations copy.resx (Swedish)
* New translations copy.resx (Turkish)
* New translations copy.resx (Ukrainian)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Turkish)
* New translations copy.resx (Serbian (Cyrillic))
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Slovenian)
* New translations copy.resx (Italian)
* New translations copy.resx (Danish)
* New translations copy.resx (German)
* New translations copy.resx (Greek)
* New translations copy.resx (Finnish)
* New translations copy.resx (Hebrew)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Japanese)
* New translations copy.resx (Catalan)
* New translations copy.resx (Korean)
* New translations copy.resx (Dutch)
* New translations copy.resx (Polish)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Russian)
* New translations copy.resx (Slovak)
* New translations copy.resx (Czech)
* New translations copy.resx (Bulgarian)
* New translations copy.resx (Belarusian)
* New translations copy.resx (Romanian)
* New translations copy.resx (French)
* New translations copy.resx (Spanish)
* New translations copy.resx (Afrikaans)
* New translations copy.resx (English, India)
2021-06-29 15:41:27 -04:00
Matt Portune
a6c95d06b5
fix for vault timeout locking issue on android ( #1442 )
2021-06-29 10:23:20 -04:00
Matt Gibson
bd4a275558
Revert "Redefine cipher "share" to "move to organization" ( #1433 )" ( #1440 )
...
This reverts commit 2003ac9d2c
.
2021-06-24 14:33:19 -05:00
Oscar Hinton
a2b46ee7cb
Add help link to password reprompt ( #1439 )
2021-06-24 17:26:47 +02:00
Matt Gibson
2003ac9d2c
Redefine cipher "share" to "move to organization" ( #1433 )
2021-06-18 06:52:01 -05:00
Oscar Hinton
2a5667251e
Add a 250ms sleep before prompting for password ( #1431 )
2021-06-15 20:29:11 +02:00
Thomas Rittson
79589b07fc
Use 2 iterations for local password hashing ( #1423 )
...
* Add HashPurpose parameter to HashPasswordAsync
* Use 2 iterations for local password hashing
* Force logout if user has old keyHash stored
* Revert "Force logout if user has old keyHash stored"
This reverts commit 497d4928fa
.
* Add backwards compatability with existing keyHash
2021-06-15 07:39:34 +10:00
Oscar Hinton
0aed13a2cf
Fix selecting ciphers in search not working ( #1426 )
2021-06-11 15:20:42 +02:00
Oscar Hinton
df412e75d1
More Autofill fixes ( #1425 )
2021-06-11 15:20:21 +02:00
Oscar Hinton
2b8dbde923
Fixes for password reprompt ( #1416 )
2021-06-10 17:57:18 +02:00
Matt Portune
33791a03ac
track failed unlock attempts in storage ( #1421 )
2021-06-09 10:03:05 -04:00
Matt Gibson
80a33e98a2
Use type to ensure transmitted data is encrypted ( #1422 )
2021-06-09 08:45:30 -05:00
Thomas Rittson
fe58dea3e0
Add encKeyValidation string to encrypted exports ( #1412 )
2021-05-29 06:16:19 +10:00
Kyle Spearrin
569045fcd5
add auth-email
header to auth request ( #1414 )
2021-05-28 14:06:42 -04:00
Matt Portune
fdda670311
replaced blank taskaffinity with singletask launchmode ( #1410 )
2021-05-26 14:18:01 -04:00
CookieJarApps
fbb7b05b9c
Added support for SmartCookieWeb and SmartCookieWeb Preview ( #1411 )
2021-05-26 13:41:16 -04:00
Oscar Hinton
976eeab6d7
Password reprompt ( #1365 )
...
* Make card number hidden
* Add support for password reprompt
* Rename PasswordPrompt to Reprompt
* Protect autofill
* Use Enums.CipherRepromptType
* Fix iOS not building
* Protect iOS autofill
* Update to match jslib
* Fix failing build
2021-05-21 15:13:54 +02:00
Matt Portune
e61bcd2785
fix for activity exporting and workaround for task affinity ( #1408 )
2021-05-19 15:55:16 -04:00