Change Log
Last updated May 05, 2018 (from http://keepachangelog.com/)
All notable changes to this project will be documented in this file.
Released v3.0.12 on May 08, 2019
- Update dependencies
Released v3.0.11 on May 05, 2018
- fix - Handle auth=pin
Released v3.0.10 on Apr 10, 2018
- Allow adding JSONObject to metadata
Released v3.0.8 on Nov 4, 2017
- Resolved issue that caused build to fail when using AAPT2
Released v3.0.7 on Oct 27, 2017
- Invalid card details will force us to show a popup that allows the user correct their card entry
- Updated all dependencies
- In debug mode, an assertion has been added to force the developer to choose either remote or local transaction initialization exclusively.
- Added utility method to strip card of all non-numeric characters
Released v3.0.5 on Jun 20, 2017
- Fixed a bug that made some verve cards get bounced by the validator
- Other minor bug fixes
Released v3.0.1 on Apr 7, 2017
- Add access_code support (
chargeCardwill resume transaction initialized on server) - Transaction reference can be fetched even if an error occured
- removed support for token flow
- Added support for Bank hosted (3DSecure) authorization
- SDK is able to conclude card enrollment
Released v2.1.0 on Nov 13, 2016
- Add metadata support.
- HOTFIX Verve card support fully functional
Released v2.0.2 on Sep 5, 2016
- Add split payment awareness.
Released v2.0.1 on Sep 5, 2016
- Increase all connection timeout to 5 minutes.
Released v2.0 - 2016-08-25
- Added Perform Transaction
- Added Verve Card Support
- Added PIN and OTP
Released v1.2.1 - 2016-07-30
- Update retrofit and okHttp
- okHttp no more uses reflection so we get it the default trust manager
Released v1.2.0 - 2016-03-14
- ApiClient will throw new exceptions in case
TLSv1.2is not found - Make
retrofituse customokHttpClientthat uses our socket factory to create requests
Fixed
- Rework Android Library to work with only TLS v1.2
NEXT - YYYY-MM-DD
Added - 2016-03-02
- Markdown templates - @ibrahimlawal
Released v1.1.1 - 2016-03-01
- Updates Gradle plugin to 1.5.0 > @ibrahimlawal
- Updated Retrofit to Retrofit 2 > @ibrahimlawal
Removed
- Retrofit
Added
- Retrofit 2
Fixed
- Compatibility with apps using Retrofit 2
Released v1.1.0 - 2016-01-26
- Updated readme to include instructions for charging tokens, charging returning customers - @shollsman
- RSA KEY now a constant fixed in library. - @ibrahimlawal
Released v1.1.0 - 2015-10-07
- Initial release published - @segunfamisa
Commits on Oct 6, 2015
- Added files > @segunfamisa - 3472b97
- Initial commit > @shollsman
Security
- Nothing