summaryrefslogtreecommitdiffstats
path: root/compatibility-server
Commit message (Collapse)AuthorAgeFilesLines
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-281-1/+1
|
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-101-1/+2
| | | | | | | | | * Add missing FocusShortcutListener Was removed from 8.0 and not readded. Fixes #8297 * Update Release note for this change
* Update master to 8.7-SNAPSHOT (#11208)Sun Zhe2018-09-271-1/+1
|
* Fixed typo (#11072)Ilia Motornyi2018-07-191-1/+1
|
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-291-1/+1
|
* Code cleanup and serialization test in compatibility package (#10977)Ilia Motornyi2018-06-212-0/+17
|
* Fix using runo icons in FileTypeResolver (#10858)Ilia Motornyi2018-05-032-1/+125
| | | This patch adds a compatibility version of FileTypeResolver.
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-121-1/+1
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2895-1430/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-27307-307/+307
|
* 8.3.2 since (#10678)Ilia Motornyi2018-03-051-4/+4
| | | | * @since 8.3.2
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-11/+87
| | | | * Allow configuring content modes for Grid cell tooltips
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-241-1/+1
|
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-232-2/+2
| | | | | Also update declarative writing to use true instead of "" for empty attributes because of changed defaults in JSoup. For v7, the tests are updated instead of touching the implementations.
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
|
* Remove unused imports (#10330)Ahmed Ashour2017-11-2111-12/+0
|
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-1/+0
| | | Because VConsole is deprecated and it recommends using Logger instead
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-0624-98/+98
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-1/+0
|
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-315-10/+13
|
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3122-48/+34
|
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-268-65/+63
| | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-269-41/+41
|
* Fix typos (#10213)Ahmed Ashour2017-10-201-2/+2
| | | | | | * Fix typos * Fix
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2011-27/+47
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-128-15/+15
|
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-126-9/+8
|
* Fix typos (#10158)Ahmed Ashour2017-10-104-4/+4
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-1011-38/+32
|
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-096-16/+16
|
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-042-0/+9
| | | | | Ignore null intermediate properties in setValue(). Forward port of #10085 in 7.7 to the compatibility package.
* Fix typos (#10124)Ahmed Ashour2017-10-042-3/+3
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03119-2020/+2122
| | | | Also removes dependency on junit.framework.TestCase .
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-033-10/+6
| | | Use for each loop.
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0214-98/+82
|
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-022-7/+4
| | | And remove unused imports.
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0257-280/+296
| | | Also includes minor other javadoc and formatting fixes.
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-2919-180/+100
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2824-112/+125
|
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-286-9/+9
|
* Fix typos (#10095)Ahmed Ashour2017-09-277-51/+61
|
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21
|
* Implement error level on client side (#9817)Adam Wagner2017-09-274-3/+4
| | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139
* Fix typos (#10071)Ahmed Ashour2017-09-255-5/+5
| | | And use varargs in a test.
* Construct array inline (#10068)Ahmed Ashour2017-09-2315-26/+27
| | | And some trivial test enhancements
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2312-36/+38
| | | And remove unused imports.
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-227-49/+27
|
* Remove unused methods. (#10058)Ahmed Ashour2017-09-225-29/+0
|
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-228-26/+26
|
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-2111-25/+18
|