summaryrefslogtreecommitdiff
path: root/src/notification
AgeCommit message (Expand)AuthorFilesLines
2023-08-16[Common] Fixing Coverity issues: AUTO_CAUSES_COPYPiotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics2-2/+2
2022-03-31[Notification] Fix setting nullable properties.submit/tizen/20220407.074314accepted/tizen/unified/20220412.100227Marcin Bialek1-2/+2
2022-03-02[Notification] Fix memory leak.Marcin Bialek1-1/+3
2022-02-23[notification] Fixed log formatsubmit/tizen/20220223.093847Piotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics1-1/+1
2022-01-18[Notification] Add API for using buttons and a text input in a notification a...Marcin Bialek10-1/+647
2021-02-10[Notification] Fix SVACE issuePawel Wasowski1-0/+6
2019-12-05[Code format] Fixed formating with auto-format toolPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics2-7/+9
2019-10-30[common] Simplify instance methods registration (4)Michal Michalski3-30/+30
2019-07-23Merge branch 'tizen_4.0' into tizen_5.0Arkadiusz Pietraszek1-953/+1037
2019-07-19Merge remote-tracking branch 'origin/tizen_3.0' into tizen_4.0Arkadiusz Pietraszek1-953/+1037
2019-05-02[Project] JS code formattingArkadiusz Pietraszek1-463/+497
2018-08-16Merge branch 'tizen_4.0' into tizensubmit/tizen/20180816.094841accepted/tizen/unified/20180816.134724Piotr Kosko2-2/+27
2018-08-09[HAM][Notification][Alarm] Add missing deprecation warnings since Tizen 4.0Pawel Kaczmarczyk2-2/+27
2018-04-25[Alarm][Notification] Synchronously checking access to fileSzymon Jastrzebski1-0/+5
2017-12-01[Common] Preventing logger from runtime format definitionPiotr Kosko1-2/+2
2017-11-06[PROJECT] Refactoring entering logs into ScopeLoggerSzymon Jastrzebski5-77/+77
2017-11-06[Project] Fixing formatting + errors found by cpplintSzymon Jastrzebski1-2/+2
2017-11-02Merge branch 'tizen_3.0' into tizen_4.0Piotr Kosko3-23/+25
2017-11-02[PROJECT] Refactoring entering logs into ScopeLoggerSzymon Jastrzebski3-58/+60
2017-10-31[Notification] Remove warning: 'visibility' attribute ignored [-Wattributes]Jakub Skowron1-2/+2
2017-09-27[Notification] Fix for getNotification and UserNotification constructorPawel Kaczmarczyk1-1/+2
2017-09-26[PROJECT][C++] Reformatting the whole projectSzymon Jastrzebski11-536/+362
2017-09-25[PROJECT][C++] Reformatting the whole projectSzymon Jastrzebski7-556/+342
2017-08-31[Alarm][Notification] Refactored notification creationPiotr Kosko7-25/+21
2017-08-08[Notification] Return UserNotification object from templateTomasz Marciniak3-21/+23
2017-08-07[Notification] Added validation for JS UserNotificationPiotr Kosko2-78/+446
2017-07-31[Notification] Set*FromJson methods implementedPiotr Kosko8-463/+657
2017-07-28[Notification] Add*ToJson methods implementedPiotr Kosko6-192/+467
2017-07-28[Notification] skeleton for FromJson and ToJson methodsPiotr Kosko6-245/+496
2017-07-28[Notification] added C++ stubs for UserNotificationPiotr Kosko10-111/+210
2017-06-12[Notification] prepared stubs for UserNotificationPiotr Kosko10-1059/+1397
2017-05-24Revert "Merge "[SystemInfo] Throwing NOT_SUPPORTED_ERR added" into tizen_3.0"Piotr Kosko8-210/+43
2017-04-28[Notification] added missing includesubmit/tizen/20170427.133911accepted/tizen/unified/20170429.023546Piotr Kosko1-0/+1
2017-03-08[Notification] Changed visibility of StatusNotification methodsSzymon Jastrzebski2-5/+12
2017-03-06Merge "[Notification] added template feature" into tizenLukasz Bardeli6-12/+150
2017-03-01Merge branch 'tizen_3.0' into tizensubmit/tizen_unified/20170308.100405submit/tizen/20170302.071319accepted/tizen/wearable/20170302.120320accepted/tizen/unified/20170309.031950accepted/tizen/tv/20170302.120308accepted/tizen/mobile/20170302.120247accepted/tizen/ivi/20170302.120349accepted/tizen/common/20170302.151649Piotr Kosko1-6/+11
2017-02-28[Notification] Notification.progressValue should be set to null when is not d...Szymon Jastrzebski1-6/+11
2017-02-22[Notification] added template featurePiotr Kosko6-12/+150
2017-02-17[Notification] Method GetNotiHandleFromJson addedSzymon Jastrzebski2-27/+47
2017-02-06[Common] Changed capi-appfw-* dependenciessubmit/tizen/20170206.010236accepted/tizen/wearable/20170207.091816accepted/tizen/tv/20170207.091645accepted/tizen/mobile/20170207.091448accepted/tizen/ivi/20170207.091940accepted/tizen/common/20170206.151131Piotr Kosko1-0/+1
2016-09-20[Notification] Fix display of number attribute in the notificationJakub Skowron1-4/+2
2016-08-03[Notification] Fix for push service daemon notifications.Tomasz Marciniak1-0/+6
2016-07-28[Notification] Added missing values castingPiotr Kosko1-1/+4
2016-03-25[Notification] Fixed check for nullptr.Pawel Andruszkiewicz1-2/+2
2016-01-08[Common] Added FilesystemProvider interface for different profilesPiotr Kosko1-11/+11
2016-01-04[Common] Small filesystem refactoringLukasz Foniok1-11/+12
2015-12-17Include notification_list.h for internal notification apisHyunjin Park1-0/+1
2015-12-04Revert "[Notification] Moved checking privileges to JS layer."Tomasz Marciniak3-25/+26
2015-11-27[Notification] update logsLukasz Bardeli3-165/+136
2015-09-10[notification] fix prevent CID 23603, 24335Hyunjin Park2-15/+17