Skip to content

Releases: mercadolibre/point-mainapp-demo-android

2.9.2

02 Oct 21:40
e04c5fc
Compare
Choose a tag to compare
  • New methods to support Payment flow and Camera features decoupled from the Android framework (No needed intents & activity context)
  • Some technical improvements with MP services.

2.8.2

09 Jul 19:23
1a217e9
Compare
Choose a tag to compare

Fixed

-Implement sending payment flow response data to PTM

2.8.1

24 Jun 15:41
2bb59d7
Compare
Choose a tag to compare

Fixed

  • Fixed screen orientation changing when using barcode feature.

2.8.0

18 Jun 18:33
1d55e47
Compare
Choose a tag to compare

Added barcode functionality

The barcode functionality has been added to the application, allowing users to scan barcodes using their device's camera. This feature can be useful in various scenarios, such as:

  • Scanning product barcodes for inventory management or price lookup.
  • Scanning QR codes for accessing information or performing actions.

Get client ID by manifest

The application now has the ability to get the client ID from the manifest file. The customer ID is a unique identifier assigned to the application by the Mercado Pago provider.

Enabling OAuth by a flag in the manifest

The OAuth authentication flow can now be enabled or disabled by setting a flag in the application's manifest file. OAuth is an open standard for access delegation, which allows users to grant third-party applications access to specific resources without sharing their credentials directly.

By including a flag in the manifest, developers can easily configure whether the application should use OAuth for authentication or not, depending on the requirements of the project or the target environment.

2.7.1

29 Apr 21:38
Compare
Choose a tag to compare
  • Internal MP improvement related to performance & traceability..

2.6.3

11 Apr 16:24
41457d0
Compare
Choose a tag to compare
  • Update sdk library with some technical improvements.
    • Updated Client Id for Sdk initialization.
    • Added example of use of new payment launch method.
    • Added hide keyboard when on UI get payment methods.

2.5.1

19 Jan 15:48
c603a69
Compare
Choose a tag to compare

added

  • Update sdk library.

2.4.0

27 Nov 21:15
Compare
Choose a tag to compare

Fixed

  • adding installments functionality to the MLB seller.
  • solution to the exception when returning from the payment flow with installments.

2.2.0

26 Jul 18:54
720fc91
Compare
Choose a tag to compare

Added

  • Beat implementation the new way of tracking flow events.
  • Remove the Timber library and replace the event log with the new implementation.
  • Added smartPos version number in app info.
  • Change name parameter SmartDevice.
  • Removed coroutines dependency in the printer functionalities.
  • MP Generic Response has been implemented in the following features: Payment Flow, Payment Methods, Smart Information, Printer, Camera Scanner.
  • Added flavor to support demo app examples for natives MainApps & MiniApps.

Fixed

  • Fixed error related to sdk version no available into smart information option.

2.0.0

05 Jun 19:28
24691b0
Compare
Choose a tag to compare

Modified

  • Update kotlin version

Fixed

  • Fixed on click listener in payment button

Added

  • Coroutines have been implemented in the content resolvers and other layers, such as use cases and the implementations of the features available in the SDK.
  • Used Smart App content provider to update hardware buttons state
  • Implemented the feature that allows to obtain the SDK and device information.
  • Backward compatibility in callbacks when building the paymentFlow deeplink in the SDK.
  • Implement generic result to handler sdk answer
  • Error handling when inserting a non-numeric amount format.