-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugFix & Removed Feature & Updated Roadmap
+ Added QRAuthorize.java + Added JFrame QRCode printer for initial run. + Removed TaskChain reason of new WhatsApp upcoming update. + Added Command Feature to TODO List.
- Loading branch information
1 parent
2e6582a
commit 4ba2241
Showing
28 changed files
with
121 additions
and
49 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
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 |
---|---|---|
|
@@ -34,5 +34,4 @@ public class Task { | |
public float getUnix() { | ||
return date.getTime() / 1000L; | ||
} | ||
|
||
} | ||
} |
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
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,18 @@ | ||
package tr.com.poyrazinan.utils; | ||
|
||
import com.google.zxing.client.j2se.MatrixToImageWriter; | ||
import com.google.zxing.common.BitMatrix; | ||
|
||
import java.awt.*; | ||
|
||
public class QRAuthorize { | ||
|
||
/** | ||
* Generate QRCode in image format. | ||
* | ||
* @param matrix | ||
*/ | ||
public static Image generateQRCodeImage(BitMatrix matrix) { | ||
return MatrixToImageWriter.toBufferedImage(matrix); | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+410 Bytes
target/classes/tr/com/poyrazinan/exceptions/NotInMemoryException.class
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.
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,5 @@ | ||
#Generated by Maven | ||
#Wed Sep 15 16:25:11 EEST 2021 | ||
groupId=tr.com.poyrazinan | ||
artifactId=AutoWPMsg | ||
version=1.0-SNAPSHOT |
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,10 @@ | ||
tr\com\poyrazinan\exceptions\NotInMemoryException.class | ||
tr\com\poyrazinan\Main.class | ||
tr\com\poyrazinan\utils\MessageTimer$1.class | ||
tr\com\poyrazinan\model\Task.class | ||
tr\com\poyrazinan\services\MessageSender.class | ||
tr\com\poyrazinan\services\ExcelInputReader.class | ||
tr\com\poyrazinan\utils\MessageTimer.class | ||
tr\com\poyrazinan\WhatsAppListener.class | ||
tr\com\poyrazinan\services\CacheCreator.class | ||
tr\com\poyrazinan\model\Task$TaskBuilder.class |
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
Empty file.
Binary file not shown.