-
Notifications
You must be signed in to change notification settings - Fork 14
Release Notes
Library Enhancements
- Allow for OAuth 2.0 Authentication from POJ and Android
- Gradlization of all modules
- Conversion of android projects and library to function within Android Studio
Compiled Library against GWT 2.7.0 to get Android Library compatible with GWT 2.7.0 server code. Also made service creation more GWT-Style and enhanced the policy finder to work with the XSI-Frame linker. Cookie issues fixed for both libraries. General library cleanup.
- Updated Android and POJ tests for modifiable module base path
- Updated all tests to reflect source code tests in GWT 2.7.0
- Added Support for Java Generics to Service Creation (IE No more casting the service)
- GWT Style Service creation methods SyncProxy.create and SyncProxy.createSync
- old newProxyInstance methods have been deprecated
- old non-ProxySetting constructors in RemoteServiceInvocationHandler have been deprecated
- provided HasProxySettings interface to specify details for a created service and a concrete implementation option
- Fixed Issue 27 and Issue 29 - POTENTIALLY BREAKING - Many of the old newProxyInstance methods had printStackTrace for exceptions. These have been converted to RuntimeExceptions for handling to remove exception output to an uncontrolled console. It is recommended to change over to the new #create methods.
- Fixed Issue 38 with updates to RpcPolicyFinder
- Fixed Issue 35 (merged with Issue 42 and Issue 43) Support for XS-IFrame linker, which is default as of GWT 2.7
- Fixed Issue 41 SafeHtml, SafeHtmlString, SafeHtmlBuilder, SafeHtmlUtils available on Android client-side. See Common-Issues-0.5.x wiki for details on a small modification that had to be made
- Added in Gwt RegExp classes (Java Pattern emulation style, not the JS Super-source)
- Fixed Issue 36/Issue 15 - Patch applied for handling server-only fields serialized into the response stream
- Resolved stale Issue 16
- Fixed Issue 21/Issue 30 - Cookies and Multiple sessions are now functional and tested in both the POJ and Android libraries.
Compiled Library against GWT 2.6.1 to get Android Library compatible with GWT 2.6.1 server code
- Fixed Issue 37 - GWT 2.6.1 Compatible
Compiled Library against GWT 2.6.0 to get Android Library compatible with GWT 2.6.0 server code
- Fixed Issue 34 - GWT 2.6.0 Compatible
Compiled Library against GWT 2.5.1 to get Android Library compatible with GWT 2.5.1 server code
- Fixed Issue 31 - GWT 2.5.1 Compatible
Restructured entire syncproxy source into a slightly more compilable, maintainable, testable system. Created Junit testing systems (See SourceAndTesting). Implemented Android client library for SyncProxy.
- Fixed Issue 3 - New Android Library jar available
- Fixed Issue 23 - Patch applied
- Closed Issue 24 - Unverified
- Fixed Issue 26 - Wiki includes link
- Fixed Issue 28 - Patch applied