Skip to content

Conversation

@Macedo-bsb
Copy link

No description provided.

Update of Android Libraries and correction of the use of Commands API.
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="AIzaSyAMQYClXhA2tZdfCzu9EK9wUDWtCRQ6Bj0" />
android:value="Update_witch_your_google_api_key" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please keep the original key

package org.traccar.manager;

public class ServiceException extends Exception {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please revert the files that only have formatting changes like this.

Call<List<Device>> getDevices();

@GET("/api/commandtypes")
@GET("api/commands/types")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the leading / for consistency.

android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:text="@string/action_click_to_send_command" />
<HorizontalScrollView
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you using HorizontalScrollView her instead of a simple view?

Comment on lines +1 to +19
pluginManagement {

repositories {
gradlePluginPortal()
google()
mavenCentral()
}

}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}

}

rootProject.name = "native"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need all this?

correção chamada
Correcao api key
@@ -0,0 +1,20 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should also remove the output and probably add it to the gitignore.

Return non updates files
@Macedo-bsb
Copy link
Author

I believe I managed to meet your considerations.

@tananaev
Copy link
Member

You still have the output checked in, including the APK file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants