summaryrefslogtreecommitdiff
path: root/src/po
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10Add popupJanusz Kozerski3-1/+29
Since Notification framework doesn't support system daemons, the cert-checker's internal popup should be provided. Add implementation of popup binary - /usr/bin/cert-checker-popup Cert-checker forks(), execs a popup binary, waits for popup termination, and then reads user response from pipe. Change-Id: Ie2e70f661feb1f262841d59a1b4c6a7ec49901f9
2015-08-03Add popup UI (+tests)Janusz Kozerski3-0/+72
Notification framework currently doesn't work properly on tizen.org/common. To test UI run: cert-checker-popup-test, and check if UI is displayed correctly. Change-Id: I0eb9b134c77c82eb77b4834b81a1cd1fa19dd620