profile/mobile/apps/native/askuser-popup.git
4 years agoRefine askuser popup 80/227180/2 accepted/tizen/unified/20200317.063613 submit/tizen/20200316.044625
Yunjin Lee [Tue, 10 Mar 2020 07:54:17 +0000 (16:54 +0900)]
Refine askuser popup

- Apply ppm_popup_send_response() API
- Remove unnecessary files
- Fix memory leak

Change-Id: Ieddd112de01ffe63482c205070549dbd33724038
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
4 years agoFix errors from gcc upgrade 49/222549/2 accepted/tizen/unified/20200116.112358 submit/tizen/20200116.062044
Yunjin Lee [Thu, 16 Jan 2020 04:37:50 +0000 (13:37 +0900)]
Fix errors from gcc upgrade

- We know that the number of privacies is under 100 so it never will
exceed the length of counter but gcc determined it might cause a problem
so change the size of counter enough

- int can have [-21474836472147483647] value and if it is printed as
char then it will use 1~11 bytes. We knew that privacy num will not exceed
2bytes so assined 10 bytes for counter. But gcc says it should be enough
size for 2 int and 3 byte chars, so I fixed the size of counter enough.

Change-Id: Id9f3a47d806d5f962688f2fbb581168ce5657aa1
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
4 years agoAskuser-popup for mobile profile 56/218556/2 accepted/tizen/unified/20200115.123409 submit/tizen/20200114.091557
Yunjin Lee [Mon, 25 Nov 2019 10:11:46 +0000 (19:11 +0900)]
Askuser-popup for mobile profile

Change-Id: I045c1ce068bb87f8157433dc470f3393480b4610
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
4 years agoInitial empty repository master
Tizen Infrastructure [Mon, 25 Nov 2019 02:46:21 +0000 (02:46 +0000)]
Initial empty repository