TizenAPI-Bot [Tue, 26 Feb 2019 08:08:49 +0000 (08:08 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Seungkeun Lee [Tue, 26 Feb 2019 07:24:07 +0000 (16:24 +0900)]
[ElmSharp] Fix memory leak on Image.LoadAsync method (#728)
huiyueun [Tue, 26 Feb 2019 05:11:07 +0000 (14:11 +0900)]
[NUI] Fix Svace issue (#727)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Wed, 20 Feb 2019 00:02:53 +0000 (00:02 +0000)]
Release 5.0.0.14617
TizenAPI-Bot [Wed, 20 Feb 2019 00:02:52 +0000 (00:02 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
huiyueun [Tue, 19 Feb 2019 01:09:33 +0000 (10:09 +0900)]
[NUI] Fix svace issue (#717)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Mon, 18 Feb 2019 05:04:23 +0000 (05:04 +0000)]
Release 5.0.0.14616
TizenAPI-Bot [Mon, 18 Feb 2019 05:04:22 +0000 (05:04 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
pjh9216 [Mon, 18 Feb 2019 00:14:07 +0000 (09:14 +0900)]
[Tizen.Applications.Common] Add a timer for handling GC collection (#716)
* Add a timer for handling GC collection
- Once apps receive low memory events, GC collection will happen at the
same time.
- This patch is for distribution of GC collection event.
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
* Use overloaded method for Random.next
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
TizenAPI-Bot [Thu, 31 Jan 2019 05:13:59 +0000 (05:13 +0000)]
Release 5.0.0.14615
TizenAPI-Bot [Thu, 31 Jan 2019 05:13:58 +0000 (05:13 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
huiyueun [Thu, 31 Jan 2019 05:09:59 +0000 (14:09 +0900)]
[NUI] Fix VD Svace issue (#696)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Tue, 29 Jan 2019 00:02:56 +0000 (00:02 +0000)]
Release 5.0.0.14614
TizenAPI-Bot [Tue, 29 Jan 2019 00:02:55 +0000 (00:02 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
huiyueun [Mon, 28 Jan 2019 08:07:28 +0000 (17:07 +0900)]
[NUI] Fix svace issue (#687)
Add null check
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Mon, 28 Jan 2019 04:28:41 +0000 (13:28 +0900)]
[NUI] Fix svace issue (#686)
Add null check
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Thu, 24 Jan 2019 00:02:57 +0000 (00:02 +0000)]
Release 5.0.0.14612
TizenAPI-Bot [Thu, 24 Jan 2019 00:02:56 +0000 (00:02 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
WonYoung Choi [Wed, 23 Jan 2019 01:06:17 +0000 (10:06 +0900)]
Update .travis.yml
WonYoung Choi [Wed, 23 Jan 2019 01:04:31 +0000 (10:04 +0900)]
Create .travis.yml
TizenAPI-Bot [Fri, 18 Jan 2019 10:40:03 +0000 (10:40 +0000)]
Release 5.0.0.14610
TizenAPI-Bot [Fri, 18 Jan 2019 10:40:02 +0000 (10:40 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
sameer prakash pradhan [Fri, 18 Jan 2019 10:36:47 +0000 (16:06 +0530)]
[Calendar] Fix svace defect WGID#14567 (#673)
Inhong [Fri, 18 Jan 2019 05:44:20 +0000 (14:44 +0900)]
Fix defects detected by static analysis tool (#669)
IME does not need to consider multi-threading.
pjh9216 [Fri, 18 Jan 2019 02:54:15 +0000 (11:54 +0900)]
Fix SynchronizationContext issue (#633) (#670)
- Set SynchronizationContext on WidgetCoreBackend Run
- Set SynchronizationContext on WatchCoreBackend Run
Seungkeun Lee [Fri, 18 Jan 2019 01:40:56 +0000 (10:40 +0900)]
Revert "[Applications] Fix static analysis issue (#659)" (#661)
This reverts commit
7743a142d7752df518274bd6b9b55a0e8419edf8.
TizenAPI-Bot [Fri, 18 Jan 2019 00:03:00 +0000 (00:03 +0000)]
Release 5.0.0.14606
TizenAPI-Bot [Fri, 18 Jan 2019 00:02:59 +0000 (00:02 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
mk5004lee [Thu, 17 Jan 2019 02:31:07 +0000 (11:31 +0900)]
[Notification] Fix Deref after as.instant issue (#665)
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
TizenAPI-Bot [Thu, 17 Jan 2019 00:02:59 +0000 (00:02 +0000)]
Release 5.0.0.14605
TizenAPI-Bot [Thu, 17 Jan 2019 00:02:57 +0000 (00:02 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
hjhun [Wed, 16 Jan 2019 08:34:18 +0000 (17:34 +0900)]
[Applications] Fix static analysis issue (#659)
To avoid ArgumentNullException, we have to check the args before calling
base.Run().
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
huiyueun [Wed, 16 Jan 2019 07:40:10 +0000 (16:40 +0900)]
[NUI] Fix VD Svace issue (#657)
Change-Id: I032ed4e562603441be4d26be68e29e0081e8c917
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyueun [Wed, 16 Jan 2019 06:25:00 +0000 (15:25 +0900)]
[NUI] Fix VD svace issue (#655)
- add null check
- add lock
Change-Id: I706d1b0314e1e9096597eedc01593932945286e1
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Sat, 12 Jan 2019 00:03:11 +0000 (00:03 +0000)]
Release 5.0.0.14602
TizenAPI-Bot [Sat, 12 Jan 2019 00:03:10 +0000 (00:03 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
dongsug-song [Fri, 11 Jan 2019 08:18:46 +0000 (17:18 +0900)]
[NUI] Remove GL/VK if-else, reduce dll size (#649)
TizenAPI-Bot [Tue, 8 Jan 2019 07:53:21 +0000 (07:53 +0000)]
Release 5.0.0.14601
TizenAPI-Bot [Tue, 8 Jan 2019 07:53:20 +0000 (07:53 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
huiyueun [Tue, 8 Jan 2019 07:44:26 +0000 (16:44 +0900)]
Improve the performance when firstly create the View (#642)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Wed, 2 Jan 2019 15:37:46 +0000 (15:37 +0000)]
Release 5.0.0.14600
TizenAPI-Bot [Wed, 2 Jan 2019 15:37:44 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
dongsug-song [Wed, 2 Jan 2019 02:37:13 +0000 (11:37 +0900)]
[NUI] Revert "Workaround of Vulkan backend csfs crash issue (#630)" (#634)
This reverts commit
88dfb69c07810dc9ec5ae8cdb0340600f7aa323a.
- this crash issue is solved by csfs' change
TizenAPI-Bot [Mon, 24 Dec 2018 15:37:58 +0000 (15:37 +0000)]
Release 5.0.0.14599
TizenAPI-Bot [Mon, 24 Dec 2018 15:37:57 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
dongsug-song [Mon, 24 Dec 2018 05:05:05 +0000 (14:05 +0900)]
[NUI] Workaround of Vulkan backend csfs crash issue (#630)
TizenAPI-Bot [Thu, 20 Dec 2018 15:37:55 +0000 (15:37 +0000)]
Release 5.0.0.14598
TizenAPI-Bot [Thu, 20 Dec 2018 15:37:53 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
WonYoung Choi [Thu, 20 Dec 2018 04:42:37 +0000 (13:42 +0900)]
[Build] Use regexp in CodeChecker for parsing the unified diff lines (#626)
huiyueun [Thu, 20 Dec 2018 07:46:39 +0000 (16:46 +0900)]
[NUI] Add C# binding for MatchSystemLanguageDirection (#627)
* [NUI] Add C# binding for MatchSystemLanguageDirection
Change-Id: I5af8ba898cd8ad3a609fbc737d794c4593a7da08
* [NUI] Fix Warnings
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Fri, 14 Dec 2018 07:37:28 +0000 (07:37 +0000)]
Release 5.0.0.14596
TizenAPI-Bot [Fri, 14 Dec 2018 07:37:26 +0000 (07:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
dongsug-song [Fri, 14 Dec 2018 07:26:59 +0000 (16:26 +0900)]
[NUI] RootLayout call RequestRelayout() when Window changed size or position (#615)
TizenAPI-Bot [Fri, 14 Dec 2018 06:07:17 +0000 (06:07 +0000)]
Release 5.0.0.14595
TizenAPI-Bot [Fri, 14 Dec 2018 06:07:16 +0000 (06:07 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Seoyeon2Kim [Fri, 14 Dec 2018 05:58:46 +0000 (14:58 +0900)]
[NUI] ResizePolicy UseNaturalSize mapped to WrapContent (#613)
* Revert "[NUI] RootLayout resizes when Window size changes (#607)"
This reverts commit
ba1de14b8e93135435897c31ebec91bbc6701879.
- There's a crash issue on this patch, so reverted it.
* [NUI] ResizePolicy UseNaturalSize mapped to WrapContent
Change-Id: I3fff98ea8672a3e7e0cba525f4f3fdf2a7b0be6a
* [NUI] Fix codacy error
- Clean-up code to fix issues detected by codacy.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
TizenAPI-Bot [Wed, 12 Dec 2018 08:03:49 +0000 (08:03 +0000)]
Release 5.0.0.14594
TizenAPI-Bot [Wed, 12 Dec 2018 08:03:47 +0000 (08:03 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Jiyun Yang [Wed, 12 Dec 2018 07:24:10 +0000 (16:24 +0900)]
[NUI] RootLayout resizes when Window size changes (#607)
Cherry-picked: https://review.gerrithub.io/c/dalihub/TizenFX/+/436829 (agnelo.vaz@samsung.com)
jh8801jung [Wed, 12 Dec 2018 04:38:51 +0000 (13:38 +0900)]
[NFC] fix typo (#578)
seseki17 [Wed, 12 Dec 2018 04:37:47 +0000 (13:37 +0900)]
Fix pause policy bug because of mismatched enum index (#601) (#602)
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
TizenAPI-Bot [Mon, 10 Dec 2018 05:47:00 +0000 (05:47 +0000)]
Release 5.0.0.14591
TizenAPI-Bot [Mon, 10 Dec 2018 05:46:59 +0000 (05:46 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
dongsug-song [Mon, 10 Dec 2018 00:36:08 +0000 (09:36 +0900)]
[NUI] Disconnect all native signals of Window class when application is terminated (#600)
TizenAPI-Bot [Thu, 6 Dec 2018 16:00:05 +0000 (16:00 +0000)]
Release 5.0.0.14590
TizenAPI-Bot [Thu, 6 Dec 2018 16:00:04 +0000 (16:00 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Sooyeon Kim [Thu, 6 Dec 2018 06:09:20 +0000 (15:09 +0900)]
[STT/TTS] Fix desctructor to call dispose (#596)
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
TizenAPI-Bot [Tue, 4 Dec 2018 15:37:41 +0000 (15:37 +0000)]
Release 5.0.0.14589
TizenAPI-Bot [Tue, 4 Dec 2018 15:37:39 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
dongsug-song [Tue, 4 Dec 2018 12:49:02 +0000 (21:49 +0900)]
[NUI] revert workaround for vulkan (#597)
TizenAPI-Bot [Mon, 3 Dec 2018 15:37:50 +0000 (15:37 +0000)]
Release 5.0.0.14588
TizenAPI-Bot [Mon, 3 Dec 2018 15:37:48 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Jiyun Yang [Mon, 3 Dec 2018 07:59:49 +0000 (16:59 +0900)]
[NUI] Add EnvironmentVariable interface (internal API) (#533) (#589)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
TizenAPI-Bot [Thu, 29 Nov 2018 09:12:10 +0000 (09:12 +0000)]
Release 5.0.0.14587
TizenAPI-Bot [Thu, 29 Nov 2018 09:12:09 +0000 (09:12 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
huiyueun [Thu, 29 Nov 2018 08:41:17 +0000 (17:41 +0900)]
[NUI] Fix layout issue (#586)
* Map non dependant ResizePolicies to Specs.
Maps NaturalSize, FillToParent and FitToChildren to the
new layouting specifications.
NaturalSize is mapped to a fixed value.
Parent relative mappings not done here, need to be done in the
measure once parent sizes known.
Change-Id: I1f11a9dca126541cd534a386583fc36f97646ed4
* All Views in a tree can be layouts
Prior to this fix a View with children within a View would
not become a layout if the parent View did not have SetLayout
explicitly called on it.
Change-Id: Ibf9b214f907a0ea8df30f54269626747c50499ca
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Disable layouting until set Layout
Added a (static) flag that is set once a Layout is set on any View.
Until this flag is set automatic Layout setting will not occur
Change-Id: Ieff5ed12df75a062a899831681f138c5aa3b6e1f
TizenAPI-Bot [Mon, 26 Nov 2018 15:37:51 +0000 (15:37 +0000)]
Release 5.0.0.14586
TizenAPI-Bot [Mon, 26 Nov 2018 15:37:49 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Jay Cho [Mon, 26 Nov 2018 07:44:38 +0000 (16:44 +0900)]
[Build] Enhance ABI Checker (#580)
TizenAPI-Bot [Mon, 26 Nov 2018 06:45:15 +0000 (06:45 +0000)]
Release 5.0.0.14585
TizenAPI-Bot [Mon, 26 Nov 2018 06:45:14 +0000 (06:45 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Jiyun Yang [Mon, 26 Nov 2018 06:13:22 +0000 (15:13 +0900)]
[NUI] Add WindowPositionSize property (#581)
Add WindowPositionSize property for atomic "move" and "resize" of window.
(in-house only)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
TizenAPI-Bot [Thu, 22 Nov 2018 15:37:49 +0000 (15:37 +0000)]
Release 5.0.0.14584
TizenAPI-Bot [Thu, 22 Nov 2018 15:37:47 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
jeremy-jang [Thu, 22 Nov 2018 07:57:32 +0000 (16:57 +0900)]
[Packagemanager] Lock internal handle before set/unset event callback (#576)
* [Packagemanager] Fix typo
Change-Id: I4b1cfde45ccfe8d7d322e6835a8ac64a91c0c6b1
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Packagemanager] Lock internal handle before set/unset event callback
Since native API is not thread-safe, managed code should lock
SafePackageManager handle object before set/unset event callback.
Change-Id: I29ba6c9a24ec4c3f2aef8d017fd5bd9102f57cf8
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
WonYoung Choi [Thu, 22 Nov 2018 05:57:28 +0000 (14:57 +0900)]
[Build] Remove retry command from build.sh (#572) (#575)
TizenAPI-Bot [Wed, 21 Nov 2018 15:37:55 +0000 (15:37 +0000)]
Release 5.0.0.14582
TizenAPI-Bot [Wed, 21 Nov 2018 15:37:54 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
hjhun [Wed, 21 Nov 2018 10:13:37 +0000 (19:13 +0900)]
[Tizen.Applications.Common] Restrict concurrent access (#570)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
dongsug-song [Wed, 21 Nov 2018 08:52:54 +0000 (17:52 +0900)]
Revert "[NUI] Fix to make null assigning to ResourceUrl possible (#538)" (#562)
- need to keep the behavior with previous version of API
- comment added to make clear the null-setting
- add sample app to test (ImageViewResourceUrlSetNullTest.cs)
This reverts commit
66ae1948186c30b4131116ebc664e7b59b1f78b6.
huiyueun [Wed, 21 Nov 2018 08:23:34 +0000 (17:23 +0900)]
[NUI] Fix VD Svace issue (#568)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
kilig [Wed, 21 Nov 2018 08:16:12 +0000 (17:16 +0900)]
[Tizen.Applications.DataControl] Fix the issue for native handle (#564)
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
dongsug-song [Wed, 21 Nov 2018 03:18:26 +0000 (12:18 +0900)]
[NUI] Remove version check, temporary workaround for VK app crash issue (#565)
hjhun [Wed, 21 Nov 2018 02:24:01 +0000 (11:24 +0900)]
[Tizen.Applications.Common] Restrict concurrent access (#566)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Tue, 20 Nov 2018 15:37:50 +0000 (15:37 +0000)]
Release 5.0.0.14577
TizenAPI-Bot [Tue, 20 Nov 2018 15:37:49 +0000 (15:37 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
Inhong [Tue, 20 Nov 2018 09:05:14 +0000 (18:05 +0900)]
Add new nlp feature (#558)
TizenAPI-Bot [Tue, 20 Nov 2018 02:24:54 +0000 (02:24 +0000)]
Release 5.0.0.14576
TizenAPI-Bot [Tue, 20 Nov 2018 02:24:53 +0000 (02:24 +0000)]
Merge remote-tracking branch 'github/API5' into tizen_5.0
huiyueun [Tue, 20 Nov 2018 01:57:56 +0000 (10:57 +0900)]
[NUI] Fix e.Application null issue (#559)
* [NUI] Fix e.Application null issue
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Add handler null check
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>