Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #96

Open
wants to merge 5 commits into
base: native
Choose a base branch
from
Open

Update #96

wants to merge 5 commits into from

Conversation

Macedo-bsb
Copy link

No description provided.

Update of Android Libraries and correction of the use of Commands API.
@@ -19,10 +18,11 @@

<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

@@ -16,7 +16,6 @@
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.

@@ -41,9 +39,10 @@ public interface WebService {
@GET("/api/devices")
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