Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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>
|
|
Change-Id: I0943a9c496b344ee5744f27f0cb38b3446876259
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
- Queue data for multiple requests while single mode lauching
Change-Id: I12e965fb3583e4f4109ef18b83fd69fcd93c7bb4
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
- Fix app event handler size
Change-Id: Iff91bc0443532b9568ef5cdd0534e981dd004e20
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- Wrong event handler size can cause stack smashing
Change-Id: I8ebfe8354f7063b6aef2cb2269afa0eb90aee90d
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
Change-Id: Ie452a2aaacb295d517b3acdc8bf56b84357319bb
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
- 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>
|
|
- Terminate pop-up with Power key when launch mode is 'single'
Change-Id: Ie9469e738f5a8ffc30d0af546e7544488ae2245a
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
- Excluding power key click from app termination conditions
Change-Id: I4cd51815555de41bffc3d87b51248df267edff43
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
- Remove unfocused file
- Add changes file
Change-Id: Iaba4a559b8eb2a8099976e5c8ddab49bab41dd2d
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
Change-Id: Ibd9aa9fd6303a86430ca186563c159b0dc825394
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- Leave popup alive when popup loose focus. eg) Using quickpanel
Change-Id: Ic73b982daf0f2864b3bf334c06df596fa1d47e1d
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
|
|
|
|
Change-Id: Icf55b57bed7fc183b44f842e587b39422c9b766c
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
+ fix build break for DEBUG mode
+ remove Fortran flags
+ fix indentation
Change-Id: I0b3e3cacaaebe2a2a2a7b79f33aafebed1aa8d6f
|
|
- 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>
|
|
Change-Id: I032f5b3c21e32cc933ca527b669ba8234d461527
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
Change-Id: I81d5f3c4739d426537964363d2c09a3b6e9b6d11
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
- 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>
|
|
- 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>
|
|
Change-Id: Idff6b69dcd6aba69a4e5c878db7bdbdf7d395922
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
|
|
|