Releases: Jaspersoft/js-android-sdk
Releases · Jaspersoft/js-android-sdk
JasperMobile for android SDK v2.5.1
General
- Added support for custom HostnameVerifier and SSLSocketFactory
JasperMobile for android SDK v2.5
Schedule API updates
- Add schedule notification/FTP/alert APIs
- Add report label property for Job unit listing API on JRS 6.2+
- Add search query support for schedule API lower on JRS 5.5+
- Extend report destination API for schedules
Report API updates
- Add public API for execution/export id exposition
- Remove implicit attachment id encoding from Report API
Other improvements
- Caching server info requests response
- Add Authentication lifecycle callback for easy cookie management
Bugfixes
- Fix issue related to error responses for encryption key request
- Fix timestamp parsing for Job unit listing API
- Fix relative location URL parsing for lower versions of Tomcat
JasperMobile for android SDK v2.3
General
- Completly refactored API on the basis of the module approach.
- Brand new SDK experience.
- Easy experience of implementing new APP on top of SDK
- Core functional is a pure Java module.
- Add support for Scheduling Rest API.
- Add support for Spring Authentication API.
- Add support for Password Encryption API.
- Add tests coverage.
- Add support RxJava API.
- Fix paginated issues for JRS 5.5 Repository API.
JasperMobile for android SDK v1.11
- Add new API for LIST report options
- Add new API for CREATE report options
- Add new API for UPDATE report options
- Add new API for DELETE report options
JasperMobile for android SDK v1.10
- Migration to JSON model.
- Providing integration tests for common API interactions.
JasperMobile for android SDK v1.9.3
- add method
updateServerProfile
to mutate server profile property of JsRestClient through - add new API
setRequestInterceptors
to mutate request interceptors list - add new API
runExportStatusCheck
to send request for the current running export for the status check - add new API
getExportStatusCheckURI
to generate link for requesting report execution status - add new API
getErrorDescriptor
andsetErrorDescriptor
forExportExecution
andReportExecutionResponse
in order to read error descriptor - add new API
getParameters
andsetParameters
forErrorDescriptor
in order to read list of parameters
JasperMobile for android SDK v1.9.2
- Updating ReportStatus enum. Now it uses lower case due to serialization issue with JRS
- JsServerProfile now implements Parcelable interface
JasperMobile for android SDK v1.9.1
- Add support of cyrrilic symbols
JasperMobile for android SDK v1.9
- Add support for additional keys for resource lookup
forceFullPage
,sortBy
- Add API method for retrieving root folder content
- Add API method for report status check
- Add API method for cookie flushing functional
- Add API method for thumbnail URI generation
- Updating sereilizer strategy. Add support for SimpleXML annotations
- Add header interceptors
CookieHttpRequestInterceptor
,KeepAliveHttpRequestInterceptor
,LocalesHttpRequestInterceptor
- Bugfixes
Android SDK v1.8
- Support for the REST v2 Report Execution Service
- Bug fixes