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

feat: stealth mode #2143

Merged
merged 1 commit into from
Aug 19, 2024
Merged

feat: stealth mode #2143

merged 1 commit into from
Aug 19, 2024

Conversation

pwltr
Copy link
Collaborator

@pwltr pwltr commented Aug 17, 2024

Description

Adds 'Stealth Mode' which makes the app look like a calculator where you can enter PIN.

  • add Calculator screen (only shown on app start when enabled)
  • add Settings -> Security -> Stealth Mode screen
  • app icons: add react-native-change-icon and rename/remove some icons
  • add enableStealthMode settings field + migration
  • fix <Switch /> missing disabled style on Android

Linked Issues/Tasks

Closes #2059

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (improving code without creating new functionality)

Tests

  • Detox test
  • Unit test
  • No test

Screenshot / Video

Simulator.Screen.Recording.-.iPhone.15.-.2024-08-17.at.13.29.27.mp4

QA Notes

Make sure app icon is always the correct one (after reset etc.)

Copy link

socket-security bot commented Aug 17, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 31 kB skb1129

🚮 Removed packages: npm/[email protected]

View full report↗︎

@pwltr pwltr merged commit afd07c5 into master Aug 19, 2024
7 checks passed
@pwltr pwltr deleted the feat/stealth-mode branch August 19, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Stealth Mode
2 participants