Releases: mercadolibre/point-mainapp-demo-android
4.0.2
What's Changed
- On-Demand Installation SmartApps version 4.0.2. by @russiMeli in #63
New Contributors
- @russiMeli made their first contribution in #63
Full Changelog: v4.0.0...4.0.2
4.0.1
4.0.0
What's Changed
- Update sdk library with unified version to SmartApps by @jan-meli in #59
- [PR] Added new bitmap with bottom blank space. by @jonathan-botero-meli in #60
Full Changelog: 3.0.1...v4.0.0
3.0.1
- Added support of custom tag interpreter print, for Chile receipt (invoice & XML DTE for SII)
- Internal technical improvements.
2.9.2
- 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
2.8.1
2.8.0
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
2.6.3
- 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.