summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers/EntryRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10Revert "Move registration of property handles to static constructors"Kangho Hur1-14/+14
This reverts commit 509e6f117c9966e5503deb8ff1c5135b41eb2a3e. Change-Id: Icb16fdc0b1006405a92e4e5ef77f20749c2ce3e5
2017-07-10Move registration of property handles to static constructorsKangho Hur1-14/+14
Property handlers are registered once per class instead of once per instance. Solves the issue with UpdateAllProperties and Distinct. Change-Id: I41b3f6c0a055c7aa76300bf7a55683b0b25a21fd
2017-07-10Fix Editor cursor position issueSungHyun Min1-2/+6
TASK=TCAPI2439 Change-Id: I6cf8ba60d74b0cd3fc72e86f1336127cdc5e5559
2017-07-10Refactoring RenderersSeungkeun Lee1-25/+10
- Apply Dispose pattern - Handle IBatchable interface on VisualElementRenderer - Make pair Event subscribe/unsubscribe Change-Id: I65018652132494722d52b1d62798f1cf1f6fc6fd
2017-07-10Initialize Entry/Editor with a single batch updatePawel Andruszkiewicz1-0/+8
Change-Id: Ibc7f697dfb51992040c8dbe476065ea884e33a49 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-07-10Remove unnecessary update at initializeSeungkeun Lee1-1/+4
Change-Id: Ia6e1bcfa7c7ceb35b7b0c8d17376ebecb05f0d97
2017-07-10Apply TizenSpecifics only if availableKangho Hur1-1/+4
- Nothing to happen if Xamarin.Forms.dll doesn't have Xamarin.Forms.PlatformConfiguration.TizenSpecific. Change-Id: I4586178a0eb97610c88bfb272e26e3e0a43b5169
2017-07-10Update Label internal implemnetsSeungkeun Lee1-0/+2
- TextStyle was added in ElmSharp.Label - VerticalTextAlignment API was added in ElmSharp.Layout - Update LineBreakMode code with LineWrapType and IsEllipsis Change-Id: Ic4ee266f58ae2f29442e3a236283bbc05dc65a05
2017-07-10fix default textcolordarkleem1-9/+2
Change-Id: I629b2d84f721cc1671b2b027c88b91f164bb4dc5 Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-07-10Modify FontWeight type for flexibilityKangho Hur1-33/+1
This change is introduced in RFC-15 Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028
2017-07-10Add FontWeight for Label and EntryKangho Hur1-1/+42
- This change is for the referernce application (Clock) to follow UX guideline. (Internal only). - We will improve design and implementation of this APIs in the next release, if requred. Change-Id: Ifac91174a5859adecc9ec6bff1a1d568512ee70b
2017-07-10Add Tizen backend rendererKangho Hur1-0/+127
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d