Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream 20220901 #80

Open
wants to merge 313 commits into
base: master
Choose a base branch
from
Open

Merge upstream 20220901 #80

wants to merge 313 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 19, 2022

  1. 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
    jlf0dev committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6f39990 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Check for disable save prompt option before sending fill request in A…

    …ndroid Autofill (#1722)
    
    * Check for disable save prompt option before sending fill request
    - ignore save request payload if true
    
    * Add exception handling to Autofill Service
    
    * move System reference outside of FDROID
    jlf0dev committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    5202410 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Icon Updates (#1541)

    Hinton committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    3f1674c View commit details
    Browse the repository at this point in the history
  2. Autosync the updated translations (#1724)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    137c762 View commit details
    Browse the repository at this point in the history
  3. Fix Progress dialog crash on tombstoning (#1682)

    * Changed ProgressDialog because deprecated and improved the dismissal of the dialog in order for it not to crash the app on certain situations
    
    * Removed android version check given that our minimum is greater that the check
    fedemkr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5a6aec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Account Deletion on SSO with CME (#1721)

    * WIP Added Verification Code page and a verification flow helper to coordinate things
    
    * Improved Verification Code page verification flow helper and fix some issues, also added flag ApiService to choose whether to logout on Unanuthorized
    
    * Improved Verification Code page UI/UX verification flow helper and fix some issues and made some cleanups
    
    * Fix spelling
    fedemkr committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4e7ceaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    939db8e View commit details
    Browse the repository at this point in the history
  3. Improve Theming (#1707)

    * Improved theming logic and performance, also fixed some issues regarding changing the theme after vault timeout and fixed theme applying on password generator/history
    
    * Removed messenger from theme update, and now the navigation stack is traversed and each IThemeDirtablePage gets theme updated
    
    * Improved code on update theme on pages
    fedemkr committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    74e90da View commit details
    Browse the repository at this point in the history
  4. Expand Settings TimePicker tap recognition to entire row (#1714)

    * move timepicker to separate DataTemplate
    - activate timepicker when selecting row
    
    * null check on TimePicker
    jlf0dev committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f1ccbbc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    37f4439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef6184a View commit details
    Browse the repository at this point in the history
  3. Add Share app Extension on iOS for Send (re-PR) (#1660)

    * 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
    
    * Moved property so that it's grouped with the full ones
    
    * Added AppCenter Crashes package to Core and updated FireAndForget Task Extension
    
    * Updated bundle reference of FontAwesome.ttf to bwi-font.ttf in order for it to compile on ShareExtension
    
    Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
    Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>
    3 people committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f8a7eb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Update FA icons on LockPasswordViewController (#1729)

    Co-authored-by: Jacob Fink <jfink@bitwarden.com>
    Hinton and jlf0dev committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5f29fc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Autosync the updated translations (#1734)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c0c893f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    d0ffb10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a183861 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fba5ecf View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    63b27f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    4373cee View commit details
    Browse the repository at this point in the history
  2. Fix delete account SSO with CME that the OTP parameter was being sent…

    … incorrectly to the server (#1751)
    fedemkr committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    31cdf40 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Autosync the updated translations (#1752)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    10fafaf View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    427ff09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3491c1a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Improved Autofocus code on ScanPage for better cancellation and excep…

    …tion handling #1228 (#1759)
    fedemkr committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    76f1057 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Bumped version to 2.16.0 (#1760)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ee69364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ccc1c View commit details
    Browse the repository at this point in the history
  3. Bumped version to 2.16.1 (#1762)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    15db96b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eed421 View commit details
    Browse the repository at this point in the history
  5. Improved code for periodic Autofocus on scan for better cancellation …

    …and task handlilng (#1764)
    fedemkr committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    92c40e2 View commit details
    Browse the repository at this point in the history
  6. Bump version to 2.16.2 (#1765)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    972755c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    59ed76d View commit details
    Browse the repository at this point in the history
  2. check email for null before authenticating (#1769)

    * check email for null before authenticating
    
    * add return after logging out and track error if email not found
    jlf0dev committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    15e9915 View commit details
    Browse the repository at this point in the history
  3. Autosync the updated translations (#1766)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    e4230ac View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    615136b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Fix for vault timeout not firing on resume (#1775)

    * fix for vault timeout not firing on resume
    
    * call ResumedAsync with FireAndForget
    mpbw2 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3127295 View commit details
    Browse the repository at this point in the history
  2. Build: Upload dSYMs to AppCenter (#1776)

    * Added dsym artifact to be uploaded alongside with the ipa o the build.yml
    
    * Added dsym artifact to be uploaded alongside with the ipa o the build.yml
    
    * Fixed build.yml dsym artifact
    
    * Fix upload dsym build.yml
    
    * Fix build.yml to check what gets exported and after this will become the adjustment for the dsym (disabling Android build for this test)
    
    * Fix build.yml to copy all dsyms and artifact them (disabling Android build for this test)
    
    * Fix build.yml to only copy all dsyms and ipa and artifact them (disabling Android build for this test)
    
    * Added Appcenterr CLI and upload missing symbols for dSYM to the build
    
    * Add secret to build workflow (#1771)
    
    * Changed build.yml upload dsym command from upload-missing-symbols to upload-symbols
    
    * Added restrictions for uploading iOS symbols to AppCenter on build.yml
    
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    fedemkr and vgrassia committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    4fb811a View commit details
    Browse the repository at this point in the history
  3. Bumped version to 2.16.3 (#1777)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1af447c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    aba34c3 View commit details
    Browse the repository at this point in the history
  2. Patch/release new build artifact name (#1778)

    * Switching the iOS build artifact and release asset names
    
    * disabling jobs/steps to test the new release asset name
    
    * switching to download artifacts from rc
    
    * testing the upload of the 'Bitwarden iOS' directory
    
    * Build zip asset of the Bitwarden iOS asset
    
    * trying a couple of different zip paths
    
    * Final package test
    
    * Re-enabling all of the jobs after testing
    joseph-flinn committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    95581bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02562be View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Enforce Hold label (#1779)

    * Enforce Hold label
    
    * Linting
    
    Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
    MGibson1 and mimartin12 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    46128bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbaa32b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Fixed some Large Font Accessibility issues on Vault and Send screens …

    …for Icons Display #1774 (#1785)
    fedemkr committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ea471b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Autosync the updated translations (#1786)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ad6cf93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd2c24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39596d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9be659 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. We're Hiring (#1797)

    Added link to README.md for Bitwarden Careers page.
    cscharf committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    04f4ad4 View commit details
    Browse the repository at this point in the history
  2. Fix icon image size to be adaptive on Large Font Size Accessibility w…

    …hich fixes row height on large vault (#1795)
    fedemkr committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    23ca0f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa8d590 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Changed Input keyboard on phone to be the telephone keyboard and also…

    … capitalized the keyboard on some fields of add/edit identity (#1800)
    fedemkr committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    fa1bc3f View commit details
    Browse the repository at this point in the history
  2. Add dry run option to release workflow (#1801)

    * Add dry-run to release workflow.
    mimartin12 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    4722d2f View commit details
    Browse the repository at this point in the history
  3. [BEEEP] - Added workflows to ignored paths (#1802)

    Makes sure that edits to workflow files don't trigger a build.
    mimartin12 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    31a3ec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded3f07 View commit details
    Browse the repository at this point in the history
  5. Account Switching (#1807)

    * Account Switching (#1720)
    
    * Account switching
    
    * WIP
    
    * wip
    
    * wip
    
    * updates to send test logic
    
    * fixed Send tests
    
    * fixes for theme handling on account switching and re-adding existing account
    
    * switch fixes
    
    * fixes
    
    * fixes
    
    * cleanup
    
    * vault timeout fixes
    
    * account list status enhancements
    
    * logout fixes and token handling improvements
    
    * merge latest (#1727)
    
    * remove duplicate dependency
    
    * fix for initial login token storage paradox (#1730)
    
    * Fix avatar color update toolbar item issue on iOS for account switching (#1735)
    
    * Updated account switching menu UI (#1733)
    
    * updated account switching menu UI
    
    * additional changes
    
    * add key suffix to constant
    
    * GetFirstLetters method tweaks
    
    * Fix crash on account switching when logging out when having more than user at a time (#1740)
    
    * single account migration to multi-account on app update (#1741)
    
    * Account Switching Tap to dismiss (#1743)
    
    * Added tap to dismiss on the Account switching overlay and improved a bit the code
    
    * Fix account switching overlay background transparent on the proper place
    
    * Fixed transparent background and the shadow on the account switching overlay
    
    * Fix iOS top space on Account switching list overlay after modal (#1746)
    
    * Fix top space added to Account switching list overlay after closing modal
    
    * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well
    
    * Usability: dismiss account list on certain events (#1748)
    
    * dismiss account list on certain events
    
    * use new FireAndForget method for back button logic
    
    * Create and use Account Switching overlay control (#1753)
    
    * Added Account switching overlay control and its own ViewModel and refactored accordingly
    
    * Fix account switching Accounts list binding update
    
    * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755)
    
    * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756)
    
    * Usability improvements for logout on vault timeout (#1781)
    
    * accountswitching fixes (#1784)
    
    * Fix for invalid PIN lock state when switching accounts (#1792)
    
    * fix for pin lock flow
    
    * named tuple values and updated async
    
    * clear send service cache on account switch (#1796)
    
    * Global theme and account removal (#1793)
    
    * Global theme and account removal
    
    * remove redundant call to hide account list overlay
    
    * cleanup and additional tweaks
    
    * add try/catch to remove account dialog flow
    
    Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
    mpbw2 and fedemkr committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    2e8824c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9201da8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Changed link on Settings "Change Master Password" and "Two Step Login…

    …" to go to the web vault settings. Also refactored a bit to reuse the urls (#1809)
    fedemkr committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    c74ed66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be993bc View commit details
    Browse the repository at this point in the history
  3. Apply Disable Favicon setting globally to match desktop (#1811)

    * Apply Disable Favicon setting globally to match desktop
    
    * streamline the approach to applying global settings
    mpbw2 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f948127 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Autosync the updated translations (#1812)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    fac295c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317e7da View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    9384b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a508ea View commit details
    Browse the repository at this point in the history
  3. Bump target framework to netcoreapp3.1 (#1817)

    Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
    djsmith85 and mimartin12 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    2076c11 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    34d0ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. BEEEP: Abstract and Centralize Logging (#1663)

    * Abstracted App Center Logging into its own component, so that we can have it centralized in one place and we avoid checking for FDroid on all the places we want to use it
    
    * Implemented the new logger where Crashes.TrackError was being used except on some specific cases
    
    * Improved logging, added a debug logger and removed AppCenter to be used on DEBUG
    fedemkr committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    db7ca3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084072e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    a33232d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Autosync the updated translations (#1825)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0f14aa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    efd83d0 View commit details
    Browse the repository at this point in the history
  2. Support for lock/logout/remove accounts from account list (#1826)

    * Support for lock/logout/remove accounts via long-press
    
    * establish and set listview height before showing
    
    * undo modification
    mpbw2 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    79a76c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcc94d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17cdc96 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    fd74164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c043528 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    bf33f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd0ea0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    ad7c656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5008e1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ade10d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2ec263 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Autosync the updated translations (#1839)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    612e458 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    4d4e246 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    7c83d7b View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2.16.4 (#1846)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    c47aad0 View commit details
    Browse the repository at this point in the history
  3. Update SECURITY.md (#1847)

    * Update SECURITY.md
    
    Add link to our HackerOne program for submitting potential security issues.
    
    * Revise language on SECURITY.md
    cscharf committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    020a5c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Updated actions (#1848)

    mimartin12 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    507c3fa View commit details
    Browse the repository at this point in the history
  2. Misc fixes for account switching (#1849)

    * Misc fixes for account switching
    
    * use unique bio integrity key in ShareExtension
    mpbw2 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c1748ac View commit details
    Browse the repository at this point in the history
  3. Fix iOS 15.4 crash from empty list to adding an item by awaiting afte…

    …r every header add; also added that on Settings just in case there is another crash scenario. (#1850)
    fedemkr committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    22b00bc View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Autosync the updated translations (#1851)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    1d9671b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383eee6 View commit details
    Browse the repository at this point in the history
  3. 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"
    jnolan912 committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    4734fe4 View commit details
    Browse the repository at this point in the history
  4. Bumped version to 2.16.5 (#1854)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    fdcb2d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    840925c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10307c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Bump version to 2.17.0 (#1858)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    a3a508e View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.17.1 (#1859)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    4bd06d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    0796bf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Autosync the updated translations (#1863)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    284d728 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Autosync the updated translations (#1868)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1f58b0c View commit details
    Browse the repository at this point in the history
  2. Crash fixes (#1869)

    * Crash fixes
    
    * added HasAutofillService to DeviceActionService
    mpbw2 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    88f6b60 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Autosync the updated translations (#1877)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b6ad352 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. [BEEEP] add context to search titles (#1878)

    * add more descriptive titles to search pages
    
    * add App Resources
    jlf0dev committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    14d4b2e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    cfbbea5 View commit details
    Browse the repository at this point in the history
  2. Contribution Documentation edits (#1880)

    * Update crowdin manager and forum category
    
    Updating Crowdin contact from Kyle to dwbit. Update 'User-to-User Support' forum category to 'Ask the Bitwarden Community'
    
    * Text corrections
    
    Correcting title of forum category
    
    * Add 'category' to text change
    
    Update the 'Ask the Bitwarden Community' text change.
    dwbit committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    35853a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. 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.
    dwbit committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    80bd8ba View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    ab6dde4 View commit details
    Browse the repository at this point in the history
  2. Switched org (#1887)

    sneakernuts committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    99828c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. TDL-13 Removed workaround of null reference on LabelRenderer given th…

    …at Xamarin forms has been updated with the fix (#1889)
    fedemkr committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2cab62f View commit details
    Browse the repository at this point in the history
  2. PS-291 Fix password history to update the collection on the main thre…

    …ad to load correctly (#1890)
    fedemkr committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5721360 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Add dotnet-format tool (#1737)

    Hinton committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    e0efcfb View commit details
    Browse the repository at this point in the history
  2. Run dotnet format (#1738)

    Hinton committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    04539af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c988175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    769851a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Bumped version to 2.18.0 (#1893)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    cdc41d3 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2.18.1 (#1894)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1bbe8d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. PS-77 Updated two-factor email request to include the device identifi…

    …er to check whether to send the 2fa email because of a new device (#1895)
    fedemkr committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c251b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b081a8c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    604e3b6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. 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>
    andrebispo5 and andrebispo5 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    bcbc273 View commit details
    Browse the repository at this point in the history
  2. 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>
    andrebispo5 and andrebispo5 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    22c7465 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. 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>
    andrebispo5 and andrebispo5 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    a259560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d7b00 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. PS-90: App keeps asking for 2FA even though I've checked the "remembe…

    …r 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>
    andrebispo5 and andrebispo5 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7e9b739 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. [PS-672] Accessibility - File/Text controls unintuitive, "Text" acces…

    …sible 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>
    andrebispo5 and andrebispo5 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    43e9515 View commit details
    Browse the repository at this point in the history
  2. PS-674: Accessibility password generator toggles (#1924)

    - Additional information for VoiceOver and TalkBack
    - Added new labels
    
    Co-authored-by: André Bispo <abispo@bitwarden.com>
    andrebispo5 and andrebispo5 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5272c99 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    9a2b6c8 View commit details
    Browse the repository at this point in the history
  2. [PS-676] Accessibility - "Options" expand/collapse control does not a…

    …nnounce 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>
    andrebispo5 and andrebispo5 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5bbef3e View commit details
    Browse the repository at this point in the history
  3. [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
    fedemkr committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b8b41fe View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. [SG-79] Mobile Vault Filter (#1928)

    * [SG-79] Vault Filter
    
    * Update vault button text after sync
    
    * formatting
    
    * cleanup
    
    * cleanup
    mpbw2 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    8a3d88b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. 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
    andrebispo5 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    121f0e3 View commit details
    Browse the repository at this point in the history
  2. PS-689 Android: Accessibility - back buttons in search and vault > bi…

    …n 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
    andrebispo5 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    98130e8 View commit details
    Browse the repository at this point in the history
  3. Bumped version to 2022.05.0 (#1931)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    87ab42b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Bumped version to 2022.05.1 (#1933)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6b55fc3 View commit details
    Browse the repository at this point in the history
  2. 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>
    Configuration menu
    Copy the full SHA
    8168089 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    43d3c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b41db9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. PS-587 - Fix searchbar search textfield and icon colors for dark them…

    …es (#1941)
    
    * PS-587 Fix searchbar search textfield and icon colors for dark themes
    
    * PS-587 - PR corrections
    LRNcardozoWDF committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0a64e4c View commit details
    Browse the repository at this point in the history
  2. EC-255 fix crash when scanning TOTP; BeginInvokeOnMainThread doesn't …

    …bubble up the exception, just crashes because it throws the exception to the current main thread context; so it was changed to InvokeOnMainThreadAsync which does bubble up the exception. (#1942)
    fedemkr committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b223f5f View commit details
    Browse the repository at this point in the history
  3. PS-785 Added logs for exceptions on UpdateTemplatedCell and the extra…

    … data on each ExtendedCollectionView usage (#1943)
    fedemkr committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ec71b21 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Changing Report crash logs to Submit crash logs (#1937)

    * Changing Report crash logs to Submit crash logs
    
    * Updated resources keys to match the new value
    
    Co-authored-by: Federico Andrés Maccaroni <fedemkr@gmail.com>
    dwbit and fedemkr committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    3438ed9 View commit details
    Browse the repository at this point in the history
  2. [SG-79] Add filter to search and preselect org in new cipher (#1944)

    * Add filter to search and preselect org in new cipher
    
    * formatting
    
    * fixes
    mpbw2 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    88b4065 View commit details
    Browse the repository at this point in the history
  3. SG-210 Account Switching in Autofill (iOS) (#1909)

    * SG-210 Set up account switching on Autofill iOS
    
    * SG-210 Fix refresh after sync on autofill ciphers, also added account switching on lock view on autofill. Also fix possible crash when scrolling when no items were displayed and also fixed navigation when login in on an automatically logged out account.
    
    * SG-210 Added reference on iOS.Core project
    
    * Fix formatting on AccountManager
    
    * SG-210 Fix background color for dark theme
    fedemkr committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    fba407f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd6003b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Clipboard handling adjustments for Android 13 (#1947)

    * Android 13 clipboard tweaks
    
    * adjustments
    
    * adjustments round 2
    mpbw2 committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    48a8d9a View commit details
    Browse the repository at this point in the history
  2. lib updates (#1949)

    mpbw2 committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    388ad4e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    51a5f58 View commit details
    Browse the repository at this point in the history
  2. Updating the release version check to use the new action (#1934)

    * Updating the release version check to use the new action
    
    * Update .github/workflows/release.yml
    
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    joseph-flinn and vgrassia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5579817 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. [PIQ-3] Add Github Actions to help manage issues and PRs (#1948)

    * Add automatic responses and stale Github Actions
    eliykat committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f9cbe43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e51233b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    448758a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. [SG-390] Fix for missing org items with single org & personal ownersh…

    …ip enabled (#1953)
    
    * fix for missing org items with single org & personal ownership enabled
    
    * fix for ui issue with vault filter state change on pull to refresh
    mpbw2 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c53a85c View commit details
    Browse the repository at this point in the history
  2. [SG-386] iOS Update user state when coming from background (#1952)

    * SG-386 Updated active user when coming from background to the iOS app and the extension had switched users
    
    * Added iOSExtensionActiveUserIdKey to preference keys
    
    * Reorder iOS preference keys
    fedemkr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3aef86b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f24388c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. fix for missing personal items added prior to joining org with person…

    …al ownership policy (#1955)
    mpbw2 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7c311fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b250055 View commit details
    Browse the repository at this point in the history
  3. Pin NuGet version (#1957)

    * Pinning the version of NuGet to 5.x
    
    * pinning NuGet verison to 5.9.x
    
    * pinning NuGet to 5.9.0.7134
    
    * pinning NuGet to 5.9.0
    joseph-flinn committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c892e9f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. [BEEEP] [PS-940] Support for dark theme selection while using Default…

    … (System) theme (#1959)
    
    * support for dark theme selection while using Default (System) theme
    
    * refinements
    mpbw2 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    109aeb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    6e2e613 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Bumped version to 2022.6.0 (#1968)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d9a8182 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2022.6.1 (#1969)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a6ddc24 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Fix crash when trying to Focus an Entry from a background thread and …

    …improved the code so there are fewer direct access from the VM to the View (#1879)
    fedemkr committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    dbc1e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448cce3 View commit details
    Browse the repository at this point in the history
  3. Improved the ServiceContainer to be easier to use and not to have the…

    … service name hardcoded to register/resolve a service (#1865)
    fedemkr committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e2502e2 View commit details
    Browse the repository at this point in the history
  4. EC-297 Fix possible crash when copying password on cipher item view. …

    …Also improved a bit the code of copying commands (#1974)
    fedemkr committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d246d1d View commit details
    Browse the repository at this point in the history
  5. Fix formatting (#1975)

    fedemkr committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    547e61a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    6c7413e View commit details
    Browse the repository at this point in the history
  2. Add user verification to reset password request (#1980)

    We only need master password hash because this is currently
    only used for sso password setting after auto-provisioning. Key
    Connector is not involved in these accounts
    MGibson1 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    58a3662 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. [EC-303] Add warning when vault timeout is set to "Never" (#1976)

    * Added to AppResources.resx the message warning the user about setting the lockout option to "Never"
    
    * Added the condition to check the newly selected option on the vault timeout settings
    
    * Changed the wording on the warning as to reflect the mobile version
    
    * Changed the vault timeout modal to have the ability to cancel
    
    * Simplified the reversion of value if the user cancels the change
    r-tome committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    cd56a12 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2022.6.2 (#1981)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7802da2 View commit details
    Browse the repository at this point in the history
  3. EC-308 Fix crash produced by creating avatar image on AccountSwitchin…

    …gOverlayHelper and also added more logging to see when it happens. (#1983)
    fedemkr committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    846d3a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    cceded2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. [PS-686] Mobile update negative copy in settings (#1961)

    * feat: update auto totp copy setting
    
    * feat: update show icons settings
    
    * feat: update auto add settings
    
    * feat: update settings and options to sentence case
    
    * feat: update translation keys
    
    With the latest changes the translation keys had diverged from their contents.
    This commit fixes that.
    
    * fix: revert AndroidManifest changes
    
    * chore: add todo comments to fix negative functions
    coroiu committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    67f49a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e8276 View commit details
    Browse the repository at this point in the history
  3. [PS 920] Fix selfhosted url validations (#1967)

    * PS-920 - Added feedback to user when saving bad formed URLs
    * Added feedback to user when trying to perform login with bad formed URL
    
    * PS-920 - Refactor to use AsyncCommand
    *(missing file from previous commit)
    
    * PS-920 - Fixed whitespace formatting
    
    * PS-920 - Removed unused method
    
    * PS-920 - Fixed validation
    * Added comment for hard coded string
    
    * PS-920 - Removed unused properties
    * Fixed url validations
    * Refactored method to local function
    
    * PS-920 - Added exception handling and logging
    * Added generic error message string to AppResources
    LRNcardozoWDF committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d621a5d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. [EC-259] Added Account Switching to Share extension on iOS (#1971)

    * EC-259 Added Account switching on share extension on iOS, also improved performance for this and exception handling
    
    * EC-259 code formatting
    
    * EC-259 Added account switching to Share extension Send view
    
    * EC-259 Fixed navigation on share extension when a forms page is already presented
    
    * EC-259 Fix send text UI update when going from the iOS extension
    
    * EC-259 Improved DateTimeViewModel with helper property to easily setup date and time at the same time and applied on usage
    fedemkr committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    292908f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    f2ba86a View commit details
    Browse the repository at this point in the history
  2. Opera GX Autofill Support (#1855)

    Added Opera GX Support for autofill
    Donkeykong307 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    70cf743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3a4b9 View commit details
    Browse the repository at this point in the history
  4. [EC-324] Added more logging for information on list crash (#1993)

    * EC-324 Added more logging for trying to get more information on list out of range crash on AppCenter
    
    * EC-324 Fix include on iOS.Core.csproj on iOS CollectionView files
    fedemkr committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1f2fb3f View commit details
    Browse the repository at this point in the history
  5. EC-306 Fix crash happening on vietnamise when trying to go to Passwor…

    …d Autofill on iOS given that the string was the same as Autofill Services and the comparison was misleading. Also refactored so that the action is on each item instead of having to compare to act (#1989)
    fedemkr committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2d2a883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2fbf5b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    c07c305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb0c52f View commit details
    Browse the repository at this point in the history
  3. [EC-325] Settings option to allow screen capture on Android (#1914)

    * settings option to allow screen capture on Android
    
    * Improved code on Screen Capture and added prompt to the user to allow screen capture
    
    * EC-325 Removed async on OnCreate of MainActivity given that's not necessary anymore
    
    Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
    darochapires and fedemkr committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    cf222bd View commit details
    Browse the repository at this point in the history
  4. EC-325 fix format (#1995)

    fedemkr committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5e61fb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    c2fcc0a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. [SG-467] Fix environment url validations (#1999)

    * [SG-467] Fixed url validation so it works with or without http or https
    
    * [SG-467] Validation has been refactored for simplicity.
    LRNcardozoWDF committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f809170 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. [PS-1080] Added text alternative to Boolean custom field icon (#2000)

    * PS-1080 Added new accessibility text property to the custom field bool icon
    
    * PS-1080 Added BoolValue property to the FieldView and added new AccessibilityProperty to bool icon
    aj-rosado committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    263aeef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b6e99 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    03c5dd7 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2022.6.3 (#2005)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f0ebc5e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. [EC-348] change blacklisted to blocked URIs (#2012)

    * [EC-348] update blacklisted to blocked URIs
    
    * [EC-348] update variable names
    coroiu committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    16f70dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a6850 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. [PS-1116] Improved network error handling (#2007)

    * PS-1116 Improved network error handling on ViewPageViewModel and AddEditPageViewModel
    
    * PS-1116 Renamed ViewPage and AddEditPage pages to a more explicit name.
    Refactored CheckPassword from the CipherPages to a single Base class.
    
    * PS-1116 Updated variables relative to the AddEditPage and ViewPage refactor to CipherAddEditPage and CipherDetailPage
    
    * Renamed CipherDetailPage to CipherDetailsPage
    
    * Code improvement
    
    * PS-1116 Improved code formatting
    
    * PS-1116 Improved formatting
    
    * PS-1116 Improved code formatting
    aj-rosado committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8ec6545 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    3128a4c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Auto bump mobile version after release (#2013)

    * Add autobump version number workflow
    
    * Comment pr since not tested
    
    * Update .github/workflows/version-auto-bump.yml
    
    Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
    
    * Trigger version bump workflow
    
    * Comment for testing
    
    * add input for testing
    
    * FIx
    
    * Remove testing values
    
    Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
    michalchecinski and mimartin12 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ee8b886 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    97fe656 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Bumped version to 2022.8.0 (#2028)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    aa6be3d View commit details
    Browse the repository at this point in the history
  2. Fix Android build (#2029)

    Change worker to win-2022 for VS2022
    michalchecinski committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    94bd5ce View commit details
    Browse the repository at this point in the history
  3. [ENG-71] Add Github deployment to release pipeline. (#2022)

    * Added Github deployment to release pipeline.
    
    * Added explicit expression syntax
    
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    
    * Added explicit expression syntax
    
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    
    * Added initial-status
    
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    
    * Removed in_progress update since it's set on initial status
    
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    
    Co-authored-by: Todd Martin <>
    Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
    trmartin4 and vgrassia committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2c8406d View commit details
    Browse the repository at this point in the history
  4. [EC-341] Fix show alternative 2FA on iOS extensions (#2011)

    * EC-341 Fix show alternative 2FA on iOS extensions
    
    * EC-341 Fix iOS.Core.csproj reference
    fedemkr committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ae4e8e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Autosync the updated translations (#2030)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    570b563 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. [EC-371] Fix iOS extensions login more menu (#2016)

    * EC-371 fix iOS extensions login more menu and HintPage to display correctly on extensions
    
    * EC-371 fix merge
    fedemkr committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3ef5b57 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Autosync the updated translations (#2035)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4fbe1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04b250 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. [PS-1219] Crash when login with SSO (#2023)

    * PS-1219 Added null checks and improved error handling on SSO Login
    
    * PS-1219 Improved code
    
    * PS-1219 Improved const naming
    
    Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
    aj-rosado and fedemkr committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6159758 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2022.8.1 (#2039)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    de41845 View commit details
    Browse the repository at this point in the history
  3. Add workaround for broken windows 2022 runner (#2040)

    * Add workaround for broken windows 2022 runner
    
    * Adding workaround to F-Droid job
    joseph-flinn committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8b11840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f7a1e7 View commit details
    Browse the repository at this point in the history
  5. [PS-1009] Changed keyboard on Passphrase generator to not allow emoji…

    …s (#2038)
    
    * PS-1009 Added effect to Entry that doesn't allow keyboard with emojis on passphrase separator
    
    * PS-1009 Removed unnecessary ImeOptions setting from NoEmojiKeyboardEffect
    Improved code
    
    * PS-1009 Removed unnecessary null validation on Android's NoEmojiKeyboardEffect
    
    Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
    aj-rosado and fedemkr committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3d9555d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [SG-416] Updates to Bitwarden Authenticator (Feature Branch) (#2041)

    * Initial commit of new TOTP page
    
    * Revert config files from previous commit
    
    This reverts commit b02c58e3623781ada1e9e8f820b403a5c48274aa.
    
    * clear extra code and fix build
    
    * add tab page
    
    * add authentication view cell
    
    * add toolbar icons
    
    * got the countdown working
    
    * enable context loading and vm init
    
    * PS-70 Added toggle to quickly filter TOTP cypher items and show their details, Added new text resource
    
    * PS-70 removed old authentication tab
    
    * removed unnecessary code on vm
    
    * fixed formatting
    
    * PS-70 Added circular progress to the OTP count down
    
    * PS-70 Fixed grid cell width. Added red progress at 20 percent. Refactored circular progress view.
    
    * PS-70 Added new props to custom control.
    
    * PS-70 show toggle only if it's premium
    
    * PS-70 removed unnecessary code
    
    * PS-70 add copy to clipboard.
    
    * PS-70 show upgrade to premium text on details to free user.
    
    * PS-70 added text labels to resource files
    
    * PS-70 Renamed TOTP to Totp to have consistency in naming. Removed a11y text of switch because android was overlapping text.
    
    * PS-70 added new UI to enter code manually in the QR Code scanner screen. Changed existing labels on scanner screen.
    
    * PS-70 Splited totp code to adjust spacing.
    
    * PS-70 Added scanner square corner overlay. Added scanning animation. Added scan success animation.
    
    * PS-70 let zxing scanner camera feed on until screen is closed.
    
    * PS-70 fixed scanner animation for android devices
    
    * PS-70 added vibrate permission to manifest. refactored scanpage code. added manual authentication key feature in scanner.
    
    * PS-70 fixed totp cell title label font
    
    * PS-70 added copy button to totp edit cipher. Added row button when totp is null.
    
    * PS-70 changed labels on manual scanner screen
    
    * PS-70  Added label on top of button to solve UI bug.
    
    * PS-70 Fixed android button overlapping bug by  adding button styling to a Frame view and placing a label inside. Fixed Color on scanner page.
    
    * PS-70 Added frame styling for iOS, since frame view has different base configuration for android and iOS.
    
    * PS-70 fixed font clipping bug on iOS
    
    * PS-70 removed shadow for newer versions of android
    
    * PS-70 code format
    
    * PS-70 removed update to premium uri launch
    
    * PS-70 PR fix for AppResource vs code behind generation.
    
    * PS-70 changed premium required label. fixed bug when to show premium required label.
    
    * [SSG-416] Removed the dashes from free user and just left the Premium subscription required.
    
    * [SSG-416] removed unnecessary changes to the TabsPage file
    
    * [SSG-416] removed unnecessary using.
    
    * [SSG-416] Updated ViewPageViewModel and code refactoring.
    
    * [SG-416] Updated scanner mode toggle text color to be inline with figma designs
    
    * [SSG-416] Mobile PR Fixes
    
    * [SSG-416] Add to remove a11y text from totp toggle because on android it places an helper text next to the switch making it invisible. Also removed from the label because it already reads the text from the label
    
    * [SSG-416] run dotnet tool run dotnet-format
    
    * [SSG-416] PR fixes
    
    * Revert "[SSG-416] PR fixes"
    
    This reverts commit 2f2b90aceed81944e6a2737d5b4409d6798dc9da.
    
    * [PS-416] Fixed a bug where the item details page was not updating after saving.
    
    * [SG-416] Authenticator toggle remake  (#2027)
    
    * [SG-416] Removed toggle to TOTP. Added on MainPage new entry to go to screen with TOTP codes. Added filter for TOTP codes to be used when searching.
    
    * [SG-416] Removed unnecessary code. Added nav back if there is only 1 cipher with totp code and the user removes it.
    
    * [SG-416] Run dotnet format tool
    
    * [SG-416] PR fixes
    
    * [SG-416] PR Fixes. Manifest formatting. Add try catch. Extracted method and added null protection.
    
    * [SG-416] Make TOTP codes appear above favourites.
    
    * [SG-416] PR fixes. Show error dialog.
    
    Co-authored-by: Carlos J. Muentes <42616259+cmuentes@users.noreply.github.com>
    Co-authored-by: Jacob Fink <jfink@bitwarden.com>
    3 people committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e829279 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Autosync the updated translations (#2042)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    525288d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. [SG-598] Removed space from copied totp code (#2046)

    Removed space from copied totp code
    andrebispo5 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ecd4da0 View commit details
    Browse the repository at this point in the history
  2. [SG-599] Cannot read authenticator key if you don't include URI befor…

    …e TOTP Secret. (#2047)
    
    Removed unnecessary code when adding a TOTP auth key secret manually
    andrebispo5 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9163b9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d204e81 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Autosync the updated translations (#2050)

    Co-authored-by: github-actions <>
    github-actions[bot] committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    cdd9a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    673ba9f View commit details
    Browse the repository at this point in the history
  3. [SG-223] Mobile username generator (#2033)

    * SG-223 - Changed page title and password title
    
    * SG-223 - Refactored generated field
    * Changed position of generated field
    * Replaced buttons generate and copy for icons
    
    * SG-223 - Refactor type to passwordType
    
    * SG-223 - Added password or username selector
    * Added string for label type selection
    
    * SG-223 - Added logic for different types of username
    * Added strings of new types
    
    * [SG-223] - Added UI components for different username types
    * Added static strings for new labels
    * Added viewmodel properties to support username generation and their respective options
    
    * [SG-223] Added control over type picker visibility
    
    * [SG-223] Refactored username entry on add edit page and added generate icon
    * Added GenerateUsername command
    
    * [SG-223] - Implemented service for username generation
    
    * [SG-223] - Added support for username generation for item creation flow
    * Implemented cache for username options
    * Added exception handling for api calls
    
    * [SG-223] - Remove unused code
    
    * [SG-223] - Added a new display field for username generated and respective command
    * Added description label for each type of username
    * Changed defautl value of username from string.Empty to -
    
    * [SG-223] - Removed some StackLayouts and refactored some controls
    
    * [SG-223] - Refactored properties name
    
    * [SG-223] - Added visibility toggle icon for api keys of forwarded email username types
    
    * [SG-223] - Refactored nested StackLayouts into grids.
    
    * [SG-223] - Refactor and pr fixing
    
    * [SG-223] - Removed string keys from Resolve
    - Added static string to resources
    
    * [SG-223] - Refactored Copy_Clicked as AsyncCommand
    - Improved exception handling
    - Refactored TypeSelected as GeneratorTypeSelected
    
    * [SG-223] - Renamed PasswordFormatter
    
    * [SG-223] - Refactored VM properties to use UsernameGenerationOptions
    * Removed LoadUsernameOptions
    
    * [SG-223] - Refactored added pickers to use SelectedItem instead SelectedIndex
    * Deleted PickerIndexToBoolConverter as it isn't needed anymore
    
    * [SG-223] -  Refactored and simplified Grid row and column definitions
    
    * [SG-223] - Refactored Command into async command
    * Added exception handling and feedback to the user
    
    * [SG-223] - Refactored GeneratorType picker to use Enum GeneratorType instead of string
    
    * [SG-223] - Changed some resource keys
    
    * [SG-223] - Refactor method name
    
    * [SG-223] - Refactored code and added logs for switch default cases
    
    * [SG-223] - Added flag to control visibility when in edit mode
    
    * [SG-223] - Added suffix Parenthesis to keys to prevent future conflicts
    
    * [SG-223] - Refactored multiple methods into one, GetUsernameFromAsync
    * Removed unused Extensions from enums
    
    * [SG-223] - Added exception message
    
    * [SG-223] - Added localizable enum values through LocalizableEnumConverter
    
    * [SG-223] - Fixed space between controls
    
    * [SG-223] - Removed unused code and refactored some variables and methods names
    
    * [SG-223] - Removed unused code and refactored constant name to be more elucidative
    
    * [SG-223] - Removed unused variable
    LRNcardozoWDF committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b1fb867 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Update PR template (#2051)

    eliykat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    183bfa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. [PS-191] Improve support for larger fonts Android (#2053)

    * PS-191 Removed android native font scaling
    
    * PS-191 Added exception handling when disabling android font scale
    aj-rosado committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b628c19 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    119fc58 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Merge upstream 2022-09-13

    Ldoppea committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a9d399f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. fix: Save VisualStudio auto-edits on merged files

    bitwarden-mobile.sln got a merge error on App.csproj project's ID
    
    VisualStudio applied automatic build configuration generation for Cozy
    builds
    
    VisualStudio applied automatic Visible=false on ImageAssets, this seems
    to have no impact on build so we chose to favour homogeneity with other
    ImageAssets
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a1e3744 View commit details
    Browse the repository at this point in the history
  2. fix: Regenerate AppResources

    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ffc20c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b6244 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6554dbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86225e2 View commit details
    Browse the repository at this point in the history
  6. fix: Reapply Cozy custom code into OrganizationService

    In 2e8824c UserService has been
    removed in favor of OrganizationService
    
    So we want to reapply Cozy custom code from old UserService into the
    new OrganizationService
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4d0370c View commit details
    Browse the repository at this point in the history
  7. fix: Reapply Cozy custom themes

    In 74e90da ThemeManager has been
    refactored
    
    The code got too many modification so that it was too difficult to
    reapply them during the previous merge-upstream
    
    So we chose to resolve conflicts by taking upstream versions and to
    reapply Cozy custom code in this commit
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    11efca6 View commit details
    Browse the repository at this point in the history
  8. fix: Reapply Cozy custom code into CipherAddEditPage & CipherDetailsPage

    In 8ec6545 AddEditPage and ViewPage
    has been removed in favor of CipherAddEditPage and CipherDetailsPage
    
    So we want to reapply Cozy custom code from old AddEditPage and
    ViewPage into the new CipherAddEditPage and CipherDetailsPage
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    8c2e7bb View commit details
    Browse the repository at this point in the history
  9. fix: Reapply Cozy custom code into AndroidManifest.xml

    In 90a6850 AndroidManifest.xml has
    been reformated
    
    The code got too many modification so that it was too difficult to
    reapply them during the previous merge-upstream
    
    So we chose to resolve conflicts by taking upstream versions and to
    reapply Cozy custom code in this commit
    Revert "First"
    
    This reverts commit cfe358384379d15d48396aea4c52f809a346b75c.
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    58526e1 View commit details
    Browse the repository at this point in the history
  10. fix: Update AndroidManifest's Activity and IntentFilter with Cozy datar

    In 05bcc10 Activity and IntentFilter
    declarations have been moved to AndroidManifest.xml
    
    So we want to reapply Cozy custom code from old MainActivity.cs
    declaration into the new AndroidManifest.xml declaration
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    011589f View commit details
    Browse the repository at this point in the history
  11. fix: Reapply Cozy namespaces

    Some of those namespaces have been lost during previous merge-upstream,
    some others are from newly added files by Bitwarden and should be
    replaced by ours
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    55247b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8590dfa View commit details
    Browse the repository at this point in the history
  13. fix: Update Cozy custom code on SettingsPage to fit new architecture

    In 2d2a883 SettingsPageViewModel has
    been refactored and Cozy custom code was not compatible with new
    implementation anymore, so we fixed our Custom code to fit it
     
    Also some code got too many modifications so that it was too difficult
    to reapply them during the previous merge-upstream
    
    So we chose to resolve conflicts by taking upstream versions and to
    reapply Cozy custom code in this commit
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    8572345 View commit details
    Browse the repository at this point in the history
  14. fix: Remove GroupedIntems.clear() call from SettingsPage

    In 3d388ab we applied a temporary fix
    to SettingsPage in order to solve a scroll bug on iOS
    
    During previous merge-upstream this code should have been removed as
    new Bitwarden's code already fix it
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    82bc429 View commit details
    Browse the repository at this point in the history
  15. fix: Convert old FontAwesome icons to new BitwardenIcons icons

    In 3f1674c Bitwarden moved their icon
    system from `FontAwesome` in favor of their new homemade `bwi-font`
    
    As we used icons from `FontAwesome` in ToggleArrowConverter we have to
    fix it by using the new BitwardenIcons enum
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    79d2800 View commit details
    Browse the repository at this point in the history
  16. fix: Reapply Cozy custom code into HomePage

    The HomePage code was too difficult to merge duringthe previous
    merge-upstream so we chose to resolve conflicts by taking upstream
    versions and to reapply Cozy custom code in this commit
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ac6b209 View commit details
    Browse the repository at this point in the history
  17. fix: Reapply Cozy custom code into LockPage

    The LockPage code was too difficult to merge duringthe previous
    merge-upstream so we chose to resolve conflicts by taking upstream
    versions and to reapply Cozy custom code in this commit
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    982fcb9 View commit details
    Browse the repository at this point in the history
  18. fix: Reapply Cozy custom code into LoginPage

    The LoginPage code was too difficult to merge duringthe previous
    merge-upstream so we chose to resolve conflicts by taking upstream
    versions and to reapply Cozy custom code in this commit
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d9ad131 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    baa9848 View commit details
    Browse the repository at this point in the history
  20. fix: Reapply Cozy custom code into GeneratorPage

    In b1fb867 GeneratorPage got a new
    feature that allows to generate usernames
    
    The code got too many modification so that it was too difficult to
    reapply them during the previous merge-upstream
    
    So we chose to resolve conflicts by taking upstream versions and to
    reapply Cozy custom code in this commit
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    fe77352 View commit details
    Browse the repository at this point in the history
  21. fix: Disable AppCenter integration

    We do not use AppCenter at Cozy. So we do not want to keep sending
    those data to MS
    
    This commit reapply some of the edits from
    fc638c3 that were canceled by last
    merge-upstream containing Bitwarden's refactoring
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3f11fc6 View commit details
    Browse the repository at this point in the history
  22. feat: Apply Cozy's build configuration to new IOS.ShareExtension project

    iOS.ShareExtension project has been added in Bitwarden's project in
    f8a7eb4 and we retrieved it from
    previous merge-upstream
    
    We need to apply Cozy's build configuration to this new project as we
    did for other projects in 44bbcfc
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    77fb035 View commit details
    Browse the repository at this point in the history
  23. feat: Reword Vault into Folder in FilterByVault menu

    Bitwarden's Vault mechanism is based on organisations
    
    As Organisations were reworded into Folders in Cozy's context since
    d533b40 then we want to do the same
    here
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d0df02b View commit details
    Browse the repository at this point in the history
  24. fix: remove Github CI files

    Those CI files are not used by Cozy and can impact with in build
    process
    
    We may add them back in the future when we will be ready
    
    Related commit: deee2b8
    Ldoppea committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ecfb667 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. chore: Fix building for iOS

    Seems to work on VisualStudio 2022.
    Crash-- committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c422ff1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. feat: Disable Multi Account feature

    Multi Account is a new feature from Bitwarden that we retrieved in
    previous merge upstream
    
    We want to disable it until we analyse if our userbase would use it or
    if it would be confusing for them
    Ldoppea committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    5532cb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. TEMP

    Ldoppea committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    dec7adc View commit details
    Browse the repository at this point in the history