Skip to content

Releases: Jaspersoft/js-android-sdk

JasperMobile for android SDK v2.5.1

06 Oct 11:20
Compare
Choose a tag to compare

General

  • Added support for custom HostnameVerifier and SSLSocketFactory

JasperMobile for android SDK v2.5

07 Jun 08:17
Compare
Choose a tag to compare

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

22 Mar 13:53
Compare
Choose a tag to compare

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

03 Nov 09:57
Compare
Choose a tag to compare
  • 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

27 Jul 07:41
Compare
Choose a tag to compare
  • Migration to JSON model.
  • Providing integration tests for common API interactions.

JasperMobile for android SDK v1.9.3

27 May 11:17
Compare
Choose a tag to compare
  • 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 and setErrorDescriptor for ExportExecution and ReportExecutionResponse in order to read error descriptor
  • add new API getParameters and setParameters for ErrorDescriptor in order to read list of parameters

JasperMobile for android SDK v1.9.2

27 May 10:18
Compare
Choose a tag to compare
  • 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

27 May 10:15
Compare
Choose a tag to compare
  • Add support of cyrrilic symbols

JasperMobile for android SDK v1.9

20 Feb 12:19
Compare
Choose a tag to compare
  • 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

27 Feb 11:54
Compare
Choose a tag to compare
  • Support for the REST v2 Report Execution Service
  • Bug fixes