1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-01-15 04:24:49 +03:00
Commit graph

3281 commits

Author SHA1 Message Date
Matt Portune
9384b3e538
fixed migration and account removal issues () 2022-02-28 13:02:33 -05:00
Daniel James Smith
317e7dad9a
BEEEP: Colorize hidden custom field when value visible () 2022-02-25 21:47:21 +01:00
github-actions[bot]
fac295c97b
Autosync the updated translations ()
Co-authored-by: github-actions <>
2022-02-25 12:29:47 +01:00
Matt Portune
f94812719d
Apply Disable Favicon setting globally to match desktop ()
* Apply Disable Favicon setting globally to match desktop

* streamline the approach to applying global settings
2022-02-24 17:13:00 -05:00
Matt Portune
be993bcd02
Fix for missing bio unlock on app restart () 2022-02-24 15:33:55 -05:00
Federico Maccaroni
c74ed668b5
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 () 2022-02-24 10:27:08 -03:00
Matt Portune
9201da8515
take environment into account when checking for existing account () 2022-02-23 15:30:49 -05:00
Matt Portune
2e8824ce05
Account Switching ()
* Account Switching ()

* 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 ()

* remove duplicate dependency

* fix for initial login token storage paradox ()

* Fix avatar color update toolbar item issue on iOS for account switching ()

* Updated account switching menu UI ()

* 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 ()

* single account migration to multi-account on app update ()

* Account Switching Tap to dismiss ()

* 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 ()

* 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 ()

* dismiss account list on certain events

* use new FireAndForget method for back button logic

* Create and use Account Switching overlay control ()

* 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 ()

* Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged ()

* Usability improvements for logout on vault timeout ()

* accountswitching fixes ()

* Fix for invalid PIN lock state when switching accounts ()

* fix for pin lock flow

* named tuple values and updated async

* clear send service cache on account switch ()

* Global theme and account removal ()

* 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>
2022-02-23 12:40:17 -05:00
Micaiah Martin
ded3f07fa6
Fixes incorrect path in workflow () 2022-02-23 10:29:40 -06:00
Micaiah Martin
31a3ec963b
[BEEEP] - Added workflows to ignored paths ()
Makes sure that edits to workflow files don't trigger a build.
2022-02-23 09:34:26 -06:00
Micaiah Martin
4722d2f632
Add dry run option to release workflow ()
* Add dry-run to release workflow.
2022-02-23 08:48:07 -06:00
Federico Maccaroni
fa1bc3fa14
Changed Input keyboard on phone to be the telephone keyboard and also capitalized the keyboard on some fields of add/edit identity () 2022-02-23 11:07:54 -03:00
Federico Maccaroni
fa8d59075b
Fix Options being seen in two lines on Add/edit Send () 2022-02-22 12:28:43 -05:00
Federico Maccaroni
23ca0f4b93
Fix icon image size to be adaptive on Large Font Size Accessibility which fixes row height on large vault () 2022-02-22 10:33:38 -05:00
Chad Scharf
04f4ad48f0
We're Hiring ()
Added link to README.md for Bitwarden Careers page.
2022-02-22 10:28:46 -03:00
Micaiah Martin
a9be659e27
Moved to new Google Service Account () 2022-02-18 15:05:13 -07:00
Micaiah Martin
39596d7533
Moved to new Google Service Account () 2022-02-18 15:21:59 -06:00
Micaiah Martin
dd2c24dcc7
Move to using shared workflow () 2022-02-18 13:29:14 -06:00
github-actions[bot]
ad6cf9318b
Autosync the updated translations ()
Co-authored-by: github-actions <>
2022-02-18 10:20:24 +01:00
Federico Maccaroni
ea471b0749
Fixed some Large Font Accessibility issues on Vault and Send screens for Icons Display () 2022-02-17 19:34:22 -03:00
Micaiah Martin
dbaa32b02c
Created initial workflow for workflow linting () 2022-02-16 15:26:11 -06:00
Matt Gibson
46128bcfe6
Enforce Hold label ()
* Enforce Hold label

* Linting

Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
2022-02-16 08:43:46 -06:00
Federico Maccaroni
02562be8c7
Fix truncated bottom on Password generator when large font size is set on Android () 2022-02-15 19:10:43 -03:00
Joseph Flinn
95581bd4d9
Patch/release new build artifact name ()
* 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
2022-02-15 07:57:21 -08:00
Jake Fink
aba34c38e9
remove erroneous autofill description () 2022-02-15 10:46:33 -05:00
github-actions[bot]
1af447c47f
Bumped version to 2.16.3 ()
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-14 12:37:14 -08:00
Federico Maccaroni
4fb811ae87
Build: Upload dSYMs to AppCenter ()
* 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 ()

* 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>
2022-02-14 11:06:35 -08:00
Matt Portune
3127295444
Fix for vault timeout not firing on resume ()
* fix for vault timeout not firing on resume

* call ResumedAsync with FireAndForget
2022-02-14 11:29:04 -05:00
Vincent Salucci
615136be96
[Icons] - BUG - Update groupings icon for collections () 2022-02-12 12:27:37 +00:00
github-actions[bot]
e4230ac4f6
Autosync the updated translations ()
Co-authored-by: github-actions <>
2022-02-11 22:47:48 +01:00
Jake Fink
15e9915da6
check email for null before authenticating ()
* check email for null before authenticating

* add return after logging out and track error if email not found
2022-02-11 13:46:17 -05:00
Jake Fink
59ed76d956
remove datepicker style workaround () 2022-02-11 12:23:51 -05:00
github-actions[bot]
972755c725
Bump version to 2.16.2 ()
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 13:47:03 -07:00
Federico Maccaroni
92c40e2984
Improved code for periodic Autofocus on scan for better cancellation and task handlilng () 2022-02-10 13:03:02 -05:00
Micaiah Martin
9eed421c67
Updated Sed expression for Android manifests () 2022-02-10 09:42:57 -07:00
github-actions[bot]
15db96b06c
Bumped version to 2.16.1 ()
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 08:19:02 -08:00
Joseph Flinn
54ccc1cbca
Add iOS Share Extension to our version bump automation () 2022-02-10 07:54:43 -08:00
github-actions[bot]
ee69364b1d
Bumped version to 2.16.0 ()
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 06:46:19 -08:00
Federico Maccaroni
76f1057951
Improved Autofocus code on ScanPage for better cancellation and exception handling () 2022-02-09 14:22:04 -03:00
Vincent Salucci
3491c1aaeb
[Help] Update links to new pattern () 2022-02-08 17:42:53 -06:00
Oscar Hinton
427ff09af0
Client & Version headers () 2022-02-08 17:43:40 +01:00
github-actions[bot]
10fafaf8c8
Autosync the updated translations ()
Co-authored-by: github-actions <>
2022-02-04 12:56:49 +01:00
Federico Maccaroni
31cdf401f1
Fix delete account SSO with CME that the OTP parameter was being sent incorrectly to the server () 2022-02-03 17:46:45 -03:00
Vincent Salucci
4373cee636
[Icons] Fast follower changes () 2022-02-03 10:34:20 -06:00
Federico Maccaroni
63b27f4e6d
Removed punctuation on some string resources regarding send () 2022-02-02 16:07:58 -03:00
Jake Fink
fba5ecf304
Set background of biometricCell from theme () 2022-01-31 22:00:05 +00:00
Federico Maccaroni
a183861b87
Cleared About information about push registration, just left it in DEBUG mode () 2022-01-31 14:48:35 -03:00
Federico Maccaroni
d0ffb108b1
Cleared Console.WriteLine for iOS push notifications issue () 2022-01-31 11:12:24 -03:00
github-actions[bot]
c0c893fd59
Autosync the updated translations ()
Co-authored-by: github-actions <>
2022-01-28 11:08:29 +01:00
Oscar Hinton
5f29fc8f89
Update FA icons on LockPasswordViewController ()
Co-authored-by: Jacob Fink <jfink@bitwarden.com>
2022-01-27 18:13:23 +01:00