Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Gerald Versluis 1f770f6588 Implemented MaxLength property on Entry and Editor (#1880)
* Implemented UAP and WPF

* Revert "Implemented UAP and WPF"

This reverts commit e17a66236756021e2b66503281ee3c1cf463e5da.

* Started implementation of #1663

Added MaxLength property on InputView and implemented iOS and Android
Entry and Android Editor

* Implemented iOS Editor

* Improved Android MaxLength

First check to see if there is a LengthFilter in there already and
remove that first

* Implemented GTK naming enhancement for iOS

* Implemented UAP and WPF

* Implemented Tizen

* Removed Linq and implemented forgotten method 😅

* Fixed whitespaces -> tabs

Except GTK, seems everything is spaces there, so kept it for consistency

* Added null guard for iOS

* Implemented Mac OS

* Added samples to gallery

* Polished Tizen implementation

* Tizen EditorRenderer updated and converted more whitespaces to tabs

* Fixed spaces to tabs and usage of nameof

* Added trimming of current text when MaxLength is less than current value length

* Reference right Entry for Tizen

* Trimming on MaxLength change for Tizen

* Trimming on MaxLength change for GTK

* Removed redundant GetValue calls and whitespace fiesta

* And the ones I missed

* Updated the docs

* Revert "Updated the docs"

This reverts commit 416e28706ab921d72e72ebc6488d4b3c4651a384.

* Updated docs just for InputView
2018-02-19 14:27:27 -08:00
Frank A. Krueger e07e446a27 Use GetHandlerForObject instead of GetHandler (#1713)
* Use GetHandlerForObject instead of GetHandler

This allows IReflectableTypes to be used.

* Update Registrar docs

- fixes #1712
2018-01-30 09:06:35 +01:00
Mohamed CHOUCHANE 66b6f9f482 [WPF, GTK, TIZEN] Replace obsolete OutlineColor by BorderColor (#1443) 2017-12-21 09:18:07 +01:00
Javier Suárez Ruiz 6ae9aad1b7 [GTK] Added Maps project (#1349)
* Added Xamarin.Forms.Maps.GTK project

* Updated GTK Control Gallery sample adding maps reference.

* Added pending GMap libraries
2017-12-09 00:34:51 +00:00
Javier Suárez Ruiz 874677f9b9 Added Gtk Backend Core Gallery project (#1293)
* Added Gtk backend Core Gallery Sample

* Updated GTK projects to use Net Framework 4.7 and change the gtk-sharp dependencies path
2017-12-05 12:10:42 +00:00
Rui Marinho b74d545fc1
[All] Move to netstandard2.0 **Breaking change** (#1306)
* Move to netstandard 2.0

* Fix docs

* Small fixes
2017-11-29 17:37:06 +00:00
Javier Suárez Ruiz 09098c5b78 Updated branch.
Fixed merge errors with master branch.
Updated IPlatformServices implementation
2017-10-19 13:18:07 +02:00
Javier Suárez Ruiz 0978126d18 Implemented new IPlatformServices methods 2017-10-19 12:50:29 +02:00
Javier Suárez Ruiz 1cb7f7a867 Changed native cell controls to become internal classes. 2017-09-29 19:31:09 +02:00
Javier Suárez Ruiz 3fe2135d66 Added GTK dependencies 2017-09-29 19:19:55 +02:00
Javier Suárez Ruiz 1cf5fbf5d4 Changed GTK animation class to be internals 2017-09-29 19:17:16 +02:00
Javier Suárez Ruiz 8e41144700 Xamarin.Forms.Platform.GTK 2017-09-28 13:52:27 +02:00