33 Commits (60d4551b4de57d83dcdd592c09fa7be1dd2e88d6)

Author SHA1 Message Date
  Tatu Lund ab3d346c56
Update Navigator.getState() JavaDoc to be more accurate (#11876) 4 years ago
  Martin Vysny d18f8ddbaa Improved fix for #11614 (#11618) 5 years ago
  Ilia Motornyi 6541b7bad2 Update copyright year (#10761) 6 years ago
  Ahmed Ashour 01c93a6aef Use lambda with Listeners (#10222) 6 years ago
  Ahmed Ashour 7c8f440781 Remove trailing spaces (#10224) 6 years ago
  Ahmed Ashour 780e9cee6b Simplify lambda expressions (#10198) 6 years ago
  Ahmed Ashour 7e4b4ff5a9 Use enhanced for loop for arrays. (#10121) 6 years ago
  Ahmed Ashour 7fd440d244 Use single character for StringBuilder.append (#10102) 6 years ago
  Teemu Suo-Anttila 367c7751a6 Add option to use PushState instead of URI fragments in Navigator (#10042) 6 years ago
  Leif Åstrand 921cd76504 Unify basic instance creation and related error reporting (#9704) 6 years ago
  Artur b5835ba8bd Add View.beforeLeave to support delayed navigation 7 years ago
  Artur 7a0149592f Make view parameter map available in ViewChangeEvent (#9529) 7 years ago
  Peter Lehto cb1a2b9947 Add getStateParameterMap to Navigator to get parameters as a map (#9517) 7 years ago
  Artur 585c9ec24d Add support for Views which are not components 7 years ago
  apolds 00adf36ec3 Allow changing NavigationStateManager (#9410) 7 years ago
  Henri Sara 627f7a111c Add more 8.0.3 since tags 7 years ago
  elmot df56703f05 Add @since 8.0.3 tags 7 years ago
  Ahmed Ashour 22b9d37a0f Correct license location 7 years ago
  Giovanni Lovato 78cac3560b Allow powerful Navigator subclassing (#8663) 7 years ago
  Henri Sara 4f047f06fa Fix since tags for 8.0 (#8575) 7 years ago
  Leif Åstrand c5c6a350b5 Remove uriFragmentChanged from the public API of UriFragmentManager (#8164) 7 years ago
  Ilia Motornyi 0740ac116e Partial javadocs fix for vaadin-server 7 years ago
  Denis Anisimov b8e84da2e2 Correct all tests that introspect classpath for Vaadin classes. 7 years ago
  Per-Åke Minborg 557721f86e Replace with multi-catch 7 years ago
  Aleksi Hietanen 2bee988272 Unify listeners on the server side 7 years ago
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 7 years ago
  Artur Signell 588f3cc7f8 Update copyright year to 2016 7 years ago
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 years ago
  Artur Signell 6d54d78944 Format using Eclipse Neon 7 years ago
  Teemu Suo-Anttila ee9a0fe45e Update @since for 7.6.7 8 years ago
  Teemu Suo-Anttila 9bb1529083 Fix navigation to same view with different parameters (#20029) 8 years ago
  Denis Anisimov 8117b2602a Provide a way to disallow navigation to the same state twice (#12107). 9 years ago
  Teemu Suo-Anttila a6653d3fe4 Migrate vaadin-server build to maven 8 years ago
  Denis Anisimov d18d2fb7ed Add destroy method for Navigator (#10213). 9 years ago
  Henri Sara 521663c216 Update @since tags for 7.6 8 years ago
  Henri Sara ce161ac530 Make it possible to inject Navigators (#14006) 8 years ago
  Henri Sara e776732e57 Make Navigator more extensible 8 years ago
  Leif Åstrand 3a42436fc9 Don't allow null view providers (#17028) 9 years ago
  Henri Sara ab8a026865 Iterate over copies of listener lists (#17477) 9 years ago
  Artur Signell 8ba0064fe2 Remove mentions of SimpleViewDisplay as there is no such thing (#12934) 9 years ago
  Anna Miroshnik 8c8ce29d6a Back button doesn't change URL if view blocks the navigation (#10901) 9 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Leif Åstrand 4f7c09daf4 Remove all unnecessary semicolons reported by Eclipse 10 years ago
  Artur Signell ada3311f78 Avoid creating an instance of every view while searching for the correct view (#11722) 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Johannes Dahlström 45fb000147 Add a note to Navigator.addView and setErrorView javadoc that views should not be shared between UIs (#10240) 11 years ago
  Johannes Dahlström 4e5c3181b5 Kickstart navigation automatically after UI.init(), remove Navigator.navigate() (#9549, 10239) 11 years ago
  Artur Signell e54ff59fbe Made it possible again to use Navigator with UI/Panel/Window (#10211) 11 years ago
  Artur Signell ad54bec291 Renamed uri fragment methods in Page to use UriFragment instead of Fragment (#10141) 11 years ago
  Johannes Dahlström 960972e41f Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132) 11 years ago