André Bispo
b3f2730c71
PS-70 removed old authentication tab
2022-06-07 18:44:07 +01:00
André Bispo
5e2142fba7
PS-70 Added toggle to quickly filter TOTP cypher items and show their details, Added new text resource
2022-06-07 18:38:48 +01:00
André Bispo
c91277bc43
Merge branch 'beeep-totp' into feature/totp-tab
...
# Conflicts:
# src/App/Pages/Authenticator/AuthenticatorPage.xaml
# src/App/Pages/Authenticator/AuthenticatorPage.xaml.cs
# src/App/Pages/Authenticator/AuthenticatorPageViewModel.cs
2022-06-06 14:16:40 +01:00
Jacob Fink
a484ca633c
Merge branch 'beeep-totp' of https://github.com/bitwarden/mobile into beeep-totp
2022-06-06 08:58:52 -04:00
André Bispo
31d1a2e083
enable context loading and vm init
2022-06-04 20:19:03 +01:00
André Bispo
655b51b6a5
Merge branch 'master' into beeep-totp
...
# Conflicts:
# src/App/App.csproj
2022-06-04 18:05:14 +01:00
CarleyDiaz-Bitwarden-zz
8168089591
Updating icons for Linked and Boolean fields ( #1935 )
...
Update to icons used for Boolean and Linked to use real icons
Co-authored-by: CarleyDiaz-Bitwarden <103955722+CarleyDiaz-Bitwarden@users.noreply.github.com >
2022-06-02 16:43:14 -04:00
github-actions[bot]
6b55fc3032
Bumped version to 2022.05.1 ( #1933 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-02 09:30:39 -04:00
github-actions[bot]
87ab42b155
Bumped version to 2022.05.0 ( #1931 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-01 16:18:06 -04:00
André Filipe da Silva Bispo
98130e89de
PS-689 Android: Accessibility - back buttons in search and vault > bin lack appropriate accessible name ( #1929 )
...
* PS-689 Added back buttons accessibility text
* PS-689 Changed resource key from "GoBack" to "TapToGoBack"
* PS-689: class rename
2022-06-01 20:50:19 +01:00
André Filipe da Silva Bispo
121f0e3628
PS-675 Added accessibility text to password show/hide toggles ( #1926 )
...
* PS-675 Added accessibility text to password show hide toggles
* PS-675 refactor string resource key name
2022-06-01 16:02:28 +01:00
mp-bw
8a3d88b3ce
[SG-79] Mobile Vault Filter ( #1928 )
...
* [SG-79] Vault Filter
* Update vault button text after sync
* formatting
* cleanup
* cleanup
2022-05-31 13:34:54 -04:00
Federico Maccaroni
b8b41fe847
[PS-536] Fix vault blank after unlocking and back navigation ( #1930 )
...
* PS-536 Fix by hack vault blank after unlocking and back navigate when previous page has value on iOS
* PS-536 Added platform check to the hack so it doesn't affect Android performance given that's an issue particular for iOS
2022-05-27 17:17:08 -04:00
André Filipe da Silva Bispo
5bbef3ee16
[PS-676] Accessibility - "Options" expand/collapse control does not announce state ( #1925 )
...
* PS-676: Accessibility - "Options" expand/collapse control does not announce state
- Moved to click event to the stacklayout
- Added accessibility text to stacklayout
- Removed accessibility on views inside stacklayout
* PS-676 Changed event to command
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-27 14:52:19 +01:00
Carlos Gonçalves
9a2b6c8ec9
PS-593 - View model properties are now updated on main thread ( #1927 )
2022-05-27 14:16:45 +01:00
André Filipe da Silva Bispo
5272c99643
PS-674: Accessibility password generator toggles ( #1924 )
...
- Additional information for VoiceOver and TalkBack
- Added new labels
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-25 17:25:21 +01:00
André Filipe da Silva Bispo
43e9515a03
[PS-672] Accessibility - File/Text controls unintuitive, "Text" accessible name incorrect ( #1923 )
...
* PS-672: Accessibility - File/Text controls unintuitive, "Text" accessible name incorrect
- Added new text to help identify File / Text segmented button
- Added missing text for Text button accessibility
* PS-672: refactor code with pr suggestions
* PS-672: removed unnecessary code
* PS-672: change text from "click" to "tap"
* PS-672: removed comma
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-25 17:20:51 +01:00
André Filipe da Silva Bispo
7e9b7398c8
PS-90: App keeps asking for 2FA even though I've checked the "remember me" checkbox ( #1921 )
...
- Logout was removing the 2FA token, portion of code deleted.
- Clear saved token when 2FA error is returned by the server.
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-24 15:09:24 +01:00
Jake Fink
58d7b001a5
add master password reprompt to share sheet extension ( #1922 )
2022-05-23 16:01:04 -04:00
André Filipe da Silva Bispo
a259560d29
PS-592 Mobile - Name field is not prioritised in search results ( #1907 )
...
- Search method now gives priority to matches in the Name property
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-23 10:20:48 +01:00
André Filipe da Silva Bispo
22c746543a
PS-518 - Add setting to block AppCenter / Analytics - Mobile ( #1905 )
...
* PS-518 - Add setting to block AppCenter / Analytics - Mobile
- Added another entry into Settings page under the Others section
- Added prompt to ask user to enable / disable Crash Reports
- Added compilation tags to remove if the build is FDroid
* PS-518 Add setting to block AppCenter / Analytics - Mobile
- Reduced FDroid compilation tags throughout the code
- Added Init, Enable and State methods to Logger
- Simplified SettingsPageViewModel Enable/Disable code
* PS-518 Add setting to block AppCenter / Analytics - Mobile
- Appcenter references were removed from App project,
- Removed FDroid build.yml code that was deleting Appcenter packages from App.csproj
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-18 17:59:19 +01:00
André Filipe da Silva Bispo
bcbc2738ca
PS-591 Fix avoid ambiguous characters #1664 ( #1906 )
...
* PS-591 - iOS - Avoid ambiguous characters is activated inside the main client, but is deactivated when creating a vault item from the autofill prompt. #1664
- Refactor the name of the property Ambiguous to AvoidAmbiguous, this naming was misleading.
- Fixed bug where the boolean value for the AvoidAmbiguous property was being stored inverted.
* PS-591 - iOS - Avoid ambiguous characters is activated inside the main client, but is deactivated when creating a vault item from the autofill prompt. #1664
- Changed AvoidAmbiguous to AllowAmbiguous
- Added wrapper Prop to bind UI Toggle to VM
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-18 14:58:49 +01:00
mp-bw
b081a8c634
fix a11y issue with hCaptcha on iOS ( #1896 )
2022-04-28 15:30:33 -04:00
Federico Maccaroni
c251b950d1
PS-77 Updated two-factor email request to include the device identifier to check whether to send the 2fa email because of a new device ( #1895 )
2022-04-28 10:51:13 -03:00
github-actions[bot]
1bbe8d8b98
Bumped version to 2.18.1 ( #1894 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-04-27 09:04:29 -07:00
github-actions[bot]
cdc41d3bef
Bumped version to 2.18.0 ( #1893 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-04-27 08:24:29 -07:00
Oscar Hinton
04539af2a6
Run dotnet format ( #1738 )
2022-04-26 17:21:17 +02:00
Federico Maccaroni
57213607a7
PS-291 Fix password history to update the collection on the main thread to load correctly ( #1890 )
2022-04-25 17:43:55 -04:00
Federico Maccaroni
2cab62fda5
TDL-13 Removed workaround of null reference on LabelRenderer given that Xamarin forms has been updated with the fix ( #1889 )
2022-04-25 16:09:47 -03:00
mp-bw
ab6dde4a11
update XF and revert old workarounds ( #1885 )
2022-04-21 21:29:47 -04:00
dwbit
80bd8ba9d1
Change source string 'copy notes' to 'copy note' ( #1881 )
...
Change the value for 'copy notes' to 'copy note' since it is applying a single action on 1 item. This source string is already 'copy note' in the browser extension.
2022-04-21 08:03:21 -04:00
mp-bw
cfbbea59e9
account switching in autofill UI (Android) ( #1882 )
2022-04-19 20:38:17 -04:00
Jake Fink
14d4b2ee29
[BEEEP] add context to search titles ( #1878 )
...
* add more descriptive titles to search pages
* add App Resources
2022-04-10 13:00:52 -04:00
github-actions[bot]
b6ad3527db
Autosync the updated translations ( #1877 )
...
Co-authored-by: github-actions <>
2022-04-08 11:52:21 +02:00
mp-bw
88f6b60b97
Crash fixes ( #1869 )
...
* Crash fixes
* added HasAutofillService to DeviceActionService
2022-04-01 12:07:14 -04:00
github-actions[bot]
1f58b0cabe
Autosync the updated translations ( #1868 )
...
Co-authored-by: github-actions <>
2022-04-01 12:12:08 +02:00
github-actions[bot]
284d728023
Autosync the updated translations ( #1863 )
...
Co-authored-by: github-actions <>
2022-03-25 01:21:43 +01:00
mp-bw
0796bf17ce
Fix for missing token when checking for key connector migration ( #1861 )
2022-03-24 15:53:12 -04:00
github-actions[bot]
4bd06d2393
Bump version to 2.17.1 ( #1859 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-22 12:41:49 -06:00
github-actions[bot]
a3a508eb83
Bump version to 2.17.0 ( #1858 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-22 10:49:58 -06:00
Matt Portune
f10307c72d
Remove verbose state & value storage debug logging ( #1857 )
2022-03-21 16:44:54 -04:00
Federico Maccaroni
840925c479
Added null checks for iOS crash OnActivated on KeyWindow ( #1856 )
2022-03-21 11:34:22 -04:00
github-actions[bot]
fdcb2d76c9
Bumped version to 2.16.5 ( #1854 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-18 13:21:46 -07:00
jnolan912
4734fe4e43
Update ios Autofill page to match setting's name ( #1354 )
...
The option in the ios menu to get to autofill settings is called "Passwords" instead of "Passwords & Accounts"
2022-03-18 20:00:37 +00:00
Federico Maccaroni
383eee6ec7
Fixed flickering on iOS while loading collections for the collection crash hotfix ( #1852 )
2022-03-18 15:41:15 -03:00
github-actions[bot]
1d9671bc5c
Autosync the updated translations ( #1851 )
...
Co-authored-by: github-actions <>
2022-03-18 01:18:33 +01:00
Federico Maccaroni
22b00bcb33
Fix iOS 15.4 crash from empty list to adding an item by awaiting after every header add; also added that on Settings just in case there is another crash scenario. ( #1850 )
2022-03-17 17:33:22 -03:00
Matt Portune
c1748acf39
Misc fixes for account switching ( #1849 )
...
* Misc fixes for account switching
* use unique bio integrity key in ShareExtension
2022-03-17 14:27:01 -04:00
github-actions[bot]
c47aad0412
Bumped version to 2.16.4 ( #1846 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-15 09:27:50 -07:00
Federico Maccaroni
7c83d7b37b
Removed grouping from Settings to fix a crash on iOS 15.4 ( #1845 )
2022-03-15 10:19:34 -04:00