feat: profile rename more toast hints #111
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:profile-rename-strong-checking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat: profile rename strong checkingto feat: profile rename more toast hintsValidating against GSMA standard isn't the concern of UI. This should be custom exceptions thrown from LocalProfileAssistantImpl in
lpac-jni
and exposed through UI toasts instead.@ -29,2 +29,4 @@
<string name="toast_profile_enable_failed">Cannot switch to new eSIM profile.</string>
<string name="toast_profile_name_changed">The profile name will be updated from \'%s\' to \'%s\'</string>
<string name="toast_profile_name_not_changed">Nickname has not changed</string>
is unchanged
@ -31,1 +31,4 @@
<string name="toast_profile_name_changed">The profile name will be updated from \'%s\' to \'%s\'</string>
<string name="toast_profile_name_not_changed">Nickname has not changed</string>
<string name="toast_profile_name_too_long">Nickname cannot be longer than 64 characters</string>
<string name="toast_profile_name_encode_failed">The input string could not be encoded</string>
could not be encoded as UTF-8
@ -31,1 +32,4 @@
<string name="toast_profile_name_not_changed">Nickname has not changed</string>
<string name="toast_profile_name_too_long">Nickname cannot be longer than 64 characters</string>
<string name="toast_profile_name_encode_failed">The input string could not be encoded</string>
<string name="toast_profile_name_restore_defaults">This profile name will be restored to the default</string>
delete "the"
Pull request closed