0xboobface
adf3da4aee
Add documentation server with markdown servlet
2019-04-08 15:41:09 +02:00
0xboobface
601669fdd6
Added menu entry to ignore models
...
Ignored models are not displayed in the thumb overview tab. This is
useful, if you don't like a model and want to get rid of it for good
2019-04-07 18:43:06 +02:00
0xboobface
458e05d2b4
Add notes column to recorded models tab
2019-04-07 18:11:27 +02:00
0xboobface
fb7953e045
Add crypto wallets again
2019-04-07 17:20:16 +02:00
0xboobface
2a74761c54
Make sure the playlist is not empty when checking the online state
2019-04-07 12:03:00 +02:00
0xboobface
9647f1160f
Fix: Errors thrown by external browser
...
This hopefully fixes the errors, which popped up in the external browser, because
it tried to write to a closed socket.
2019-04-05 14:50:45 +02:00
0xboobface
25e7c8a0ea
Add filter input to filter by model name and url
2019-04-05 13:40:08 +02:00
0xboobface
85b809da00
Clear search box, if escape is pressed
2019-04-05 13:39:41 +02:00
0xboobface
38d65c4b7d
Remove test class
2019-04-04 19:11:03 +02:00
0xboobface
73221ce881
Set version to 1.19.1
2019-04-04 19:00:49 +02:00
0xboobface
3e4ad5272b
Replace deprecated calls
2019-04-04 18:58:45 +02:00
0xboobface
dd1a2c1cc8
Use the proper URL to retrieve the news toots
2019-04-04 18:55:36 +02:00
0xboobface
c4a18ae860
Update changelog
2019-04-04 18:40:42 +02:00
0xboobface
055de8b653
Update bundled Java to version 12
2019-04-04 18:40:30 +02:00
0xboobface
732489cd18
Update JavaFX to version 12 and set ctbrec version to 1.19.1
2019-04-04 18:39:57 +02:00
0xboobface
7ffa41944c
Fix online check for BongaCams
...
The online check now consists of three steps: 1. check, if the model's
state is online on its profile page. 2. check, if the room status is
public with getRoomData 3. check, if the stream playlist is available
2019-04-04 18:07:19 +02:00
0xboobface
f5a302337f
Don't show previews, if disabled
2019-04-03 21:00:20 +02:00
0xboobface
335233f473
Replace EvictingQueue with own implementation
...
For some unknown reason the EvictingQueue didn't evict or evicted only
partially. Nevertheless it caused an OutOfMemoryError.
2019-03-21 14:51:52 +01:00
0xboobface
1dd432dbd9
Add base URL setting for Bongacams
2019-03-05 17:01:42 +01:00
0xboobface
71599c7156
Get the 50 latest toots instead of 20
2019-02-28 18:24:19 +01:00
0xboobface
a249be01c7
Fix: Adjust Streamate search code to new JSON format
...
Streamate has changed the JSON response for the search. This change
adjusts our code to handle that new format.
2019-02-22 13:42:44 +01:00
0xboobface
37fc341767
Remove debug log
2019-02-20 13:47:34 +01:00
0xboobface
6dbdac6df5
Fix json exception in online check for BongaCams
2019-02-20 13:44:56 +01:00
0xboobface
14b2911651
Increase version to 1.19.0
2019-02-19 18:57:40 +01:00
0xboobface
8bf5f2fff7
Update changelog
2019-02-19 18:55:51 +01:00
0xboobface
11f0dfde00
Added comment for PP improvements
2019-02-19 18:53:33 +01:00
0xboobface
e1eeb830da
Add getSanitizedName to Model
...
This method provides returns a name, which is safe to use with
filesystem I/O. Fc2Model returns the model ID for this.
2019-02-19 15:28:52 +01:00
0xboobface
75a625bbe0
Improve deleteIfTooShort method
...
If a directory does not exist, it returns true. If the directory is
empty, it deletes the directory and empty parent directories and returns
true.
2019-02-13 22:07:34 +01:00
0xboobface
fba3a72167
Disable concurrent download settings for server mode
2019-02-13 20:46:43 +01:00
0xboobface
70bb052c94
Improve layout and look of StatusPane
2019-02-13 15:29:43 +01:00
0xboobface
27dac97384
Improve handling of postprocessing
2019-02-13 12:24:04 +01:00
0xboobface
0a58b91fec
Don't show replies, but only new status
2019-02-13 12:23:19 +01:00
0xboobface
2b82215678
Use pastebin URLs for the changelog and update check
2019-02-11 15:43:17 +01:00
0xboobface
9245ab6592
Add tooltip for max resolution
2019-02-06 20:53:05 +01:00
0xboobface
351560079b
Add concurrent recordings setting to settings tab
2019-02-05 15:25:56 +01:00
0xboobface
097fb251cb
Add getCurrentlyRecording to recorder
...
This method returns the models, which are currently recorded. It is
implemented as default method, so that LocalRecorder and RemoteRecorder
don't have to implement the same logic.
2019-02-05 15:07:56 +01:00
0xboobface
76f4583ebc
Rename Recorder.isRecording to Recorder.isTracked
2019-02-05 14:45:44 +01:00
0xboobface
198a9c6893
Rename Recorder.getModelsRecording to Recorder.getModels
2019-02-05 14:44:21 +01:00
0xboobface
2dd8100a97
Add setting to limit the number of concurrent active recordings
2019-02-05 14:41:31 +01:00
0xboobface
39679f3162
Improve exception handling and logging for the playlist generation
2019-02-05 13:38:09 +01:00
0xboobface
89f2319345
Add 5min options for split recordings
2019-02-05 12:43:57 +01:00
0xboobface
6ee666a0b1
Add news tab, which shows status updates from mastodon
2019-01-31 16:43:48 +01:00
0xboobface
80e577db7c
Add menu entry to regenerate the playlist
2019-01-31 15:07:42 +01:00
0xboobface
2616d318c0
Deactivate validation if control is disabled
2019-01-31 14:16:41 +01:00
0xboobface
6e58dd6be5
Implement follow/unfollow for BongaCams
2019-01-29 16:28:07 +01:00
0xboobface
d4f5249777
Update list of supported sites on the homepage
2019-01-29 15:21:54 +01:00
0xboobface
ed474e7bd2
Update dowload links to 1.18.0
2019-01-29 15:06:23 +01:00
0xboobface
6fb18e97a0
Update list of supported sites in README
2019-01-29 15:03:31 +01:00
0xboobface
5bf77a2c64
Corrected typo
2019-01-29 14:36:39 +01:00
0xboobface
b394a385f4
Update dowload links to 1.18.0
2019-01-29 14:31:49 +01:00