Since #phosh made lockscreen widgets a plugin, I actually found it is prettty easy to make one yourself! I have been playing around with one that displays emergency info and emergency contacts.
Is there anything obvious I am missing from it? I got these from Android. Note that a user can add/remove/edit Emergency Contacts as they wish. (My hope is to merge this back into Phosh proper).
@kop316 I always wanted a way for #phosh's plugins
to have individual UI to set preferences, e.g. to set the path for the ticket-box, etc. So I gave it stab this afternoon and I'm almost there (need to beautify and clean out the code). It's basically another plugin that implements AdwPreferencesPage .You could add one to set up the personal information for your Emergency Info plugin too.
@agx
Let me know when you finish it, and I will take a look!