-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Corregidos más problemas en la creación, borrado y reordena de secuencias y actividades. VersiÃn 1.01 - Nuevas opciones de configuración: * Proteger la configuración y el cambio de pantalla * Activar o desactivar todas las alertas con un click - Cambios en la visualización: * Mejorados los colores * Eliminado el fondo de los iconos - Corregido un fallo al borrar actividades y después añad otras nuevas (gracias a Celso Alpizar por el reporte)
- Loading branch information
Showing
57 changed files
with
2,859 additions
and
1,865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
B4A=true | ||
Group=Default Group | ||
ModulesStructureVersion=1 | ||
Type=Activity | ||
Version=8.5 | ||
@EndOfDesignText@ | ||
#Region Activity Attributes | ||
#FullScreen: True | ||
#IncludeTitle: False | ||
#End Region | ||
|
||
Sub Process_Globals | ||
'These global variables will be declared once when the application starts. | ||
'These variables can be accessed from all modules. | ||
|
||
End Sub | ||
|
||
Sub Globals | ||
Private ActivarAlarmasCheck As CheckBox | ||
Private ActivarAlarmasIcono As ImageView | ||
Private ActivarAlarmasLabel As Label | ||
Private BotonVolver As Button | ||
Private ProtegerVisualizacionCheck As CheckBox | ||
Private ProtegerVisualizacionIcono As ImageView | ||
Private ProtegerVisualizacionLabel As Label | ||
Private Titulo As Label | ||
End Sub | ||
|
||
Sub Activity_Create(FirstTime As Boolean) | ||
Activity.LoadLayout("Configuracion") | ||
ActivarAlarmasCheck.Checked=Starter.AlarmasActivadas | ||
ProtegerVisualizacionCheck.Checked=Starter.AplicacionProtegida | ||
End Sub | ||
|
||
Sub Activity_Resume | ||
|
||
End Sub | ||
|
||
Sub Activity_Pause (UserClosed As Boolean) | ||
|
||
End Sub | ||
|
||
Sub Activity_KeyPress (KeyCode As Int) | ||
If KeyCode = KeyCodes.KEYCODE_BACK Then 'Al pulsar atrás... | ||
Sleep(0) 'No hace nada | ||
End If | ||
End Sub | ||
|
||
Sub ProtegerVisualizacionCheck_CheckedChange(Checked As Boolean) | ||
Starter.AplicacionProtegida=ProtegerVisualizacionCheck.Checked | ||
If Starter.AplicacionProtegida==True Then | ||
Msgbox2("Para liberar la protección, hacer:"&CRLF&CRLF&"UNA PULSACIÓN CORTA"&CRLF&" seguida de"&CRLF&"UNA PULSACIÓN LARGA"&CRLF&CRLF&"Sobre el icono del candado del resto de pantallas.","IMPORTANTE:"&CRLF&"Aplicación protegida","Aceptar","","",LoadBitmap(File.DirAssets,"candado.png")) | ||
End If | ||
CallSub(Starter,"Guardar_Configuracion") | ||
End Sub | ||
|
||
Sub BotonVolver_Click | ||
Activity.Finish | ||
End Sub | ||
|
||
Sub ActivarAlarmasCheck_CheckedChange(Checked As Boolean) | ||
Starter.AlarmasActivadas=ActivarAlarmasCheck.Checked | ||
CallSub(Starter,"Guardar_Configuracion") | ||
End Sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/acercade$ResumableSub_Activity_KeyPress.class
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+82 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/arranqueautomatico.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.14 KB
Objects/bin/classes/javi/prieto/pictorario/configuracion$B4AMenuItemsClickListener.class
Binary file not shown.
Binary file added
BIN
+1.38 KB
Objects/bin/classes/javi/prieto/pictorario/configuracion$HandleKeyDelayed.class
Binary file not shown.
Binary file added
BIN
+1.22 KB
...cts/bin/classes/javi/prieto/pictorario/configuracion$ResumableSub_Activity_KeyPress.class
Binary file not shown.
Binary file added
BIN
+1.27 KB
Objects/bin/classes/javi/prieto/pictorario/configuracion$ResumeMessage.class
Binary file not shown.
Binary file added
BIN
+1.19 KB
Objects/bin/classes/javi/prieto/pictorario/configuracion$WaitForLayout.class
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...n/classes/javi/prieto/pictorario/configurarsecuencia$ResumableSub_Activity_KeyPress.class
Binary file not shown.
Binary file modified
BIN
+20 Bytes
(100%)
.../javi/prieto/pictorario/configurarsecuencia$ResumableSub_DibujarConfigurarSecuencia.class
Binary file not shown.
Binary file modified
BIN
+1.15 KB
(100%)
Objects/bin/classes/javi/prieto/pictorario/configurarsecuencia.class
Binary file not shown.
Binary file added
BIN
+2.56 KB
Objects/bin/classes/javi/prieto/pictorario/designerscripts/LS_configuracion.class
Binary file not shown.
Binary file modified
BIN
+67 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/designerscripts/LS_portada.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/main$ResumableSub_Activity_KeyPress.class
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.../classes/javi/prieto/pictorario/seleccionpictogramas$ResumableSub_Activity_KeyPress.class
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
...ts/bin/classes/javi/prieto/pictorario/seleccionpictogramas$ResumableSub_BuscarTexto.class
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
...lasses/javi/prieto/pictorario/seleccionpictogramas$ResumableSub_DescargarPictograma.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.../classes/javi/prieto/pictorario/seleccionpictogramas$ResumableSub_EncontrarURLporId.class
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/seleccionpictogramas.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/starter$_actividad.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/starter$_secuencia.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/starter$_tablero.class
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...cts/bin/classes/javi/prieto/pictorario/visualizacion$ResumableSub_Activity_KeyPress.class
Binary file not shown.
Binary file modified
BIN
+437 Bytes
(100%)
Objects/bin/classes/javi/prieto/pictorario/visualizacion.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.