Enrique López Mañas

Results 11 issues of Enrique López Mañas

This PR adds a new GitHub flow to check whether our files contain a copyright header. --- Before submitting your PR, there are a few things you can do to...

The following PR improves documentation for the algorithms used in Clustering. --- - [X] Make sure to open a GitHub issue as a bug/feature request before writing your code! That...

We are currently not checking for copyright headers on android-maps-utils. Adding a GitHub action to check whether our files contain a copyright header will help us to keep all our...

type: feature request
priority: p3

Currently, our `android-maps-utils` showcases demos only in Java. Given that Kotlin is now the recommended language for modern Android Development, we could benefit from having our samples being Kotlin friendly...

type: feature request
priority: p3

Most of our samples are slightly outdated. We could adopt a more modern approach (using Binding, removing setContentView, improving our permission handling...) and adopt a syntax more in line with...

type: feature request
priority: p3

To prevent API Keys from being committed, a Git Hook can be used to reject the commit if the file containing the API Map Key has been modified. A sample...

type: feature request
priority: p4

This PR improves the sample git hook to prevent a Google API Key from being committed. The following paper describes the Google API Key Regex structure: https://www.ndss-symposium.org/wp-content/uploads/2019/02/ndss2019_04B-3_Meli_paper.pdf

**Describe the bug** Proguard changed between 3.x.x and 4.x.x, leading to potential malfunctioning in the SDK. This has not been marked as a [breaking change](https://github.com/launchdarkly/android-client-sdk/blob/main/CHANGELOG.md), and it is not marked...

This PR updates and revamps several GA dependencies, and MockK. This PR also increases the Gradle version to 8.4.