summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mu-Woong Lee [Tue, 19 Apr 2016 11:00:24 +0000 (20:00 +0900)]
Disable TV profile build explicitly
Change-Id: I121db16f70d9cf89e7d6b4d72c6d751df423ad4c
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Mon, 18 Apr 2016 02:42:22 +0000 (11:42 +0900)]
Rename symbol visibility macro to SO_EXPORT
Change-Id: I936f9883e5c613059a7f309e5db8be417e4d0b21
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Fri, 15 Apr 2016 07:26:32 +0000 (16:26 +0900)]
Replace types_internal.h with Types.h
Change-Id: If33182cc36db99df564aec56da771e839ffabe65
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Somin Kim [Thu, 14 Apr 2016 09:21:25 +0000 (18:21 +0900)]
Applied coding rule related to space and brace
Change-Id: I0a813cd696bd51102c020e3d9ac01c79dcc55958
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Fri, 8 Apr 2016 01:52:53 +0000 (10:52 +0900)]
Version 0.7.5
Change-Id: Ia963d0f80af1ec3a9b0b0d6d065d69f624d776ee
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Tue, 5 Apr 2016 07:53:39 +0000 (16:53 +0900)]
Added/Modified 'remarks' about privileges for event/condition
Change-Id: I2efa3a1b18237fc6023a0efd4e7503a39fb43d8f
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong Lee [Mon, 4 Apr 2016 08:24:57 +0000 (17:24 +0900)]
Modify some build optimization options
Change-Id: Ie267f821b84c8ad7b3140e69db9663db34ea520c
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Somin Kim [Thu, 17 Mar 2016 06:15:59 +0000 (15:15 +0900)]
'Since Tizen 3.0' is modified as 'Since 3.0'
Change-Id: I63640d1bf538c41fea511f87552fc2e481e4bbb5
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Tue, 15 Mar 2016 04:31:14 +0000 (13:31 +0900)]
Changed EVENT_CONTACTS_DB_CHANGED to EVENT_CONTACTS
Change-Id: I03feefaf118fca7bfa36075afd342d4a74d55d73
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong Lee [Tue, 15 Mar 2016 03:15:19 +0000 (12:15 +0900)]
Version 0.7.4
Change-Id: Ief33943ef9b9aaf987b6cec8f0c43f3d4b20750f
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Somin Kim [Mon, 14 Mar 2016 05:26:53 +0000 (14:26 +0900)]
EVENT_CONTACTS_DB_CHANGED added
Change-Id: I4ac407807e1b2763207efa84b60f9e3eb690fddb
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong Lee [Tue, 15 Mar 2016 02:35:45 +0000 (11:35 +0900)]
doxygen: update privilege descriptions
Change-Id: I84f3a99eabf7b88290015bf661319ac19457dd88
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Somin Kim [Mon, 14 Mar 2016 01:45:04 +0000 (10:45 +0900)]
Version 0.7.3
Change-Id: I86fc3730e95cd8ec78a024e01d4816c4221291aa
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Mon, 7 Mar 2016 09:01:57 +0000 (18:01 +0900)]
Added a space between literal and string based on C++11
Change-Id: If6af56f71ffe2f9d0d0f7c82374b836c02c70ce4
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong Lee [Thu, 25 Feb 2016 06:11:46 +0000 (15:11 +0900)]
Add testcases for trigger time event/condition
Change-Id: I7c62d10fbb7d333a35c0bf2952650e857957610a
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Tue, 23 Feb 2016 07:40:31 +0000 (16:40 +0900)]
Replace ctx::json with ctx:Json
Change-Id: I63da446738ac26ce2673e97ce1131b8c59756f65
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Wed, 17 Feb 2016 06:20:20 +0000 (15:20 +0900)]
Add DBusClient & IDBusClientListener
They replace the former request_handler implemented in context-common.
Note that, request_handler is now just a wrapper between DBusClient and each API, thus it will be removed later.
Change-Id: If62abfbced70cb93ad8178796f7b70035e1ec2fc
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Tue, 16 Feb 2016 12:40:10 +0000 (21:40 +0900)]
Replace build dependency context-common with libcontext-shared
Change-Id: I71f1ecd1b64373ced8d090e50c54147b04692bd1
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Somin Kim [Thu, 21 Jan 2016 05:22:15 +0000 (14:22 +0900)]
Added API for custom items
- add_custom_item(), remove_custom_item(), publish_custom_data()
- context_trigger_enable_rule() will return NOT_SUPPORTED
Change-Id: I88d232f2ef4af59a5fcbb510f0192bd84ad4e0f4
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong Lee [Thu, 11 Feb 2016 05:13:27 +0000 (14:13 +0900)]
Version 0.7.2
Change-Id: I89d89a20eb05994cf83e1697e875f5f897b6e029
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Thu, 11 Feb 2016 04:36:42 +0000 (13:36 +0900)]
Cleanup compile warning flags
Change-Id: If3eb285df3662b0908917e75cbd40aee9f250e38
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Fri, 5 Feb 2016 07:15:02 +0000 (16:15 +0900)]
Import the command-line testsuite from 2.4
Change-Id: I02e5a7b5cf719caa1fa6df735c96a0e59a3a525b
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Mu-Woong Lee [Tue, 12 Jan 2016 06:09:03 +0000 (15:09 +0900)]
Version 0.7.0
Change-Id: I9c28bcc62586de9af2f944c0bab0e9268ae8abe3
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Somin Kim [Mon, 11 Jan 2016 09:08:16 +0000 (18:08 +0900)]
Rule validation changed
- _event_create(), condition_create() will return NOT_SUPPORTED
- Only needed template information will be requested
- Removed integer type of attribute/option definition
Change-Id: I619c09cdbb89dec4ef6af223228c0aa41de1fb66
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Mon, 11 Jan 2016 09:07:31 +0000 (18:07 +0900)]
Arranged operator related.
- ==, != won't be converted to eq, neq
- operator validity check function added
Change-Id: I183127c71249a720e493b47bb04a668f4b0185de
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Mon, 11 Jan 2016 09:06:57 +0000 (18:06 +0900)]
Modified template format in rule_info to match server-side template style
Change-Id: I191bcad2f09aa667f855bc6c4f80f132cd37e12d
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Mon, 11 Jan 2016 09:06:07 +0000 (18:06 +0900)]
Modified api reference
Change-Id: I8110380f6dc32e3f8461f43b841675b9be47d66d
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Mon, 11 Jan 2016 09:05:18 +0000 (18:05 +0900)]
Modified subject of time related items.
Change-Id: Iae7d1ea59e044e54fbd20c84ab4164cbd4d88237
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Mon, 11 Jan 2016 09:04:07 +0000 (18:04 +0900)]
Removed double quotations around string comparison data. Modified to not convert integer comparison data to string.
Change-Id: Ida6a051123275e110a2b8f9db6b310436ffecd1e
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong Lee [Thu, 10 Dec 2015 02:59:57 +0000 (11:59 +0900)]
Merge branch 'tizen' into devel/tizen_3.0
Change-Id: Ic2057d25073ee284540437af044fde08ee996695
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
Somin Kim [Thu, 10 Dec 2015 02:39:03 +0000 (11:39 +0900)]
Fix API reference: context_trigger_get_rule_by_id()
Change-Id: If103f3979b7a6b2d085c6e2ef993d04dc79c6d2a
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong [Mon, 5 Oct 2015 08:07:49 +0000 (17:07 +0900)]
Add 'since_tizen' tag
Change-Id: I88dcba3703ba6017b911124e4ac62a756fb30e3a
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
(cherry picked from commit
7200fcf11b59a6f3db7292167c6dde473dfb4cec)
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Thu, 24 Sep 2015 06:00:56 +0000 (15:00 +0900)]
Merge changes from Tizen 2.4
- Fix a broken link in trigger doc
- Check string in-params to prevent SQL injections
Change-Id: Ic99af23dafb59a65f27feb9bdd1303dae5d347e6
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Somin Kim [Tue, 8 Sep 2015 10:57:32 +0000 (19:57 +0900)]
Fixed to use pkgmgrinfo_appinfo_get_usr_appinfo()
Change-Id: Ic1e5dbeace61fb7d71d2034d60f12760024ef8a4
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Tue, 8 Sep 2015 07:18:00 +0000 (16:18 +0900)]
Version 0.6.2
Change-Id: I20431d5527e2066fcab96f43a7717e1a6e1cbc96
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Tue, 8 Sep 2015 07:17:15 +0000 (16:17 +0900)]
Enable dbus action in trigger
Change-Id: Id99453d0e9ae4c0a09b6aee328d81426e65963ff
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Tue, 8 Sep 2015 07:16:38 +0000 (16:16 +0900)]
Allow service app launching triggers in TV profile
Change-Id: Ia4dab92dc3b10819c2930c48e7cc2c06d7546d9f
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Somin Kim [Tue, 8 Sep 2015 06:56:54 +0000 (15:56 +0900)]
Modified to restrict service application launch request
Change-Id: I0fd57efdaaed657b6bb23a4ab2e507c29baf8dd6
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
Mu-Woong [Tue, 18 Aug 2015 02:57:24 +0000 (11:57 +0900)]
Version 0.6.0
Change-Id: I4e6a59fbd7828540bd3abf83cce3e7f1619bcc31
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 17 Aug 2015 12:57:55 +0000 (21:57 +0900)]
Sync with Tizen 2.4
- Cleanup history/trigger item names
Change-Id: I3ffdb0e74a43bfeebef5ef714e6bbd9eb553aded
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Tue, 4 Aug 2015 11:58:24 +0000 (20:58 +0900)]
Merge Version 0.5.5
- Remove unnecessary dependency to pkgmgr-info
- Disable internal 'dbus call' trigger action api
- Add an internal function to set 'dbus call' action
Change-Id: I8ba890181055753371538192e824645a87d21704
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Tue, 21 Jul 2015 05:32:22 +0000 (14:32 +0900)]
Version 0.5.3
Change-Id: I633123eca0707a1f5e16ea0c3cfac0663507225d
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 13 Jul 2015 05:47:37 +0000 (14:47 +0900)]
Disable client smack rule checker.
It needs to be re-implemented using Cynara.
Change-Id: I01ddc61cfe001f95c64cf0e3d9f01746772c0d27
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 13 Jul 2015 05:46:20 +0000 (14:46 +0900)]
Update date of all license boilerplate
Change-Id: I49d2d86d08b2444601324506f21144b154975fe1
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 29 Jun 2015 12:04:10 +0000 (21:04 +0900)]
Cleanup the build script
Change-Id: Id4a77ec7c309386791b0b1ef524329aef9ed27d8
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Mon, 29 Jun 2015 08:34:59 +0000 (17:34 +0900)]
Integrate changes from Tizen 2.4
- Remove redundant doxygen comments. All detailed descriptions are inlcuded in the programming guide and the tutorial.
- Remove history record insertion APIs
- Apply Tizen coding rules to the header files
- Refactor history item - filter key pair validation routine
- Remove context_internal API set.
- Replace security-privilege-checker with libsmack
- Replace deprecated privilege_checker_check_package_privilege()
Change-Id: I2b8a0b505917f5e01cd8977d21b7dca39f83a8f2
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Fri, 12 Jun 2015 02:40:10 +0000 (11:40 +0900)]
Update the domain tag
Change-Id: I645444fdcd8bd90707416acf3a2346ba10f92c8e
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
Mu-Woong [Thu, 11 Jun 2015 11:29:16 +0000 (20:29 +0900)]
Migrate from 2.4 code repo
Change-Id: I430651c4e3b57a31110c17a3935e65a86ca89688
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
KyungMi Lee [Wed, 25 Mar 2015 05:33:59 +0000 (22:33 -0700)]
Initial empty repository