Skip to content

Releases: mercadolibre/point-mainapp-demo-android

4.0.2

07 Jan 20:16
5c3f6ba
Compare
Choose a tag to compare

What's Changed

  • On-Demand Installation SmartApps version 4.0.2. by @russiMeli in #63

New Contributors

Full Changelog: v4.0.0...4.0.2

4.0.1

12 Dec 20:22
3b483bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...4.0.1

4.0.0

10 Dec 19:50
8f7bafb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...v4.0.0

3.0.1

10 Dec 13:12
0f0cbf1
Compare
Choose a tag to compare
  • Added support of custom tag interpreter print, for Chile receipt (invoice & XML DTE for SII)
  • Internal technical improvements.

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.