platform/core/api/notification.git
7 weeks agoRelease version 0.7.14 61/307961/1 accepted/tizen/unified/20240315.111207 accepted/tizen/unified/20240315.155134 accepted/tizen/unified/x/20240319.055601
SukhyungKang [Thu, 14 Mar 2024 22:23:11 +0000 (07:23 +0900)]
Release version 0.7.14

Changes:
- Add lock for thread safe

Change-Id: I94e7bf1b049a67170bca99dee2f89c7f384bb143
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
7 weeks agoAdd lock for thread safe 53/306253/18
SukhyungKang [Mon, 19 Feb 2024 07:48:28 +0000 (16:48 +0900)]
Add lock for thread safe

Change-Id: I2a468398dc2b5dae19938f5e79c92d3e84622c29
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
7 weeks agoRelease version 0.7.13 76/307576/1 accepted/tizen/unified/20240313.133624 accepted/tizen/unified/20240313.135046 accepted/tizen/unified/x/20240314.073403
SukhyungKang [Tue, 12 Mar 2024 04:20:35 +0000 (13:20 +0900)]
Release version 0.7.13

Changes:
- Change lcov option to fix build error

Change-Id: I2006e75d18840e808182931268cf7af03288fe73
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
7 weeks agoChange lcov option to fix build error 48/307548/1
SukhyungKang [Tue, 12 Mar 2024 04:12:32 +0000 (13:12 +0900)]
Change lcov option to fix build error

Change-Id: I9fd75c5def4986955d78549495960536b9f647d8
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 months agoRelease version 0.7.12 92/306092/1 accepted/tizen_unified_toolchain accepted/tizen/unified/20240305.053016 accepted/tizen/unified/toolchain/20240311.065144 accepted/tizen/unified/x/20240305.021808
Changgyu Choi [Fri, 16 Feb 2024 05:47:58 +0000 (14:47 +0900)]
Release version 0.7.12

Changes:
 - Remove conditional statements for Moible/Wearable profile

Change-Id: I2fdfee12fa25778852250d41d0181ea573bd8603
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
2 months agoRemove conditional statements for Moible/Wearable profile 82/306082/1
Changgyu Choi [Fri, 16 Feb 2024 05:05:19 +0000 (14:05 +0900)]
Remove conditional statements for Moible/Wearable profile

Change-Id: I631a0cc9f699596c22504bd389e4e39e93fe93ec
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
3 months agoRelease version 0.7.11 83/305383/1 accepted/tizen/unified/20240205.162738 accepted/tizen/unified/x/20240206.004206
SukhyungKang [Thu, 1 Feb 2024 05:14:41 +0000 (14:14 +0900)]
Release version 0.7.11

Changes:
- Fix null reference case

Change-Id: Idd8a7c477252e16e767205c4b47ee8d46b9e282e
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
3 months agoFix null reference case 78/305378/1
SukhyungKang [Thu, 1 Feb 2024 04:00:09 +0000 (13:00 +0900)]
Fix null reference case

Change-Id: Icfcb8eda97140255d5fdee480e53909b50aa7e2f
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
3 months agoRelease version 0.7.10 90/304490/1 accepted/tizen/unified/20240119.021442 accepted/tizen/unified/x/20240205.064032
Hwankyu Jhun [Thu, 18 Jan 2024 05:36:12 +0000 (14:36 +0900)]
Release version 0.7.10

Changes:
 - Modify default viewer launch

Change-Id: I0ca208d75f139b0601f2e5812b09086eedb96d14
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 months agoModify default viewer launch 86/304486/4
Hwankyu Jhun [Thu, 18 Jan 2024 04:56:25 +0000 (13:56 +0900)]
Modify default viewer launch

The notification_launch_default_viewer() uses the app_control_send_launch_request_async()
instead of aul_svc API. If the launch request is failed, the notification library
tries to send the launch request again.

Change-Id: I62ea56f50ec5cd4405ea34f47b4a6f5a123a5a70
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 months agoRelease version 0.7.9 54/303754/1 accepted/tizen_unified_riscv accepted/tizen/unified/20240105.105451 accepted/tizen/unified/riscv/20240106.074913
SukhyungKang [Thu, 4 Jan 2024 08:48:59 +0000 (17:48 +0900)]
Release version 0.7.9

changes:
- Move subscribe dbus signal later

Change-Id: Iee1202c2197c6775e6198cdcdee848793704f6f6
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
4 months agoMove subscribe dbus signal later 24/303724/2
SukhyungKang [Thu, 4 Jan 2024 01:47:34 +0000 (10:47 +0900)]
Move subscribe dbus signal later

- dbus signal can be unsubscribe in case delete and add noti almost same
time. so move subscribe later to avoid this.

Change-Id: Ife3480693ec5c6888802e095321cd0efc2c2a0db
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
4 months agoRelease version 0.7.8 90/302590/1 accepted/tizen/unified/20231212.161226 accepted/tizen/unified/riscv/20231226.211650
SukhyungKang [Mon, 11 Dec 2023 01:44:49 +0000 (10:44 +0900)]
Release version 0.7.8

changes:
- Fix error for log

Change-Id: I8fd7487072a2a03f9a500fb53fb673dd74d38187
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
4 months agoFix error for log 87/302587/1
SukhyungKang [Sun, 10 Dec 2023 23:52:26 +0000 (08:52 +0900)]
Fix error for log

Change-Id: Ida40fe018f75a5e8c23222d2daea519171c16783
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
4 months agoRelease version 0.7.7 43/302543/1
SukhyungKang [Fri, 8 Dec 2023 07:17:48 +0000 (16:17 +0900)]
Release version 0.7.7

changes:
- Add logs to check errors

Change-Id: Ie6e75c00cea69edd5980056079c8be7bc796277f
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
4 months agoAdd logs to check errors 30/302530/6
SukhyungKang [Fri, 8 Dec 2023 05:31:01 +0000 (14:31 +0900)]
Add logs to check errors

Change-Id: I2572df97ad2528ac0a1465cfa8ab200fe7940395
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: jusung son <jusung07.son@samsung.com>
5 months agoRelease version 0.7.6 38/301238/1 accepted/tizen/unified/20231114.041317
SukhyungKang [Sun, 12 Nov 2023 23:00:20 +0000 (08:00 +0900)]
Release version 0.7.6

changes:
- Update script to add database version

Change-Id: Idf0ee99fc565e3eaea5b9257b16e7266bc5dedb3
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
5 months agoUpdate script to add database version 23/301023/3
SukhyungKang [Tue, 7 Nov 2023 07:20:01 +0000 (16:20 +0900)]
Update script to add database version

Change-Id: I6fc568d64b2a67b4ebe2535b8a0fae54ca8b1c7d
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
6 months agoRelease version 0.7.5 53/299753/1 accepted/tizen/unified/20231010.162031
SukhyungKang [Tue, 10 Oct 2023 01:50:29 +0000 (10:50 +0900)]
Release version 0.7.5

changes:
- Fix build break issue

Change-Id: I65a62b859c83713221d8221c77785a76be3a496d
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
6 months agoFix build break issue 51/299751/3
Hwankyu Jhun [Tue, 10 Oct 2023 01:31:10 +0000 (10:31 +0900)]
Fix build break issue

This patch removes access hook code about EXPECT_CALL(). While calling
the exit handlers, the gcov calls the access() function. In that time,
the TestFixture instance was destroyed. It causes the crash issue.

+------------------------------------------------------------------------------+
| #0  0xb7fd4a51 in __kernel_vsyscall ()
| #1  0xb746a246 in __libc_signal_restore_set (set=0xbfffed00) at ../sysdeps/unix/sysv/linux/internal-signals.h:84
| #2  __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:48
| #3  0xb74513ce in __GI_abort () at abort.c:79
| #4  0xb76a4c1c in ?? () from /lib/libstdc++.so.6
| #5  0xb76b3336 in ?? () from /lib/libstdc++.so.6
| #6  0xb76b339f in std::terminate() () from /lib/libstdc++.so.6
| #7  0xb76b3682 in __cxa_throw () from /lib/libstdc++.so.6
| #8  0x08383cab in TestFixture::GetMock<GlibMock> () at /usr/lib/gcc/i586-tizen-linux-gnu/9.2.0/include/c++/ext/new_allocator.h:89
| #9  0x08674944 in access (arg1=0x8a14f90 "/home", arg2=0) at /usr/src/debug/notification-0.7.4-1.i386/tests/mock/glib_mock.cc:40
| #10 0x087313c1 in gcov_do_dump ()
| #11 0x08731b73 in __gcov_exit ()
| #12 0xb7fe6cc2 in _dl_fini () at dl-fini.c:138
| #13 0xb746cfff in __run_exit_handlers (status=status@entry=0, listp=0xb760439c <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true,
|     run_dtors=run_dtors@entry=true) at exit.c:108
| #14 0xb746d1d5 in __GI_exit (status=0) at exit.c:139
| #15 0xb7452f5d in __libc_start_main (main=0x8136330 <main(int, char**)>, argc=1, argv=0xbffff4a4, init=0x8731cb0 <__libc_csu_init>,
|     fini=0x8731d20 <__libc_csu_fini>, rtld_fini=0xb7fe6ad0 <_dl_fini>, stack_end=0xbffff49c) at ../csu/libc-start.c:342
| #16 0x08149d01 in _start () at ../sysdeps/i386/start.S:126
+------------------------------------------------------------------------------+

Change-Id: Ic722adb053122e312e42cc2868777c1afb13b495
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months agoRelease version 0.7.4 77/299377/1 accepted/tizen/unified/20231004.100241
SukhyungKang [Wed, 27 Sep 2023 02:25:11 +0000 (11:25 +0900)]
Release version 0.7.4

changes:
- move notification ex unittest to notification unittest

Change-Id: Ifa9e9022375dc9dcc24229616fd9fea3f95ef3f9
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
7 months agomove notification ex unittest to notification unittest 76/299376/2
SukhyungKang [Wed, 27 Sep 2023 02:13:46 +0000 (11:13 +0900)]
move notification ex unittest to notification unittest

Change-Id: I55d49671d5255a350396df228d7b85fa47dd8933
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
7 months agoRelease version 0.7.3 75/299375/1
SukhyungKang [Wed, 27 Sep 2023 01:14:26 +0000 (10:14 +0900)]
Release version 0.7.3

changes:
- Improve coverage and add notification unittest

Change-Id: Id6a70a25f43b2aec098db6e66dd71db7ab0949c5
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
7 months agoImprove coverage and add notification unittest 20/297620/19
SukhyungKang [Tue, 22 Aug 2023 01:51:31 +0000 (10:51 +0900)]
Improve coverage and add notification unittest

Change-Id: I045b5f72d2d20f024b35cc1e3d51bff5fa7008d8
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
9 months agoRelease version 0.7.2 48/296548/1 accepted/tizen/8.0/unified/20231005.092809 accepted/tizen/unified/20230803.034056 tizen_8.0_m2_release
SukhyungKang [Tue, 1 Aug 2023 02:08:18 +0000 (11:08 +0900)]
Release version 0.7.2

changes:
- fix socket fd double close

Change-Id: I5d708d53be93769ff394189703a6107446def052
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
9 months agofix socket fd double close 44/296544/1
SukhyungKang [Tue, 1 Aug 2023 01:26:32 +0000 (10:26 +0900)]
fix socket fd double close

Change-Id: I8d683e7570f9de8472a4adaa77ea2b9f2fb9818a
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
10 months agoRelease version 0.7.1 16/294316/1 accepted/tizen/unified/20230620.022436
SukhyungKang [Fri, 16 Jun 2023 04:19:23 +0000 (13:19 +0900)]
Release version 0.7.1

changes:
- Change db upgrade script file permission

Change-Id: I525c1f84d889fcc2ba53e23beae726ab7ee1db10
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
10 months agoChange db upgrade script file permission 95/294295/1
SukhyungKang [Thu, 15 Jun 2023 23:17:17 +0000 (08:17 +0900)]
Change db upgrade script file permission

Change-Id: Ie566abdbdb7f0cc467fab318afb34b04dd1e0dd2
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
10 months agoRelease version 0.7.0 75/294075/1 accepted/tizen/unified/20230613.170828
SukhyungKang [Mon, 12 Jun 2023 23:19:43 +0000 (08:19 +0900)]
Release version 0.7.0

changes:
- Add api to set/get checkbox

Change-Id: I233eb619900af34b3e03531880d23d97d5ee0272
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
10 months agoAdd api to set/get checkbox 12/293912/9
SukhyungKang [Thu, 8 Jun 2023 04:49:06 +0000 (13:49 +0900)]
Add api to set/get checkbox

Change-Id: I5337c49a7c10ea23ac5d7ea460154cb31b755bb9
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
11 months agoRelease version 0.6.0 25/292525/1 accepted/tizen/unified/20230608.164321
SukhyungKang [Tue, 9 May 2023 08:22:54 +0000 (17:22 +0900)]
Release version 0.6.0

changes:
- Add event for do not show again

Change-Id: Ib74d95f80587ea8d7d2b93b35b62f4924329c88f
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
11 months agoAdd event for do not show again for test 57/278457/7
SukhyungKang [Wed, 20 Jul 2022 23:33:33 +0000 (08:33 +0900)]
Add event for do not show again for test

Change-Id: I4113169894c842499bf80f30a890607b429e37d6
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
15 months agoRelease version 0.5.99 63/287263/1
Inkyun Kil [Thu, 26 Jan 2023 04:28:03 +0000 (13:28 +0900)]
Release version 0.5.99

changes:
- Fix missing code

Change-Id: Ieffd008a85b31faa5fdd9302ab2a0506c09b5609
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
15 months agoFix missing code 36/286736/1
Inkyun Kil [Thu, 12 Jan 2023 07:47:00 +0000 (16:47 +0900)]
Fix missing code

- Some apis missing 'extern "C"' that's why declared with 'C++' linkage

Change-Id: I175fe1a3ff490ea44a3b22fa220368f9171fc33f
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
18 months agoRelease version 0.5.98 64/283364/1 accepted/tizen/unified/20230104.172217
SukhyungKang [Tue, 25 Oct 2022 07:10:24 +0000 (16:10 +0900)]
Release version 0.5.98

Changes:
- Use gmock instead of fff
- Change parameter as reference

Change-Id: I3b2d2bf9ca025e6bcc79f198fa094d0d4d44741a
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
18 months agoChange parameter as reference 44/283344/1
SukhyungKang [Tue, 25 Oct 2022 02:27:50 +0000 (11:27 +0900)]
Change parameter as reference

Change-Id: If38f81f5915ee9b697d9066ab5f9ba88da988987
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
20 months agoUse gmock instead of fff 98/279998/4
Inkyun Kil [Mon, 22 Aug 2022 06:50:36 +0000 (15:50 +0900)]
Use gmock instead of fff

Change-Id: I65f9158d8cabacc7c649c7d987084d73acf2e5e2
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
22 months agoRelease version 0.5.97 37/276037/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.062023 accepted/tizen/7.0/unified/hotfix/20221116.104755 accepted/tizen/unified/20220622.134104 submit/tizen/20220609.081846 submit/tizen/20220610.010946 submit/tizen/20220617.005224 tizen_7.0_m2_release
SukhyungKang [Thu, 9 Jun 2022 02:21:20 +0000 (11:21 +0900)]
Release version 0.5.97

Changes:
- Change spec file for coverage

Change-Id: I053906d14459f1c5a73f7ef9c29c5969b4d40451
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
23 months agoChange spec file for coverage 23/275823/1
SukhyungKang [Thu, 2 Jun 2022 08:00:14 +0000 (17:00 +0900)]
Change spec file for coverage

Change-Id: Id0080f37493f2c089a5acd35aac7173fb032c711
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
23 months agoRelease version 0.5.96 36/275336/1 accepted/tizen/unified/20220525.010120 submit/tizen/20220524.051554
SukhyungKang [Mon, 23 May 2022 01:39:50 +0000 (10:39 +0900)]
Release version 0.5.96

Changes:
- Fix typo for notification documentation

Change-Id: I48f5c810e85aab2141bd0c04a26c40cdb95bac03
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
23 months agoFix typo for notification documentation 32/275332/1
SukhyungKang [Mon, 23 May 2022 01:17:04 +0000 (10:17 +0900)]
Fix typo for notification documentation

Change-Id: I19a0ed4efbfed3ec24bfa2b9b326192d901ddbb6
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRelease version 0.5.95 59/269759/1 accepted/tizen/unified/20220124.020232 submit/tizen/20220120.064930 submit/tizen/20220120.083417 submit/tizen/20220120.231448
Hwankyu Jhun [Thu, 20 Jan 2022 06:08:53 +0000 (15:08 +0900)]
Release version 0.5.95

Changes:
 - Fix installation path of gcov result

Change-Id: Icabdd9c0f05e55c6bfbda34a37c123880882ccb5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2 years agoFix installation path of gcov result 16/269716/1
Hwankyu Jhun [Thu, 20 Jan 2022 05:30:14 +0000 (14:30 +0900)]
Fix installation path of gcov result

Change-Id: If0c221539a2653b8c3d7d209d4f31e95bb2eb872
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2 years agoRelease version 0.5.94 40/269140/1 accepted/tizen/unified/20220117.134949 submit/tizen/20220110.224155 submit/tizen/20220112.032558 submit/tizen/20220114.010719
SukhyungKang [Mon, 10 Jan 2022 09:54:23 +0000 (18:54 +0900)]
Release version 0.5.94

Changes:
- change script to do not upgrade when it's already upgraded

Change-Id: I852327642c1f2913d1469d4e22d1202e7e178851
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoMerge "change script to do not upgrade when it's already upgraded" into tizen
SukHyung Kang [Mon, 10 Jan 2022 09:45:52 +0000 (09:45 +0000)]
Merge "change script to do not upgrade when it's already upgraded" into tizen

2 years agochange script to do not upgrade when it's already upgraded 74/269074/2
SukhyungKang [Fri, 7 Jan 2022 07:50:26 +0000 (16:50 +0900)]
change script to do not upgrade when it's already upgraded

Change-Id: Iff82484c3797293a1fcbae876ac72a20f43712bb
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRelease version 0.5.93 accepted/tizen/6.5/unified/20211205.214048 submit/tizen_6.5/20211202.063843 submit/tizen_6.5/20211202.074523
SukhyungKang [Thu, 2 Dec 2021 06:19:13 +0000 (15:19 +0900)]
Release version 0.5.93

Changes:
- Add launch reqeust sequence when it's failed to launch default viewer

Change-Id: I19ccd7ea95a2cd9acde8c653d19a3f738d71195e
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoAdd launch reqeust sequence when it's failed to launch default viewer
SukhyungKang [Wed, 1 Dec 2021 14:03:26 +0000 (23:03 +0900)]
Add launch reqeust sequence when it's failed to launch default viewer

Change-Id: I3a3e53976edcc44172977f8df3961d4a60dda8e9
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRelease version 0.5.93 52/267352/1 submit/tizen/20211202.063146 submit/tizen/20211203.081527
SukhyungKang [Thu, 2 Dec 2021 06:19:13 +0000 (15:19 +0900)]
Release version 0.5.93

Changes:
- Add launch reqeust sequence when it's failed to launch default viewer

Change-Id: I19ccd7ea95a2cd9acde8c653d19a3f738d71195e
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoAdd launch reqeust sequence when it's failed to launch default viewer 32/267332/7
SukhyungKang [Wed, 1 Dec 2021 14:03:26 +0000 (23:03 +0900)]
Add launch reqeust sequence when it's failed to launch default viewer

Change-Id: I3a3e53976edcc44172977f8df3961d4a60dda8e9
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRelease version 0.5.92 accepted/tizen/6.5/unified/20211125.060547 submit/tizen_6.5/20211123.050301 submit/tizen_6.5/20211124.071902
SukhyungKang [Tue, 23 Nov 2021 04:35:01 +0000 (13:35 +0900)]
Release version 0.5.92

Changes:
- Change not to store pkg id for web app

Change-Id: I63a4ba0a4709501b923647279659157ff115684d
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoChange not to store pkg id for web app
SukhyungKang [Tue, 23 Nov 2021 01:19:27 +0000 (10:19 +0900)]
Change not to store pkg id for web app

Change-Id: I025e222d20c05b53d82ae432df68c2bddd58e7f7
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRelease version 0.5.92 46/266946/1 submit/tizen/20211123.045005 submit/tizen/20211123.233716 submit/tizen/20211125.110748 submit/tizen/20211126.115721
SukhyungKang [Tue, 23 Nov 2021 04:35:01 +0000 (13:35 +0900)]
Release version 0.5.92

Changes:
- Change not to store pkg id for web app

Change-Id: I63a4ba0a4709501b923647279659157ff115684d
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoChange not to store pkg id for web app 32/266932/1
SukhyungKang [Tue, 23 Nov 2021 01:19:27 +0000 (10:19 +0900)]
Change not to store pkg id for web app

Change-Id: I025e222d20c05b53d82ae432df68c2bddd58e7f7
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRelease version 0.5.91 accepted/tizen/6.5/unified/20211123.213455 submit/tizen_6.5/20211122.071555
SukhyungKang [Mon, 15 Nov 2021 04:18:08 +0000 (13:18 +0900)]
Release version 0.5.91

Changes:
- Change to store application information

Change-Id: I1d2aa8a0c7ea5681f2807d7c87b40d491a6b7a3f
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoChange to store application information 74/266674/1
SukhyungKang [Fri, 12 Nov 2021 09:45:01 +0000 (18:45 +0900)]
Change to store application information

- Stores application information when the notification handle is created
  first. It can be used when the handle is created again.

Change-Id: I9e6784f727d5063c9c47625a584d3d6326ec491b
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRelease version 0.5.91 31/266531/1 accepted/tizen/unified/20211116.130517 submit/tizen/20211115.050126
SukhyungKang [Mon, 15 Nov 2021 04:18:08 +0000 (13:18 +0900)]
Release version 0.5.91

Changes:
- Change to store application information

Change-Id: I1d2aa8a0c7ea5681f2807d7c87b40d491a6b7a3f
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoChange to store application information 67/266467/1
SukhyungKang [Fri, 12 Nov 2021 09:45:01 +0000 (18:45 +0900)]
Change to store application information

- Stores application information when the notification handle is created
  first. It can be used when the handle is created again.

Change-Id: I9e6784f727d5063c9c47625a584d3d6326ec491b
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
2 years agoRevert "Change to store application information" 38/266438/1
SukhyungKang [Fri, 12 Nov 2021 07:49:09 +0000 (16:49 +0900)]
Revert "Change to store application information"

commit 924f566a633f77264817efc35f62871a0d23225f
This reverts commit fb3df273f3b2da8e83d9f358a8a3cc9ccd32616e.

Change-Id: Ia417d0204217a92f658416f239a7dabd94f8a2d1

2 years agoChange to store application information 93/266393/3
SukhyungKang [Thu, 11 Nov 2021 09:58:13 +0000 (18:58 +0900)]
Change to store application information

- Stores application information when the notification handle is created
  first. It can be used when the handle is created again.

Change-Id: I4f90ac5c40ed70fcea8e4cf4871e3fc8df1d7e09
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
3 years agoRelease version 0.5.90 57/257357/1 accepted/tizen/6.5/unified/20211028.094352 accepted/tizen/unified/20210427.085732 submit/tizen/20210423.044958 submit/tizen/20210426.013902 submit/tizen_6.5/20211028.161801 tizen_6.5.m2_release
hyunho [Fri, 23 Apr 2021 04:36:56 +0000 (13:36 +0900)]
Release version 0.5.90

Changes:
 - Fix memory leak

Change-Id: Ib95c4d468b171abf7f0c000c6d9223a8e8ec106c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoFix memory leak 56/257356/1
hyunho [Fri, 23 Apr 2021 04:18:14 +0000 (13:18 +0900)]
Fix memory leak

Change-Id: I980611696f69a7b95384ddaab691da1bfa8e3202
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoRelease version 0.5.89 52/257352/1 submit/tizen/20210423.035710
hyunho [Fri, 23 Apr 2021 02:48:28 +0000 (11:48 +0900)]
Release version 0.5.89

Changes:
 - Fix the location of the TEST definition

Change-Id: I75ac916c6e344f6beec649b93b097f888d1ed550
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoFix the location of the TEST definition 44/257344/1
hyunho [Fri, 23 Apr 2021 02:13:42 +0000 (11:13 +0900)]
Fix the location of the TEST definition

Change-Id: Ie224db3da673df3ed7d9631be6f9be58aee8f146
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoRelease version 0.5.88 37/255637/1 accepted/tizen/unified/20210325.122654 submit/tizen/20210322.023609 submit/tizen/20210323.050857 submit/tizen/20210324.011421
jusung [Mon, 22 Mar 2021 02:34:50 +0000 (11:34 +0900)]
Release version 0.5.88

Changes:
 - Fix build error
 - Fix wrong log format
Signed-off-by: jusung <jusung07.son@samsung.com>
Change-Id: Ibd48510966b4cb431bbb3288f1880c1b79692428

3 years agoFix wrong log format 32/255632/3
jusung [Mon, 22 Mar 2021 02:11:00 +0000 (11:11 +0900)]
Fix wrong log format

Change-Id: I2d4e222ed06042a11a4d6cbcdc29f1576efa2b46
Signed-off-by: jusung <jusung07.son@samsung.com>
3 years agoFix build error
hyunho [Mon, 22 Mar 2021 02:15:04 +0000 (11:15 +0900)]
Fix build error

Change-Id: Ia7ef817738c1944974acbeae4d27184199b0d4d4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoRelease version 0.5.87 30/255530/1 submit/tizen/20210319.051139
hyunho [Fri, 19 Mar 2021 05:09:17 +0000 (14:09 +0900)]
Release version 0.5.87

Changes:
 - Replace gdbus with socket for bulk communication
 - Fix error handling inconsistency
 - Fix link for notification doc
 - Define _GNU_SOURCE

Change-Id: I876db312df6b8555a5dfe78f309a8a0f64399ed3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoDefine _GNU_SOURCE 51/250851/1
hyunho [Tue, 5 Jan 2021 07:12:20 +0000 (16:12 +0900)]
Define _GNU_SOURCE

strerror_r can return int if we do not define _GNU_SOURCE

Change-Id: I18b77fc251c323716ac9a87cda05872b43147387
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoFix link for notification doc 16/250216/1
SukHyung, Kang [Tue, 22 Dec 2020 06:53:06 +0000 (15:53 +0900)]
Fix link for notification doc

Change-Id: I5fc93bbf53319a5d709800ac8f24804633a746b8
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
3 years agoFix error handling inconsistency 16/248216/3
hyunho [Tue, 24 Nov 2020 02:40:12 +0000 (11:40 +0900)]
Fix error handling inconsistency

Change-Id: I19eed1e4d0ef264c9d157cdca5642c04e045b0a8
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoReplace gdbus with socket for bulk communication 56/246956/10
hyunho [Thu, 5 Nov 2020 09:49:22 +0000 (18:49 +0900)]
Replace gdbus with socket for bulk communication

Change-Id: I485ae58573534f63bf2c0cd5f4196792474756c8
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoRelease version 0.5.85 44/247544/1 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20201113.014611 accepted/tizen/unified/20201113.130839 submit/tizen/20201112.052251 submit/tizen/20201112.052415 submit/tizen_6.0/20201112.053319
Changgyu Choi [Thu, 12 Nov 2020 02:52:56 +0000 (11:52 +0900)]
Release version 0.5.85

Changes:
 - Fix memory leak
 - Fix static analysis issues

Change-Id: I436a9525c62207dae81e5525ccbc706ca590d873
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
3 years agoFix static analysis issues 31/247531/1
Changgyu Choi [Thu, 12 Nov 2020 02:03:13 +0000 (11:03 +0900)]
Fix static analysis issues

Change-Id: I02163c95b0bda034b73b59c3ee6bf8a5f667b132
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
3 years agoMerge "Fix memory leak" into tizen
Changgyu Choi [Thu, 12 Nov 2020 00:36:00 +0000 (00:36 +0000)]
Merge "Fix memory leak" into tizen

3 years agoRelease version 0.5.84 29/247029/1 accepted/tizen/6.0/unified/20201111.064839 accepted/tizen/unified/20201110.125037 accepted/tizen/unified/20201111.124726 submit/tizen/20201106.081618 submit/tizen/20201110.082801 submit/tizen_6.0/20201110.022443 submit/tizen_6.0/20201110.063352 submit/tizen_6.0/20201110.082847
hyunho [Fri, 6 Nov 2020 08:01:00 +0000 (17:01 +0900)]
Release version 0.5.84

Changes:
 - Replace strerror with strerror_r

Change-Id: Iaafe3f45451485ca064edd1c7e0b5560176ddb1e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoReplace strerror with strerror_r 15/247015/1
hyunho [Fri, 6 Nov 2020 05:09:06 +0000 (14:09 +0900)]
Replace strerror with strerror_r

strerror_r is a thread safe function

Change-Id: Ib4578f84a1adbc1e6629b41e9e96995706b10922
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoFix memory leak 53/246653/1
Changgyu Choi [Tue, 3 Nov 2020 02:21:57 +0000 (11:21 +0900)]
Fix memory leak

Change-Id: I9cd3053c71053b2d7ad5a1ec638e1edd1c345a2e
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
3 years agoRelease version 0.5.83 58/246558/1 accepted/tizen/6.0/unified/20201110.010746 accepted/tizen/unified/20201103.051939 submit/tizen/20201102.032450 submit/tizen_6.0/20201105.013641 submit/tizen_6.0/20201108.233605
Hwankyu Jhun [Mon, 2 Nov 2020 03:19:09 +0000 (12:19 +0900)]
Release version 0.5.83

Changes:
 - Fix wrong descriptions
 - Fix memory leak
 - Fix memory leak related to gdbus method call
 - Fix EmitSignal() method
 - Fix memory leak

Change-Id: I004b3deb2869bfe222f4cdd9c7d5587434a132df
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoFix memory leak 28/246528/3
Hwankyu Jhun [Fri, 30 Oct 2020 13:58:49 +0000 (22:58 +0900)]
Fix memory leak

Change-Id: I5f76443c166d208404e77ecb51f287a06a64bd15
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoFix EmitSignal() method 85/246385/3
Hwankyu Jhun [Thu, 29 Oct 2020 02:47:36 +0000 (11:47 +0900)]
Fix EmitSignal() method

This patch adds g_dbus_connection_flush_sync() call.

Change-Id: If2b0f053c0042cb33cabd981907cc6c887921d67
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoFix memory leak related to gdbus method call 95/246495/4
Hwankyu Jhun [Fri, 30 Oct 2020 05:13:19 +0000 (14:13 +0900)]
Fix memory leak related to gdbus method call

Change-Id: I5b853f53378472eb3003dc7f13f9f86ab991fc4f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoFix memory leak 44/246444/2
hyunho [Thu, 29 Oct 2020 10:42:21 +0000 (19:42 +0900)]
Fix memory leak

Change-Id: I91519afe7a367266bbaf5bf160c4965c4ce54225
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoFix wrong descriptions 93/246493/1
Junghoon Park [Fri, 30 Oct 2020 04:40:05 +0000 (13:40 +0900)]
Fix wrong descriptions

Change-Id: I7dbeb9570e92c2e623c39986a5f02d71dfe239bd
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
3 years agoRelease version 0.5.82 18/246318/1 submit/tizen/20201028.063829
Jusung Son [Wed, 28 Oct 2020 06:33:16 +0000 (15:33 +0900)]
Release version 0.5.82

Changes:
 - Delay to drop private sharing

Change-Id: I693e1f680b2aa061ffed80331ca01b440e6d188c
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoDelay to drop private sharing 32/245932/5
Jusung Son [Tue, 20 Oct 2020 05:31:44 +0000 (14:31 +0900)]
Delay to drop private sharing

- If private sharing is dropped before the viewer receives the delete signal, smack error occurs

Change-Id: I9be294f755b5a52e1cc30d44b1848bb756f4dc3a
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoRelease version 0.5.81 08/246308/1 submit/tizen/20201028.051031
Hwankyu Jhun [Wed, 28 Oct 2020 05:07:33 +0000 (14:07 +0900)]
Release version 0.5.81

Changes:
 - Fix static analysis issues

Change-Id: I42ec4cb7ca1245d0a92272abee8c5339473e7b61
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoFix static analysis issues 00/246300/1
Hwankyu Jhun [Wed, 28 Oct 2020 00:49:18 +0000 (09:49 +0900)]
Fix static analysis issues

Issues:
 - Dereference null return value

Change-Id: I23554e80eb1a2492eb2505fadd4b25edd9da3275
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoRelease version 0.5.80 96/246296/1
Hwankyu Jhun [Wed, 28 Oct 2020 00:06:22 +0000 (09:06 +0900)]
Release version 0.5.80

Changes:
 - Add error information for smack
 - Fix memory leak

Change-Id: Id5c04280e17d1bb87d301efc032aedc41ef03d95
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoFix memory leak
Hwankyu Jhun [Tue, 27 Oct 2020 08:41:29 +0000 (17:41 +0900)]
Fix memory leak

Change-Id: I652c07d13faef7ee237afdb9e886151fd9f41902
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoAdd error information for smack 24/244924/1
Jusung Son [Mon, 28 Sep 2020 02:26:11 +0000 (11:26 +0900)]
Add error information for smack

Change-Id: I05016d7a1c06d427573e72d62f0f6b2cf7730816
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoRelease version 0.5.79 26/243526/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121620 accepted/tizen/6.0/unified/hotfix/20201103.003843 accepted/tizen/6.0/unified/hotfix/20201103.050730 accepted/tizen/unified/20200908.130515 submit/tizen/20200908.020920 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
Jusung Son [Tue, 8 Sep 2020 02:05:27 +0000 (11:05 +0900)]
Release version 0.5.79

Changes:
 - Use file name that contains path info
 - Add return value check

Change-Id: Ic0e600cdccfc927cebb38a31b30808d1020d8eea
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoAdd return value check 25/243525/1
Jusung Son [Tue, 8 Sep 2020 02:00:36 +0000 (11:00 +0900)]
Add return value check

Change-Id: I70f76343e6ebebddf0047cc7a95f4c4c5a3808c8
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoUse file name that contains path info 40/243240/4
hyunho [Fri, 4 Sep 2020 06:54:17 +0000 (15:54 +0900)]
Use file name that contains path info

The temporary files which are generated by the DataProviderMaster,
can be overrided if they have same file name but different hierarchy.
For now, files have below hierarchy will be copied to the temporary
folder with name a.jpg so that one file will override other file.

Folder1
  |
  |-a.jpg

Folder2
  |
  |-a.jpg

To fix this problem, let's use following naming rule for
the temporary files.

 _{folder name}_{file name}

According to this naming rule, above example files' name will be
_Folder1_a.jpg and _Folder2_a.jpg

Change-Id: I8d19b1a7f9ee998da2e7da90a79bd645bf8b960c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
3 years agoRelease version 0.5.78 87/242687/1 accepted/tizen/unified/20200908.060753 submit/tizen/20200811.063054 submit/tizen/20200831.000130 submit/tizen/20200907.005620
Jusung Son [Sun, 30 Aug 2020 23:25:00 +0000 (08:25 +0900)]
Release version 0.5.78

Changes:
 - Add path validation for private sharing

Change-Id: I4086c9883d8f7cedb0624953cff2d39b76350ca9
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoAdd path validation for private sharing 88/242488/2
Jusung Son [Thu, 27 Aug 2020 07:51:18 +0000 (16:51 +0900)]
Add path validation for private sharing

Change-Id: Ic70aea74328a77335068653e866e48a4e9ba108c
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoRelease version 0.5.77 88/241288/1 accepted/tizen/unified/20200820.034701 submit/tizen/20200819.054959 submit/tizen/20200819.055043
SukHyung, Kang [Wed, 19 Aug 2020 05:06:11 +0000 (14:06 +0900)]
Release version 0.5.77

Changes:
- fix wrong description for notification

Change-Id: Iaf4c5764b73a95af7eafcf198f2fe934a77100ae
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
3 years agofix wrong description for notification 65/241265/1
SukHyung, Kang [Wed, 19 Aug 2020 01:33:24 +0000 (10:33 +0900)]
fix wrong description for notification

Change-Id: I6cfbcefad148aab44e3a2d7a1295459c3dfdad36
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
3 years agoRelease version 0.5.76 97/240497/1 accepted/tizen/unified/20200813.122647 submit/tizen/20200807.021245 submit/tizen/20200811.050628 submit/tizen/20200811.233035
Jusung Son [Fri, 7 Aug 2020 02:04:24 +0000 (11:04 +0900)]
Release version 0.5.76

Changes:
 - Move unittest to tests folder

Change-Id: Ib70880ec8d200d8f79c7c0007563eb4cf5437539
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
3 years agoMove unittest to tests folder 31/239231/1
mk5004.lee [Thu, 23 Jul 2020 02:49:01 +0000 (11:49 +0900)]
Move unittest to tests folder

Change-Id: I15d688766765bc3775cf538387c2c99e135fc72e
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>