diff --git a/Files/logo_keymon.png b/Files/logo_keymon.png new file mode 100644 index 0000000..e798416 Binary files /dev/null and b/Files/logo_keymon.png differ diff --git a/pusher.chv.com.b4a b/pusher.chv.com.b4a index da6c53e..908e67e 100644 --- a/pusher.chv.com.b4a +++ b/pusher.chv.com.b4a @@ -70,9 +70,9 @@ NumberOfModules=6 Version=12.5 @EndOfDesignText@ #Region Project Attributes - #ApplicationLabel: Pusher-ML + #ApplicationLabel: Pusher 2.0 #VersionCode: 1 - #VersionName: 3.09.18 + #VersionName: 3.09.27 'Ver. 3.09.18 - Se agregó la posibilidad de mostrar puntos internedios en la ruta y muestra icono diferente si esta en movimiento o parado. 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait @@ -85,6 +85,9 @@ Version=12.5 '###################### PUSH ############################################################# 'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=github&Args=..\..\ '########################################################################################################### + '###################### PUSH TORTOISE GIT ######################################################### + 'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=TortoiseGitProc&Args=/command:commit&Args=/path:"./../"&Args=/closeonend:2 + '########################################################################################################### #End Region #AdditionalJar: com.android.support:support-v4 #AdditionalJar: com.google.android.gms:play-services-location @@ -298,6 +301,7 @@ Sub JobDone(Job As HttpJob) distanciaRecorrida = 0 cont = 0 For Each records() As Object In result.Rows +' Log(records(result.Columns.Get("FECHA"))) If cont = 0 Then usuario = records(result.Columns.Get("RUTA")) fechaInicioRutaGPS = Subs.fechaKMT2Ticks(records(result.Columns.Get("FECHA"))) @@ -683,6 +687,8 @@ Sub traeRutaGPS Dim cmd As DBCommand cmd.Initialize cmd.Name = "seleccionaRutaGPS2" +' If et_final.Text = "0" Then hFinal = DateTime.now + calculaPeriodo cmd.Parameters = Array As Object(Subs.fechaKMT(hInicio), Subs.fechaKMT(hFinal), rutaSeleccionada) ' Log($"Inicio: ${Subs.fechaKMT(hInicio)}, Fin: ${Subs.fechaKMT(hFinal)}, ${rutaSeleccionada}"$) reqManager.ExecuteQuery(cmd , 0, "seleccionaRutaGPS2", 0)