summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/FormsApplication.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-27Fix implementatoin of Page.DisplayAlertsubmit/tizen/20170427.115926accepted/tizen/unified/20170428.032857Kangho Hur1-26/+1
Change-Id: If1ba19fe1c2728b237d10288e5b2d68eccf0de58
2017-04-27Set text align of Popup'label to middle as defaultKangho Hur1-1/+1
- this is from UX requirments. Change-Id: I0477f37a2dd167be45113c9e97adf0c0cc9ebf31
2017-04-24Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur1-5/+6
- Please refer to prior patch (#782)
2017-04-24Fix the layout of Page.DisplayAlert's buttonsKangho Hur1-4/+5
TASK=TCAPI-2329 Change-Id: Iff5759754232a3d6981fdf0a8de5693541e09f55
2017-04-24Fix Page.DisplayAlert's message format convertingKangho Hur1-2/+2
TASK=TCAPI-2218 - "\r\n" or Environment.NewLine is available. Change-Id: I4550f63060cdb6e794762f66c3ec1c6e491bfb65
2017-04-24Create 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-04-24[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-04-24Fixed 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-04-24Add 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