summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Forms.cs
AgeCommit message (Expand)AuthorFilesLines
2017-10-18[*] Expose the Flags to the Core (#1181)Stephane Delcroix1-0/+1
2017-09-28Prevent Flags/IsInitialized check from crashing Android app on restart (#1151)E.Z. Hart1-0/+9
2017-08-10Add support for backcompat hint flags (#1074)E.Z. Hart1-0/+13
2017-07-07Fix accent color for Samsung devices (#1026)Jimmy Garrido1-1/+1
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-8/+8
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-1/+2
2017-01-12fix bug-39359 (#599)fengrui1-0/+7
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-45/+8
2016-11-08[Android] Always set a non-null Device.Info (#504)Alan McGovern1-8/+13
2016-09-30AppCompat should now be able to set title bar visibility programmatic… (#350)adrianknight891-1/+20
2016-09-27Reuse Handler when invoking on main thread (#383)E.Z. Hart1-1/+8
2016-09-16Android BeginInvokeOnMainThread() should not possibly block. (#343)Atsushi Eno1-3/+1
2016-08-02[Android] Color.Accent is hardcoded (#270)Michael Rumpler1-13/+34
2016-05-27Fix android StartTimer race condition (#196)Jason Smith1-6/+13
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart1-22/+3
2016-04-20Add an optional extended description…Jason Smith1-2/+0
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-2/+1
2016-04-06Fix issue where API23 became required by mistakeJason Smith1-1/+9
2016-04-06Fix race condition in IsInvokeRequired on AndroidE.Z. Hart1-9/+1
2016-03-25Reformat using statementsChris King1-7/+7
2016-03-22Initial importJason Smith1-0/+514