summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sangyoon Jang [Tue, 22 Aug 2017 05:05:11 +0000 (14:05 +0900)]
Release version 0.6.3
Changes:
- Remove privilege description for internal APIs
Change-Id: Ide4f3f82bfe0c006d23ec344088b88a74cc30b35
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Semun Lee [Mon, 21 Aug 2017 03:18:34 +0000 (12:18 +0900)]
Remove privilege description for internal APIs
Change-Id: I8abf98aaff648e0623725689410229a874dbb843
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Myungki Lee [Thu, 17 Aug 2017 08:18:58 +0000 (17:18 +0900)]
Release version 0.6.2
- Apply ASLR to appmgr-tool
Fix app_info_create for backward compatibility
Change-Id: I0d94e431e9a869da7451235d77eae9248e728bb2
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Myungki Lee [Wed, 9 Aug 2017 06:19:52 +0000 (15:19 +0900)]
Apply ASLR to appmgr-tool
Change-Id: Ieacc52cad1acd6329fe9fc4d34832c550eb210b3
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Junghyun Yeon [Tue, 8 Aug 2017 05:29:12 +0000 (14:29 +0900)]
Fix app_info_create for backward compatibility
- Temporary fix to app_info_create retrieves app info
with alias id
Change-Id: I57972f2a4e6c7eecc3cb30d1b4f89a372608bfc6
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Hwankyu Jhun [Thu, 29 Jun 2017 05:10:13 +0000 (14:10 +0900)]
Release version 0.6.1
Changes:
- Add a new API to retrieve visible app context
Change-Id: I4c9d16b40fb32a7f5d5ee6b953e4dda34e3c9ddc
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 27 Jun 2017 01:23:35 +0000 (10:23 +0900)]
Add a new API to retrieve visible app context
Change-Id: I45fe986a6eca466eb1baa8da06bc526052eed058
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
jongmyeongko [Wed, 14 Jun 2017 06:11:10 +0000 (15:11 +0900)]
Release version 0.6.0
Changes:
- Fix doxygen and param name mismatch
- Add new APIs related to application component
Change-Id: I57ec2ec1c22988de1d6e4a9d8a531c019553d221
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
jongmyeongko [Tue, 13 Jun 2017 13:31:49 +0000 (22:31 +0900)]
Fix doxygen and param name mismatch
Change-Id: I40d50f43eafcff0126d4e11554de74e811d2ced6
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
jongmyeongko [Tue, 30 May 2017 07:40:40 +0000 (16:40 +0900)]
Add new APIs related to application component
A getter function and a filter property are added.
// API usage
ret = app_info_create(test_appid, &app_info);
ret = app_info_get_app_component_type(app_info, &component_type);
app_info_destroy(app_info);
// filter usage
app_info_filter_h handle;
ret = app_info_filter_create(&handle);
ret = app_info_filter_add_string(handle, PACKAGE_INFO_PROP_APP_COMPONENT_TYPE, "uiapp");
ret = app_info_filter_foreach_appinfo(handle, appinfo_cb, NULL);
app_info_filter_destroy(handle);
Change-Id: I109912534378364dc244bdec027db5808116b7b6
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
Hwankyu Jhun [Fri, 21 Apr 2017 00:50:14 +0000 (09:50 +0900)]
Release version 0.5.1
Changes:
- Add a new API to unregister app context status event
- Modify app_context_set_status_cb API
Change-Id: I79e40123e7681ec35e0cc36c25eec3b5c8bfe0d9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 18 Apr 2017 23:47:18 +0000 (08:47 +0900)]
Add a new API to unregister app context status event
Adds:
- app_manager_unset_app_context_status_cb()
Requires:
- https://review.tizen.org/gerrit/#/c/125775/
Change-Id: I5ed2330c2f2eb16c74da10ca8a7247f653ee0c9f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 18 Apr 2017 23:27:15 +0000 (08:27 +0900)]
Modify app_context_set_status_cb API
Requires:
- https://review.tizen.org/gerrit/#/c/125770/
Change-Id: I251c53c5474eb30acaa5013731fc78577a67f1d8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghyun Yeon [Mon, 17 Apr 2017 07:29:37 +0000 (16:29 +0900)]
Release version 0.5.0
Changes:
- Fix the description of app_manager_is_running()
- Add property to get disabled appinfo
- Add app_info_foreach_category CAPI
Change-Id: Ica1fe80bb5e7c69d1e840ac21805d6cfdca16b03
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 17 Apr 2017 04:06:08 +0000 (13:06 +0900)]
Fix app_info_foreach_category
- Add platform tag in doxygen
- Fix typo error at callback function name
Change-Id: Ie083e6c3e7b45decddb921c8a6ff24d0f3680348
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 10 Apr 2017 11:01:14 +0000 (20:01 +0900)]
Add property to get disabled appinfo
Change-Id: I5411264a4a864b9f52798c14487006a614e5f2d9
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Thu, 6 Apr 2017 06:30:09 +0000 (15:30 +0900)]
Add app_info_foreach_category CAPI
Change-Id: Ib06b7a0ea63793e65344f4ae4dff22605c69ec17
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghoon Park [Wed, 12 Apr 2017 00:42:17 +0000 (09:42 +0900)]
Fix the description of app_manager_is_running()
Change-Id: I915c35295812751a4927f40e1937cd17a5fb2cce
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Tue, 4 Apr 2017 08:56:13 +0000 (17:56 +0900)]
Release version 0.4.0
Changes:
- Unregister app launch/dead signal on app_context_unset_event_cb API
- Add APIs for attaching and detaching window
Change-Id: I0c9a69435f013286336f51fc98900c241a595f2a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 31 Mar 2017 07:28:23 +0000 (16:28 +0900)]
Unregister app launch/dead signal on app_context_unset_event_cb API
Change-Id: I184848762bcce7ccc287853bb78718781998682c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 31 Mar 2017 05:03:41 +0000 (14:03 +0900)]
Add APIs for attaching and detaching window
Requires:
- https://review.tizen.org/gerrit/#/c/120646/
- https://review.tizen.org/gerrit/#/c/120647/
Change-Id: I57eb261395c98a0dc3644dc00570753c6d90a619
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghyun Yeon [Fri, 17 Mar 2017 06:53:59 +0000 (15:53 +0900)]
Release version 0.3.2
- Move internal header
- Add new API to get focused application context
Change-Id: Ib8adefa38afc6454df48a1a65d290226c5848b1e
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Hwankyu Jhun [Thu, 16 Mar 2017 04:39:26 +0000 (13:39 +0900)]
Add a new API to get the focused application context
This API returns the app context handle that the window of the
application has focus.
Change-Id: Iee5753c0d0092a2eb0f9e5ecb649f50a001b47ae
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Sangyoon Jang [Wed, 8 Mar 2017 05:11:07 +0000 (14:11 +0900)]
Move app_manager_event.h to internal header
app_manager_event.h is not for export. This is for internal purpose.
Change-Id: I5c5faf57b351a370a9b54b063b426959a533c870
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Hwankyu Jhun [Wed, 15 Feb 2017 04:16:43 +0000 (13:16 +0900)]
Release version 0.3.1
Changes:
- Modify app_manager_resume_app API
Change-Id: I4611b9a33cd65c303702c9169a15b19f4e54d94e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 14 Feb 2017 23:14:06 +0000 (08:14 +0900)]
Modify app_manager_resume_app API
If the app_context handle has an instance id, the API
uses the aul_resume_app_with_instance_id API to resume app instance.
Change-Id: I548b6e12af4407342e017878a03dcad79bd149b3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 17 Jan 2017 01:08:33 +0000 (10:08 +0900)]
Release version 0.3.0
Changes:
- Support multiple instance launch
Change-Id: I0f9421c8170f8d8e6f89a69d23029f6cb8844b2b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 13 Jan 2017 03:50:26 +0000 (12:50 +0900)]
Support multiple instance launch
- Adds a new API to get the app context handle
by using instance ID
- Requires:
[aul] https://review.tizen.org/gerrit/#/c/108620/
[amd] https://review.tizen.org/gerrit/#/c/109746/
[rua] https://review.tizen.org/gerrit/#/c/109906/
[application] https://review.tizen.org/gerrit/#/c/108805/
Change-Id: I1e778636f4abba4759b3b419066374a25d8e8b70
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 10 Jan 2017 13:48:31 +0000 (22:48 +0900)]
Fix use after free
Change-Id: If4d8e1da0ac0149fa9499f3d2ac7be2e536e9714
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghyun Yeon [Fri, 16 Dec 2016 08:29:51 +0000 (17:29 +0900)]
Fix when remove app event callback from list
- Consider when first callback has to be removed
Change-Id: I7beaa8871005203539256566e4aeccb801292ede
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghoon Park [Tue, 29 Nov 2016 06:40:35 +0000 (15:40 +0900)]
Fix memory leak
Change-Id: I6813b094297aaa2b7b9a5269fa5d11546dedccdb
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Mon, 17 Oct 2016 02:32:48 +0000 (11:32 +0900)]
Fix double free issue
Change-Id: I577fe595d58e157b2a3d60aaef755eb51a748032
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 5 Oct 2016 10:14:32 +0000 (19:14 +0900)]
Fix CMakeLists and spec files
Change-Id: Ie54d22d8a973357feb300d03ab98c9d17672c7dd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghyun Yeon [Thu, 6 Oct 2016 05:39:39 +0000 (14:39 +0900)]
Change behavior of app_info_create correctly
- Changed to getting appinfo based on appid first
- If it fails, treat appid as pkgid and try to get
appinfo of mainapp of pkg
Change-Id: I3785bd17f529dc11e3a39ae46b721be6aa44b1f1
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghoon Park [Tue, 27 Sep 2016 03:22:06 +0000 (12:22 +0900)]
Add the description for API
Change-Id: Ie611a0a78f21da5020b052726a2c1f52ddedd7b7
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Thu, 22 Sep 2016 22:59:31 +0000 (07:59 +0900)]
Add a new API to monitor the specified app status changes
Some applications want to monitor the status changes of the specified
applicatioin. The callback function will be invoked when the application
is launched or terminated.
- Requires
https://review.tizen.org/gerrit/#/c/89150/
https://review.tizen.org/gerrit/#/c/89152/
Change-Id: I0b9c4fb16c94c3795867f0966ddec6f2a7e789ef
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghyun Yeon [Fri, 19 Aug 2016 02:34:44 +0000 (11:34 +0900)]
Add string filter property for app installed storage
Change-Id: I04da94628fb57d2682259ec57ae710d69d4af849
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Hwankyu Jhun [Thu, 1 Sep 2016 07:27:50 +0000 (16:27 +0900)]
Add an exception handling about getting shared data path
Change-Id: I1626c411af12d7de5574e52d97481546ad35fec5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Semun Lee [Mon, 1 Aug 2016 05:31:16 +0000 (14:31 +0900)]
Fix policy for application's shared/data directory
Change-Id: Id9bc499370e3397fc6f246ddd5cba92a41eeeb68
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
seungha.son [Thu, 18 Aug 2016 06:29:54 +0000 (15:29 +0900)]
Applied API Deprecation Policy
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Ide6e6aa51f38ebf57c621f900738247a0e575dc9
Sangyoon Jang [Mon, 30 May 2016 11:20:00 +0000 (20:20 +0900)]
Remove unused enums
app_info_event_e is not used anymore.
Change-Id: Ica986e0ac18ba476f1ba1ad765954c782c1b8f9a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Hwankyu Jhun [Thu, 9 Jun 2016 22:36:48 +0000 (15:36 -0700)]
Merge "Add the descriptions about missing return values" into tizen
Junghyun Yeon [Mon, 30 May 2016 10:47:39 +0000 (19:47 +0900)]
remove duplicated db retrieving operation
Change-Id: I13f8669a297d8f68d0c7540e50121b11b5eac049
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Hwankyu Jhun [Wed, 25 May 2016 03:02:11 +0000 (12:02 +0900)]
Add the descriptions about missing return values
Change-Id: Ica2a2fb1648e98e68c2d8de270bd99899ba27ba4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 27 May 2016 05:30:48 +0000 (14:30 +0900)]
Fix the descriptions for wearable profile
The app_manager_get_shared_data_path API has been supported
since tizen 2.3.1 in the wearable profile.
Change-Id: Id3999101ca6c4f3f5e5759cdad0feb75cfce6bd2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 23 May 2016 06:49:51 +0000 (15:49 +0900)]
Remove the privileges
Change-Id: Ifec58c68c3c70f5698b24c7074d328b1ca6f90fe
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 23 May 2016 00:56:10 +0000 (09:56 +0900)]
Add checking the privilege in app_context_get_app_state API
Change-Id: I12c3a525e74d5b9e76a6ea895debaca14356b5af
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghyun Yeon [Mon, 14 Mar 2016 11:52:55 +0000 (20:52 +0900)]
add app signal listening functions at app-manager
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Change-Id: I4a86707a94af2ae4fb4c9b9db1161ca8d09f9d69
Hwankyu Jhun [Mon, 25 Apr 2016 01:09:58 +0000 (10:09 +0900)]
Add a new API to enable/disable the splash screen
Change-Id: I1376ae97053bb0e76f69487b6044a7b084bc1825
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Sun, 27 Mar 2016 22:44:51 +0000 (07:44 +0900)]
Adjust coding rules
Change-Id: I6322d2bc9f35cb3f29f84644c57b2d08ca73f79f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Myungki Lee [Mon, 28 Mar 2016 06:28:39 +0000 (15:28 +0900)]
Delete the privilege phrases about packagemanager.info
Change-Id: Ib4edb956bbe8b4d9449b2dd159e0a52862c1a22a
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Hwankyu Jhun [Mon, 28 Mar 2016 05:02:10 +0000 (14:02 +0900)]
Fix doxygen comment
Change-Id: Iba3e21aa9ebab5f0a56c16aeccc9fe9cfcbd3ade
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Myungki Lee [Thu, 24 Mar 2016 07:21:33 +0000 (16:21 +0900)]
fix doxygen comments
Change-Id: I9270952af82a92bec1001328e9e37e80796d8bdb
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Myungki Lee [Tue, 22 Mar 2016 06:03:50 +0000 (15:03 +0900)]
Delete privilege checking routine
Change-Id: I86c6a4046fb4e78d193825dafb77b23145b1625e
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Hwankyu Jhun [Tue, 22 Mar 2016 22:48:16 +0000 (07:48 +0900)]
Fix the description
The app_manager_get_external_shared_data_path API is deprecated since
3.0 in the wearable profile.
Change-Id: Ie63d19fb1434ba8e264fd1a45e538ba137564ffb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Myungki Lee [Thu, 3 Mar 2016 08:26:26 +0000 (17:26 +0900)]
Check privilege in app_context_set_event_cb
Change-Id: I5b850d2faa85f8b938b19561c859273e6eb2c033
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Myungki Lee [Tue, 23 Feb 2016 11:06:21 +0000 (20:06 +0900)]
Fix error that may cause a segmentation fault
Change-Id: I9a42609c9ce89157d3fe9aa56d464052c7d2fd06
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Myungki Lee [Mon, 1 Feb 2016 10:23:40 +0000 (19:23 +0900)]
Add new apis to get app_status
- add api to get the full running app list
- define app state enum
- extend app_context struct
- add api to get app_state, package id
- modify about operation of resume_app
Change-Id: Iec75d64f0abdb0ac6cdc1f9ed7eaa177c48a83ea
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Hwankyu Jhun [Wed, 13 Jan 2016 11:29:21 +0000 (20:29 +0900)]
Deprecate shared directory related API
- app_manager_get_shared_data_path() is deprecated
Change-Id: I6bea1148f8aee13f751324710d0f81eff3ac6236
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Myungki Lee [Wed, 27 Jan 2016 03:18:02 +0000 (12:18 +0900)]
Do not use create function when app_info clone
Change-Id: I9ba9a475a79cf763ee26203b261cdfd6c473b302
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
SukHyung, Kang [Thu, 14 Jan 2016 00:29:59 +0000 (09:29 +0900)]
change doc file to sync with tizen 2.4 for API references
Change-Id: Ief9697d8f01c5e489f0a7b4e218ebe24f4ffe334
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Myungki Lee [Tue, 15 Dec 2015 11:10:53 +0000 (20:10 +0900)]
Merge 2.4 patch.
- deprecate app_manager_get_exterenal_shared_data_path
- Doxygen tag modified for the deprecated func
- update doxygen
- removed app_manager_open_app API
- Fix prevent issue
- Fix bug that foreach callback is not stopped
Change-Id: I6c5c74b9d80fc49d320877cddbf03fd46955c9b0
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Myungki Lee [Fri, 11 Dec 2015 05:40:15 +0000 (14:40 +0900)]
Fix about app launched event callback.
Change-Id: Ia3a96253647a09f504a52b78dc0813bc99d4c3b3
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
SukHyung, Kang [Wed, 9 Dec 2015 05:20:35 +0000 (14:20 +0900)]
change code to apply coding rules
Change-Id: Ic023ec264402270c908d511093b9306f1ca3ff1d
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Myungki Lee [Tue, 24 Nov 2015 01:24:38 +0000 (10:24 +0900)]
Change the brace policy to K&R.
Change-Id: Ie2ba83bac813de1e1bfaa3b05b9a4ed74a92b9fd
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Myungki Lee [Mon, 23 Nov 2015 06:05:27 +0000 (15:05 +0900)]
Enable terminate_bg_app func.
Change-Id: I1d9e053635099b5fc911ffb3598a8bab4ad6b1a8
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Semun Lee [Thu, 12 Nov 2015 00:20:09 +0000 (09:20 +0900)]
Add missing unlock
Change-Id: I6ac76170d7b6bb276efcd6a9d9234e99d3285bd8
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
Daehyeon Jung [Wed, 30 Sep 2015 11:35:42 +0000 (20:35 +0900)]
fix privilege description
Change-Id: I28461592e235393a1c6e502c538c65a5ef7bfeab
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Sangyoon Jang [Mon, 24 Aug 2015 02:12:09 +0000 (19:12 -0700)]
Merge "add usr_ prefix in some pkgmgrinfo api." into tizen
Jiwoong Im [Thu, 20 Aug 2015 05:14:54 +0000 (14:14 +0900)]
add usr_ prefix in some pkgmgrinfo api.
- pkgmgrinfo_appinfo_usr_filter_foreach_appinfo
- pkgmgrinfo_appinfo_usr_metadata_filter_foreach
Change-Id: I2679534f918c3f359f72dca3192efd5d97e1fe8d
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Sangyoon Jang [Wed, 8 Jul 2015 12:50:24 +0000 (21:50 +0900)]
Install license file using rpm macro
Change-Id: Ife85957bdbbb5bc00d10cf8581d53f5bb359db82
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Myungki Lee [Fri, 5 Jun 2015 02:18:32 +0000 (11:18 +0900)]
Creates a extension.h file and separate a terminate_app func.
Change-Id: Ie65c6644682c94686bd891535f5515ef674d118d
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Myungki Lee [Tue, 2 Jun 2015 05:33:38 +0000 (14:33 +0900)]
app-manager : adds a doc file.
Change-Id: I58d616ac5bd9cb45b606e8e1e221c9a0aa9d1c40
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Sangyoon Jang [Tue, 26 May 2015 06:40:15 +0000 (15:40 +0900)]
Merge 2.4 source
update doxygen
added:
app_manager_request_terminate_bg_app
Change-Id: I59faa65ea91325a4d99612e6fdfd53cc2c52ddf5
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Suchang Woo [Fri, 27 Feb 2015 03:06:49 +0000 (12:06 +0900)]
Temporary support for deprecated APIs
app_info_get_name and app_manager_get_package are replaced with
app_info_get_label and app_manager_get_app_id. app_info_get_name and
app_manager_get_package are no longer provided. But, some packages still
use these APIs. To prevent build errors, this patch provides these APIs
temporarily.
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: Ib45cbc77e31d320e2be562e870bec05411d21e34
Suchang Woo [Thu, 26 Feb 2015 02:58:53 +0000 (11:58 +0900)]
Fix build error
Error message:
[ 260s] /home/abuild/rpmbuild/BUILD/capi-appfw-app-manager-0.2.4/src/app_context.c:400:4: error: 'app_context' may be used uninitialized in this function [-Werror=maybe-uninitialized]
[ 260s] app_context_destroy(app_context);
[ 260s] ^
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: I37192aead8c44bf340da93260ec74ff221330183
Suchang Woo [Mon, 2 Feb 2015 01:32:41 +0000 (17:32 -0800)]
Merge "Revise CMakeLists.txt, pc file" into tizen
Suchang Woo [Mon, 2 Feb 2015 01:32:26 +0000 (17:32 -0800)]
Merge "Move internal header to src directory" into tizen
Sangyoon Jang [Thu, 29 Jan 2015 08:47:48 +0000 (17:47 +0900)]
Revise CMakeLists.txt, pc file
clean up and remove unnecessary variables
remove white space and empty lines at pc file
Change-Id: I1cbc38b273fe6e79a0f9cec3687ee0ee05d27639
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Sangyoon Jang [Thu, 29 Jan 2015 04:12:25 +0000 (13:12 +0900)]
Move internal header to src directory
use quotes instead of angle brackets to include app-manager headers
Change-Id: Ie0771e85d328ba931c9c29cda6b786cdf6de71f5
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Sangyoon Jang [Thu, 29 Jan 2015 03:58:21 +0000 (12:58 +0900)]
Clean up repository
remove debian directory
remove executable permission
Change-Id: I90be3e94b5d73ed16f8fa9399c4d3eb6583a8794
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Sangyoon Jang [Wed, 21 Jan 2015 08:01:05 +0000 (17:01 +0900)]
Add visibility control
set default visibility to hidden
add macro to set visibility attribute
Change-Id: I5b0abb9b1a11862a0189a80d55fe2dd5c859f7cf
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Sangyoon Jang [Tue, 20 Jan 2015 07:25:23 +0000 (16:25 +0900)]
Remove deprecated api, declaration
TC-2325
removed:
app_info_get_app_info
app_info_get_name
app_info_set_event_cb
app_info_unset_event_cb
app_manager_set_app_info_event_cb
app_manager_unset_app_info_event_cb
app_manager_get_app_package
Change-Id: I18f59ed26556e2f646394182addbf7741fb26ed6
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Sangyoon Jang [Tue, 6 Jan 2015 05:08:20 +0000 (14:08 +0900)]
Update source from tizen 2.3
TC-2325
add api from tizen 2.3
remove deprecated api
Change-Id: Iada103642380db28f880bae5ccc20f1b1288fcbe
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Jiwoong Im [Fri, 2 Jan 2015 06:22:52 +0000 (15:22 +0900)]
Add path getter API from tizen_2.3
Change-Id: Ib55e478337ad8e12cfa15f1620547bdcc7f7b173
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Baptiste DURAND [Wed, 10 Sep 2014 12:57:07 +0000 (14:57 +0200)]
Align callback function prototype to Tizen Framework ones
Remove deprecated API
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
Change-Id: I6c4c2c8efbf3f4cdfb900a382802852511084043
Ronan Le Martret [Thu, 10 Jul 2014 16:27:00 +0000 (18:27 +0200)]
clean spec file for yocto compliance.
Change-Id: Id679abe3b0743132c5323a54e3a9035c2d5c75f6
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
junsuk77.oh [Tue, 8 Oct 2013 06:25:33 +0000 (15:25 +0900)]
delete license path
Change-Id: I445e4d3efe36b1fb6393b87bed9cc163773a65ec
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
KyungwooNoh [Wed, 2 Oct 2013 02:21:41 +0000 (11:21 +0900)]
Merge branch 'temp' into tizen
Change-Id: I9215c9a073b7be31ad0a760ad2d2fabe6937a78c
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
junsuk77.oh [Mon, 30 Sep 2013 05:59:02 +0000 (14:59 +0900)]
add git license file
Change-Id: I33a6bf6402665251753fc26538d69ece88c4e3c4
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Ryan Ware [Mon, 8 Jul 2013 17:07:15 +0000 (10:07 -0700)]
Merge "resetting manifest requested domain to floor" into tizen
Alexandru Cornea [Mon, 1 Jul 2013 14:43:47 +0000 (17:43 +0300)]
resetting manifest requested domain to floor
Alexandru Cornea [Fri, 28 Jun 2013 14:10:45 +0000 (17:10 +0300)]
resetting manifest requested domain to floor
junsuk77.oh [Wed, 8 May 2013 01:29:24 +0000 (10:29 +0900)]
fix prevent issue
Change-Id: Iba04fd1b61f028e2d02fc52ce34aa1049ae8d8f9
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
junsuk77.oh [Mon, 22 Apr 2013 02:09:29 +0000 (11:09 +0900)]
fix callback is not working
Change-Id: I6a3dbb7d4ecb5f0dac57ca2674ad13759d25b987
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Anas Nashif [Tue, 5 Mar 2013 13:38:57 +0000 (14:38 +0100)]
Fix x86_64 build and install
- Fixed package groups
- Cleanup spec
Change-Id: Ibc836a4b6bcbe0b8ac697e010c8cb2556edf4adc
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Jinkun Jang [Tue, 12 Mar 2013 16:45:45 +0000 (01:45 +0900)]
Tizen 2.1 base
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:21 +0000 (21:59 +0900)]
Initial empty repository