Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: If1ba19fe1c2728b237d10288e5b2d68eccf0de58
|
|
Change-Id: I98e4b5030550c63b9c583cd01d7fe7811f949df7
|
|
- this is from UX requirments.
Change-Id: I0477f37a2dd167be45113c9e97adf0c0cc9ebf31
|
|
Change-Id: I80fd28487f8dab81861cd3560a610bbd49240a2f
|
|
Change-Id: If9aa1d762364ef185593eb2bb38d1bbcd9d3ed6b
|
|
notifications" into tizen
|
|
|
|
|
|
|
|
Change-Id: I84034fc407d9ea58d40cde24f5d0b52edea19491
|
|
- Optimize InsertPageBeforeRequestedHandler
- Remove StartTimer on InsertPageBefore
It is required to fix layout issue
Now it does not need
Change-Id: I8f384eea02d811c42f581b8efa2505c94fc08340
|
|
Change-Id: I827d199fdc9be0f62a2a149ed2bd943c5ab76056
Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
|
|
This approach allows to register only one handler per header/footer,
covers both Header/Footer and HeaderTemplate/FooterTemplate cases,
while handlers are called when elements are ready, so there's no
need for an awkward call to Device.StartTimer().
Change-Id: I16c2943e20d93efeab409e8999ce7e72105aa79a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
|
|
Change-Id: Ia0303b0b01d928648ce1e36dd5f754a58e003b8e
|
|
Change-Id: Id63470cbc88761e13bc5875fedfe9cffaa95f2bb
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
|
|
- rebased to https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7
Change-Id: Ib5f0506b3fba96ac1e1860cedde4a1dcaef430b1
|
|
- Please refer to prior patch (#782)
|
|
|
|
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
|
|
* Update the version of the used elm-sharp.
* Update the version of xamarin package to 2.3.4-r214-005.
TASK=TCAPI-2259
change-Id: I1f0c65c3d67030b7a690fd0839a0a851c4f1bcba
|
|
Change-Id: I3d6c8e940bd8814d2ba2ef45536142696d861611
|
|
- Only enable Moved event handler when enabled transformation feature
Change-Id: I2fe9f1c041290af1bde5783a47fcb0bc7ac13bd0
|
|
TASK=TCAPI-2329
Change-Id: Iff5759754232a3d6981fdf0a8de5693541e09f55
|
|
TASK=TCAPI-2328
Change-Id: Idb1f68394132c7a161568f384db553a740a7a8ef
|
|
Change-Id: I495c32f50fd221f7c824c923a9992f49ff904d4c
|
|
- A small refactoring
- In OnBatchCommitted, Only update the Element itself location, not update children
Because it is enough
- Prevent duplicate update
- Globally applied IgnoreBatchCommitted was changed to locally and re-named
- Fixed rotation issue
Change-Id: I32b57317169d81d7ad6e45f0b52eb2a8f1d861fa
|
|
- before true when _flags was exctaly same with VisualElementRendererFlags.Disposed
- after true when _flags has a bit flage of VisualElementRendererFlags.Disposed
Change-Id: I7491da1188ceeccd786eff4724b8ef702b6f500d
|
|
Fix FocusDirection to string type to avoid invalid reference in Tizen.Xamarin.Forms.Extension
Change-Id: Ie452f14a32dbe0b5776ab28996eb52c81e8223c4
|
|
TASK=TCAPI-2264
- Make sure that all these API should be invoked after all renderers are created. (e.g. use it inside Page.OnAppearing())
Change-Id: Ie441a067d5a7b94af120985b0a691fad6ce8250f
|
|
Change-Id: Id16e3f6bb892980c6884a6388d31a25ce6cc1880
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
|
|
- Due to TV UX limitations, TextCell.Detail property is not supported on TV profile
Change-Id: I541f7813b0c1281b58644039991bfec3c0d29c51
|
|
myget feed does not support 3-dots version format.
Change-Id: Ie7fc51fb1bc350d23879774a581f7c1853be8689
|
|
Change-Id: Ib0acc0065e0f25cfaf482a33d8b0bab1c26494fe
|
|
- When content of ScrollView was resized as smaller
Scroll area was not adjust to fit the contents
- It is a issue of data synchronization (ContentSize and Content.Height / Content.Width)
- It was fixed, EFL scroller areas only resize from ContentSize changed callback
- It is related with ScrollViewTest4, ScrollViewTest6
Change-Id: I2fed14bc106085dd1eaf83d877484a776fe21c24
|
|
- LayoutCallback already called when resized
- Resize callback is called immediately invoked when size was changed
and it cause redundancy layouting
- LayoutCallback is invoked only one times in renderer loop if necessary.
- if another side effect occur with this changes,
need to analysis that problem reason again.
Change-Id: Id28f5968a2e4997f817579b9909fb01b4c962191
|
|
Change-Id: I5abe43d6738680c5c93341497769c9ecf748f76c
|
|
Change-Id: I637979182a5df75eb708eda85ffcd3ca7af05c63
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
|
|
- EFL dose not support yet
- Remove VerticalTextAlignment property in Native.Span
it was wrong implemented, valign in EFL is semantically different from Xamarin.Forms VerticalTextAlignment
- If provide VerticalTextAlignment API in EFL, this feature need to reimplement
Change-Id: I502700db74c7410529e46898578640abbd1253ef
|
|
- TCAPI-2251
- This issuse was caused by wrong minimum size
- Layout class was depend on request size and minium size to layouting
If minium size was (0,0) layout will resize to smaller than request size
So, Label should be set proper minimum size
Change-Id: I895c32d26ca7b090b185f5ff3793638cec6229a2
|
|
- For normal operation, the following URL commits must be SR.
- https://review.tizen.org/gerrit/#/c/121725/
Change-Id: I1ba3631aadf3f1c614371b48baf3d93195f0f599
Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
|
|
Change-Id: I76d2c053883d84fb603d0fd10aefcb6322f2d126
|
|
Change-Id: If775acd650f3913862f32c2ada1b1c11d8671de1
|
|
xamarin-forms-tizen-nuget-private --> xamarin-forms-tizen-nugetpriv
Change-Id: I2707d95dd375664e49111a164a20d892beb541a6
|
|
Change-Id: I706b16490edbd56462b665dbf861ea7fc3f01a3d
Signed-off-by: SungHyun Min <shyun.min@samsung.com>
|
|
Change-Id: I217516154b9350b973d24d973f55c1011f7b41fd
|
|
Change-Id: I87f3b8bdb5baed77bef7947fc73469ad215f47a5
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
|
|
Change-Id: Iea44ce17e4436d12c24ab3cc94604616e44e3011
|
|
Change-Id: Ia921b4a22bd9d87e99d1f8bef35dd79b21c8e1a7
|
|
Change-Id: I3b2c44860ef6b0b8da53ec58c0fc7ba72a543613
|
|
Change-Id: Ibc3fab569433698dafd1f31e5e667d1f4c6269f1
|