Mikalai Daronin
Mikalai Daronin
What is the reason not to support WP8.1? As I can see, Firesharp depends only on MS http client library and Newtonsoft json
If it's gonna be implemented please allow to turn it off.
@Joebu most likely you need to adjust RippleButton class: ```cs public void Dispose(bool isDisposing) { if (isDisposing) { _handler?.RemoveCallbacksAndMessages(null); } base.Dispose(isDisposing); } ```
`2.1.0-pre1` supports color styling. Unfortunately, there is no ability to change button sizes atm. UPD: You can try `Scale` property, but I'm not sure if it works.
Thanks, I put it into the TODO list
Sorry, I've been busy with my work in the past weeks. Changing button size is quite simple actually: all you need is to make [these properties](https://github.com/lassana/XamarinFormsPinView/blob/37b012225a9822b6c6401fc22fa91064205d04f3/FormsPinView/FormsPinView.Core/PinView.cs#L19-L25) settable from outside and...
Has the changelog been moved to some another place or is there a particular reason for not publishing it?
Hi, is pre-recieve hook still the only way to get email notifications for pushes?
We are getting the same error in Essentials 1.7: ``` [WindowManager] android.view.WindowLeaked: Activity crc64a0e0a82d0db9a07d.IntermediateActivity has leaked window DecorView@366e833[IntermediateActivity] that was originally added here [WindowManager] at android.view.ViewRootImpl.(ViewRootImpl.java:720) [WindowManager] at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:399) [WindowManager]...
It seems `PickPhotoAsync` and related methods return too early when IntermediateActivity *isn't fully finished yet*. As a result UserDialogs tries to show a fragment using IntermediateActivity context which causes this...