summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yunjin Lee [Mon, 19 Jun 2023 04:08:17 +0000 (04:08 +0000)]
Merge "Release version 0.0.4" into tizen_6.5
Yunjin Lee [Mon, 19 Jun 2023 03:35:38 +0000 (12:35 +0900)]
Release version 0.0.4
- Add checking of return value from app_event_get_language.
Change-Id: Iad0fa8a463f17a7af5b5f53964d09391e3b972e2
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Tomasz Swierczek [Fri, 16 Jun 2023 08:42:20 +0000 (10:42 +0200)]
Add checking of return value from app_event_get_language.
Change-Id: I7b9798986789e296121b72bca3f104b1fc9a5a55
Yunjin Lee [Wed, 4 Nov 2020 07:07:53 +0000 (16:07 +0900)]
Release version 0.0.3
- Destroy app info after use
- Send responses when receiving app_control from another caller app
Change-Id: Ic8401680eebb017a5f2108609c665fcde6024be9
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Yunjin Lee [Wed, 4 Nov 2020 06:13:04 +0000 (15:13 +0900)]
Destroy app info after use
Change-Id: I05c973e997a9aaea1800ab7289de1a2eff07b4ab
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Yunjin Lee [Wed, 21 Oct 2020 09:49:01 +0000 (18:49 +0900)]
Send responses when receiving app_control from another caller app
- 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: I622fba70ddb7898df6183ffdb408e260cbeb69dd
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Yunjin Lee [Tue, 16 Jun 2020 05:59:16 +0000 (14:59 +0900)]
Release veresion 0.0.2
- Queue data for multiple requests while single mode launching
- Adjust app version to rpm versioning
Change-Id: If9e4067067ea64ba38f902759a9fffadea6d3cc6
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Yunjin Lee [Wed, 10 Jun 2020 04:58:27 +0000 (13:58 +0900)]
Queue data for multiple requests while single mode launching
- 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.
- If the number of requested popup exceed max popup number then ignore
new request. In normal situation, it will not exceed the max popup
number because the askuser throw exception for duplicated requests.
Change-Id: Ib7679dec6338a030bd5b90ca39b854bbc02b314a
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Yunjin Lee [Fri, 8 May 2020 05:25:55 +0000 (14:25 +0900)]
Askuser-popup for IoT profile
Change-Id: Ic65062e8cfcf109c56bcec77a64a45bf9c221f1f
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Tizen Infrastructure [Thu, 7 May 2020 04:46:12 +0000 (04:46 +0000)]
Initial empty repository