[PR #3084] [PM-6846] Added spaced card nubmer to the card view #4015

Closed
opened 2025-11-26 23:39:39 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/3084

State: closed
Merged: No


Type of change

  • [] Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

The card number in bitwarden mobile is not spaced in the mobile view. This pull request fixes the view such that the number is spaced in splits of 4.

Code changes

A new property in the CardView named SpacedNumber was added that adds a space in every 4 digits from the "CardView.Number"

**Original Pull Request:** https://github.com/bitwarden/android/pull/3084 **State:** closed **Merged:** No --- ## Type of change - [✅] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective The card number in bitwarden mobile is not spaced in the mobile view. This pull request fixes the view such that the number is spaced in splits of 4. ## Code changes A new property in the CardView named SpacedNumber was added that adds a space in every 4 digits from the "CardView.Number"
GiteaMirror added the pull-request label 2025-11-26 23:39:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#4015