3032fe0fb3
Merge pull request #51 from Enyium:patch-1
...
Added docs.rs link to `Cargo.toml`
2024-02-09 10:54:59 -06:00
edd09c24e7
Switch from cargo-apk to xbuild.
2024-02-09 10:49:08 -06:00
b7b4e7dc85
Bump dependencies.
2024-02-09 10:37:55 -06:00
f593340051
Merge pull request #50 from MarijnS95:drop-ndk-glue
...
Drop `ndk-glue` dependency from the main crate
2024-02-09 10:31:54 -06:00
Enyium
12d8e1f532
Added docs.rs link to Cargo.toml
2023-12-05 12:28:47 +01:00
Marijn Suijten
2a81dc9b70
Drop ndk-glue
dependency from the main crate
...
Commit d42d201
("Update Android dependencies and example.") correctly
replaces `ndk-glue` with `ndk-context` as a more generic crate to hold on
to a global `JavaVM` and Android `jobject` `Context`, but didn't drop the
unused `ndk-glue` crate from the list of Android dependencies. This
crate is only used in the example crate, and [shouldn't clobber
downstream crates].
Besides, `ndk-glue` has been deprecated for some time and should be
replaced by `android-activity` in the example in a followup PR.
[shouldn't clobber downstream crates]: https://github.com/emilk/egui/pull/3606/files#r1401313794
2023-11-22 00:12:48 +01:00
5c528f1d8e
Bump version.
2023-09-09 12:44:17 -05:00
9fb8107acf
Eliminate some warnings.
2023-09-09 12:43:43 -05:00
8dabcc99c4
Bump windows dependency.
2023-09-09 12:41:36 -05:00
b369fb5614
docs.rs is actually using speech-dispatcher 0.11 now.
2023-04-06 10:19:21 -05:00
e6e1cd49bf
Attempt to fix docs.rs builds and bump version.
2023-04-05 11:27:49 -05:00
e2edc18e6e
Bump dependency and version.
2023-04-03 10:08:03 -05:00
3eba940a22
Bump windows
dependency and version.
2023-03-28 14:20:23 -05:00
7e761e1267
Complete migration to jni 0.21.
2023-03-06 15:25:49 -06:00
bf8eb07866
Bump version.
2023-03-06 14:36:48 -06:00
f5be2b7657
Bump jni dependency.
2023-03-06 14:34:49 -06:00
b7e7ed46dd
Appease Clippy.
2023-03-06 14:34:49 -06:00
69eebf2ffa
Bump windows dependency.
2023-03-06 14:34:49 -06:00
6c6089daf9
Merge pull request #41 from ninjaboy:fix-macos-inline-play-example
...
Add support for inline pronounciation
2023-03-06 14:34:30 -06:00
Alexey Stolybko
c874607afe
Add support for inline pronounciation
2022-12-26 20:07:58 +00:00
2667d4e943
Bump version.
2022-12-02 13:06:02 -06:00
8b506a89e0
...
2022-12-02 13:00:20 -06:00
dcaf5b914d
...
2022-12-02 12:59:33 -06:00
359b1c8053
Obnoxious that I can't just push this directly to the mac and test for some reason...
2022-12-02 12:58:46 -06:00
527b4cd61e
Small tweaks.
2022-12-02 12:57:34 -06:00
97fa370dec
Refactor AVFoundation to oxilangtag.
2022-12-02 12:52:08 -06:00
915673eec6
Bump dependency.
2022-12-02 12:38:50 -06:00
cf72bad59a
cargo fmt
2022-11-22 15:44:09 -06:00
246e587f2d
Merge branch 'master' into oxilangtag
2022-11-22 15:38:04 -06:00
d65d79f8fb
More tweaks and simplifications to work around ndk-sys checksum failure.
2022-11-22 15:16:18 -06:00
c339d2bee3
Bump editions in exampels, and remove unnecessary dependencies.
2022-11-22 14:55:31 -06:00
daaead1dc3
Tweak features used in CI builds.
2022-11-22 14:36:15 -06:00
d547d84af0
Merge branch 'master' into oxilangtag
2022-11-22 14:16:08 -06:00
f6766ec633
Bump speech-dispatcher dependency and tweak docs.rs build configuration.
2022-11-22 14:15:40 -06:00
8102820f86
These checks should be run before the tag is pushed, so remove them from the release workflow.
2022-11-22 14:13:46 -06:00
3c9a78a953
Install necessary targets and simplify further.
2022-11-22 12:44:43 -06:00
5470b9557d
Drop old actions-rs actions which seem to no longer be updated.
2022-11-22 12:36:00 -06:00
6770a2ed58
Eliminate caching.
2022-11-22 12:27:40 -06:00
61d84a2120
Manually install toolchain before cache to eliminate a deprecated action and hopefully fix checksum validation failures.
2022-11-22 12:12:57 -06:00
7a91a1e827
Merge branch 'master' into android
2022-11-22 11:26:04 -06:00
e19e5ef0b7
Remove unnecessary return statement.
2022-11-22 11:13:05 -06:00
3e4299d0e6
Update some old actions to newer versions.
2022-11-22 11:04:05 -06:00
d42d20189a
Update Android dependencies and example.
2022-11-22 10:44:18 -06:00
22ae0ef5a3
Refactor to oxilangtag for language codes, and bump Windows dependency.
2022-11-21 12:00:35 -06:00
f5716c48f5
Fix type mismatches after speech-dispatcher update.
2022-10-19 10:28:18 -05:00
eb1d13976a
Bump version.
2022-10-19 09:58:45 -05:00
259549e21d
Merge pull request #34 from helgoboss:master
...
#33 Fix AVFoundation crash on macOS when getting voices
2022-10-19 09:58:02 -05:00
3679ad6153
Merge pull request #36 from helgoboss:bug/35-appkit-crash
...
#35 Fix AppKit crash when interrupting speech
2022-10-19 09:55:15 -05:00
Benjamin Klum
94615a254a
#35 Fix AppKit crash when interrupting speech
...
avoid removing first string when queue already empty
2022-10-16 23:18:19 +02:00
Benjamin Klum
ddf96c10aa
#33 Remove unnecessary unsafe keyword
2022-10-16 23:15:52 +02:00