Skip to content

Commit

Permalink
Console.log support
Browse files Browse the repository at this point in the history
  • Loading branch information
StringManolo committed Jul 16, 2024
1 parent 6386196 commit baeb77e
Show file tree
Hide file tree
Showing 28 changed files with 442 additions and 434 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Panther/app/build/classes/com/stringmanolo/panther/R$id.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Panther/app/build/classes/com/stringmanolo/panther/R$style.class
Binary file not shown.
Binary file modified Panther/app/build/dexedClasses/classes.dex
Binary file not shown.
31 changes: 17 additions & 14 deletions Panther/app/build/generated/source/R.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,23 @@ int drawable ic_launcher 0x7f020004
int drawable panthera 0x7f020005
int drawable panthera2 0x7f020006
int drawable patair 0x7f020007
int id ListaArchivos 0x7f070008
int id RectanguloMenuIcono 0x7f070001
int id buttonIr 0x7f070006
int id buttonUA 0x7f07000c
int id favicon 0x7f070004
int id listView 0x7f070002
int id listaHacking 0x7f070009
int id listaMotores 0x7f07000d
int id progressbar 0x7f070007
int id textView 0x7f070003
int id textoHacking 0x7f07000a
int id textoMotores 0x7f07000e
int id url 0x7f070005
int id userAgent 0x7f07000b
int id ListaArchivos 0x7f07000b
int id RectanguloMenuIcono 0x7f070004
int id buttonIr 0x7f070009
int id buttonUA 0x7f07000f
int id consoleInput 0x7f070002
int id consoleOutput 0x7f070001
int id executeButton 0x7f070003
int id favicon 0x7f070007
int id listView 0x7f070005
int id listaHacking 0x7f07000c
int id listaMotores 0x7f070010
int id progressbar 0x7f07000a
int id textView 0x7f070006
int id textoHacking 0x7f07000d
int id textoMotores 0x7f070011
int id url 0x7f070008
int id userAgent 0x7f07000e
int id webkit 0x7f070000
int layout activity_main 0x7f030000
int layout layout_archivos 0x7f030001
Expand Down
31 changes: 17 additions & 14 deletions Panther/app/build/generated/source/com/stringmanolo/panther/R.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,23 @@ public static final class drawable {
public static final int patair=0x7f020007;
}
public static final class id {
public static final int ListaArchivos=0x7f070008;
public static final int RectanguloMenuIcono=0x7f070001;
public static final int buttonIr=0x7f070006;
public static final int buttonUA=0x7f07000c;
public static final int favicon=0x7f070004;
public static final int listView=0x7f070002;
public static final int listaHacking=0x7f070009;
public static final int listaMotores=0x7f07000d;
public static final int progressbar=0x7f070007;
public static final int textView=0x7f070003;
public static final int textoHacking=0x7f07000a;
public static final int textoMotores=0x7f07000e;
public static final int url=0x7f070005;
public static final int userAgent=0x7f07000b;
public static final int ListaArchivos=0x7f07000b;
public static final int RectanguloMenuIcono=0x7f070004;
public static final int buttonIr=0x7f070009;
public static final int buttonUA=0x7f07000f;
public static final int consoleInput=0x7f070002;
public static final int consoleOutput=0x7f070001;
public static final int executeButton=0x7f070003;
public static final int favicon=0x7f070007;
public static final int listView=0x7f070005;
public static final int listaHacking=0x7f07000c;
public static final int listaMotores=0x7f070010;
public static final int progressbar=0x7f07000a;
public static final int textView=0x7f070006;
public static final int textoHacking=0x7f07000d;
public static final int textoMotores=0x7f070011;
public static final int url=0x7f070008;
public static final int userAgent=0x7f07000e;
public static final int webkit=0x7f070000;
}
public static final class layout {
Expand Down
Binary file modified Panther/app/build/output/app-debug.apk
Binary file not shown.
Binary file modified Panther/app/build/output/app-unsigned-debug.apk
Binary file not shown.
Binary file modified Panther/app/build/resources.ap_
Binary file not shown.
Loading

0 comments on commit baeb77e

Please sign in to comment.