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

3 Коммитов

Автор SHA1 Сообщение Дата
E.Z. Hart fc6d571e8a Fix failing UI tests for Android FormsApplicationActivity (#1141)
* Fix broken test for 57910 when using FormsApplicationActivity

* Fix NRE when removing a page during OnAppearing using FormsApplicationActivity

* Update 45926 test to work correctly with FormsApplicationActivity

* Update 32830 test so it doesn't crash on FormsApplicationActivity

* Longer wait before refreshing appearing messages (to work with FormsApplicationActivity)

* Fix input transparency issue with old FrameRenderer

* Remove extraneous using directive

* Just ignore test 32830 on FormsApplicationActivity

* [Controls] Add missing directive
2017-09-15 15:37:09 +01:00
E.Z. Hart dcea6b4853
Update 45926 test to account for NavigationPage ref to popped page 2017-01-10 14:25:14 -07:00
E.Z. Hart 58909e205a Allow subscriber to be collected if MessagingCenter is the only reference to it (#617)
* Repro

* Make messaging center callbacks weak references

* Preserve attribute

* Fix test method name

* Watch for collection of actual delegate target instead of wrapper delegate

* Preserve the original platform instance when changing main page

* Better tests for lambda situations

* Update tests, make callback target a weakreference if it's the subscriber

* Ensure old Platform MessagingCenter subs are gone before creating new Platform
2017-01-03 12:02:10 +00:00