summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/ResourceManager.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23force sync with upstream 2.4.0-sr2Kangho Hur1-5/+0
Change-Id: I36f0de33d03e804afd17f7ab2c60ae6f435ec402
2017-10-23Enables custom images (especially SVG) through the new IImageSourceHandler ↵Softlion (Benjamin Mayrargue)1-0/+5
to work with tab bar icons on Android (like it does on iOS). And also on cell adapters and navigation page menu. (#1130)
2017-04-12Resource Manager fix for F# File Resources (Bugzilla 53515) (#825)Rob Lyndon1-8/+8
* Resource Manager fix for F# File Resources (Bugzilla 53515) * Changed spaces to tabs and changed the argument name in the ResourceManager.GetId() function. * Improved the type checking in GetId().
2017-03-24[Android]Refactor to use a extension method to get the drawable (#841)Rui Marinho1-0/+13
* [Android]Refactor to use a extension method to get the drawable * [Android] Use local variable on check
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2016-11-03[Android] Allow path-based icons to be loaded as toolbar icons (#437)adrianknight891-0/+11
* Created a bitmap method to check for resource as well as path * Update platform and navigationrenderer to get images from two locations * CellAdapter could use path-based icon finding * sample app to test toolbaritem icons
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-3/+2
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-11Enable CS0618 warnings as errors (#72)Paul DiPietro1-0/+2
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-03-22Initial importJason Smith1-0/+71