merge: sync LeanBitLab v3.9.9#122
Open
AsafMah wants to merge 37 commits into
Open
Conversation
…droid 17 startup lag
…perimental engine
…uage is available
- synchronize JNI dictionary iteration to prevent memory corruption - make fallback gesture indexer build asynchronously to prevent UI freeze - check asset extraction markers and size to preserve manual imports
- move dictionary cleanup out of main thread to prevent UI freeze during language switches
This was referenced Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge the pinned LeanBitLab/LeanType v3.9.9 release (
adb7c3755) into LeanTypeDual without pulling the eight newerupstream/maincommits that already belong to v4.0.0-beta1.The update adds system-emoji and app-language settings, multi-row number rows, toolbar swipe-to-dismiss, translation and spellcheck improvements, asynchronous fallback-gesture indexing, dictionary upgrade preservation, and native dictionary crash/ANR fixes. LeanTypeDual's identity, privacy flavors, toolbar/two-thumb features, badges, screenshots, and Fastlane release history remain fork-owned.
Fixes #121.
Merge decisions
com.asafmah.leantypedual, version3.10.0/ code4000,compileSdk 36, andtargetSdk 35.Reliability fixes found during integration
/paths instead of hostFile.separatorfor dictionary upgrade/extraction, with red-to-green behavior coverage.finallyon failure.Verification
compileOfflineRunTestsKotlin,compileOfflineliteRunTestsKotlin,compileStandardRunTestsKotlin, andcompileStandardfullRunTestsKotlin.origin/devbaseline (284 tests, 11 failed, 1 skipped). All ten added tests pass.origin/devbaseline (284 tests, 4 failed, 1 skipped).INTERNETonly in Standard/Standard Full.Unit testsrun #29598368167 passes for merge commit8cc6ebe62.Known test-harness note
The merged full suites can print Robolectric
DefaultDispatcher-workerteardown warnings without adding test failures. Temporary labeled handlers on both changed dictionary scopes caught no exception, and a RichInputMethodManager diagnostic changed teardown scheduling without reporting a scoped error. No diagnostic handlers are retained.Release sequencing
Draft release PR #120 remains based on pre-v3.9.9
devand separately changesImeCompat,LatinIME, andSuggest. Merge this PR intodevfirst; then reconcile/update #120 so LeanTypeDual 3.11.0 contains v3.9.9 plus the verified lowercase suggestion fix without duplicating integration history.