summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-04Release version 0.0.11tizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.164101submit/tizen_6.0/20201105.061910submit/tizen_5.5/20201105.061836submit/tizen/20201105.061859accepted/tizen/unified/20201106.051629accepted/tizen/7.0/unified/hotfix/20221116.112042accepted/tizen/7.0/unified/20221110.062754accepted/tizen/6.5/unified/20211028.224310accepted/tizen/6.0/unified/20201109.024722accepted/tizen/5.5/unified/20201106.093237tizen_7.0_hotfixtizen_6.0tizen_5.5accepted/tizen_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unifiedYunjin Lee3-2/+6
- Destroy app info after use - Send responses when receiving app_control from another caller app Change-Id: I0434b9bc3f51b8051ca56e79011a626d14f27d20 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-10-23Destroy app info after useYunjin Lee1-0/+3
Change-Id: I0943a9c496b344ee5744f27f0cb38b3446876259 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-10-21Send responses when receiving app_control from another caller appYunjin Lee2-3/+17
- When launching popup in launch mode 'single', if it receives app_control of another caller app then send responses for the requests of the previous app (If there's not answered requests then they are treated as 'deny once') Change-Id: Ia0b4b93eaca7f1c0649d8b58063c265375babcbc Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-06-08Release version 0.0.10tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20201029.205505submit/tizen_5.5_wearable_hotfix/20201026.184309submit/tizen_5.5/20200608.024108submit/tizen/20200608.024022accepted/tizen/unified/20200608.144737accepted/tizen/6.0/unified/hotfix/20201103.045234accepted/tizen/6.0/unified/20201030.103211accepted/tizen/5.5/unified/wearable/hotfix/20201027.092829accepted/tizen/5.5/unified/20200608.142214tizen_6.0_hotfixtizen_5.5_wearable_hotfixaccepted/tizen_6.0_unified_hotfixaccepted/tizen_5.5_unified_wearable_hotfixYunjin Lee3-2/+5
- Queue data for multiple requests while single mode lauching Change-Id: I12e965fb3583e4f4109ef18b83fd69fcd93c7bb4 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-06-05Queue data for multiple requests while single mode lauchingYunjin Lee5-49/+108
- It launches only once for single mode. If another request comes while it's running, store the next and show them in order. And returns all responses when popup dies as it has been. Change-Id: I63cd29d4152171bf39959689b04e910fa37c683e Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-04-27Release version 0.0.9submit/tizen_5.5/20200427.061915submit/tizen/20200427.061855accepted/tizen/unified/20200428.130037accepted/tizen/5.5/unified/20200427.225111Yunjin Lee2-1/+4
- Fix app event handler size Change-Id: Iff91bc0443532b9568ef5cdd0534e981dd004e20 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-04-27Fix app event handler sizeYunjin Lee1-2/+2
- Wrong event handler size can cause stack smashing Change-Id: I8ebfe8354f7063b6aef2cb2269afa0eb90aee90d Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-04-09Release version 0.0.8submit/tizen_5.5/20200409.041831submit/tizen/20200409.041823accepted/tizen/unified/20200409.083748accepted/tizen/5.5/unified/20200409.124048Yunjin Lee2-1/+6
- Update button image resources - Fix to read popup contents once(tts) - Update manifest configuration Change-Id: Idb139b00b9ddeae7c725c803bd90f0b86b0331d8 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-04-09Update button image resourcesYunjin Lee2-0/+0
Change-Id: Ie452a2aaacb295d517b3acdc8bf56b84357319bb Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-04-08Fix to read popup contents once(tts)Yunjin Lee1-14/+8
- Bug: Read popup contents twice when launching popup. - Cause: To read popup contents right after it launches, set accessible name cb to popup + To read popup contents when it is changed, set accessible name when setting contents. => Make read contents twice - Fix: Call set popup contents function from accessible name set cb. Change-Id: I17e90bec33a232660152409b22ee912508af8cf3 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-04-08Update manifest configurationYunjin Lee1-1/+1
- Add support-mode config to manifest file and set 'ultra-power-saving' to support popup in 'power saving mode'. Change-Id: I6ed11bddc310b6e42a9b0ce2c8bfc8dbaf06992f Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-30Release version 0.0.7submit/tizen_5.5/20200330.082947submit/tizen/20200330.082928accepted/tizen/5.5/unified/20200330.153512Yunjin Lee2-1/+4
- Terminate pop-up with Power key when launch mode is 'single' Change-Id: Ie9469e738f5a8ffc30d0af546e7544488ae2245a Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-30Terminate pop-up with Power key when launch mode is 'single'Yunjin Lee4-2/+18
- If caller app doesn't have ui then askuser launches pop-up with 'single' mode. If launch mode is 'single' then terminate pop-up with Power key event. Change-Id: I903b9c233752f39b1e1706eb6dc426a4273458cf Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-26Release version 0.0.6submit/tizen_5.5/20200326.033022submit/tizen/20200326.033001accepted/tizen/5.5/unified/20200326.232338Yunjin Lee2-1/+4
- Excluding power key click from app termination conditions Change-Id: I4cd51815555de41bffc3d87b51248df267edff43 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-25Excluding power key click from app termination conditionsYunjin Lee1-1/+1
- If power key is clicked, popup app will go backgrounded with its caller app. Change-Id: I50a0cbf6c94f9ffed652db5fd0a1ed079b8819ad Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-24Release version 0.0.5submit/tizen_5.5/20200324.032343submit/tizen/20200324.032253accepted/tizen/unified/20200324.101523accepted/tizen/5.5/unified/20200325.144926Yunjin Lee2-1/+5
- Remove unfocused file - Add changes file Change-Id: Iaba4a559b8eb2a8099976e5c8ddab49bab41dd2d Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-24Add changes fileYunjin Lee1-0/+16
Change-Id: Ibd9aa9fd6303a86430ca186563c159b0dc825394 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-24Remove unfocused callbackYunjin Lee3-20/+1
- Leave popup alive when popup loose focus. eg) Using quickpanel Change-Id: Ic73b982daf0f2864b3bf334c06df596fa1d47e1d Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-19Release version 0.0.4submit/tizen_5.5/20200324.032300submit/tizen_5.5/20200320.013632submit/tizen/20200319.073130accepted/tizen/unified/20200320.074744accepted/tizen/5.5/unified/20200320.074847Yunjin Lee1-1/+1
- Improve spec file - Handle unresponded request as 'Deny Once' - Handle hw key event cancel Change-Id: I6592365a1c45800cd5e4a5a820d7057046730506 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-19Merge "Handle hw key event cancel" into tizenKim Kidong1-0/+1
2020-03-19Merge "Handle unresponded request as 'Deny Once'" into tizenKim Kidong4-21/+13
2020-03-19Handle hw key event cancelYunjin Lee1-0/+1
Change-Id: Icf55b57bed7fc183b44f842e587b39422c9b766c Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-18Improve spec filePawel Kowalski1-5/+8
+ fix build break for DEBUG mode + remove Fortran flags + fix indentation Change-Id: I0b3e3cacaaebe2a2a2a7b79f33aafebed1aa8d6f
2020-03-18Handle unresponded request as 'Deny Once'Yunjin Lee4-21/+13
- Fill unresponded requested privacies' response as 'Deny Once' and pass it to ppm_popup_send_response() Change-Id: I66e77cd7144c919cf4bbed62e6e42852dbdf1b47 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-16Remove unnecessary logssubmit/tizen_5.5/20200318.075926submit/tizen/20200318.073654submit/tizen/20200317.042355accepted/tizen/unified/20200318.130526accepted/tizen/5.5/unified/20200318.225655Yunjin Lee3-14/+1
Change-Id: I032f5b3c21e32cc933ca527b669ba8234d461527 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-11Fix memory leaksubmit/tizen/20200316.044509Yunjin Lee1-2/+15
Change-Id: I81d5f3c4739d426537964363d2c09a3b6e9b6d11 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-03-09Refine askuser-popupsubmit/tizen_5.5/20200309.073500submit/tizen/20200311.043751submit/tizen/20200309.073354accepted/tizen/unified/20200311.130747accepted/tizen/5.5/unified/20200310.151212Yunjin Lee92-256/+518
- Add DID for page num AO - Apply ppm_popup_send_response() - Use TEXT instead of SWALLOW part for popup contents - Remove custom layout - Check return value - Check unfocused - Modify contents to grab highlight - Show as multi mode when privacy_num is greater than 1 Change-Id: I5de978662f107e562fd2b432f79e346aadb8a93d Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2020-01-16Fix errors from gcc upgradesubmit/tizen/20200116.062036accepted/tizen/unified/20200116.112353Yunjin Lee1-1/+3
- 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 [-2147483647, 2147483647] 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: I4fdeb8a2fefef6ca271a20c4b3cfeee9f93583ec Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2019-12-26Askuser-popup for wearable profilesubmit/tizen/20200114.091633accepted/tizen/unified/20200115.123405Yunjin Lee99-0/+3011
Change-Id: Idff6b69dcd6aba69a4e5c878db7bdbdf7d395922 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2019-11-25Initial empty repositoryHEADmasterTizen Infrastructure0-0/+0