summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29Merge branch 'tizen' into feature/noti_exfeature/noti_exjusung son173-164/+39239
Conflicts: AUTHORS CMakeLists.txt LICENSE packaging/notification.spec
2019-03-28Add ReceiverGroupJunghoon Park2-0/+15
Change-Id: I0b58d8de7474a0dfff320db50accb524af468f68 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-28Release version 0.5.1submit/tizen/20190328.044251accepted/tizen/unified/20190328.234700hyunho1-1/+1
Changes: - Use int type for EventType to extend - Update chatmessage class - Add methods - Add SetAction() for AbstractItem - Fix build error - Change type for policy - Merge "Add SetAction() for AbstractItem" into tizen - Merge "Fix build error" into tizen Change-Id: I59ce6769e70fec30ad8219fd0bfc08ae80697899 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-28Merge "Fix build error" into tizenHyunho Kang1-4/+3
2019-03-28Merge "Add SetAction() for AbstractItem" into tizenjusung son3-2/+22
2019-03-28Change type for policyJunghoon Park3-8/+8
Change-Id: Ice4b5eb6cbbb315cfc6bf33d2efc0158c3f6b005 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-28Fix build errorhyunho1-4/+3
Change-Id: I0d58518bf17d0fd41b9e9c237ea785dffbe88a1b Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-28Add SetAction() for AbstractItemjusung son3-2/+22
Change-Id: Ib9e49663fcc0937fdaefd2626bcfdd5b89523be9 Signed-off-by: jusung son <jusung07.son@samsung.com>
2019-03-27Add methodsJunghoon Park10-3/+68
- GetSharedPath(), DeleteAll(), GetCount() Change-Id: If319126f5b52d19aa8ba82e760b3e9746bcf6e83 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-27Update chatmessage classmk5004.lee4-23/+24
Change-Id: I132dc83e33240a3d7df0b7fb509e5772883f0807 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2019-03-26Use int type for EventType to extendJunghoon Park6-26/+22
Change-Id: Ifdab1a45108eefb6eb3a411ab36af2eda210a682 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-26Release version 0.5.0submit/tizen/20190327.014050submit/tizen/20190326.074206accepted/tizen/unified/20190327.160606Junghoon Park1-1/+1
Changes: - Initialize Noti-ex - Fix notification-ex unittest build error - Fix wrong return type - Update class Bundle - Update notification-ex CMakefile - Renamed bundle.h to ex_bundle.h - Add implementation of some classes - Adjust Null Object pattern for FindById - Adjust pimpl idiom to button item - Add input selector item implementation - Add progress item implementation - Add entry, text, effect item class - Add parameter for hyperlink for TextItem - Update some items - Merge "Update some items" into tizen - Update some unittests - Change shared_ptr to unique_ptr for ItemFactory - Create FactoryManager to register the other factory - Add parent item for TextItem and EntryItem - Update actions - Add factory for actions - Update behavior of VisibilityAction::Execute - Add action parameter to Base class for EntryItem and TextItem - Make AbstractItem::GetType as abstract method - Make a class ItemInfo to avoid exporting some methods - Add manager implementation - Improve unit TCs - Change method name - Check coding style - Using unique_ptr for sender and listener - Update Group name in spec file - Export some internal APIs - Merge "Update Group name in spec file" into tizen - Hide private event info using interface - Add Serialize/Deserialize for AbstractItem - Add an acceptance condition to CanReceive() - Fix wrong log message - Merge "Fix wrong log message" into tizen - Add request id to event info - Add a debugging log to exception class - Set uid on AbstractItem::Serialize() - Add Api for ItemInfo - Merge "Set uid on AbstractItem::Serialize()" into tizen - Add error handling feature - Add hide list implementation - Add DBManager class Change-Id: I4bbf17810367a330c18261f96af8c1d3f2fdf8a3 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-26Add DBManager classjusung son2-0/+841
Change-Id: I4ee8afc76194be7673592e164363a0909b655076 Signed-off-by: jusung son <jusung07.son@samsung.com>
2019-03-22Add hide list implementationjusung son2-5/+21
Change-Id: I06b728df7192d7c5bbed8a5c9c4a6f668536ee1e Signed-off-by: jusung son <jusung07.son@samsung.com>
2019-03-22Add error handling featurehyunho13-10/+91
Change-Id: Icfb7df4ddcc021487a6ef12ac3e4bdd1bb7094e2 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-22Merge "Set uid on AbstractItem::Serialize()" into tizenjusung son1-0/+4
2019-03-22Add Api for ItemInfoSukHyung, Kang7-46/+81
Change-Id: Ib51ef18a4d286d3b7a787c7b11f7fc9a4bcb7ce0 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2019-03-22Set uid on AbstractItem::Serialize()jusung son1-0/+4
Change-Id: Iee5938080051a081f6b789975925b7dbfefc6db9 Signed-off-by: jusung son <jusung07.son@samsung.com>
2019-03-22Add a debugging log to exception classjusung son1-0/+9
Change-Id: I49243fe874f07ba284589f156b756c3a0492f709 Signed-off-by: jusung son <jusung07.son@samsung.com>
2019-03-21Add request id to event infohyunho44-80/+102
Change-Id: I8faa05630da98f211b52ba967134577a99e161a2 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-21Merge "Fix wrong log message" into tizenSukHyung Kang1-3/+3
2019-03-21Fix wrong log messageSukHyung, Kang1-3/+3
Change-Id: Idcd0bfb2962075bb93184ad187c6a261071a0982 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2019-03-21Add an acceptance condition to CanReceive()jusung son1-1/+1
Change-Id: Id19035489ca4706063a915ea2c760ff311921f8c Signed-off-by: jusung son <jusung07.son@samsung.com>
2019-03-20Add Serialize/Deserialize for AbstractItemSukHyung, Kang7-13/+438
Change-Id: I83fcc2aabfeca0e88e2d29afe9a91dbb3159c352 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2019-03-20Hide private event info using interfacehyunho19-78/+178
Change-Id: I314475eb35498358cceb4141672cfcc08aaf3b2f Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-20Merge "Update Group name in spec file" into tizenMyungKi Lee1-1/+1
2019-03-20Export some internal APIshyunho2-2/+5
- For data provider master Change-Id: I63cad09c7de0c3c2ee3f89b667f800dd1527887c Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-20Update Group name in spec filemk5004.lee1-1/+1
- Applications/Core Applications Change-Id: Ib05ec19d0bd2703d1961cf5f1248dc73728fa242 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2019-03-19Using unique_ptr for sender and listenerhyunho10-27/+72
Change-Id: Iaf238d82dbe64501aef23fb06cf7124dcd3d0bde Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-19Check coding stylemk5004.lee30-235/+228
Change-Id: I69aa2da99230868a3fc3d39c865f963a571cee09 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2019-03-19Change method nameJunghoon Park3-4/+4
Change-Id: Ia9b4a5d6a13865538544bcfb3a3af2f6f9858682 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-19Improve unit TCsJunghoon Park15-43/+128
Change-Id: Ia5a241c9236959b2914b0b92aafe2a6d39be5923 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-19Add manager implementationhyunho77-107/+1598
Change-Id: I9e9f26145752d8384f43634c25efac1324ddaa87 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-03-18Make a class ItemInfo to avoid exporting some methodsJunghoon Park7-45/+146
Change-Id: Iaed432aaec5f65069b503d4057d1b5aaaaafe243 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-18Make AbstractItem::GetType as abstract methodJunghoon Park44-95/+138
Change-Id: Id7ed489921a33f594ee75d89208eacf9a6872549 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-18Add action parameter to Base class for EntryItem and TextItemSukHyung, Kang2-3/+3
Change-Id: I0be1f385c2e71223c11cc710026c98dee41f656c Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2019-03-15Update behavior of VisibilityAction::Executemk5004.lee1-10/+4
Change-Id: I9be1d98d6c4ff65ce28748b1d7739155cd0f7372 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2019-03-14Add factory for actionsJunghoon Park16-31/+333
Change-Id: I761cfcd8ed680d5683533768ab1b7a59cb9744fb Signed-off-by: Junghoon Park <jh9216.park@samsung.com> Signed-off-by: mk5004.lee <mk5004.lee@samsung.com> Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-13Update actionsmk5004.lee12-146/+706
- AbstractAction, AppControlAction, VisibilityAction Change-Id: Iaf5b09526956a0ed8ec512ec428e8fdb7530a0da Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2019-03-12Add parent item for TextItem and EntryItemSukHyung, Kang4-10/+14
Change-Id: I9c458e3f0efab8a25d2ed0f9feeda3282ec5429f Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2019-03-11Create FactoryManager to register the other factoryJunghoon Park30-76/+199
Change-Id: Ibd3b9131be2cba08796e04d4d3be459159442134 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-08Change shared_ptr to unique_ptr for ItemFactoryJunghoon Park2-15/+16
- The created item does not need to share each other Change-Id: Ie6d9a205fc7f345baa0897c164895e79e64203a0 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2019-03-07Update some unittestsmk5004.lee6-25/+23
Change-Id: I696e175ba2b1622fde2c66f65b251aa9159ee6e5 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2019-02-28Merge "Update some items" into tizenMyungKi Lee28-84/+1517
2019-02-28Update some itemsmk5004.lee28-84/+1517
- image, icon, icontext, checkbox, time, chatmessage Change-Id: I74f8b7192037da6ae8f608ea08d542e4fa803716 Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
2019-02-27Add parameter for hyperlink for TextItemsubmit/tizen/20190228.000028SukHyung, Kang5-22/+20
Change-Id: I79395e017e9c3621aaaa20405892bcab9a2f5750 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2019-02-26Add entry, text, effect item classSukHyung, Kang13-63/+527
Change-Id: If23d8c14ddf5916ebcb5ff5f21c0679ea7c54f74 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
2019-02-21Add progress item implementationhyunho6-20/+246
Change-Id: Ibc606f47ab651d9bc5cfaf14ea286865651b1a2d Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-02-21Add input selector item implementationhyunho7-20/+238
Change-Id: I71e7c316574192b3415a021ffe3259853f2f86d7 Signed-off-by: hyunho <hhstark.kang@samsung.com>
2019-02-21Adjust pimpl idiom to button itemhyunho3-7/+62
Change-Id: I5e80de438418fec3eb0a0bcddb9e4f6a6cf20562 Signed-off-by: hyunho <hhstark.kang@samsung.com>