Releases: devxsby/RSNumberPad
Releases · devxsby/RSNumberPad
v1.3.2
- Add annotations to the sample app
v1.3.1
- Change to safely convert byte values from '%02x' format to '%02hhx' format when generating 2-digit hexadecimal values.
v1.3.0
- Refactoring to apply the SALT algorithm using UUIDs
v1.2.0
- Add a descending keypad when touching the area outside the text field
- Separate the logic of using protocols to manage passwords
- Prohibit copying, pasting, selecting, selecting the entire text field, etc.
v1.1.0
- Added support for dark mode
- Added support for rotate mode (landscape)
- Added ability to raise the view when a textfield covers the keypad
v.1.0.2
- Performance improvements
- Change the close icon in the keyboard toolbar
v.1.0.1
- Change the sample app to show the alert controller on button clicks
1.0.0
v.1.0.0
Features
- Randomized numeric keyboard
- Encrypts the input with the SHA256 algorithm
- Stores the encrypted value in the keychain
- Cocoa Pods, swift package manager support
- Add a sample app
0.9.0
0.9.0 Demo Version Release
Features
- Randomized numeric keyboard