1
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 17 hours ago.
Apr 25, 2024 — Apr 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rollback the version of protobuf from 29.3 to 29.1. More... 2 months ago
Support realtime conversion for handwriting input ばらが→薔薇が きょうははれ→今日は晴れ More... 2 months ago
Fix the build error of com_test.cc More... 2 months ago
Rollback the version of third_party/protobuf from v29.3 to v29.1 More... 2 months ago
Update Android NDK in `Dockerfile` to r28 (#1176) More... 2 months ago
Update `rules_android_ndk` to 0.1.13 (#1175) More... 2 months ago
Update dependencies of abseil-cpp, protobuf and googletest in MODULE.bazel More... 2 months ago
Update third_party/gtest to v1.16.0 More... 2 months ago
Update third_party/protobuf to v29.3 More... 2 months ago
Update third_party/abseil-cpp to 20250127.0 More... 2 months ago
Remove tiny_storage and registory. They were mainly used in usage_stats. More... 2 months ago
Fix build failures for Windows. More... 2 months ago
Set mobile request based on the engine type More... 2 months ago
Initializes incoginito_config laizily to avoid a deep copy of config on each key event. More... 2 months ago
Stop "混ぜ書き" handwriting looking up when the composition does not contain Hiragana. More... 2 months ago
Removed typing_correction_legacy_expansion_mode. Always populates new typing scores to all typing corrections generated by the legacy components. More... 3 months ago
Fixed problems related to date conversion function, etc. (#1173) More... 3 months ago
PreeditHandler: update preedit string when it's empty (#1174) More... 3 months ago
Removed usage_stats feature. UsageStats is no longer used. More... 3 months ago
Add variants::GetDescription() and variants::GetPrefix(). More... 3 months ago
Use const T& for the constructor of UserSegmentHistoryRewriter. More... 3 months ago
Use Dictionary as const& to Rewriter constructors. More... 3 months ago
Change `Candidate` to `class`. More... 3 months ago
Pass DataManager as const& to Rewriter constructors. More... 3 months ago
- Remove depedency from Session to EngineOutput - stop using pure static class, EngineOutput. uses output namespace instead. - cleanup visibility. More... 3 months ago
Add candidate.cc to converter_base.gyp More... 3 months ago
Code cleanup in variants_rewriter.cc More... 3 months ago
Code update of CorrectionRewriter. More... 3 months ago
Stop using const pointer to set request, config, and table. Pointers can be nullable, and introduce a level of complexity that can make code harder to read, write, and debug. More... 3 months ago
Remove dependency from dictionary_impl_test.cc to converter. More... 3 months ago