summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/FormsApplication.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Refactoring Native.Window to extendSeungkeun Lee1-20/+34
- Remove Native.Window - Remove hierarchy from ElmSharp.Window - We can easily change the window type with sub-class of Window Change-Id: I57a517e60b6e7c9acd2c32862a11db306e59a3d6
2017-10-23Convert delegate to static method for MessagingCenterrina6350.you1-99/+104
Change-Id: I09598eed4c222f10d387bc3dafa0af227107830a
2017-10-23[MAPS] Give user time to provide consent before app launchesjh5.cho1-6/+13
TASK=TCAPI-2422 Change-Id: I3c529fdaff6c1331013389d200ea34f824362bac
2017-10-23Fix CS1525 error on obsKangho Hur1-1/+5
Change-Id: I39fedb48d34e4324414138a050fac0a419a8b602
2017-10-23Revert "Add handling of the font path"Kangho Hur1-5/+0
This reverts commit 45580c8f66b43022645287145385212fcbe8db56. - Due to package dependency with elm-sharp, this patch has been reverted. It can be merged again after elm-sharp version has updated. Change-Id: I66915899782805112b85fb391383f1cbe40d2e7d
2017-10-23Refactoring RenderersSeungkeun Lee1-5/+4
- Apply Dispose pattern - Handle IBatchable interface on VisualElementRenderer - Make pair Event subscribe/unsubscribe Change-Id: I65018652132494722d52b1d62798f1cf1f6fc6fd
2017-10-23Change FormsApplication.MainWindow setterSeungkeun Lee1-1/+1
- Change to protected - Need for extend Change-Id: I6fa1647b963e74e24be5c471bf2b6f31ce4dbadb
2017-10-23Add handling of the font pathMariia Borowiec1-0/+5
Change-Id: Ie6f07d2239cbfb1949ce4b43c55ff43f2f345703 Signed-off-by: Mariia Borowiec <m.borowiec2@samsung.com>
2017-10-23Fix implementatoin of Page.DisplayAlertKangho Hur1-26/+1
Change-Id: If1ba19fe1c2728b237d10288e5b2d68eccf0de58
2017-10-23Set text align of Popup'label to middle as defaultKangho Hur1-1/+1
- this is from UX requirments. Change-Id: I0477f37a2dd167be45113c9e97adf0c0cc9ebf31
2017-10-23Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur1-5/+6
- Please refer to prior patch (#782)
2017-10-23Fix the layout of Page.DisplayAlert's buttonsKangho Hur1-4/+5
TASK=TCAPI-2329 Change-Id: Iff5759754232a3d6981fdf0a8de5693541e09f55
2017-10-23Fix Page.DisplayAlert's message format convertingKangho Hur1-2/+2
TASK=TCAPI-2218 - "\r\n" or Environment.NewLine is available. Change-Id: I4550f63060cdb6e794762f66c3ec1c6e491bfb65
2017-10-23Create Window in OnPreCreate() instead of OnCreate()WonYoung Choi1-3/+3
OnPreCreate() method is called before OnCreate() always. If the Window is created in OnPreCreate(), User doesn't have to consider the call sequence of base.OnCreate() and LoadApplication() methods. Because the Window will be prepared before OnCreate() is called. Change-Id: I4c9f1e9507acc00850848274309409e884573e59
2017-10-23[Page] Change alert dialog message text wrap typePiotr Czaja1-2/+18
Note: Alert dialog message text was not wrapped, so long strings did not fit on the screen. Change-Id: I820a262888969ae97e45e0b4a57d683b44a8322d Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-10-23Fixed DisplayAlert message color issuechungryeol lim1-1/+1
- Change the default color of message color to black Change-Id: Id9b7f74c0ecdc222bb46a9ecc6e4464cb6601cc7 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-10-23Add Tizen backend rendererKangho Hur1-0/+344
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d