Oscar Hinton
a50e66faf4
Handle if GetState is null in biometric integrity check ( #1082 )
2020-09-21 12:34:22 -04:00
Matt Portune
0388738e02
fix issue with biometric validation ( #1081 )
...
* fix issue with biometric validation
* null check key & cipher
2020-09-21 11:59:56 -04:00
Kyle Spearrin
d33e38012a
update languages ( #1080 )
2020-09-21 10:20:45 -04:00
vachan-maker
785d0b21c6
Update MobileI18nService.cs ( #1075 )
2020-09-21 08:23:51 -04:00
Kyle Spearrin
db12cd92b7
check authed before checking if token has premium ( #1074 )
2020-09-18 15:07:32 -04:00
Kyle Spearrin
52261f99d7
New Crowdin updates ( #1071 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Bulgarian)
2020-09-15 12:54:53 -04:00
Kyle Spearrin
692dc154ef
New Crowdin updates ( #1070 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Chinese Simplified)
* 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 (Slovak)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Dutch)
* New translations copy.resx (Korean)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Malayalam)
2020-09-14 10:49:42 -04:00
Matt Portune
22101d8f4a
fix for passphrase generator persistent settings ( #1065 )
2020-09-10 12:19:02 -04:00
Matt Portune
f68db90b1f
fix state comparison (value vs instance) ( #1063 )
2020-09-09 11:51:28 -04:00
Kyle Spearrin
5e680531da
New Crowdin updates ( #1062 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Italian)
* 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 (Russian)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Belarusian)
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Greek)
* New translations copy.resx (Latvian)
* New translations copy.resx (Latvian)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Sinhala)
* New translations AppResources.resx (Malayalam)
* New translations copy.resx (Malayalam)
* New translations copy.resx (Malayalam)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Latvian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Croatian)
2020-09-08 11:30:08 -04:00
Chad Scharf
277c570723
version bump ( #1060 )
2020-09-05 21:50:38 -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
Contribucious
3af08a4727
[KnownUsernameField] Entries update (Yandex) ( #1044 )
...
This adds all missing entries for Yandex (exhaustive list of Yandex domain names obtained by contacting their support).
2020-08-20 09:56:11 -04:00
Contribucious
a535cea85f
[KnownUsernameField] Fix for the special case "eBay India" ( #1041 )
...
See explanations in the PR.
2020-08-17 15:13:13 -04:00
Kyle Spearrin
29e443ed76
base64 url encode/decode heleprs ( #1038 )
2020-08-14 10:08:50 -04:00
Oscar Hinton
f95cddd05a
Return the correct value for valid biometric ( #1037 )
2020-08-12 15:55:15 -04:00
Oscar Hinton
ae28de4159
Invalidate biometric on change ( #1026 )
...
* Initial working version for Android
* Add a fallback for when upgrading from older app version.
* Ensure biometric validity is re-checked on focus
* Only setup biometric integrity key if biometric is turned on.
* Fix styling according to comments
* Fallback for Android 5.
* Improve comment
* Add boilerplate for iOS
* Change BiometricService to public
* Untested iOS implementation.
* Convert IBiometricService to async. Fix code style for iOS.
* Base64 NSData.
* Review comments for Android BiometricService.
* Rename methods in BiometricService to append Async
* Ensure we wait for async SetupBiometricAsync.
* Update BiometricService.cs
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-08-08 21:33:49 -04:00
Contribucious
39de2c1d25
[KnownUsernameField] Entries update (main ones) ( #1034 )
...
* [KUF] Fix Google; Add natl/dskp Amazon/eBay & Atlassian+Bitly ENT.+Tumblr+Yandex
... also, add missing OAuth support for PayPal. And add "My docomo" from NTT DOCOMO, as part of a Top 20 Japan.
* Less spacing
* Even less spacing
* Additional reduction of spacing
* [Perf. optim.] Google: most frequently used entry in first position
2020-08-07 11:02:08 -04:00
Contribucious
22570e08aa
[KnownUsernameField] Engine update (make the system more flexible) ( #1011 )
...
* [KnownUsernameField] Engine update (make the system more flexible)
* [KnownUsernameField] Engine update (make the system more flexible)
* Use of tuples array instead of multidimensional array (string[,])
* Use of tuples array instead of multidimensional array (string[,])
* [FIX] IndexOf -> Contains
2020-08-06 12:38:25 -04:00
aaxdev
3b4ef4d238
Feature sync on refresh ( #937 )
...
* Added new option: Sync on refresh
* Removed unused field
* Fixed refreshing on disappearing & unnecessary codes removed
* Requested changes
* Calling storage service instead of a dedicated service function (mobile-specific)
2020-08-05 13:19:27 -04:00
Chad Scharf
c5a71c4304
Fix Pin cannot be hidden after showing it #1025 ( #1027 )
2020-07-30 13:46:06 -04:00
K. Sasa
4f37c2cb73
Replace copy value button fa-clipboard() to fa-clone() ( #1024 )
2020-07-27 13:22:27 -04:00
Chad Scharf
c1ec97055c
Added android:installLocation=internalOnly ( #1019 )
2020-07-23 09:19:11 -04:00
Matt Smith
086c71126f
Allow only non-deleted creds to be added to autofill ( #1015 )
2020-07-16 11:53:02 -05:00
Matt Smith
10a78c1c94
Modified listing of website from Hostname to Host ( #1012 )
...
* Modified listing of website from Hostname to Host
* Removed last _hostname artifact.
2020-07-14 13:17:08 -05:00
Gal Szkolnik
cf6021d898
Don't break when CipherType data is null ( #1008 )
...
as explained in issue https://github.com/bitwarden/mobile/issues/1006
2020-07-11 09:06:48 -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
Kyle Spearrin
1a96d3c38e
bump version
2020-07-06 14:36:10 -04:00
Kyle Spearrin
cfe84963fa
switch to access token, bump version
2020-07-06 13:54:44 -04:00
Kyle Spearrin
d908a599b1
bump version and build fixes
2020-07-06 13:28:19 -04:00
Kyle Spearrin
9b3ddb8da3
bump version via hub release command
2020-07-06 11:56:00 -04:00
Kyle Spearrin
56d994a69d
bump version
2020-07-06 11:27:19 -04:00
Kyle Spearrin
f4fb7eb8b7
New Crowdin updates ( #1003 )
...
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Slovak)
2020-07-06 10:39:38 -04:00
Kyle Spearrin
b9021e4331
bump version
2020-07-06 10:36:23 -04:00
Contribucious
1bb678e455
[KnownUsernameField] Compatibility with more browsers ( #1000 )
2020-07-01 10:31:12 -04:00
Kyle Spearrin
b9e5fc604b
New Crowdin updates ( #999 )
...
* New translations AppResources.resx (Spanish)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Polish)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
2020-06-29 11:30:02 -04:00
Kyle Spearrin
b65e8c48ce
New Crowdin updates ( #996 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Sinhala)
* New translations copy.resx (Sinhala)
* New translations copy.resx (Sinhala)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Romanian)
* New translations copy.resx (Romanian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Afrikaans)
* New translations AppResources.resx (Belarusian)
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Hebrew)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Norwegian Bokmal)
2020-06-26 21:28:06 -04:00
Chad Scharf
e59bc1a08e
version bump ( #994 )
...
* version bump
* version bump + fix manifest XML formatting
2020-06-25 17:30:14 -04:00
Kyle Spearrin
ff994629de
Do not process hostname for regex logins ( #987 )
2020-06-18 11:58:19 -04:00
Matt Portune
a458b9bc88
Workaround for disabling predictive text in visible password fields ( #983 )
...
* Workaround for disabling predictive text in visible password fields
* Fix for non-master branch iOS builds (#984 )
* Enable extra workflow steps to allow iOS builds to succeed from non-master branch
* re-enable provisioning profile setup
2020-06-16 11:09:26 -04:00
Oscar Hinton
c2582fe055
Resolve new ciphers defaulting to ViewPassword = false, causing passwords to be non editable. ( #982 )
2020-06-15 12:33:36 -04:00
Matt Portune
0980219c8d
Add autofill/a11y support for ungoogled.chromium browser ( #978 )
2020-06-12 15:01:23 -04:00
Oscar Hinton
c5f158f1cf
Resolve all passwords being hidden after upgrade ( #977 )
2020-06-12 09:50:36 -04:00
Oscar Hinton
52ca84946b
Add support for hidden passwords ( #920 )
...
* Add support for hidden passwords
* Hide TOTP, hide hidden fields.
* Change _cipher to Cipher.
2020-06-11 16:16:43 -04:00
Kyle Spearrin
e64fb39c32
bump version
2020-06-10 13:49:58 -04:00
Kyle Spearrin
6fd24c842f
get proper ipa for app store
2020-06-10 12:24:52 -04:00
Kyle Spearrin
302631c4fa
set CFBundlePackageType
2020-06-10 11:54:21 -04:00
Laurent Tréguier
36efc0c877
Tweak icons to better blend with Android and iOS ( #962 )
...
* Add shadow to Android icon
* Add gradient to iOS icon
2020-06-08 15:02:20 -04:00
Kyle Spearrin
0a3a982cb9
github action android build steps
2020-06-08 12:14:22 -04:00
Kyle Spearrin
c30239b3a8
encrypted GPG files for github actions
2020-06-08 12:14:22 -04:00
Matt Portune
183834689d
Fix for accessibility overlay on Android 5 & 6 ( #965 )
...
* Fix for accessibility overlay on Android 5 & 6
* changed to skip check outright until API 26
2020-06-08 08:25:24 -04:00
Matt Portune
5da2f3279b
biometrics cleanup ( #964 )
2020-06-08 08:25:13 -04:00
Kyle Spearrin
ec7d87e757
bump version
2020-06-07 11:56:16 -04:00
Kyle Spearrin
4155f69e3c
formatting fixes
2020-06-07 11:54:14 -04:00
Matt Portune
473e93ea16
Fix for deadlock in iOS autofill & share extensions ( #960 )
2020-06-07 00:15:51 -04:00
Kyle Spearrin
dbb51b58db
update platforms for ios core builds
2020-06-05 15:30:24 -04:00
Kyle Spearrin
e7d00cfe54
set iphone and sim platforms for ios core
2020-06-05 15:23:15 -04:00
Kyle Spearrin
a4e0535464
null check all the things ( #957 )
2020-06-05 13:30:53 -04:00
Kyle Spearrin
61495cd428
bumping ios version to match what was released
2020-06-04 09:48:10 -04:00
Carl
9e7b7415a5
Add support for Bromite's vanilla build of Chromium ( #951 )
2020-06-02 23:18:30 -04:00
Kyle Spearrin
06a462d48c
skip litedb from ios linker
2020-06-02 14:06:53 -04:00
Kyle Spearrin
d3e6e415b9
bump version
2020-06-02 13:08:04 -04:00
Kyle Spearrin
7e633d31a0
sign fdroid builds with a different keystore ( #949 )
2020-06-02 10:36:16 -04:00
Kyle Spearrin
0fcf006484
Send vaultTimeoutActionChanged event after save ( #948 )
2020-06-02 09:50:08 -04:00
Kyle Spearrin
48e5b1686f
bump version
2020-06-02 09:21:58 -04:00
Kyle Spearrin
608d879c80
New Crowdin translations ( #947 )
...
* New translations AppResources.resx (French)
* New translations AppResources.resx (Catalan)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Greek)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Hindi)
2020-06-02 09:20:55 -04:00
Kyle Spearrin
66055f1d7c
Singleton LiteDatabase ( #946 )
...
* update litedb. initialize db as a static singleton instance.
* dont need to dispose anymore
2020-06-02 09:13:57 -04:00
Kyle Spearrin
1120bff34d
Don't build the keyboard index for autofill if using logout action ( #943 )
...
* Don't build the keyboard index for autofill if using logout action
* trigger index rebuild on vault timeout changed event
2020-06-01 14:46:53 -04:00
Kyle Spearrin
24547e67bf
check for empty string on malformed URL ( #944 )
...
* treat empty string host as null
* use `string.IsNullOrEmpty`
2020-06-01 14:46:37 -04:00
Kyle Spearrin
f8c7285f56
update ios language metadata.
2020-06-01 09:45:15 -04:00
Kyle Spearrin
82eb6a4568
New Crowdin translations ( #942 )
...
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Dutch)
2020-06-01 09:32:26 -04:00
Kyle Spearrin
a3f1f7c78d
New Crowdin translations ( #941 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (French)
* New translations AppResources.resx (German)
* 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 (Greek)
* New translations AppResources.resx (Polish)
* 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 (Korean)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Norwegian Bokmal)
2020-06-01 08:53:20 -04:00
Kyle Spearrin
c377c4a52b
bump version
2020-05-30 10:49:51 -04:00
Kyle Spearrin
e5a74cf43c
downgrade litedb
2020-05-29 15:26:00 -04:00
Kyle Spearrin
fbf3d97d57
check app options ios extension on nfc check ( #933 )
2020-05-29 15:25:06 -04:00
Chad Scharf
6da0f82ddd
Avoid Task.Result usage ( #930 )
2020-05-29 12:38:26 -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
Kyle Spearrin
39e10ff01c
New Crowdin translations ( #931 )
...
* New translations AppResources.resx (Bulgarian)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Chinese Simplified)
2020-05-29 12:14:35 -04:00
Kyle Spearrin
0b29c6e5a4
Dispost of LiteDatabase instance ( #928 )
2020-05-28 15:44:27 -04:00
Contribucious
cd3585be58
Early support for future versions of Firefox (+ some forks) ( #923 )
...
* Early support for future versions of Firefox
Note: Ideally, a swapping of the two entries of this resource-id value will be done when the time comes; `url_bar_title` becoming Legacy.
* Early support for future versions of some Firefox forks
Note: Ideally, a swapping of the two entries of these resource-id values will be done when the time comes; `url_bar_title` becoming Legacy.
2020-05-26 10:41:27 -04:00
Kyle Spearrin
4e1f91f4d5
New Crowdin translations ( #925 )
...
* New translations AppResources.resx (French)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Belarusian)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Italian)
* New translations AppResources.resx (Hungarian)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Danish)
* New translations AppResources.resx (Catalan)
* New translations copy.resx (Belarusian)
* New translations copy.resx (Belarusian)
* New translations AppResources.resx (Norwegian Bokmal)
2020-05-26 10:35:44 -04:00
Kyle Spearrin
272c2e5303
New Crowdin translations ( #921 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Vietnamese)
* New translations AppResources.resx (Slovak)
* New translations AppResources.resx (Swedish)
* New translations AppResources.resx (Turkish)
* New translations AppResources.resx (Ukrainian)
* New translations AppResources.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Portuguese)
* New translations AppResources.resx (Indonesian)
* New translations AppResources.resx (Persian)
* New translations AppResources.resx (Thai)
* New translations AppResources.resx (Croatian)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Hindi)
* New translations AppResources.resx (English, United Kingdom)
* New translations AppResources.resx (Russian)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (French)
* 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 (Dutch)
* 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 (Korean)
* New translations AppResources.resx (Norwegian Bokmal)
2020-05-23 09:42:00 -04:00
Contribucious
2a82b09f7b
Fix support for Firefox Beta ( #918 )
2020-05-23 09:38:24 -04:00
Contribucious
fd26492577
Partial revert of "Fix support for Firefox Nightly for Developers" ( #919 )
...
My mistake: `org.mozilla.fennec_fdroid` is not an "F-Droid version of Firefox Nightly for Developers". This corrects my error.
2020-05-23 09:38:01 -04:00
Contribucious
528b90b694
Fix support for Firefox Nightly for Developers ( #917 )
2020-05-23 00:20:51 -04:00
Contribucious
9c7961ff6b
Adblock Browser: clarification ( #916 )
2020-05-22 23:00:27 -04:00
Contribucious
954ed6457c
Add support for Privacy Browser (Free/Standard). Closes #407 ( #915 )
...
* Add Privacy Browser (Free/Standard) to SupportedBrowsers dict
* Add Privacy Browser (Free/Standard) to CompatBrowsers
* Add Privacy Browser (Free/Standard) compatibility-package entries
2020-05-22 21:06:11 -04:00
Matt Portune
5a8fc2dabc
Workaround for pasting into editor within scrollview ( #913 )
2020-05-20 17:23:59 -04:00
Chad Scharf
ce965ba5e1
Soft delete feature ( #890 )
...
* [Soft Delete] Added trash folder to mobile (#856 )
* [Soft Delete] Added trash folder to mobile
* [Soft Delete] - Revert send to trash label
Co-authored-by: Chad Scharf <cscharf@users.noreply.github.com>
* [Soft Delete] - Fix for iOS autofill index behavior (#859 )
* [Soft Delete] Added trash folder to mobile
* [Soft Delete] - Revert send to trash label
* [Soft Delete] - iOS autofill index behavior fix
Co-authored-by: Chad Scharf <cscharf@users.noreply.github.com>
Co-authored-by: Chad Scharf <cscharf@users.noreply.github.com>
2020-05-20 13:35:20 -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
Kyle Spearrin
4c65daa995
New Crowdin translations ( #908 )
...
* New translations AppResources.resx (Romanian)
* New translations AppResources.resx (Japanese)
* New translations AppResources.resx (Hebrew)
* New translations copy.resx (Hebrew)
* New translations AppResources.resx (Hungarian)
* New translations copy.resx (Hungarian)
* New translations copy.resx (Hungarian)
* New translations AppResources.resx (Italian)
* New translations copy.resx (Italian)
* New translations copy.resx (Italian)
* New translations AppResources.resx (Korean)
* New translations AppResources.resx (Finnish)
* New translations copy.resx (Korean)
* New translations AppResources.resx (Dutch)
* New translations AppResources.resx (Polish)
* New translations copy.resx (Polish)
* New translations copy.resx (Polish)
* New translations AppResources.resx (Portuguese)
* New translations copy.resx (Portuguese)
* New translations copy.resx (Romanian)
* New translations AppResources.resx (Russian)
* New translations copy.resx (Finnish)
* New translations copy.resx (Portuguese)
* New translations AppResources.resx (Greek)
* New translations AppResources.resx (Bulgarian)
* New translations copy.resx (German)
* New translations AppResources.resx (French)
* New translations AppResources.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations copy.resx (Spanish)
* New translations AppResources.resx (Afrikaans)
* New translations copy.resx (Afrikaans)
* New translations copy.resx (Afrikaans)
* New translations AppResources.resx (Belarusian)
* New translations copy.resx (Romanian)
* New translations copy.resx (Bulgarian)
* New translations AppResources.resx (Catalan)
* New translations copy.resx (Catalan)
* New translations copy.resx (Catalan)
* New translations AppResources.resx (Czech)
* New translations copy.resx (Czech)
* New translations AppResources.resx (Danish)
* New translations copy.resx (Danish)
* New translations AppResources.resx (German)
* New translations copy.resx (Bulgarian)
* New translations copy.resx (Persian)
* New translations AppResources.resx (Thai)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Persian)
* New translations AppResources.resx (Persian)
* New translations copy.resx (Indonesian)
* New translations AppResources.resx (Indonesian)
* New translations copy.resx (Thai)
* New translations copy.resx (Estonian)
* New translations copy.resx (Thai)
* New translations AppResources.resx (Croatian)
* New translations copy.resx (Croatian)
* New translations AppResources.resx (Estonian)
* New translations AppResources.resx (Hindi)
* New translations copy.resx (Hindi)
* New translations AppResources.resx (English, United Kingdom)
* New translations copy.resx (English, United Kingdom)
* New translations AppResources.resx (Norwegian Bokmal)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations copy.resx (Portuguese, Brazilian)
* New translations copy.resx (Ukrainian)
* New translations copy.resx (Vietnamese)
* New translations copy.resx (Turkish)
* New translations AppResources.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations copy.resx (Slovak)
* New translations AppResources.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations copy.resx (Swedish)
* New translations AppResources.resx (Turkish)
* New translations copy.resx (Turkish)
* New translations AppResources.resx (Ukrainian)
* New translations copy.resx (Vietnamese)
* New translations copy.resx (Ukrainian)
* New translations AppResources.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations copy.resx (Chinese Simplified)
* New translations AppResources.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations copy.resx (Chinese Traditional)
* New translations AppResources.resx (Vietnamese)
* New translations copy.resx (Norwegian Bokmal)
2020-05-18 15:57:30 -04:00
Jonas Kittner
9159e14dd9
fix typo in PINRequireMasterPasswordRestart ( #900 )
2020-05-13 13:30:07 -04:00
Matt Portune
da661c229c
Lib updates ( #889 )
...
* lib updates
* updated libs
2020-05-07 17:03:13 -04:00
Matt Portune
973f09f98a
Usability improvements to accessibility settings ( #888 )
2020-05-07 16:32:42 -04:00
Matt Portune
fef370ad88
Fixed issue with autofill icon image ( #887 )
2020-05-07 13:54:06 -04:00
Matt Portune
bc46b7172d
Updated iOS app icon ( #886 )
2020-05-07 13:20:07 -04:00
Matt Portune
71f546b467
Updated resources ( #884 )
2020-05-07 09:03:38 -04:00
Contribucious
a66f66c8ac
Add support for AVG Browser ( #883 )
...
* Add AVG Browser to SupportedBrowsers dict
* Add AVG Browser to CompatBrowsers
* Add AVG Browser compatibility-package entry
2020-05-06 17:32:53 -04:00
Chad Scharf
c2c6ca22db
Fixed spacing on known username field list ( #882 )
2020-05-06 12:11:58 -04:00
Matt Portune
b29440556a
Support for establishing a username field without a password field ( #880 )
...
* Support for establishing a username field without a password field
* added aws login
2020-05-06 09:48:34 -04:00
Kyle Spearrin
4104f6f772
Color updates for new branding ( #879 )
2020-05-05 19:13:18 -04:00
Contribucious
01c56dabdf
Add support for LG "Dual Window" mode (Android < 7.0 users) ( #878 )
2020-05-05 17:38:05 -04:00
Contribucious
fafd8f8ee6
[Browser lists] Global clarification ( #876 )
...
* AccessibilityHelpers.cs: global clarification
* AutofillHelpers.cs: global clarification
* autofillservice.xml: global clarification
2020-05-05 10:52:54 -04:00
Contribucious
e2033eee23
Add support for Samsung "Multi Window" mode (Android < 7.0 users) ( #877 )
...
... including "Pen Window" support, too.
2020-05-05 10:49:55 -04:00
Contribucious
780761664d
Add support for Tor Browser (Alpha) ( #872 )
...
* Add Tor Browser (Alpha) to SupportedBrowsers dict
* Add Tor Browser (Alpha) to CompatBrowsers
* Add Tor Browser (Alpha) compatibility-package entry
2020-05-04 09:28:28 -04:00
Contribucious
0cfa737eff
Add support for GNU IceCat ( #873 )
...
* Add GNU IceCat to SupportedBrowsers dict
* Add GNU IceCat to CompatBrowsers
* Add GNU IceCat compatibility-package entry
2020-05-04 09:27:47 -04:00
Contribucious
6463898c5d
Add support for Avast Secure Browser ( #874 )
...
* Add Avast Secure Browser to SupportedBrowsers dict
* Add Avast Secure Browser to CompatBrowsers
* Add Avast Secure Browser compatibility-package entry
2020-05-04 09:26:44 -04:00
Contribucious
7d4fffa8b6
Adblock Browser: support for v2+ (stable/beta) + Autofill Framework ( #868 )
...
* Adblock Browser (AccessibilityHelpers.SupportedBrowsers): add support for v2+ (stable/beta)
Support for older versions (based on Firefox for Android, instead of Chromium) in the list remains.
* Adblock Browser (AutofillHelpers.CompatBrowsers): add it to the list
* Adblock Browser (autofillservice.xml): add it to the list
2020-05-04 09:25:53 -04:00
Contribucious
bcc415ccb3
Add support for Brave Nightly (also: variants "_dev" and "_default") ( #869 )
...
* [Brave] Add all other variants to AccessibilityHelpers.SupportedBrowsers
* [Brave] Add all other variants to AutofillHelpers.CompatBrowsers
* [Brave] Add all other variants to autofillservice.xml
2020-05-04 09:23:09 -04:00
Contribucious
827fead347
AccessibilityHelpers.SupportedBrowsers: add Tor Browser, Firefox Lite and Opera Mini Beta ( #866 )
2020-05-01 14:00:01 -04:00
Matt Portune
36cdc7dd1c
Additional URI parsing fix ( #865 )
...
* Additional URI parsing fix
* name cleanup
2020-04-30 16:47:29 -04:00
Contribucious
99dceda8ac
[Autofill - Browser lists] Sort the entries alphabetically ( #864 )
...
* AccessibilityHelpers.SupportedBrowsers: sort the entries alphabetically
* AutofillHelpers.TrustedBrowsers: sort the entries alphabetically
* AutofillHelpers.CompatBrowsers: sort the entries alphabetically
* autofillservice.xml: sort the entries alphabetically
2020-04-30 11:32:56 -04:00
Matt Portune
9d27f111bf
Additional uri parsing intelligence ( #861 )
2020-04-29 13:09:46 -04:00
Matt Portune
69e0906491
Fixes to uri parsing ( #860 )
2020-04-29 11:04:50 -04:00
Matt Portune
1d48171fd5
Prevent actionsheet command execution if vault is locked ( #857 )
2020-04-28 10:25:13 -04:00
Matt Portune
cb0a3e3edf
Added additional smarts for establishing permission to draw over other apps ( #853 )
2020-04-24 14:45:11 -04:00
Chris
2b3915a91f
Allow a BiometricPrompt to succeed after an initial failure ( #791 ) ( #847 )
...
Previously a call to BiometricPrompt.AuthenticationCallback#OnAuthenticationFailed()
was treated as though an unrecoverable failure had occurred. However this is called on
each failed fingerprint match, for example, and is not a terminal failure. Now these
intermittent failures are ignored and a call to #OnAuthenticationError() is recognised
as an unrecoverable failure instead.
2020-04-23 10:28:43 -04:00
Matt Portune
9a403ba0ed
Fixed clipboard not clearing on Android 10 ( #851 )
2020-04-23 10:01:41 -04:00
Contribucious
84a6d1db71
Add support for Vivaldi Sopranos browser. Closes #673 ( #845 )
...
* Add Vivaldi Sopranos to SupportedBrowsers dict
* Add Vivaldi Sopranos to CompatBrowsers
* Add Vivaldi Sopranos compatibility-package entry
2020-04-21 08:49:03 -04:00
Contribucious
8cee50299f
Add support for Brave Beta browser ( #846 )
...
* Add Brave Beta to SupportedBrowsers dict
* Add Brave Beta to CompatBrowsers
* Add Brave Beta compatibility-package entry
2020-04-21 08:48:29 -04:00
Matt Portune
5a78cbef02
Tracing bundles ( #842 )
...
* Output to bundle (play store build only) and enable startup tracing
* Update ci build script to recognize bundle (.aab) for Google Play build
* Added bundle awareness to `appveyor.yml` and `Program.cs`
* Log upload exception
* Restore original apk creation alongside the bundle
* Remove link skip as AOT doesn't support linking
2020-04-17 17:06:37 -04:00
Kyle Spearrin
ae66a781d1
dont use encrypted keystore
2020-04-17 12:55:12 -04:00
Kyle Spearrin
5ae3b66e06
add slash
2020-04-16 17:19:56 -04:00
Kyle Spearrin
c3f1cee5d6
remove salt
2020-04-16 17:12:30 -04:00
Kyle Spearrin
5552c42e37
try secure-file ... again....
2020-04-16 17:11:25 -04:00
Kyle Spearrin
6f146b888b
update secure-file tool
2020-04-16 16:54:32 -04:00
Kyle Spearrin
56c09eae90
add salt to upload key decryption step
2020-04-16 16:43:00 -04:00
Kyle Spearrin
6883864e2d
sign with upload keystore
2020-04-16 16:31:52 -04:00
Ash Thompson
15bc395454
Add support for Naver Whale. #600 ( #837 )
...
* Add Naver Whale to SupportedBrowsers dict
* Add Naver Whale to CompatBrowsers
* Add Naver Whale compatibility-package
2020-04-16 10:08:16 -04:00
Matt Portune
41997d5fe0
Resync autofill compatibility package list with values from AutofillHelpers ( #834 )
2020-04-15 13:58:00 -04:00
Jose F. Fernandez
ed259cd130
[FIX] Consider default URI match type on filtering ( #830 )
2020-04-14 14:56:57 -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
Matt Portune
b2abcda111
Fix for talkback slider control ( #828 )
2020-04-10 13:30:02 -04:00
Matt Portune
d66eaf8855
Additional accessibility tweaks ( #825 )
...
* Additional accessibility tweaks
* Cleanup
2020-04-09 14:57:06 -04:00
Dustin Falgout
78cfd82fdd
Remove Unnecessary Toast Message ( #808 )
...
Remove unnecessary info message when clicking search during the autofill flow. Fixes #807
2020-04-06 13:19:15 -04:00
Matt Portune
8ad44b405d
Add support for Vivaldi snapshot browser ( #822 )
...
* Add support for Vivaldi snapshot browser
* Added to autofill helpers CompatBrowsers set as well
2020-04-06 11:43:45 -04:00
Matt Portune
4ce4288f68
Updated dependencies ( #820 )
2020-04-03 17:17:24 -04:00
Matt Portune
d635555576
Tweaks to autofill tile naming & fixed missing plus icon ( #819 )
2020-04-03 09:57:04 -04:00
Matt Portune
44999557c0
Tweaks to accessibility autofill overlay ( #818 )
2020-04-02 19:24:31 -04:00
Matt Portune
5d64bab719
Added handled exception tracking for vault export and bumped CsvHelper to latest ( #816 )
...
* Added handled exception tracking for vault export and bumped CsvHelper to latest
* Prevent tracking for FDroid builds
* Remove AppCenter import for FDroid builds
2020-04-02 10:30:21 -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
Kyle Spearrin
915e8cf072
add litedb to linker skip
2020-03-31 13:23:56 -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
6c00ac43fc
Added Quick Settings tile for triggering accessibility autofill ( #795 )
...
* Added Quick Settings tile for triggering accessibility autofill
* Fix crash when tile attempt to cancel non-visible but non-null overlay
* Persist tile state plus cleanup
2020-03-26 12:15:33 -04:00
Kyle Spearrin
92930955c3
New Crowdin translations ( #794 )
...
* New translations AppResources.resx (Korean)
* New translations copy.resx (Korean)
* New translations copy.resx (Korean)
* New translations AppResources.resx (Polish)
* New translations AppResources.resx (Portuguese, Brazilian)
* New translations AppResources.resx (Czech)
* New translations AppResources.resx (Finnish)
* New translations AppResources.resx (German)
* New translations AppResources.resx (Greek)
* New translations copy.resx (Greek)
* New translations copy.resx (Greek)
2020-03-24 14:49:44 -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
6fdb1e3356
Add support for inverse data matrix QR codes ( #787 )
2020-03-19 17:07:15 -04:00
Vincent Salucci
55dff81b9f
Sanitize Password Length ( #783 )
...
* Sanitize Password Length
* Formatting updates
* Else if format
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-18 13:43:20 -05:00
Matt Portune
ed37972b99
Updated .gitignore with latest from Xamarin repo and removed Android Resource.designer.cs file ( #781 )
...
* Updated .gitignore with latest from Xamarin repo and removed Android Resource.designer.cs file
* didn't mean to leave vscode settings line in
2020-03-18 11:42:20 -04:00