Hwankyu Jhun [Wed, 22 Jul 2020 00:46:13 +0000 (09:46 +0900)]
Release version 1.14.7
Changes:
- Ignore AUL_R_ECANCELED error
Change-Id: I2b10f7bbe5d0be3dec84c5ff77b32c9de83c5879
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 21 Jul 2020 10:06:33 +0000 (19:06 +0900)]
Ignore AUL_R_ECANCELED error
If aul_launch_init() returns AUL_R_ECANCELED error, application core ignores
the error. When the aul is already initialized, the error is returned.
Change-Id: I050128e6fd7eb67016c45eff72d19aef8465e50c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 1 Jun 2020 00:23:23 +0000 (09:23 +0900)]
Release version 1.14.6
Changes:
- Remove calling unsetenv
Change-Id: I2f50afe5f1824bd65eaa914b886f1c98f2d17460
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 29 May 2020 08:03:27 +0000 (17:03 +0900)]
Remove calling unsetenv
Change-Id: Ia8107f262470527c1f3a240f59013981ba6a18c2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 29 May 2020 02:27:53 +0000 (11:27 +0900)]
Release version 1.14.5
Changes:
- Update app status before calling exit function
Change-Id: Ib2818f2650aefea9d383c7f6fbd6d23c19988c4c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 21 May 2020 03:43:38 +0000 (12:43 +0900)]
Update app status before calling exit function
Change-Id: If92fd81947052977af575f7451878ba8a90d8512
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghoon Park [Thu, 23 Apr 2020 00:16:16 +0000 (09:16 +0900)]
Release version 1.14.4
Changes:
- Fix __get_name on appid without dot seperator
Change-Id: I3e7d2e464372e324ca0103e37dcbd87cdf1dd208
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Daehyeon Jung [Wed, 22 Apr 2020 10:56:10 +0000 (19:56 +0900)]
Fix __get_name on appid without dot seperator
Change-Id: I6bd4ca0c790a6494dbbde886e2f74a0835822db0
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Junghoon Park [Fri, 3 Apr 2020 07:18:18 +0000 (16:18 +0900)]
Release version 1.14.3
Changes:
- Remove suspend timer when resuming app
Change-Id: Iec5956a2114d21e2e1f0014e6380932f10c5c2b4
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Mon, 23 Mar 2020 08:05:33 +0000 (17:05 +0900)]
Remove suspend timer when resuming app
Change-Id: Ieb0849c21d21012ee32d51cfbdc3ced7685bbe81
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Tue, 14 Jan 2020 02:22:40 +0000 (11:22 +0900)]
Release version 1.14.2
Changes:
- Update log level
- Set state while getting termination request
Change-Id: Ie4697a1ce2dc6056927c33846caeac16e5117520
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 9 Jan 2020 04:13:13 +0000 (13:13 +0900)]
Set state while getting termination request
While getting termination request, appcore-ui sets the state to
STATUS_DYING. After the state is set, the OnAppControl() is not invoked.
Change-Id: I3df490e5f0432c3109542001c50bb50dbd74826c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hyunho [Fri, 13 Dec 2019 06:55:36 +0000 (15:55 +0900)]
Update log level
Change-Id: I893fbd2adb6120e5d3bd7f79efea5e907f509120
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hwankyu Jhun [Fri, 15 Nov 2019 03:27:11 +0000 (12:27 +0900)]
Release version 1.14.1
Changes:
- Add a new hint of appcore ui
Change-Id: Ib0731437747c78ef2b29d230eec4dc6ec513a7ec
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 15 Nov 2019 02:59:48 +0000 (11:59 +0900)]
Add a new hint of appcore ui
If APPCORE_UI_BASE_HINT_WINDOW_ID_CONTROL is set, appcore_ui_base sets
the ID of the window using the application ID.
Change-Id: I86b5162cce8012f36614095e9b20db289cb209d9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 14 Oct 2019 06:46:55 +0000 (15:46 +0900)]
Release version 1.14.0
Changes:
- Support Seamless Effect
Change-Id: I2f10aaf20be67a201362159fb36a8e5ce5cf1143
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 8 Oct 2019 00:41:12 +0000 (09:41 +0900)]
Support Seamless Effect
- Sets application ID for display server
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/amd/+/212912/
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-core/+/215390/
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/212287/
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/screen-connector/+/212645/
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/widget-viewer/+/213445/
Change-Id: I6657203c1a320510d19ad26d0fe12dee9f79442a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 7 Oct 2019 23:29:25 +0000 (08:29 +0900)]
Release version 1.13.9
Changes:
- Check AUL_HWACC environment variable
Change-Id: Ibd6e2c5b43101d5eb37bf8aeb99c7ea4dc6a4457
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 7 Oct 2019 09:42:25 +0000 (18:42 +0900)]
Check AUL_HWACC environment variable
To improve launching performance, appcore-efl checks whether the
environment variable is set or not.
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/launchpad/+/215358/
Change-Id: Ida4517eaac66ec19749d8926fb1e4c6c4d392c20
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 16 Sep 2019 23:44:58 +0000 (08:44 +0900)]
Release version 1.13.8
Changes:
- Change return value type of the appcore_ui_base_group_add function
Change-Id: Iffdba793362d17529aba9570986826d4d48063cf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 16 Sep 2019 23:04:54 +0000 (08:04 +0900)]
Change return value type of the appcore_ui_base_group_add function
The return value type of appcore_ui_base_group_add() is changed to
integer.
Change-Id: Ie803a56ce9d7e9d45c957a6182b11c8fef0b8e5b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hyunho [Tue, 10 Sep 2019 05:34:12 +0000 (14:34 +0900)]
Release version 1.13.7
Changes:
- Fix suspend event initialize bug
Change-Id: Id5958ae9f7f0f8f64b530c6488e20b6624ab5881
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 10 Sep 2019 03:55:01 +0000 (12:55 +0900)]
Fix suspend event initialize bug
The initial sate of event is NULL and
the value of APPCORE_BASE_SUSPENDED_STATE_WILL_ENTER_SUSPEND is also 0
therefore, suspend event cannot be called
Change-Id: I67ad2be73f9aaeeb7c951d6c3009164c5e666b3b
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hwankyu Jhun [Mon, 9 Sep 2019 23:55:10 +0000 (08:55 +0900)]
Release version 1.13.6
Changes:
- Fix a wrong function call
Change-Id: Iac1b892e8fa662e76fb9d07886af8049ed533538
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 9 Sep 2019 23:36:18 +0000 (08:36 +0900)]
Fix a wrong function call
To get the value of VCONFKEY_VC_VOICE_TOUCH_AUTOMODE properly,
we use vconf_get_bool() instead of vconf_get_int().
Change-Id: Iaea54e74b6c8ea81083f1ea4d183a395630f74d5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 28 Aug 2019 06:25:16 +0000 (15:25 +0900)]
Release version 1.13.5
Changes:
- Prevent duplicated function call
Change-Id: I3b58f92ff7ad68771bcb2ca7f94228b1ee678ed0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 22 Aug 2019 09:45:53 +0000 (18:45 +0900)]
Prevent duplicated function call
Event if the current event data is equal to the previous event data,
the changed callback function is called.
This patch checks whether the previous event data is equal to the
current event data or not.
Change-Id: I6b8333f3fafbe741f57891377495a2a9dba93556
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 14 May 2019 07:52:05 +0000 (16:52 +0900)]
Release version 1.13.4
Changes:
- Handle new AUL requests
Change-Id: I0692cfa452aff11e2a0df1524568e2b68bbf7ceb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 14 May 2019 07:27:47 +0000 (16:27 +0900)]
Handle new AUL requests
To terminate sub application, Application Manager sends the
AUL_TERMINATE_INST request. After this patch is applied, app-core
handles the request to terminate.
Change-Id: I824781adc0035be61a0b71a93e4a8addd45a584d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 11 Apr 2019 01:53:32 +0000 (10:53 +0900)]
Release version 1.13.3
Changes:
- Fix voice-control-elm initialization
Change-Id: I5f3f45169eb19087b2e2858175378fb16e9643ee
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 10 Apr 2019 10:33:30 +0000 (19:33 +0900)]
Fix voice-control-elm initialization
If the automode of voice touch feature is not enabled,
appcore-efl-base doesn't load libvc-control-elm library.
Change-Id: I6e297c98aa661e3b9138f00a481191c098f61d4d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 2 Apr 2019 01:08:43 +0000 (10:08 +0900)]
Release version 1.13.2
Changes:
- Postpone base control initialization
Change-Id: Icba4387e70c17c202edb01b5d49095f44af088a8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 2 Apr 2019 00:56:26 +0000 (09:56 +0900)]
Postpone base control initialization
To improve launching performance, calling the appcore_base_control_init()
function is removed in the appcore_base_init() function.
The function is called when calling the appcore_base_control_add()
function.
Change-Id: Iafa109c012496c5fc978eacd0719f3d785610ba7
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 19 Mar 2019 04:56:13 +0000 (13:56 +0900)]
Release version 1.13.1
Changes:
- Fix calling aul_launch_init()
- Add Ecore Wayland2 initialization
Change-Id: I61bb067b24409f903b427a32bef7074ac5cd7b06
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 19 Mar 2019 04:27:24 +0000 (13:27 +0900)]
Add Ecore Wayland2 initialization
To initilaize Ecore Eevents for monitoring window events, multiwindow
base calls ecore_wl2_init().
Change-Id: Id1e28e909d942dcbadedadea79e0a3a9229c0287
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 19 Mar 2019 04:09:28 +0000 (13:09 +0900)]
Fix calling aul_launch_init()
- Calls the function with user data
Change-Id: I209e56dd9f6c803bcd4a99726c643bd0aa56275d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 19 Feb 2019 23:13:18 +0000 (08:13 +0900)]
Release version 1.13.0
Changes:
- Support handling of each app-control ID
Change-Id: I571a2ccd65de2338a76ea3a5c7bb6b18431a8223
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Sun, 3 Feb 2019 09:39:40 +0000 (18:39 +0900)]
Support handling of each app-control ID
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/199252/
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-core/+/199104/
- https://review.tizen.org/gerrit/#/c/platform/core/api/app-control/+/199105/
Change-Id: Ic02def5706302642d90c20a2f7bdde5700976f0e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 15 Feb 2019 00:00:39 +0000 (09:00 +0900)]
Release version 1.12.5
Changes:
- Add an exception handling about raising the window
Change-Id: I0ab5d524e425302a2f751e0b571ff0bc0a496366
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 13 Feb 2019 07:39:20 +0000 (16:39 +0900)]
Add an exception handling about raising the window
If the launch request is for RPC-Port, appcore-ui-base doesn't
raise the window.
Change-Id: I20813a274a63f66e893d44351f351f8b426514a9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 11 Jan 2019 02:27:08 +0000 (11:27 +0900)]
Release version 1.12.4
Changes:
- Revert "Revert "Postpone vc elm initialization""
- Merge "Revert "Revert "Postpone vc elm initialization""" into tizen
- Change dlopen mode
- Load voice-control-elm library in the thread
Change-Id: I3a62b0f770043210cdac8266aae277528bf21829
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 11 Jan 2019 00:41:01 +0000 (09:41 +0900)]
Load voice-control-elm library in the thread
- Uses g_thread_new() function to create a new thread for loading
voice-control-elm.
Change-Id: I10821e4b915992e73bba3d211fdf5b523fb4ef19
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghoon Park [Thu, 3 Jan 2019 04:54:29 +0000 (13:54 +0900)]
Change dlopen mode
- To fix voice control symbol issue
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Change-Id: If7d0691360933774ef6b77b474cb5844233e65b0
(cherry picked from commit
4c1e33a7b6b5228651fd05c838e7d99c2d7db4cd)
Junghoon Park [Wed, 2 Jan 2019 01:27:23 +0000 (01:27 +0000)]
Merge "Revert "Revert "Postpone vc elm initialization""" into tizen
Junghoon Park [Wed, 2 Jan 2019 00:22:25 +0000 (00:22 +0000)]
Revert "Revert "Postpone vc elm initialization""
This reverts commit
97917b7118e5fc42df3d9689e40c03760c6e6c7c.
Change-Id: Ia2822c14157b0a72d3b357059bd2bdb4750bac18
Junghoon Park [Mon, 31 Dec 2018 00:57:29 +0000 (09:57 +0900)]
Release version 1.12.3
Changes:
- Revert "Postpone vc elm initialization"
Change-Id: Ic383ccb60b1d5e5593c6afe0712dcdb9c4a468d9
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Mon, 31 Dec 2018 00:50:13 +0000 (00:50 +0000)]
Revert "Postpone vc elm initialization"
This reverts commit
2fc6321e32154da40ff3969a3443e0d444e7778d.
Change-Id: Id62ea158061ebc4e18a82778c856e7c2bb91f1fb
Hwankyu Jhun [Thu, 29 Nov 2018 08:49:13 +0000 (17:49 +0900)]
Release version 1.12.2
Changes:
- Postpone vc elm initialization
Change-Id: Iceb635e44ce77a0d84f2310975cb1166a8ddcc32
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 28 Nov 2018 03:59:40 +0000 (12:59 +0900)]
Postpone vc elm initialization
Change-Id: I5919907076d53f57831b41740862491881b24531
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 13 Nov 2018 23:29:50 +0000 (08:29 +0900)]
Release version 1.12.1
Changes:
- Change LC_ALL value
Change-Id: I00c651306837711b17366f56d8bd2ea5f99b801e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 13 Nov 2018 06:07:35 +0000 (15:07 +0900)]
Change LC_ALL value
While updating language information, appcore sets LC_ALL variable to the
environment.
Change-Id: I9617e2d10c52d29cc0f6eebee576ef9302f8d24a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 9 Nov 2018 05:31:15 +0000 (14:31 +0900)]
Release version 1.12.0
Changes:
- Fixed wrong log message
- Support display state getter
Change-Id: Ib385ef05d4ab992b84b090279ed3f6a546bf07dd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 2 Nov 2018 08:20:50 +0000 (17:20 +0900)]
Support display state getter
Some developers want to know the display state when calling resume/pause
callback function. This patch is for supporting it.
To monitor display state, appcore uses ECORE_WL2_EVENT_AUX_MESSAGE.
The callback function of ECORE_WL2_EVENT_AUX_MESSAGE event is invoked before
getting visibility events.
The display state setter/getter are added.
Change-Id: I70500c90718835f4fb005c492a8fd582e5379f19
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 8 Oct 2018 01:50:26 +0000 (10:50 +0900)]
Fixed wrong log message
Change-Id: Ia2168f8fe5a127f34d82aa5cec014ab764256231
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 14 Aug 2018 02:07:26 +0000 (11:07 +0900)]
Release version 1.11.1
Changes:
- Remove watchdog initializer
Change-Id: I91ef532e06d96ecf6070dbca6c7044a923b30e17
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 13 Aug 2018 09:06:54 +0000 (18:06 +0900)]
Remove watchdog initializer
The watchdog timer should be enabled by app developers.
This patch removes calling appcore_watchdog_enable().
Change-Id: Iab58ed6403704f0cf2b81fa43929196941c54472
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 9 Aug 2018 23:47:21 +0000 (08:47 +0900)]
Release version 1.11.0
Changes:
- Fix typo
- Support watchdog timer
Change-Id: I02a32982e730ede4e20a40929c91f3953f4f5fb5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 3 Aug 2018 07:32:07 +0000 (16:32 +0900)]
Support watchdog timer
To enable/disable the watchdog timer, appcore uses aul watchdog APIs.
appcore watchdog APIs are added for application developers.
Adds:
- appcore_watchdog_enable()
- appcore_watchdog_disable()
- appcore_watchdog_kick()
Requires:
- https://review.tizen.org/gerrit/#/c/185276/ [aul-1]
- https://review.tizen.org/gerrit/#/c/185882/ [app-core]
- https://review.tizen.org/gerrit/#/c/185884/ [amd]
- https://review.tizen.org/gerrit/#/c/186247/ [app-common]
Change-Id: I1fc869aed8d54ed473f210eb81d95d25d67a0842
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 9 Aug 2018 04:42:22 +0000 (13:42 +0900)]
Fix typo
The object path is "/Org/Tizen/ResourceD/Freezer".
Change-Id: I4e59f761c1bde6dba85ee9308a52ed9d02bff6a0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 27 Jul 2018 04:09:04 +0000 (13:09 +0900)]
Release version 1.10.1
Changes:
- Modified window visibility check
Change-Id: Ifb4ebfd4c68d79b03c70f45017a278581d53418f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 27 Jul 2018 00:24:50 +0000 (09:24 +0900)]
Modified window visibility check
After this patch is applied, the visibility is managed
in three ways. (NONE, FULLY OBSCUSRED and UNOBSCURED)
Change-Id: I5896c7d8e3fb6f0aed5c725c752ce294615b8a29
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 25 Jul 2018 04:25:55 +0000 (13:25 +0900)]
Release version 1.10.0
Changes:
- Modified flushing memory logic
Change-Id: I512d443b937eae367a6bca8ccec0537a34c1c97f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 18 Jul 2018 02:24:41 +0000 (11:24 +0900)]
Modified flushing memory logic
elm_cache_all_flush() is separated from appcore_base_flush_memory().
And, trim_memory() callback function type is added to add entry point.
appcore_base_on_trim_memory() is also added.
Change-Id: Ie2485468554d4e573e049f03d62ed5cb9ac78eaa
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hyunho [Mon, 16 Jul 2018 01:33:02 +0000 (10:33 +0900)]
Release version 1.9.28
Changes:
- Fix duplicate instance creation
Change-Id: I6a8fd8355018aa744addf1ccf7c98d3b9b7a4a10
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Fri, 13 Jul 2018 09:11:30 +0000 (18:11 +0900)]
Fix duplicate instance creation
Change-Id: I1ee4e106304db928c45710b0ce9412a92984c1ec
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Junghoon Park [Wed, 21 Mar 2018 05:44:41 +0000 (14:44 +0900)]
Release version 1.9.27
Changes:
- Ignore the error about getting appid
Change-Id: I63c4b085ddba0abab0f7457b986876e178d05482
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Wed, 21 Mar 2018 05:35:18 +0000 (14:35 +0900)]
Ignore the error about getting appid
Change-Id: Ib9d812eb673b1f6b2b66db123c7ed91fd58e0bea
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
hyunho [Mon, 19 Mar 2018 06:49:20 +0000 (15:49 +0900)]
Release version 1.9.26
Changes:
- EFL_UPGRADE: remove ecore-wayland dependency
- Call connect for ecore init
Change-Id: Idbcdf13fcc79622847a06836c67c20b191420739
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 16 Jan 2018 10:35:10 +0000 (19:35 +0900)]
Call connect for ecore init
Change-Id: I6b4fe62a007dd79bf09195a70dcb97a78a95f532
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Jiyoun Park [Wed, 10 Jan 2018 00:56:24 +0000 (09:56 +0900)]
EFL_UPGRADE: remove ecore-wayland dependency
Change-Id: Iba19a58627f2c6e58ba980f454e91db922382da3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 15 Mar 2018 01:34:52 +0000 (10:34 +0900)]
Release version 1.9.25
Changes:
- Check return value
- Check return value
Change-Id: I74d31eae30cb0a902733a1956094d750c9044ad4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 13 Mar 2018 08:51:23 +0000 (17:51 +0900)]
Check return value
Change-Id: Ia610ce9f73bdcfabc8e3a046a5a675040492fe66
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Tue, 13 Mar 2018 08:34:41 +0000 (17:34 +0900)]
Check return value
Change-Id: I5a61c0fc7de424f5811318b192bac6ee64267d20
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hwankyu Jhun [Mon, 26 Feb 2018 10:32:14 +0000 (19:32 +0900)]
Release version 1.9.24
Changes:
- Fix appcore_base_flush_memory API
- Add charger status check feature
Change-Id: I52f084a99371e77bc3709272d0ea1c38e9491285
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 26 Feb 2018 07:54:41 +0000 (16:54 +0900)]
Add charger status check feature
In the wearable profile, an application shouldn't use auto rotation
feature unless the battery status is charging.
Change-Id: I5db7ae47d24be371101c0356b3d492d65cf6274d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Sun, 25 Feb 2018 22:55:10 +0000 (07:55 +0900)]
Fix appcore_base_flush_memory API
- Releases elm cache memory
Change-Id: Ia500ae746ed636c4fe426c9d8eec50a0afaf9b6f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 23 Feb 2018 07:20:46 +0000 (16:20 +0900)]
Release version 1.9.23
Changes:
- Add flush timer
Change-Id: I1cc9516de56f2df91ffcc22133a6fa3c57376d88
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 22 Feb 2018 08:23:00 +0000 (17:23 +0900)]
Add flush timer
When all instances are paused, appcore_multiwindow_base adds
the timer to flush memory.
Change-Id: I778b946079f147d34b89684ae0569bfcda03c004
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 20 Feb 2018 06:31:53 +0000 (15:31 +0900)]
Release version 1.9.22
Changes:
- Fix appcore_base_flush_memory API
Change-Id: I33b08bd7bcc907530d9111be5f901c096bb7ccaf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 20 Feb 2018 06:18:15 +0000 (15:18 +0900)]
Fix appcore_base_flush_memory API
- Releases sqlite3 memory
Change-Id: Ibeb319caa02ed2e35dd20e201bf93556b500cc41
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 13 Feb 2018 09:44:41 +0000 (18:44 +0900)]
Release version 1.9.21
Changes:
- Add suspend timer after calling pause callback
Change-Id: Ibc8ecfff30be6b202d68f265445006372937b14a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 13 Feb 2018 08:07:56 +0000 (17:07 +0900)]
Add suspend timer after calling pause callback
After calling pause callback, appcore_ui_base adds
the suspend timer to flush memory.
Change-Id: I1f98725e8ba70fbf146b11226a9f16157a522704
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghoon Park [Fri, 26 Jan 2018 03:39:35 +0000 (12:39 +0900)]
Release version 1.9.20
Changes:
- By default, listen to some events
Change-Id: I0853baa86e047afe339e641a1e7df867026f8131
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Fri, 26 Jan 2018 01:07:15 +0000 (10:07 +0900)]
By default, listen to some events
- Language, rigion and low-memory events are added
Change-Id: I092f9cf7d6fa6f69b1b5bfadd2731ad8f8a684cf
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Semun Lee [Tue, 16 Jan 2018 02:46:28 +0000 (11:46 +0900)]
Release version 1.9.19
Changes:
- Set LC_ALL to "C" for portability
Change-Id: I3bcd4c1638f3a4becfc367c4aaf65e1dca7dcf40
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Tue, 16 Jan 2018 00:51:58 +0000 (09:51 +0900)]
Set LC_ALL to "C" for portability
Some Tizen devices might not have other locales.
Change-Id: I7af64cbfdfd8a30e8af0cdb2837da188d36baca9
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Hwankyu Jhun [Mon, 18 Dec 2017 10:43:17 +0000 (19:43 +0900)]
Release version 1.9.18
Changes:
- Remove waiting mountpoints
Change-Id: I8815714b7c5c2dcc735911770264667171312ab9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 18 Dec 2017 08:35:43 +0000 (17:35 +0900)]
Remove waiting mountpoints
Change-Id: Ie9bfc45e040ba2c1d50e9a7698d88de896a2325b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Semun Lee [Fri, 15 Dec 2017 11:39:16 +0000 (20:39 +0900)]
Release version 1.9.17
Changes:
- Wait mountpoints before calling create callback
Change-Id: Ic142d9686969456fa5dd6d15e063b3fe621a0c56
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Fri, 15 Dec 2017 10:37:29 +0000 (19:37 +0900)]
Wait mountpoints before calling create callback
resources are usually needed in app's create callback.
Change-Id: I3646f35ea4fd50ffc430c6ffed9d5963fa9144fd
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Hwankyu Jhun [Fri, 8 Dec 2017 02:57:36 +0000 (11:57 +0900)]
Release version 1.9.16
Changes:
- Add a fallback about language change
- Move function call position
- Init background management feature on idle
- Defer calling activate-below after getting visibility event
- Add debug message
Change-Id: Ie974739e151be2deac319ce75f9ae738d8535d40
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghoon Park [Fri, 8 Dec 2017 03:02:20 +0000 (12:02 +0900)]
Add debug message
Change-Id: I70baf112ea342c24e6dd95d6e03bc5164cb2899a
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Fri, 8 Dec 2017 01:32:05 +0000 (10:32 +0900)]
Defer calling activate-below after getting visibility event
Change-Id: Id5e5f602009e246af9234800ed6fa7e4686c6076
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Fri, 8 Dec 2017 00:19:58 +0000 (09:19 +0900)]
Init background management feature on idle
Change-Id: Id9fef6c1d8e67b021fd98e5f3b02836ab386ff84
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 7 Dec 2017 23:51:54 +0000 (08:51 +0900)]
Move function call position
After adding the event callbacks, setting i18n and verifying language
functions are called.
Change-Id: I3b6c211e220c90b9dd90f706c78e761c5aba7051
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 7 Dec 2017 22:52:13 +0000 (07:52 +0900)]
Add a fallback about language change
If the language is changed when an application is starting,
the callback of the language change event will be invoked.
Change-Id: I2849397a55bf91f97ac246f03589d68a4ad569eb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 5 Dec 2017 02:25:36 +0000 (11:25 +0900)]
Release version 1.9.15
Changes:
- Add feature definition about background management
- Add an exception handling about vc elm initialization
Change-Id: Icbb63674db7e68d21e8cf3c6d21a756522a2210e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 5 Dec 2017 00:15:31 +0000 (09:15 +0900)]
Add an exception handling about vc elm initialization
If "VC_ELM_INIT" env exists, the appcore efl base doesn't
initialize vc elm.
Change-Id: Iea500e0e8df490c5514e4254cb2864f97b3181e3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 4 Dec 2017 23:34:36 +0000 (08:34 +0900)]
Add feature definition about background management
In tv profile, the feature isn't supported.
Change-Id: I1e429397ffaba53876d8bda6e7d6be5a116ff32c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 28 Nov 2017 06:31:05 +0000 (15:31 +0900)]
Release version 1.9.14
Changes:
- Remove unloading vc-elm library
Change-Id: I41b787e0289eb8787c3a47b4e3b9a92fff0b1008
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>