dongsug-song [Tue, 30 Jan 2018 00:05:53 +0000 (09:05 +0900)]
[NUI] fix Parent property memory leak (#100)
huiyueun [Mon, 29 Jan 2018 06:01:51 +0000 (15:01 +0900)]
[NUI] Fix Parent crash error (#97)
stomHwang [Mon, 29 Jan 2018 05:41:04 +0000 (14:41 +0900)]
[VoiceControl/VoiceControlWidget] Fix invalid null checking (#96)
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
WonYoung Choi [Mon, 29 Jan 2018 04:34:35 +0000 (13:34 +0900)]
Update README.md
huiyueun [Mon, 29 Jan 2018 04:21:42 +0000 (13:21 +0900)]
[NUI] Fix memory leak problem (#95)
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
coderhyme [Mon, 29 Jan 2018 03:48:38 +0000 (12:48 +0900)]
[Multimedia] Fixed wrong implementation of MediaBufferBase. (#94)
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
sinikang [Mon, 29 Jan 2018 02:23:04 +0000 (11:23 +0900)]
[Telephony] Fix call notification numbering (#91)
huiyueun [Mon, 29 Jan 2018 02:19:37 +0000 (11:19 +0900)]
[NUI] Add protected codes for SiblingOrder (#89)
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Krzysztof Dynowski [Fri, 26 Jan 2018 09:19:15 +0000 (10:19 +0100)]
[TEEC] Guard session close in destructor, follow 'Dispose Pattern' (#88)
huiyueun [Thu, 25 Jan 2018 04:44:48 +0000 (13:44 +0900)]
[NUI] Apply sibling patch (#79)
* [NUI] Fix sibling issue
This reverts commit
c52e414d9473f1ec744bb30eeed0bed033eec2dc.
* [NUI]Fix bug about Children property.
This reverts commit
5f2fa0f0e7bc26eed46b38431f6b702cc396e52f.
* [NUI] Fix SiblingOrder return value
This reverts commit
83d9228a204bccef4f9cd7b8d5927c869d8e41b4.
huiyueun [Thu, 25 Jan 2018 04:29:20 +0000 (13:29 +0900)]
[NUI]Revert sibling patch (#78)
* Revert "[NUI] Fix SiblingOrder return value (#37)"
This reverts commit
6591fa264a9316785a0601f0b25f2fd1994dad22.
* Revert "[Tizen.NUI]Fix bug about Children property. (#23)"
This reverts commit
6d306df109b452d8f03bc28180b56bf38fd4ed2d.
* Revert "[NUI] Fix sibling issue (#20)"
This reverts commit
da9ec169dab93abd132247eaad37eaf559e99edf.
dongsug-song [Thu, 25 Jan 2018 01:36:35 +0000 (10:36 +0900)]
[NUI] NUI_1.2.83 version release (#77)
* [NUI] remove this.Reset in Animation Dispose
* [NUI] NUI_1.2.83 Version
huiyueun [Thu, 25 Jan 2018 01:19:59 +0000 (10:19 +0900)]
[NUI] Apply sibling patch (#74)
* Revert "[NUI] Fix SiblingOrder return value (#37)"
This reverts commit
6591fa264a9316785a0601f0b25f2fd1994dad22.
* Revert "[Tizen.NUI]Fix bug about Children property. (#23)"
This reverts commit
6d306df109b452d8f03bc28180b56bf38fd4ed2d.
* Revert "[NUI] Fix sibling issue (#20)"
This reverts commit
da9ec169dab93abd132247eaad37eaf559e99edf.
* [NUI] Fix sibling issue
This reverts commit
ee09d11559d07c19d379e5cd6f81b953c5b179ef.
* [Tizen.NUI]Fix bug about Children property.
This reverts commit
5c4ef3415bdef7ea5d6ae8ee4c07c330a2458b16.
* [NUI] Fix SiblingOrder return value
This reverts commit
28e5a6c00537b60b1bcb3b4f01d2ef9b2f08f10e.
arosis78 [Thu, 25 Jan 2018 00:44:03 +0000 (09:44 +0900)]
[ElmSharp] Changed Background Color property internal implementation to Widget BackgroundColor property (#58)
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
dongsug-song [Wed, 24 Jan 2018 13:10:56 +0000 (22:10 +0900)]
[NUI]fix memory leak problem caused by wrong increased ref-cnt (#75)
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
dongsug-song [Wed, 24 Jan 2018 11:35:38 +0000 (20:35 +0900)]
[NUI] Add protected codes to avoid the crash when the IntPtr of key is 0 (#72)
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
jeesunhub [Fri, 19 Jan 2018 07:57:27 +0000 (16:57 +0900)]
[Calendar] Fix svace issue (#62)
stomHwang [Fri, 19 Jan 2018 07:34:57 +0000 (16:34 +0900)]
[Tts/Stt/VoiceControl] Fix indent and lock issue (#61)
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
jkkoo [Fri, 19 Jan 2018 07:31:32 +0000 (16:31 +0900)]
fix svace issues (#59)
Seungha Son [Fri, 19 Jan 2018 05:41:56 +0000 (14:41 +0900)]
[Notification] Fix handle leak (#57)
younho park [Thu, 18 Jan 2018 10:16:26 +0000 (19:16 +0900)]
Fixed svace issue (#53)
kichankwon [Thu, 18 Jan 2018 10:01:31 +0000 (19:01 +0900)]
[Information] Fix delegate lifetime issue (#52)
Signed-off-by: kichankwon <k_c.kwon@samsung.com>
lokilee73 [Thu, 18 Jan 2018 07:51:47 +0000 (16:51 +0900)]
[Device] add lock for global variable of led and battery (#49)
huiyueun [Thu, 18 Jan 2018 06:28:36 +0000 (15:28 +0900)]
[NUI] Add SetProperty for VerticalLineAlignment (#48)
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
huiyueun [Thu, 18 Jan 2018 04:25:05 +0000 (13:25 +0900)]
[NUI] Nui release 1.2.82 (#45)
* [NUI] Added RefObjectPtr null check condition in Registry
copy from gerrit
: https://review.tizen.org/gerrit/#/c/167442/1
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] C# binding for VERTICAL_LINE_ALIGNMENT property
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] NUI release 1.2.82
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Chungryeol Lim [Thu, 18 Jan 2018 04:21:22 +0000 (13:21 +0900)]
[ElmSharp] fix svace issue (#42)
Add an optional extended description…
arosis78 [Thu, 18 Jan 2018 04:10:08 +0000 (13:10 +0900)]
[ElmSharp] Remove layout for Background (#28)
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
jkkoo [Thu, 18 Jan 2018 04:07:31 +0000 (13:07 +0900)]
change a property to a method for exception handling (#46)
huiyueun [Wed, 17 Jan 2018 11:35:32 +0000 (20:35 +0900)]
[NUI] Fix svace issue (#41)
* [NUI] Fix svace issue
Value widget, which was created by as-operator, so can be null,
is dereferenced in method call widget.GetIntPtr()
Value value, which is result of method invocation with possible null return value,
is dereferenced in method call value.Get()
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Modify unassigned local variable 'str'
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
huiyueun [Wed, 17 Jan 2018 08:50:53 +0000 (17:50 +0900)]
[NUI] Fix SiblingOrder return value (#37)
If parentChildren count is empty, return 0
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
huiyueun [Wed, 17 Jan 2018 08:50:23 +0000 (17:50 +0900)]
[NUI] Support for animated GIF (#34)
* [NUI] Added playback (i.e. Play, Pause, Stop) support for the animated GIF
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Loop count support for animated GIF
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Modify property index
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Chungryeol Lim [Wed, 17 Jan 2018 07:12:10 +0000 (16:12 +0900)]
[ElmSharp] Changed Widget.SetFocus() internal routine (#35)
* [ElmSharp] Changed Widget.SetFocus() internal routine
* [ElmSharp] fix elm_object_focuse_clear() routine order
* [ElmSharp] elm_object_focus_clear() code clean up
JinWang An [Wed, 17 Jan 2018 05:46:59 +0000 (14:46 +0900)]
[SystemSettings] Changed event handler routine. (#22)
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
hsgwon [Tue, 16 Jan 2018 08:40:52 +0000 (17:40 +0900)]
[Recorder] Change recorder feature (#32)
coderhyme [Tue, 16 Jan 2018 07:37:09 +0000 (16:37 +0900)]
[MediaPlayer] Added ErrorHandler registration methods for internal use. (#31)
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
kichankwon [Tue, 16 Jan 2018 05:25:07 +0000 (14:25 +0900)]
Restore converted key before calling a callback (#30)
stomHwang [Fri, 12 Jan 2018 13:55:32 +0000 (22:55 +0900)]
[TtsEngine/SttEngine] Fix invalid marshalling (#29)
* [TtsEngine] Fix invalid marshalling
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* [TtsEngine] Fix invalid marshalling
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
* [SttEngine] Fix invalid marshalling
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
huiyueun [Fri, 12 Jan 2018 04:23:26 +0000 (13:23 +0900)]
NUI release 1.2.81 (#27)
* [4.0] Fix auto tct widgetImpl dispose crash
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] DALi version 1.2.81
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Chungryeol Lim [Fri, 12 Jan 2018 04:21:55 +0000 (13:21 +0900)]
Fixed issue where key event does not occur when focus is lost (#24)
stomHwang [Thu, 11 Jan 2018 11:12:25 +0000 (20:12 +0900)]
[TtsEngine] Fix invalid marshalling (#25)
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
huiyueun [Wed, 10 Jan 2018 12:16:30 +0000 (21:16 +0900)]
[Tizen.NUI]Fix bug about Children property. (#23)
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
dongsug-song [Wed, 10 Jan 2018 09:09:43 +0000 (18:09 +0900)]
[NUI] DALi version 1.2.80 (#21)
huiyueun [Wed, 10 Jan 2018 09:08:59 +0000 (18:08 +0900)]
[NUI] Fix sibling issue (#20)
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
coderhyme [Tue, 9 Jan 2018 10:00:08 +0000 (19:00 +0900)]
[MediaPlayer] Added feature tag on the ApplyAudioStreamPolicy method. (#16)
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
coderhyme [Tue, 9 Jan 2018 09:50:59 +0000 (18:50 +0900)]
[MediaContent] Added NotSupportedException to be thrown when the feature is not supported. (#18)
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
coderhyme [Tue, 9 Jan 2018 07:54:31 +0000 (16:54 +0900)]
[MediaCodec] Added feature tags. (#14)
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
coderhyme [Tue, 9 Jan 2018 04:49:16 +0000 (13:49 +0900)]
[MediaContent] Added "content.scanning.others" feature tags to related methods. (#15)
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Wonyoung Choi [Mon, 8 Jan 2018 08:08:46 +0000 (17:08 +0900)]
Add CODEOWNERS and PULL_REQUEST_TEMPLATE
WonYoung Choi [Fri, 5 Jan 2018 03:46:35 +0000 (12:46 +0900)]
Update README.md
Wonyoung Choi [Wed, 27 Dec 2017 08:04:25 +0000 (17:04 +0900)]
Add README.md and .travis.yml
Joonghyun Cho [Thu, 4 Jan 2018 13:03:21 +0000 (13:03 +0000)]
Merge "Revert "Changed DllIport entry point for new system-settings API for callback."" into rel/api_4
chungryeol Lim [Thu, 4 Jan 2018 13:02:14 +0000 (13:02 +0000)]
Revert "Changed DllIport entry point for new system-settings API for callback."
This reverts commit
75146ab8c4a83f34e30c42ea44444853b46e7861.
Change-Id: I10d4a2fa9e4d3ea2c8a3841cd3329866b39183af
Krzysztof Dynowski [Thu, 21 Dec 2017 15:32:14 +0000 (16:32 +0100)]
[TEEC] implement union for 32/64 bit, IntPtr context, IntPtr Operation, IntPtr tmpmem, fix Whole type
Change-Id: Ia45d9df73bb0f52467ca417f402ff908ede4df01
jinwang.an [Fri, 17 Nov 2017 14:20:13 +0000 (23:20 +0900)]
Changed DllIport entry point for new system-settings API for callback.
Change-Id: I1b7f7c4f642b663f2d050a0a191ed11f16efe534
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
dongsug.song [Thu, 4 Jan 2018 06:24:45 +0000 (15:24 +0900)]
[NUI] DALi version 1.2.79
Change-Id: I35de1d5c9db12c790428c60ee509279095792169
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Haesu Gwon [Thu, 4 Jan 2018 00:45:36 +0000 (09:45 +0900)]
[Camera] Add Camera feature check code
Change-Id: I8222b683843b6509d29a81099fd0a2c6b9decf3f
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
dongsug song [Wed, 3 Jan 2018 11:22:33 +0000 (11:22 +0000)]
Merge "[NUI] Add protect codes in Dispose()" into rel/api_4
adun [Tue, 2 Jan 2018 18:47:08 +0000 (02:47 +0800)]
[NUI] Add protect codes in Dispose()
Change-Id: I965de0e538e0b07a83a757e9c860fc11991f4903
“Editor [Thu, 21 Dec 2017 11:53:07 +0000 (17:23 +0530)]
Review Pims.Calendar, Pims.Contacts API cs files
PS2: Feedback implementation
Change-Id: I5e77234b3aabd0cbcd13fea25c884e030b31b200
“Editor [Thu, 21 Dec 2017 11:50:48 +0000 (17:20 +0530)]
Review PhonenumberUtils API cs files
Change-Id: I0f6d489c363164a6a3c5b90898f2744aa4b3ecc6
WonYoung Choi [Wed, 3 Jan 2018 05:41:23 +0000 (05:41 +0000)]
Merge "[Packagemanager] Fix typo of interop code" into rel/api_4
Sangyoon Jang [Tue, 2 Jan 2018 07:20:48 +0000 (16:20 +0900)]
[Packagemanager] Fix typo of interop code
Change-Id: I274669f434171651fdc877fc24f7450b1be0815f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit
b5309b8a79461641fce5eb9be902d02f190ccff0)
Sangyoon Jang [Tue, 2 Jan 2018 08:39:13 +0000 (17:39 +0900)]
[Packagemanager] Fix some doxygen comment
Fix doxygen comment of PackageManager.GetPackageIdByApplicationId.
Change-Id: Iac388a91fe7a61c45c9a527cd762199f62609e3f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit
75a755b4c95ed835d9445b23b004ed854a55dd62)
Suyeon Hwang [Fri, 22 Dec 2017 10:53:24 +0000 (19:53 +0900)]
Add code to check null parameter and throw exception
Change-Id: I543f69f4537290040b4a49d01f06521227036c80
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
WonYoung Choi [Wed, 3 Jan 2018 01:21:26 +0000 (01:21 +0000)]
Merge changes I959fa181,If080c95a,I45edd68e into rel/api_4
* changes:
Review WebView API cs files
Review Uix.InputMethod/SttEngine/TtsEngine API cs files
Review System.Usb API cs files
coderhyme [Wed, 27 Dec 2017 08:07:14 +0000 (17:07 +0900)]
[Multimedia] Changed Yuv422 definition and the value of Yuv422P of ColorSpace.
Change-Id: I69cd920d5fbead01188a250de9dc603437b9edd9
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
dongsug.song [Fri, 29 Dec 2017 02:20:34 +0000 (11:20 +0900)]
Revert "[NUI] C# binding for PixelBuffer::GetMetadata()"
- errors : kantm2 C#FS transparent box shows as X-box, MyContents App 100% crash
This reverts commit
99d391c8c1a5ce1e3132dbffe95d6d2c7b0af025.
Change-Id: Ia1414f0633d3d67eac1d9209b8a7e840250037cc
Editor [Thu, 28 Dec 2017 09:47:06 +0000 (15:17 +0530)]
Review WebView API cs files
Change-Id: I959fa181418d9dc51fb7caca9bffb3cbbc9fd701
Editor [Thu, 28 Dec 2017 09:43:26 +0000 (15:13 +0530)]
Review Uix.InputMethod/SttEngine/TtsEngine API cs files
Change-Id: If080c95ab5c0d6db63d5f1813e5d77375c07e645
Editor [Thu, 28 Dec 2017 09:35:41 +0000 (15:05 +0530)]
Review System.Usb API cs files
Change-Id: I45edd68eebcc4bb075b7669d523bc5bbeefa10d9
huiyu,eun [Thu, 28 Dec 2017 08:44:33 +0000 (17:44 +0900)]
[NUI] dali_1.2.78, nui_0.2.78 version release
Change-Id: I976636b13193c87144381eff27ce328492c555de
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
adam.b [Mon, 11 Dec 2017 17:40:58 +0000 (17:40 +0000)]
[NUI] C# binding for PixelBuffer::GetMetadata()
Needed to obtain EXIF data from the PixelBuffer.
Conflicts:
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs
src/Tizen.NUI/src/public/ImageLoading.cs
src/Tizen.NUI/src/public/PixelBuffer.cs
Change-Id: Id0e82822a3b7622cddc5df69b7cdef1b21873c74
“Editor [Thu, 21 Dec 2017 11:47:34 +0000 (17:17 +0530)]
Review Network.Nsd API cs files
Change-Id: I0adc17d074a939db114d1734e7605f53b9001799
jusung son [Wed, 27 Dec 2017 02:37:57 +0000 (11:37 +0900)]
[DataControl] Fix MapGet bug
Unmanaged string array should be marshalled
Change-Id: If4f4d5c1844b74f58d02b961f651f68659b5dba6
Signed-off-by: jusung son <jusung07.son@samsung.com>
(cherry picked from commit
b86e557aef3a0c2658a58527ec6543a997cdbce2)
huiyu,eun [Tue, 26 Dec 2017 08:18:24 +0000 (17:18 +0900)]
[NUI] dali_1.2.77, nui_0.2.77 version release
Change-Id: I317013e015a5b34193e54ee3da86bd7221608264
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
dongsug.song [Thu, 21 Dec 2017 06:52:30 +0000 (15:52 +0900)]
[NUI] Revert "fix TCT crash issue"
This reverts commit
0a7c57d6c78d89eccb08c3ee1fb63df604cbec8d.
Change-Id: I6f5895aa9f88c4ea4ebbad41245c067053e1f4b5
Editor Lionbridge [Mon, 11 Dec 2017 08:58:57 +0000 (14:28 +0530)]
Review ElmSharp.Wearable API cs files
PS2: Additional Fixes
PS6: Feedback implementation
Change-Id: I173b046034756de86ba250b852aca7f7c32372b1
huiyu,eun [Thu, 21 Dec 2017 05:25:21 +0000 (14:25 +0900)]
[NUI] dali_1.2.76, nui_0.2.76 version release
Change-Id: Ifaafc7e4a105ec0c71563939e62fafd1e93241a6
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
dongsug.song [Thu, 21 Dec 2017 05:21:12 +0000 (05:21 +0000)]
Merge "[NUI] fix TCT crash issue" into rel/api_4
Krzysztof Dynowski [Mon, 11 Dec 2017 16:00:06 +0000 (17:00 +0100)]
[TEEC] Fix C# struct Marshaling, binding for null operations
Change-Id: I28608df6d02d5d3cf853c88f8e0effb100638b55
(cherry picked from commit
511684b5165e0aed265b88cdc7c39ce78d82235c)
dongsug.song [Thu, 21 Dec 2017 02:53:23 +0000 (11:53 +0900)]
[NUI] fix TCT crash issue
Change-Id: Ia21049ab623b7bea0ed4038db95b64cb09e71323
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Editor Lionbridge [Mon, 11 Dec 2017 08:45:32 +0000 (14:15 +0530)]
Review Elmsharp API cs files
PS2: Additional Fixes
PS4: Additional Fixes
PS5: Additional Fixes
PS6: Edited as per comment
PS7: Feedback Implementation
Change-Id: I774e173e2c860918b226f98dc35593a240b4ad58
“Editor [Fri, 15 Dec 2017 06:02:29 +0000 (11:32 +0530)]
Review AttachPanel/Shortcut/WatchApplication API cs files
PS2: Additional Fixes
Change-Id: I8f9531e3c112933e9fc56e7c3172a99640592256
“Editor [Fri, 15 Dec 2017 05:57:00 +0000 (11:27 +0530)]
Review Tizen API cs files
PS2: Feedback implementation
Change-Id: I3b04998332b48e3e72c5bd98ba0db8e27e5434a2
dongsug.song [Wed, 20 Dec 2017 05:05:28 +0000 (14:05 +0900)]
[NUI] DALi version 1.2.75
Change-Id: I642f772adcd9b3536564975d98ff4b11985319dd
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
xb.teng [Wed, 20 Dec 2017 02:20:33 +0000 (10:20 +0800)]
[NUI] Update attribute and comments of PixelData
Change-Id: If61c84887ba06394f653fc271e97d9fe091d6a90
xb.teng [Fri, 8 Dec 2017 04:00:26 +0000 (12:00 +0800)]
[NUI] Add ImageLoading and PixelBuffer for TextureSet
Change-Id: I20aff0bab6faebf325a32e91359dba835bdba7e7
dongsug song [Wed, 20 Dec 2017 01:43:08 +0000 (01:43 +0000)]
Merge "[4.0][NUISamples] Add some examples for nui" into rel/api_4
xb.teng [Wed, 20 Dec 2017 01:40:53 +0000 (09:40 +0800)]
[4.0][NUISamples] Add some examples for nui
Here are some changes:
1. Add geometry-test.cs, image-visual-test.cs, orientation-test.cs
2. Add resize-policy-test.cs, text-direction-test.cs, texture-set-sample.cs
3. Fix dali-test.cs, test1.cs, text-test.cs, visual-view-test2.cs
4. Add Tizen.NUI projects as reference to support new features
Change-Id: I06bce9cdae0b5c5ccf8a5ae2aca2e9dd06b9582c
dongsug.song [Tue, 19 Dec 2017 13:05:21 +0000 (22:05 +0900)]
[NUI] add Reload() to reload image forcely
Conflicts:
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
Change-Id: I66b31730146927f035717f24e8f144742ca0e555
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
dongsug.song [Tue, 19 Dec 2017 11:37:41 +0000 (20:37 +0900)]
[4.0] add EnableShiftSelection in TextField,TextEditor
Change-Id: I7efc425f43c62f535fc3af31dfcd8e1aa0d1dcbc
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Wonyoung Choi [Tue, 19 Dec 2017 07:53:33 +0000 (16:53 +0900)]
[Build] Add a flag to skip native deps checking
Change-Id: Id74d546589782df51fd7b9fc0ef33165a22e3555
RinaYou [Tue, 19 Dec 2017 07:51:43 +0000 (16:51 +0900)]
[ElmSharp] Fixed the crash issue of Calendar
Change-Id: I4eefd10ccc749b002c355027b990345fc912e42b
Seungha Son [Thu, 14 Dec 2017 08:57:51 +0000 (17:57 +0900)]
[NotificationEventListener] Add method for get all count
related patch
-data-provider-master : https://review.tizen.org/gerrit/#/c/163585/
-notification : https://review.tizen.org/gerrit/#/c/163584/
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Iba5d5cf81b12fa131104fa2371c97ac03f124871
coderhyme [Tue, 19 Dec 2017 04:03:47 +0000 (13:03 +0900)]
[Multimedia] Modified a constructor of the Display class not to check the raw video feature.
It is only valid in the Player and so checking the feature is now placed in the Display property of it.
Change-Id: I539fc1595ab81874a4850a900d5327de1ba70a21
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
huiyu,eun [Tue, 19 Dec 2017 00:54:22 +0000 (09:54 +0900)]
[NUI] Add Window function back
Change-Id: Ibd16811e784ee3c25db8af223bfbc1ac1934a682
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Feng Jin [Mon, 18 Dec 2017 20:33:02 +0000 (04:33 +0800)]
Add ImfManager.Finalize() function back to fix the build error.
Change-Id: Idbfd47d98482d148162029957c1e303999c3e97a
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
dongsug song [Mon, 18 Dec 2017 10:41:47 +0000 (10:41 +0000)]
Merge "[NUI] dali_1.2.74, nui_0.2.74 version release" into rel/api_4
Feng Jin [Mon, 18 Dec 2017 07:54:19 +0000 (15:54 +0800)]
[NUI]Remove some unused APIs.
Change-Id: Ida75bc6e95408752b2f6a706a557a6a1221ee8e7
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
huiyu,eun [Mon, 18 Dec 2017 09:55:53 +0000 (18:55 +0900)]
[NUI] dali_1.2.74, nui_0.2.74 version release
Change-Id: I9dff14d7a2e1543df19f92a5f3db1c49192b8cef
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>