Branch:
add-needs-qa-label
2293
CLOUDOPS-202_Google-Account-Migration
DEVOPS-1822-fede-cake-ios-fix
EC-295-swipe-to-copy-logins
EC-304-fix-docs-contribution-mobile
PM-171-remove-restore-confirm-alert
PM-2149-improve-attachment-uiux
PM-2456-fix-cipher-encryption-attachment
PM-4047/fixing-simulator-app-build
PM-5126-add-waterfox-for-android-support
SG-816-add-push-token
acostarj-textupdate-mobile
add-bio-key-migration
add-needs-qa-label
aesgcm
auth/pm-2293-tde-auth-requests
auth/pm-3340/settings-ui
auth/pm-3513-ssologinreq
beeep-totp
beeep/environment_load
beta-native-2024.2.0
bug/PS-1174-search-doesnt-return-words-with-diacritics
bug/ps-675-togglepass
bugfix/SG-765-droid-cancel-button
bugfix/helper-activities-launchmode
community/PM-2901-sync-on-send-changed
community/PM-4800/send-item-domain-to-fastmail
community/PM-992-correct-autofill-language-issue
community/PS-1352-fix-ignore-diacritics-in-search
community/pm-3556-change-anonaddy-to-addyio
dependabot/npm_and_yarn/async-2.6.4
feature/PM-2732-ios17-credentialprovider
feature/ios
feature/maui-migration-ios-ext-tap-workaround
feature/maui-migration-window-issue-sample
feature/passwordless-login
feature/pm-1208-f3-options
feature/pm-2287-mp-approval
feature/replace-ffimageloading-with-image
feature/totp-tab
feature/trusted-device-encryption-rc
fedemkr-patch-1
fido2-googleplayservices
fix-avatar-accountswitch
fix-beta
gh-pages
hotfix-prep
iOS
localize-watch
main
mobiletf/pm-7749/add-verification-specific-messages
mobiletf/pm-7963/fido2-autofill-timeout-immediately
mobiletf/pm-9020/fix-urls-prod-servers
net7-platform-migration
pm-4920-username
pr-labeler-test
ps/sdk
renovate/lock-file-maintenance
sg-804
tech-debt/navigation-service
temp-delegated-ui-suggestion-passkeys-ios-fede
temp-passkeys-ios-fede
uitests
vault/pm-2572
vault/pm-2572-IVIE-On
vault/pm-4739-IVIE-on
vault/pm-5072/update-cipher-key-encryption-minimum-version
vault/pm-7052/try-fix-theme-change-autofill-extension
vault/pm-950
maui-single-project-android
v.2.5.5
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6
v1.0.0
v1.1.0
v1.10.0
v1.11.0
v1.11.1
v1.12.0
v1.12.1
v1.12.2
v1.13.0
v1.14.0
v1.14.1
v1.14.4
v1.15.0
v1.15.1
v1.15.2
v1.16.0
v1.17.0
v1.18.0
v1.18.1
v1.19.0
v1.2.0
v1.2.1
v1.20.0
v1.21.0
v1.22.0
v1.22.1
v1.3.0
v1.4.0
v1.4.3
v1.4.4
v1.5.0
v1.5.1
v1.6.0
v1.6.1
v1.6.5
v1.7.0
v1.8.0
v1.8.1
v1.9.0
v2.0.0
v2.0.1
v2.0.2
v2.0.3
v2.0.4
v2.0.5
v2.0.6
v2.1.0
v2.1.2
v2.10.0
v2.11.0
v2.11.1
v2.11.2
v2.11.3
v2.12.0
v2.13.0
v2.14.0
v2.14.1
v2.14.2
v2.15.0
v2.16.1
v2.16.2
v2.16.3
v2.16.4
v2.17.0
v2.18.0
v2.2.0
v2.2.1
v2.2.2
v2.2.6
v2.2.7
v2.2.8
v2.3.0
v2.3.1
v2.4.0
v2.4.1
v2.4.2
v2.4.3
v2.5.0
v2.5.1
v2.5.2
v2.5.3
v2.5.4
v2.5.5
v2.5.6
v2.6.0
v2.6.1
v2.7.0
v2.7.2
v2.8.0
v2.8.1
v2.8.2
v2.9.0
v2.9.1
v2022.05.0
v2022.10.0
v2022.11.0
v2022.6.0
v2022.6.1
v2022.6.2
v2022.8.0
v2022.9.0
v2022.9.1
v2023.1.0
v2023.10.0
v2023.12.0
v2023.2.0
v2023.3.0
v2023.3.1
v2023.3.2
v2023.4.0
v2023.5.0
v2023.7.0
v2023.8.0
v2023.9.0
v2023.9.1
v2023.9.2
v2024.1.0
v2024.1.1
v2024.10.0
v2024.2.0
v2024.2.1
v2024.3.0
v2024.3.1
v2024.3.3
v2024.4.0
v2024.4.1
v2024.4.2
v2024.5.1
v2024.6.0
v2024.7.0
v2024.7.1
${ noResults }
2 Commits (add-needs-qa-label)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
04539af2a6
|
Run dotnet format (#1738)
|
4 years ago |
|
|
8d5614cd7b
|
Port send jslib to mobile (#1219)
* Expand Hkdf crypto functions * Add tests for hkdf crypto functions Took the testing infrastructure from bitwarden/server * Move Hkdf to cryptoFunctionService * Port changes from bitwarden/jslib#192 * Port changes from bitwarden/jslib#205 * Make Send Expiration Optional implement changes from bitwarden/jslib#242 * Bug fixes found by testing * Test helpers * Test conversion between model types * Test SendService These are mostly happy-path tests to ensure a reasonably correct implementation * Add run tests step to GitHub Actions * Test send decryption * Test Request generation from Send * Constructor dependencies on separate lines * Remove unused testing infrastructure * Rename to match class name * Move fat arrows to previous lines * Handle exceptions in App layer * PR review cleanups * Throw when attempting to save an unkown Send Type I think it's best to only throw on unknown send types here. I don't think we want to throw whenever we encounter one since that would do bad things like lock up Sync if clients get out of date relative to servers. Instead, keep the client from ruining saved data by complaining last minute that it doesn't know what it's doing. |
5 years ago |