Markil3
|
1321549ef3
|
Moved most of the message handling to other classes.
I'm finding that this code is being used multiple times, so inheritance seems to be warranted.
|
2021-07-29 09:11:33 -07:00 |
|
Markil3
|
6cc001af70
|
Allows all messages to the browser to be sent without waiting for a response.
This prevents any one message from holding up the browser from receiving additional insructions.
|
2021-07-27 10:52:02 -07:00 |
|
Markil3
|
b89dd9783a
|
Set up a callback system for the browser link.
This should somewhat simulate asynchronous method calling.
|
2021-07-26 22:53:44 -07:00 |
|
Markil3
|
66ce116da4
|
Added better logging and browser support.
We still need to work on the Linux browser a bit.
|
2021-07-26 20:27:43 -07:00 |
|
Markil3
|
77c0b4fa67
|
Added better logging and browser support.
We still need to work on the Linux browser a bit.
|
2021-07-25 14:09:06 -07:00 |
|
Markil3
|
6a95966f9e
|
Allowed this project to compile on Windows.
I was missing a c file for windows-specific builds.
|
2021-07-24 14:13:21 -07:00 |
|
Markil3
|
adf4cea82c
|
Converts the project to use a licensed WAVE file reader.
This is easier to distribute.
|
2021-07-24 14:12:42 -07:00 |
|
Markil3
|
97985044f8
|
Sets the main package name to universeplayer.
The extra underscore was causing problems with the JNI.
|
2021-07-17 07:23:17 -06:00 |
|
Markil3
|
94ffd80c8d
|
Adds basic support for native APIs for a local song player.
|
2021-07-17 07:21:25 -06:00 |
|
Markil3
|
704ab06f85
|
Adds some integration with firefox.
This is still rather unstable, but it runs.
|
2021-07-11 23:33:39 -06:00 |
|
Markil3
|
2bc005f031
|
Adds working links for the collections and such.
|
2021-07-09 13:26:05 -06:00 |
|
Markil3
|
b0c3f5e6ff
|
Adds a view for displaying songs, as well as a basic song database API.
|
2021-07-09 10:36:17 -06:00 |
|
Markil3
|
88c19290b7
|
Initial commit
|
2021-07-05 12:02:30 -06:00 |
|