Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
adrianknight89 4b06bc212f AppCompat should now be able to set title bar visibility programmatic… (#350)
* AppCompat should now be able to set title bar visibility programmatically

* coding style changes

* making sure page layout runs only on fullscreen flag changes
2016-09-30 12:22:02 -07:00
E.Z. Hart 0f7b22f49d Reuse Handler when invoking on main thread (#383) 2016-09-27 11:05:41 -07:00
Atsushi Eno 7d66ed0aad Android BeginInvokeOnMainThread() should not possibly block. (#343)
Android.App.Activity.RunOnUiThread() does not always run the argument
Runnable asynchronously; actually it is run synchronously if current
thread is the UI thread [*1][*2]

Use Handler.Post() instead. (It is also used in Android.App.SyncContext[*3])

[*1] https://developer.android.com/reference/android/app/Activity.html#runOnUiThread(java.lang.Runnable)
[*2] http://stackoverflow.com/questions/33039600/android-runonuithread-not-async
[*3] https://github.com/xamarin/xamarin-android/blob/5777337/src/Mono.Android/Android.App/SyncContext.cs#L15
2016-09-16 14:05:29 -07:00
Michael Rumpler 08e282350c [Android] Color.Accent is hardcoded (#270) 2016-08-02 13:54:40 -07:00
Jason Smith bf7399d068 Fix android StartTimer race condition (#196) 2016-05-27 12:47:22 +01:00
E.Z. Hart 843bc4727a Make core Ticker abstract and public (#116)
* Make core Ticker abstract and public
Make the core Ticker abstract and public so it can be inherited by platform
implementations; remove now-unused parts of original Ticker; add CreateTicker
to IPlatformServices; remove unused CreateTimer methods from IPlatformServices

* Add docs for Ticker

* Remove unnecessary Ticker.Default set

* Move Ticker into Internals

* Update Ticker docs

* Remove old Ticker docs

* Remove commented code
2016-04-25 15:57:44 -04:00
Jason Smith 92ad48bbdf Add an optional extended description… 2016-04-20 15:20:44 -07:00
Jason Smith ba2a434ec1 Add compatibility shims to fix warnings; annotate warnings which require (#75)
more thought to fix;

Fix a few more warnings VS didn't see fit to raise as errors

Adding comments to `pragma warning disable` statements

pragma comments

Fix typo

Set TabletMasterDetailRenderer back to previous version

Fix incorrect config access in legacy activity
2016-04-12 08:53:36 -07:00
Jason Smith ca9b08deab Fix issue where API23 became required by mistake 2016-04-06 21:17:06 -07:00
E.Z. Hart 4abf6102bc Fix race condition in IsInvokeRequired on Android 2016-04-06 20:46:01 -07:00
Chris King b3365b7f7d Reformat using statements 2016-03-25 13:53:19 -07:00
Jason Smith 17fdde66d9 Initial import 2016-03-22 16:13:41 -07:00