dfd62c6f09Initial implementation of mozilla models, refactor of the code of languages management in Global.java, updated JDK to 25
niedev
2025-12-04 00:57:09 +0100
6bef8f639eFixed compilation of bergamot I kept separate sentencepiece variants between RTranslator -> bergamot -> marian-dev and RTranslator -> sentencepiece-interface because marian used a older version of sentencepiece that was also forked and modified by Mozilla
niedev
2025-11-27 23:12:06 +0100
ee78d43549Fixed bergamot submodule not working
niedev
2025-11-27 19:32:38 +0100
adf37ddf34Removed bergamot to fix submodule not working
niedev
2025-11-27 19:28:17 +0100
18a81bd94cInitial substitution of bergamot static lib to submodule
niedev
2025-11-27 18:55:58 +0100
e95ad219a5Sobstituted sentencepiece pre compiled lib with the sentencepiece submodule
niedev
2025-11-27 16:45:32 +0100
1b08dfef51Keep -idea/runConfigurations in the repo
niedev
2025-11-26 15:35:08 +0100
8e50e93a55Added run configuration in the repo
niedev
2025-11-26 14:36:34 +0100
21ae3b2efcFixed gradle sync by removing the no longer used SwitchButton
niedev
2025-11-26 13:28:44 +0100
0634a23f4dfeat(devcontainer): setup Android SDK/NDK, Java 17, and auto-accept licenses for Codespaces
🚸se สั้นๆ พี่ศรี
2025-11-24 08:34:47 +0000
d0a0322083Included bergamot C++ library
niedev
2025-11-16 17:36:15 +0100
c3ad71cf13Removed an old comment from Translator.java
niedev
2025-11-16 17:35:48 +0100
0dc53013caFixed inclusion of protobuf in the headers of sentencepiece Sentencepiece already contains an implementation of protobuf, but it simply wasn't correctly referred from the includes of the headers in /cpp/src/libs/sentencepiece/include
niedev
2025-11-12 22:25:42 +0100
fc42ebbd77Replaced sentencepiece code with the static library libsentencepiece.a, removed TestNNAPI.cpp and separated cache_container_native library from the sentencepiece library
niedev
2025-11-12 19:06:46 +0100
e2ea6ddbceFixed missing function call in BluetoothCommunicator
niedev
2025-11-03 16:08:34 +0100
7747ac472dFixed Bluetooth status change logic for BluetoothCommunicator
niedev
2025-11-03 00:18:12 +0100
23991efaffRemoved onDisconnectionFailed callback for bluetooth because it is no longer used
niedev
2025-11-02 23:41:09 +0100
cfc745799bUpdated build.gradle jcenter to mavenCentral
niedev
2025-11-02 19:55:10 +0100
f7b6a73a7dImprovements to the Bluetooth Server Disconnection method, now the connection is closed and removed before the confirmation via connectionStateChange, because that callback is unreliable.
niedev
2025-11-02 19:49:30 +0100
36e36a4736- Improvements to the Bluetooth Client Disconnection method, now the connection is closed and removed before the confirmation via connectionStateChange, because that callback is unreliable. - Made the BluetoothConnectionServer connection code more clear
niedev
2025-11-02 14:02:16 +0100
dfd88d152cInitial implementation of a parameter to deactivate bluetooth status control for BluetoothCommunicator
niedev
2025-11-02 13:40:54 +0100
29407b7a3aFixed MTU change request
niedev
2025-10-31 16:08:38 +0100
9711c7ce31Initial adaptations to the new target Android APIs 36
niedev
2025-10-28 21:16:42 +0100
cc22df130cImproved the new downloader (status restore of the Fragment, bug fixes) and replaced the old one
niedev
2025-07-04 23:00:56 +0200
cab71cec9dRemoved an unused dependency and updated gradle.properties for the new gradle version
niedev
2025-07-01 21:29:33 +0200
d660d13956Implemented the service and the DownloadManager of the new download, plus an initial version of the new DownloadFragment that uses this new downloader.
niedev
2025-06-29 19:37:39 +0200
8d1c21325eInitial implementation of the new downloader
niedev
2025-06-26 22:34:58 +0200
Merge pull request #128 from JedLee6/v2.00
niedev
2025-06-12 16:15:51 +0200
b619993344Add a toggle in the settings to enable or disable this feature showing original transcriptions beyond the translation
jedlee
2025-05-26 23:59:16 +0800
d66ca4a332Implement the feature showing both the original text and translated text in WalkieTalkie and Conversation Mode. So the user can verify if their speeches are recognized correctly.
jedlee
2025-05-18 22:49:51 +0800