-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Seems to work * Android, top and bottom alignment * Adjustments * Deleted cheat sheet * Removed position changed command and event * Added MoveTo() * Commands and Events are invoked. * Removed Alignment * Refactor * iOS fixes * Refactor * Added overlay * Added comments * Update SheetView.xaml.cs * Sheet can be pinned if snap points are configured correctly * IgnoreLocalTime in tests * Overlay attempt * Open sheet on scrollable content iOS * Updated/deleted issue repro * Added bindable property for intercepting drag gestures on content * Updated doc * Better algorithm for finding index of closest snap point * Update DIPS.Xamarin.UI.Tests.csproj * Delete PositionEventArgs.cs * Changed default colors * Changed sheet title default color * Added PanAwareContentView to iOS * Add IsBusy to sheet * Fixed busy view not appearing * Removed busy view frame shadow * Intercept scroll draft iOS * Toggle scrollable content * File renamings, langauge version bumps * Removed OverlayBoxView * Update SheetContentView.cs * Android scroll interception * Made Handle change opacity instead of visibility * Add slight overshoot to animation and adjusted fling * Disable drag when translating * MoveTo() animates change * Don‘t move sheet if it’s in the correct position already * Fixed fling bugs * Removed console.writelines Co-authored-by: Erling Moxnes Kristiansen <emk@dips.no>
- Loading branch information
Showing
7 changed files
with
64 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.