-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whole activity addCustomTask is working good now :)
- Loading branch information
Showing
5 changed files
with
180 additions
and
22 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
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
|
||
public class Hub { | ||
public static SocketCommunicator sc; | ||
public static CommunicatorUI cui; | ||
} |
7 changes: 3 additions & 4 deletions
7
Android/app/src/main/java/dev/kamilklecha/autoswitchmobile/Packet.java
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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
package dev.kamilklecha.autoswitchmobile; | ||
|
||
import java.io.Serializable; | ||
import java.sql.Time; | ||
import java.util.Date; | ||
import java.util.Calendar; | ||
|
||
|
||
public class Packet implements Serializable { | ||
public | ||
String Exec; | ||
String Action; | ||
String TimeMode; | ||
Integer seconds; | ||
Time time; | ||
Date date; | ||
Calendar dt = Calendar.getInstance(); | ||
Boolean force; | ||
} |
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