JW
3e52523644
Prepare tester extension
2024-02-25 21:34:38 +01:00
JW
0fcac60cbe
Update gifts manager
2024-02-25 21:29:21 +01:00
JW
b809bb6cda
Update gifts manager
2024-02-22 20:28:13 +01:00
kohlerpop1
a68eaba5a1
Began rework to dynamic gifts. Did not fetch from url yet.
2024-02-21 17:27:02 -05:00
JW
0252b9a42f
Gifts
2024-02-21 22:47:29 +01:00
GitHub Action
965816e846
Update version in pom.xml
2024-02-15 19:01:19 +00:00
GitHub Action
c93c3144ff
Update version in pom.xml
2024-02-15 18:56:11 +00:00
GitHub Action
4f141edb1a
Update version in pom.xml
2024-02-15 00:26:07 +00:00
GitHub Action
6da40927d0
Update version in pom.xml
2024-02-15 00:18:41 +00:00
GitHub Action
9ee5c89f64
Update version in pom.xml
2024-02-11 11:40:17 +00:00
JW
46bcfd6eb8
Merge remote-tracking branch 'origin/master'
2024-01-19 19:31:36 +01:00
JW
38b66395cb
Fixed poms files
2024-01-19 19:31:30 +01:00
GitHub Action
46e75dec1a
Update version in pom.xml
2024-01-19 18:19:23 +00:00
JW
039f2b6a0b
MINOR
...
Fixed poms files
2024-01-19 19:14:32 +01:00
Jacek W
ff5310f5bf
Merge branch 'develop-1.0.18' into fixes-updates
2024-01-18 17:11:20 +01:00
JW
9ddec45740
Including Pinging Task
2024-01-18 17:03:50 +01:00
kohlerpop1
8a7b9e801b
Removed not used SimpleExample imports!
2024-01-18 10:58:33 -05:00
kohlerpop1
7b4590d0a1
Fixed SimpleExample!
2024-01-18 10:51:03 -05:00
kohlerpop1
2555edd86f
Moved proxy declaration to inside of try, updated websocket version to 1.5.5 from 1.5.4, and cleared up ProxyExample!
2024-01-16 22:09:56 -05:00
JW
cf9b882391
.
2024-01-14 23:16:35 +01:00
JW
913d473442
.
2024-01-14 22:55:05 +01:00
GitHub Action
72092bb56b
Update version in pom.xml
2024-01-14 19:57:41 +00:00
kohlerpop1
b6247feb32
Final Proxy Commit!
2024-01-14 20:56:05 +01:00
kohlerpop1
0dd952a7fb
Push for proxy test pt 4!
2024-01-14 20:56:05 +01:00
kohlerpop1
af4f2b4510
Push for proxy test pt 3!
2024-01-14 20:56:05 +01:00
kohlerpop1
bc3386d21e
Push for proxy test!
2024-01-14 20:56:05 +01:00
GitHub Action
0a857594ea
Update version in pom.xml
2024-01-05 16:26:35 +00:00
JW
f7a92d5015
- refactor of the Http client
...
Changes:
Http-client settings in configure method
```
TikTokLive.newClient("X")
.configure(liveClientSettings ->
{
var httpSetting = liveClientSettings.getHttpSettings();
httpSetting.setTimeout(Duration.ofSeconds(12));
});
```
`TikTokLive.requests()` Easy and quick way of making
http request to tiktok
```
var giftsResponse =TikTokLive.request.fetchGiftsData();
```
Removed:
TikTokLive.isLiveOnline(String hostName);
TikTokLive.isHostNameValidAsync(String hostName);
instead you can use
```
TikTokLive.requests().fetchLiveUserData("Mike").getUserStatus()
```
2024-01-05 17:21:55 +01:00
GitHub Action
6a42da9ecb
Update version in pom.xml
2024-01-05 16:21:21 +00:00
GitHub Action
77533ea4be
Update version in pom.xml
2023-12-22 21:11:06 +00:00
GitHub Action
0ae9068858
Update version in pom.xml
2023-12-20 19:27:06 +00:00
GitHub Action
af8c689417
Update version in pom.xml
2023-12-19 20:53:26 +00:00
JW
4979c1b27a
Merge remote-tracking branch 'origin/master'
2023-12-19 21:30:31 +01:00
GitHub Action
c1fda687d3
Update version in pom.xml
2023-12-19 16:31:06 +00:00
JW
05c49c4545
.
2023-12-19 17:29:16 +01:00
GitHub Action
f8a716429d
Update version in pom.xml
2023-12-19 12:58:59 +00:00
Jacek W
cd9e9ead85
Merge pull request #34 from jwdeveloper/develop-1-0-10
...
Develop 1 0 10
2023-12-19 13:48:47 +01:00
JW
5a2d2d23f0
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 13:46:11 +01:00
JW
3eed982d6b
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 04:01:06 +01:00
GitHub Action
385560de3a
Update version in pom.xml
2023-12-18 21:58:15 +00:00
GitHub Action
c7d84218f2
Update version in pom.xml
2023-12-12 18:49:13 +00:00
JW
82990665b8
Changes:
...
updated structure of WebcastLinkLayerMessage
in proto file
2023-12-12 19:38:55 +01:00
GitHub Action
89fbeb848b
Update version in pom.xml
2023-12-11 22:28:01 +00:00
JW
3832db111e
Changes:
...
onCustomEvent() <- registering custom events
onMapping() <- custom mappings
check out 'CustomMappingExample'
more gifs has been added
exceptions are more explicit
2023-12-11 23:18:40 +01:00
JW
46d5f15d3f
.
2023-12-11 03:56:17 +01:00
GitHub Action
110a4fab4c
Update version in pom.xml
2023-11-14 17:48:13 +00:00
JW
530551763c
Changes:
...
fixed TikTokLive.isHostNameValid()
fixed TikTokLive.isLiveOnline()
those methods was not working in some regions
2023-11-14 18:44:09 +01:00
GitHub Action
ca1827853a
Update version in pom.xml
2023-11-13 23:09:58 +00:00
JW
1977cbe8dc
Changes:
...
New Events
- onLiveUnpaused()
- onRoomInfo() triggered when LiveRoomInfo got updated
Removed:
- clientSettings.setHandleExistingEvents
- onRoom Replaced with onRoomInfo event
- onRoomUserInfo Replaced with onRoomInfo event
Gifts:
- onGift event was not triggered for the more expensive gifts
- onGiftCombo with more expensive gifts was stuck in the GiftSendType.Begin state
Fixed:
- setPrintToConsole(false) was not disabling logs
2023-11-14 00:07:14 +01:00
GitHub Action
2c51844fd9
Update version in pom.xml
2023-11-10 21:29:22 +00:00