profile/mobile/apps/native/askuser-popup.git
4 years agoRelease version 0.0.3 65/228265/1 accepted/tizen/5.5/unified/20200320.074850 submit/tizen/20200320.052144 submit/tizen_5.5/20200320.053502
Yunjin Lee [Fri, 20 Mar 2020 04:33:01 +0000 (13:33 +0900)]
Release version 0.0.3

- Handle unresponded request as 'Deny Once'
- Handle hw key event cancel
- Improve spec file

Change-Id: I419216aee9320f2462fc2a3db92e2d7e633771a4
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
4 years agoMerge "Handle unresponded request as 'Deny Once'" into tizen
Kim Kidong [Fri, 20 Mar 2020 04:29:25 +0000 (04:29 +0000)]
Merge "Handle unresponded request as 'Deny Once'" into tizen

4 years agoMerge "Handle hw key event cancel" into tizen
Kim Kidong [Fri, 20 Mar 2020 04:29:11 +0000 (04:29 +0000)]
Merge "Handle hw key event cancel" into tizen

4 years agoHandle unresponded request as 'Deny Once' 21/228121/1
Yunjin Lee [Thu, 19 Mar 2020 07:08:52 +0000 (16:08 +0900)]
Handle unresponded request as 'Deny Once'

- Fill unresponded requested privacies' response as 'Deny Once' and
pass it to ppm_popup_send_response()

Change-Id: Ia5a1fce953c3582a8033ac6ffb9b33deb93dd1f1
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
4 years agoImprove spec file
Pawel Kowalski [Wed, 26 Feb 2020 07:45:58 +0000 (08:45 +0100)]
Improve spec file

+ fix build break for DEBUG mode
+ remove Fortran flags
+ fix indentation

Change-Id: I108aaefce9be466ae5b7bc7b8f262bb6ccd74fe1

4 years agoHandle hw key event cancel 58/227858/3
Yunjin Lee [Tue, 17 Mar 2020 01:27:27 +0000 (10:27 +0900)]
Handle hw key event cancel

Change-Id: I9ac403da2120477b0c65accc849f7d232f598182
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
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