David Kohler
|
d2ea00bcae
|
Merge pull request #72 from jwdeveloper/develop-1.6.1
Develop 1.6.1
1.6.1-Release
|
2024-05-12 20:52:28 -04:00 |
|
kohlerpop1
|
4297af1349
|
Simplify LiveDataMapper#map
|
2024-05-12 20:47:13 -04:00 |
|
kohlerpop1
|
d09c90ef54
|
Added append live username option to FileStorage and now support connection to 18+ age restricted!
|
2024-05-10 16:44:42 -04:00 |
|
kohlerpop1
|
9c96c8899a
|
Added option to use File Locking as through testing, some events occur simultaneously causing the file to become overlapped or corrupted.
|
2024-05-04 15:21:34 -04:00 |
|
kohlerpop1
|
301df6392d
|
More updated to TikTokLinkMicBattleEvent, updated Gift since its no longer enum we do not need to use Unsafe, and added default mappings for WebcastLinkMicBattle and WebcastLinkMicArmies
|
2024-04-19 13:41:07 -04:00 |
|
kohlerpop1
|
fb9fc04ee5
|
Revert "More updated to TikTokLinkMicBattleEvent, updated Gift since its no longer enum we do not need to use Unsafe, and added default mappings for WebcastLinkMicBattle and WebcastLinkMicArmies"
This reverts commit 43a8ba4225.
|
2024-04-19 13:33:49 -04:00 |
|
kohlerpop1
|
43a8ba4225
|
More updated to TikTokLinkMicBattleEvent, updated Gift since its no longer enum we do not need to use Unsafe, and added default mappings for WebcastLinkMicBattle and WebcastLinkMicArmies
|
2024-04-19 13:28:10 -04:00 |
|
David Kohler
|
dffccf1f0b
|
Update README.md
|
2024-04-10 12:08:46 -04:00 |
|
GitHub Action
|
6dcccccb78
|
Update version in pom.xml
|
2024-04-10 16:07:17 +00:00 |
|
David Kohler
|
0d467d79c3
|
Update TikTokGiftEventHandlerTest.java
Fixed minor issue with Client compilation
1.6.0-Release
|
2024-04-10 12:05:20 -04:00 |
|
David Kohler
|
33c98508c0
|
MINOR
Merge pull request #70 from jwdeveloper/develop-1.6.0
|
2024-04-10 12:01:00 -04:00 |
|
kohlerpop1
|
67948b14cc
|
Changed isNotClosing to isOpen because if isOpen is false inside of any of the using methods, it throws an exception.
|
2024-04-10 11:54:35 -04:00 |
|
kohlerpop1
|
22e11a7822
|
Removed TikTokRoomInfo.getHostUser() in favor of TikTokRoomInfo.getHost().
Major rework of TikTokLinkMicBattleEvent and proto to support it.
Addition changes to other files to support!
|
2024-04-09 21:38:04 -04:00 |
|
GitHub Action
|
4545503441
|
Update version in pom.xml
|
2024-04-02 02:28:56 +00:00 |
|
David Kohler
|
498d34a90b
|
Merge pull request #69 from jwdeveloper/develop-1.5.4
Changed isNotClosing to isOpen
1.5.4-Release
|
2024-04-01 22:27:09 -04:00 |
|
kohlerpop1
|
103ed7e3ed
|
Changed isNotClosing to isOpen because if isOpen is false inside of any of the using methods, it throws an exception.
|
2024-03-31 20:19:24 -04:00 |
|
GitHub Action
|
67e70c34bc
|
Update version in pom.xml
|
2024-03-03 21:42:11 +00:00 |
|
JW
|
786c24d267
|
Merge remote-tracking branch 'origin/master'
1.5.3-Release
|
2024-03-03 22:40:11 +01:00 |
|
JW
|
966d2f65d8
|
- improve recorder
|
2024-03-03 22:39:44 +01:00 |
|
GitHub Action
|
7ba7143f5a
|
Update version in pom.xml
|
2024-03-02 09:57:33 +00:00 |
|
JW
|
92fde03f2b
|
- improve collector
1.5.2-Release
|
2024-03-02 10:55:44 +01:00 |
|
GitHub Action
|
e058290118
|
Update version in pom.xml
|
2024-03-01 23:17:33 +00:00 |
|
David Kohler
|
d25741b229
|
Merge pull request #67 from jwdeveloper/develop-1.5.1
Fix for mapping of HttpResponse & HttpRequest and more!
1.5.1-Release
|
2024-03-01 18:15:41 -05:00 |
|
kohlerpop1
|
560a8d7c3b
|
Added IllegalStateException to LiveUserDataMapper to catch getAsJsonObject exception.
Created HttpRequestJsonMapper and HttpResponseJsonMapper for ActionResult gson parser.
|
2024-03-01 16:08:05 -05:00 |
|
GitHub Action
|
6178bc25cf
|
Update version in pom.xml
|
2024-03-01 01:54:49 +00:00 |
|
Jacek W
|
48d1138754
|
MINOR
1.5.0-Release
|
2024-03-01 02:53:04 +01:00 |
|
Jacek W
|
a5320db820
|
Merge pull request #63 from jwdeveloper/develop-1.5.0
Develop 1.5.0
|
2024-03-01 02:51:35 +01:00 |
|
JW
|
4e1ab35a60
|
Merge branch 'master' into develop-1.5.0
# Conflicts:
# Tools-EventsCollector/pom.xml
# Tools-EventsWebViewer/pom.xml
|
2024-03-01 02:50:35 +01:00 |
|
David Kohler
|
cef4972f37
|
Merge pull request #64 from jwdeveloper/develop-1.5.0-live-user-data-fix
Develop 1.5.0 live user data fix
|
2024-02-29 20:42:36 -05:00 |
|
JW
|
713c90a271
|
.
|
2024-03-01 02:42:23 +01:00 |
|
kohlerpop1
|
71853db5cc
|
Merge remote-tracking branch 'origin/develop-1.5.0' into develop-1.5.0-live-user-data-fix
# Conflicts:
# Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClient.java
|
2024-02-29 20:38:53 -05:00 |
|
kohlerpop1
|
ef90d4cd58
|
Moved validation to TikTokLiveClientBuilder#validate!
|
2024-02-29 20:38:05 -05:00 |
|
Jacek W
|
dad4048bc0
|
Merge pull request #65 from jwdeveloper/develop-1.5.0-publishing-messages
- implementing publishing messages
|
2024-03-01 02:35:52 +01:00 |
|
kohlerpop1
|
9ba049d37a
|
Fixed CollectorExample and removed useless @Setter in MongoDataCollectorSettings!
|
2024-02-29 20:27:41 -05:00 |
|
kohlerpop1
|
f7d657371b
|
Merge remote-tracking branch 'origin/develop-1.5.0' into develop-1.5.0-live-user-data-fix
# Conflicts:
# extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDataCollectorSettings.java
|
2024-02-29 20:23:32 -05:00 |
|
JW
|
eea691a5aa
|
- implementing publishing messages
|
2024-03-01 02:20:11 +01:00 |
|
Jacek W
|
a249ac0cdd
|
Merge pull request #62 from jwdeveloper/develop-1.5.0-messages-to-file
Develop 1.5.0 messages to file
|
2024-03-01 01:53:21 +01:00 |
|
JW
|
b82c7184b3
|
Removed unused projects.
|
2024-03-01 01:52:54 +01:00 |
|
kohlerpop1
|
29631ac468
|
Fixed Live User Data Mapper throwing MalformedJsonException!
|
2024-02-29 19:19:23 -05:00 |
|
kohlerpop1
|
15c642297c
|
Fixed Live User Data Mapper throwing MalformedJsonException!
|
2024-02-28 21:03:00 -05:00 |
|
kohlerpop1
|
d3004d76c1
|
Merge remote-tracking branch 'origin/develop-1.5.0' into develop-1.5.0/messages-to-file
|
2024-02-28 12:27:05 -05:00 |
|
kohlerpop1
|
3ae73072ff
|
Working on collecting to files!
|
2024-02-28 12:24:34 -05:00 |
|
Jacek W
|
9c5f97157a
|
Merge pull request #61 from jwdeveloper/develop-1.5.0-remove-old-stuff
Develop 1.5.0 remove old stuff
|
2024-02-28 16:45:49 +01:00 |
|
JW
|
ea847bb883
|
Merge branch 'develop-1.5.0' into develop-1.5.0-remove-old-stuff
|
2024-02-28 16:44:57 +01:00 |
|
JW
|
45bac053b9
|
Removed unused projects
|
2024-02-28 16:44:07 +01:00 |
|
Jacek W
|
8cb647f27a
|
Merge pull request #60 from jwdeveloper/develop-1.5.0-client-testing
Testing gifts, follows and more!
|
2024-02-28 16:27:47 +01:00 |
|
JW
|
ffbd67eef4
|
made: settings.fetchGifts default to true,
attach to options `setOffline`
create static method `of` for events
-TikTokGiftEvent
-TikTokCommentEvent
-TikTokSubscribeEvent
-TikTokFollowEvent
-TikTokLikeEvent
-TikTokJoinEvent
Rename:
GiftSendType -> GiftComboStateType
|
2024-02-28 16:05:25 +01:00 |
|
JW
|
e923f3fad7
|
made: settings.fetchGifts default to true,
attach to options `setOffline`
create static method `of` for events
-TikTokGiftEvent
-TikTokCommentEvent
-TikTokSubscribeEvent
-TikTokFollowEvent
-TikTokLikeEvent
-TikTokJoinEvent
|
2024-02-28 15:58:16 +01:00 |
|
JW
|
faa1185b97
|
made: settings.fetchGifts default to true
|
2024-02-28 15:11:03 +01:00 |
|
GitHub Action
|
ead954dd27
|
Update version in pom.xml
|
2024-02-26 15:26:34 +00:00 |
|