jacek.wolniewicz
71f744cf49
Merge remote-tracking branch 'origin/develop-1.8.1' into develop-1.8.1
2024-07-01 21:26:10 +02:00
jacek.wolniewicz
046d5f1756
Simplify adding events to TikTok Builder,
...
checkout `EventsBuilder`
2024-07-01 21:25:30 +02:00
kohlerpop1
c36b0f1f62
Fixed spelling mistake!
2024-07-01 15:04:05 -04:00
GitHub Action
a2082ebee3
Update version in pom.xml
2024-07-01 00:35:28 +00:00
GitHub Action
6728fd9963
Update version in pom.xml
2024-07-01 00:32:46 +00:00
GitHub Action
34ddc74189
Update version in pom.xml
2024-06-24 14:16:40 +00:00
GitHub Action
31618a16ba
Update version in pom.xml
2024-06-07 10:55:14 +00:00
GitHub Action
243791f6b8
Update version in pom.xml
2024-06-02 20:11:19 +00:00
GitHub Action
d1eec34fca
Update version in pom.xml
2024-06-02 20:07:58 +00:00
GitHub Action
68a86f3dbd
Update version in pom.xml
2024-05-24 01:34:38 +00:00
GitHub Action
5577df7c9c
Update version in pom.xml
2024-05-23 22:45:49 +00:00
GitHub Action
b153afb332
Update version in pom.xml
2024-05-13 00:55:24 +00:00
GitHub Action
6dcccccb78
Update version in pom.xml
2024-04-10 16:07:17 +00:00
GitHub Action
4545503441
Update version in pom.xml
2024-04-02 02:28:56 +00:00
GitHub Action
67e70c34bc
Update version in pom.xml
2024-03-03 21:42:11 +00:00
GitHub Action
7ba7143f5a
Update version in pom.xml
2024-03-02 09:57:33 +00:00
GitHub Action
e058290118
Update version in pom.xml
2024-03-01 23:17:33 +00:00
GitHub Action
6178bc25cf
Update version in pom.xml
2024-03-01 01:54:49 +00:00
GitHub Action
ead954dd27
Update version in pom.xml
2024-02-26 15:26:34 +00:00
GitHub Action
7a5c00d99a
Update version in pom.xml
2024-02-26 15:17:09 +00:00
JW
0fcac60cbe
Update gifts manager
2024-02-25 21:29:21 +01:00
JW
63dd8c20ac
Update gifts manager
2024-02-25 21:02:39 +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
kohlerpop1
c1105f1324
Switched to new Signing Server endpoint and more
2024-02-15 12:10:17 -05: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
GitHub Action
72092bb56b
Update version in pom.xml
2024-01-14 19:57:41 +00: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
GitHub Action
c1fda687d3
Update version in pom.xml
2023-12-19 16:31:06 +00:00
GitHub Action
f8a716429d
Update version in pom.xml
2023-12-19 12:58:59 +00: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
GitHub Action
89fbeb848b
Update version in pom.xml
2023-12-11 22:28:01 +00:00
GitHub Action
110a4fab4c
Update version in pom.xml
2023-11-14 17:48:13 +00: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
GitHub Action
6cebbf891d
Update version in pom.xml
2023-10-24 20:01:26 +00:00
GitHub Action
ed70799cd9
Update version in pom.xml
2023-10-13 11:59:25 +00:00
GitHub Action
77e30de5e1
Update version in pom.xml
2023-10-12 13:19:01 +00:00