summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Internals
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Resource loading (#815)Stephane Delcroix1-0/+9
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public ↵kingces9515-1/+31
classes/interfaces in XF.Internals (#806)
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces952-2/+5
* 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
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight891-0/+16
* fix effects * move effect utilities to core * use core class * move to internals namespace * remove IEffectControlProvider from IVisualElementRenderer
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix2-1/+3
* [XamlC] detect duplicate x:Name at compile time * invoking methods with the right arguments produces better results
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts4-0/+392
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-0/+26
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart1-0/+16
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-0/+21
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart1-0/+96
* 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-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-0/+14
* Create custom event args class for script eval requests Make IWebViewRenderer public * Add IWebViewRenderer docs * Add EvalRequested docs * Move EvalRequested to Internals IWebViewRenderer -> IWebViewDelegate * Add docs
2016-03-22Initial importJason Smith5-0/+97