-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor 20241226 #1540
Merged
Merged
Refactor 20241226 #1540
Conversation
This file contains 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
WhiredPlanck
force-pushed
the
refactor-20241226
branch
from
December 26, 2024 13:06
43244f5
to
d8e3f3a
Compare
A notification will be created on deploy failure to guide user to view error logs.
WhiredPlanck
force-pushed
the
refactor-20241226
branch
from
December 27, 2024 20:24
eaf71b4
to
09d64a5
Compare
- Make the long text can be automatically scaled, powered by the adapted AutoScaleTextView from fcitx5-android [1] - Once a candidate item contains a non-empty comment, all the text will align to baseline - Clean up the code tree of CandidateItemUi Ref: 1. https://github.com/fcitx5-android/fcitx5-android/blob/3dff0a3a94c68cc3e8030b62ef548570b5a0c434/app/src/main/java/org/fcitx/fcitx5/android/input/AutoScaleTextView.kt
- Improve the display just like do with candidate - Cleanup the code tree of SwitchUi
WhiredPlanck
requested review from
goofyz and
Bambooin
and removed request for
goofyz
December 29, 2024 08:46
A fine-working speech recognition requires network permission, which against our privacy policy. Although some ROMs like MIUI / HyperOS may make it work without network permission, most users don't benefit from it.
WhiredPlanck
force-pushed
the
refactor-20241226
branch
from
December 29, 2024 09:11
6785b95
to
04786db
Compare
Bambooin
approved these changes
Dec 29, 2024
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.
Pull request
Issue tracker
Fixes will automatically close the related issues
Fixes # N/A
Feature
Describe features of this pull request
This PR is an effort to improve may things as follow before 2025 new year:
Code of conduct
Code style
make sytle-lint
Build pass
make debug
Manually test
Code Review
Daily build
Login and download artifact at https://github.com/osfans/trime/actions
Additional Info