G2
ba625ad8be
Update README.md
2024-06-19 10:36:21 -05:00
G2
556f4331b7
Update README.md - Added badges
2024-06-19 10:05:45 -05:00
89691df5f1
Updated README.md
2024-06-19 09:44:36 -05:00
asivery
80a5626a0c
Repair track upload
2024-06-02 23:54:17 +02:00
151214764a
Fixed regex for editing title
2024-05-29 21:31:04 -05:00
641c91bb7d
Fixed bug in channel type conversion, begin work on WASM encryption
2024-05-29 03:16:52 -05:00
72e13b92f9
Ran cargo fmt
2024-05-28 22:02:16 -05:00
52b067ddbc
Fixed issue with testing on wrong target
2024-05-28 22:01:10 -05:00
291e0ba049
Implemented all functions in commands.rs
2024-05-28 21:44:15 -05:00
bf66c59799
Cleaned up old code, added new functions to commands.rs
2024-05-28 18:03:41 -05:00
4151a4f5c0
Started restructuring commands.rs
, updated cross_usb
to 0.3.0
2024-03-24 07:08:29 -05:00
c292b4b533
Remove WASM build as it didn't work
2024-03-11 16:42:46 -05:00
0b403163be
Added workflow to build for Linux and WASM
2024-03-11 16:40:36 -05:00
04ab4e75a6
Fixed improper repository link
2024-03-11 16:36:47 -05:00
94264f77d0
Updated metadata in Cargo.toml
2024-03-11 16:32:25 -05:00
1c0b0c7f11
Update README
2024-03-11 04:17:29 -05:00
38fbad1078
Switched to g2-unicode-jp
fork, fixed compilation error on wasm
2024-03-11 04:15:44 -05:00
e55736344d
Added proper error types
2024-03-11 03:57:47 -05:00
asivery
9bdd7ddb39
Fix playback_control
2024-03-10 16:08:51 +01:00
asivery
2e7b9c2dab
Fix async errors
2024-03-10 15:52:00 +01:00
asivery
1d205dc012
Fix cross-thread error sending
2024-03-10 14:51:34 +01:00
asivery
79844cdb57
Make DeviceStatus' fields public
2024-03-10 14:03:40 +01:00
asivery
afd799d07d
Change vendor_id and product_id functions to return clones of u16
2024-03-10 13:28:28 +01:00
asivery
3fd6bb4c4b
Remove redundant async
2024-03-10 13:25:54 +01:00
04563f31d6
Added documentation to interface.rs
, fixed track change methods
2024-03-10 06:17:58 -05:00
asivery
f1de5bff2a
Remove redundant 'status' field.
2024-03-10 12:01:31 +01:00
asivery
ae6ae5ff9e
Make base.rs public
2024-03-10 11:56:17 +01:00
1227591957
Changed name to minidisc-rs
2024-03-10 05:40:00 -05:00
G2
f9356fe368
Create rust.yml
2024-03-10 05:16:35 -05:00
G2
6df9c0e414
Update README.md
2024-03-10 05:06:08 -05:00
G2
3acafb285f
Update README.md
2024-03-10 05:05:20 -05:00
2b3712f1db
Updated cargo.toml
for v0.1.0
release
2024-03-10 04:16:12 -05:00
a443453fad
Fixed clippy suggestions, added cross_usb
compatible list of devices
2024-03-10 00:12:17 -06:00
e4268056d2
Ran cargo fmt
2024-03-10 00:06:00 -06:00
3f91302ba2
Restructured repository to remove minidisc-cli
2024-03-10 00:03:50 -06:00
G2
54129892bc
Merge pull request #5 from G2-Games/upload
...
Add track upload
2024-03-09 23:57:52 -06:00
asivery
17a1c809d8
Add track upload
2024-03-09 20:55:05 +01:00
50d1f2e6e9
Updated cross_usb
, fixed example to match changes
2024-02-02 00:23:28 -06:00
9784e32f99
Updated code in prep for cross_usb
v0.2.0
2024-02-01 18:09:20 -06:00
7b32c43dcc
Updated deps
2024-02-01 09:24:41 -06:00
asivery
be1a3c445d
Fix return type for send_track, make session fields public
2024-02-01 05:59:13 +01:00
asivery
48ea6567bc
Fix encryption
2024-02-01 05:52:14 +01:00
G2
a3a3ee3827
Merge pull request #4 from G2-Games/wasm
...
Web assembly work complete
2024-01-31 21:42:45 -06:00
0d9646c5a0
Created function for wasm/native sleep, used clippy suggestions
2024-01-31 21:41:41 -06:00
630a8c95eb
Removed all remaining known blocking functions
2024-01-31 21:32:23 -06:00
e7d21253d8
Fixed issue with _read_reply()
in base.rs
2024-01-31 21:20:01 -06:00
c563a41781
Moved some crate components around
2024-01-31 15:01:45 -06:00
4aee02c150
Modified backoff to use browser timeout
2024-01-31 08:55:05 -06:00
766b4c68f7
Started work on WASM support
2024-01-30 18:04:46 -06:00
27853d9ea0
Bumped unicode-jp
version to fork
...
Current version does not compile on WASM, and has security vulnerabilities. The fork https://github.com/uzabase/unicode-jp-rs works for WASM and has updated dependencies to address security concerns.
2024-01-30 10:44:21 -06:00