summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-11-25cleaning up the source codeKangho Hur1-2/+3
- Keep consistency of using - Remove unnecessary usings - Remove unnecessary boilerplatre (license) Change-Id: If494aa8599082642f36671dd2301e9acd05e5c42
2016-11-23Apply Xamarin.Forms Coding StyleKangho Hur1-6/+6
- Do not use the 'private' keyword as it is the default accessibility level in C# Change-Id: I15b4eea87466bc0a880737f0a05156e83c19d8b6
2016-11-08Fix NullReferenceException in TizenPlatformServices.StartTimerPiotr Szydelko1-1/+3
The change ensures that the timer object is not being referenced before it is initialized. TASK=TCAPI-1957 Change-Id: I58790a111f63fafcc133eef570cab8b872c823bf Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
2016-11-01Fix BeginInvokeOnMainThreadSeungkeun Lee1-6/+10
- If current thread is main thread, directly call instead of post - Rollback SynchronizationContext - Add IsInvokedREquired implementation Change-Id: Ia00c9ca80038d6aeca9a5e2a42e69aaa5073be64
2016-10-24Implement TizenPlatformService.GetStreamAsync()WonYoung Choi1-2/+5
Change-Id: I8659d9806855326041fc7ce59e54b374f3c6032d
2016-10-19fix issue related to SynchronizationContextKonrad Lipner1-1/+2
Change-Id: I7573dca3359cb5fb106cc07ce23cf2ea1b436f89
2016-10-14Implement TizenIsolatedStorageFilewy80.choi1-1/+1
Change-Id: I87656201bd214779455c5a892f895fca756f6507
2016-10-14Add referenced assemblies of application into the list of AppDomainwy80.choi1-223/+208
Change-Id: I8b3a7ca4006bb25b95e320a607cbac7702eb7393
2016-10-10Add workaround solution for supporting DependencyServiceWonYoung Choi1-32/+59
Change-Id: Ic62f02462b7ceb72a825075c973d7c1d254df5ea
2016-10-10Restore resource handling in .Net 4.5Pawel Andruszkiewicz1-1/+1
Change-Id: I267871f5d00f0614c8021889749e24832232fd13 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-10-06Reenable AppDomain.CurrentDomain.GetAssemblies() in .net 4.5Pawel Andruszkiewicz1-12/+29
Change-Id: I1078d1c74e05930933dd77fba49a2cb4bf6298df Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-10-03Fix project configuration of Xamarin.Forms.Platform.TizenWonYoung Choi1-98/+20
- Change TFM to NETStandard 1.6 - Add TizenIsolatedStorage class (not implemented yet) - Remove Assembly signing - Retouch rpm spec file - Add a nuspec file for Xamarin.Forms.Tizen Change-Id: I0f91e4b4cb97b304e16d4fd3ab64fc44ec620abd
2016-09-30Remove nesting of Xamarin.Forms.Platform.Tizen directoryPiotr Szydelko1-0/+270
Directory structure of Xamarin.Forms.Platform.Tizen is more flat now: Xamarin.Forms.Platform.Tizen Xamarin.Forms.Platform.Tizen ├── InputGenerators ├── InputGenerators ├── Properties ├── Log ├── Xamarin.Forms ----> ├── Native └── Xamarin.Forms.Platform.Tizen ├── Properties ├── Log └── Renderers └── Native Change-Id: Id8fecfdc48edef3f3d5a5c0bb02e6fd38ccb7f63 Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>