Evgeny Poberezkin
|
6e9cf2ba91
|
ios: fix background refresh crash, memoize migrateChatDatabase (#1103)
* ios: fix background refresh crash, memoize migrateChatDatabase
* store returned value
|
2022-09-23 12:51:40 +01:00 |
|
JRoberts
|
2eca3e789c
|
ios: restore db (#1063)
* wip
* wip
* wip
* refactor
* clean up
* simplify
* simplify
* refactor
* rename
* rename consts
* refactor
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
|
2022-09-17 16:41:20 +04:00 |
|
Evgeny Poberezkin
|
76a7dfeabb
|
ios: localize database encryption (#1048)
* ios: localize database encryption
* fix incorrect language in NSE localizations
* corrections
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* translations
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
|
2022-09-14 14:04:41 +01:00 |
|
Evgeny Poberezkin
|
06835ee3fc
|
ios: additional db encryption UX (#1031)
* ios: additional db encryption UX
* typo
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* fixes
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
|
2022-09-08 17:36:16 +01:00 |
|
Evgeny Poberezkin
|
766009269e
|
ios: use SQLCipher (#1012)
* use sqlcipher build, hardcoded encryption key
* UI for db encryption
* database passphrase UI
* show orange icon when database is not encrypted
* call encrypt
* more ios ux
* basic UX for passphrase complete
* with animation
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
* passphrase complexity, fixes
* fix moving entry field
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
|
2022-09-07 12:49:41 +01:00 |
|