feat: if profile delete confirm text is mismatched then show toast
refactor: certificate issuer detecting
feat: copyable eid string
Please do not commonize strings for copy operations. This is in general not great for i18n.
I am also planning to un-commonize some of the strings that were commonized before.
feat: share file after save logs
Share should only be triggered when a separate button is pressed. It is confusing if save also triggers share unconditionally.
feat: if profile delete confirm text is mismatched then show toast
There's no point having these two vals just to get() = requireArguments()...
. Using by lazy
might be more appropriate if that's the aim.
feat: if profile delete confirm text is mismatched then show toast
.also { show() }
removes the need for !!
feat: profile rename more toast hints
Validating 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.
fix: override unpriv channel name in all languages