Skip to content

Releases: osfans/trime

v3.2.16

01 Jan 04:11
Compare
Choose a tag to compare

Change log from v3.2.15 to v3.2.16: v3.2.15...v3.2.16

  • [12a59e4] - chore: bump version to 3.2.16
  • [e0a7105] - refactor(jni): remove workaround for rime tools
  • [db1581f] - build(jni): try to replace boost git submodule with source tarball
  • [f71e5d6] - chore: ignore boost build artifactory
  • [e39f742] - build(jni): more neat way to find headers
  • [36adb9b] - build(jni): use marisa vendored by (lib)rime
  • [0ba4060] - chore: update librime to latest commit
  • [46d9ecc] - build(jni): try to improve boost build
  • [3399efb] - build(jni): try to improve the build of rime and its plugins
  • [21dbff3] - fix: incorrect schemaId to resolve keyboard
  • [83c2f74] - fix: Incorrectly consume keyEvent
  • [19b62f5] - fix: missing init values for LandscapeInputUIMode
  • [9aad56e] - ci: use change log builder action
  • [5251076] - chore: remove obsolete change log script
  • [d7b9e60] - chore: unify job step name
  • [0375d2b] - chore: upgrade setup android action to v3
  • [9f0f371] - chore: change commit template style
  • [4df3368] - chore: upgrade gralde to 8.4
  • [7e9b4ef] - chore: init convert map with enum values
  • [6dff1ba] - fix: mini keyboard toggle issue when plug/unplug the physical keyboard
  • [5dde264] - fix: fix float window size limit
  • [0bd141d] - fix: float window covers the input text on top/bottom edge
  • [f2d7792] - fix: reset to original state when restarting input in the same view
  • [dc27449] - fix: commit any composing text when cursor's position changed
  • [70c68d4] - build(cmake): use cmake file command to create symlink
  • [7b30d1d] - ci: build on Ubuntu, macOS and Windows
  • [c6a67b9] - chore: update build guides
  • [cafe073] - build: remove git branch info
  • [6b121df] - ci: improve job steps
  • [9db179f] - fix: cannot auto switch back between night mode & day mode
  • [265a91a] - fix: resolve color and image path correctly in themes
  • [0b07cf1] - fix: support reading non-compiled nine patch images
  • [5e1b5a8] - feat: Add "Clear All Logs" & "Jump To Bottom" button
  • [85e1b17] - feat: add time in logcat
  • [467abde] - fix: select first theme if selected theme was removed after deploy
  • [f5abd34] - refactor: fix coding style
  • [eaf68b0] - fix: revert the candidate window logic as before
  • [6157d6a] - chore: update dependencies
  • [774bffd] - refactor: fix compile error due to dependency update
  • [8f62d22] - chore: upgrade gradle to 8.5
  • [d33916c] - chore: upgrade spotless to 6.23.3
  • [125fd2f] - chore: upgrade google jave format to 1.18.1
  • [f3d71e3] - ci: add matrix os in cache key
  • [4d151c5] - ci: rename code style job name
  • [9dedfcf] - ci: upgrade checkout action to v4 in release
  • [3060bb1] - ci: remove duplicated gradle setup job
  • [785e007] - ci: upgrade jdk to 21
  • [8a38a91] - ci: rename build trime job name
  • [38dd713] - ci: fix sha256sum not found in macOS
  • [5232f18] - ci: check C++ files with style job
  • [5f3cc5b] - ci: disable windows runner due to build issue
  • [5df49c6] - ci: install clang-format in macOS
  • [af9525b] - ci: skim style check in windows
  • [5dc3d90] - ci: disable fast fail in matrix build
  • [7eba2a7] - ci: use macos to match matrix name
  • [cb76a43] - ci: fix cache key placeholder in release
  • [9f368f1] - fix: modify text of scroll_to_bottom
  • [a3cf556] - chore: add .editorconfig file
  • [1dfcefc] - fix: rollback of dc27449
  • [8ad1248] - build: refactor build logic
  • [38b5da1] - build: migrate build to version catalogs
  • [1043b57] - chore: upgrade boost to 1.84.0
  • [e5ea247] - fix: remove obsolete version of boost
  • [c6cab32] - chore: format cmake files with cmake-format
  • [28f8b48] - build: add cmake format target
  • [ce67389] - doc: add cmake format document
  • [b3ef356] - build: add missing cmake file
  • [a5285de] - chore: format CMakeLists file
  • [62b556f] - chore: fix typo in cache hash script
  • [e0cf0f6] - test: add unit tests
  • [fe85155] - fix: fixed an implementation error in WeakHashSet
  • [1b81b63] - refactor: add RimeWrapper to deploy rime in async manner
  • [5c1f7c4] - refactor: wait for rime deployment completed before doing any work
  • [857edba] - refactor: do not call Rime.getInsance() during init
  • [a6765b7] - refactor: use RimeWrapper to deploy instead of using rime directly
  • [31f4e1d] - feat: display a loading screen as keyboard during deploying
  • [d4dcd6f] - refactor: display loading dialog in preference screen when deploying in background
  • [ca1b607] - refactor: casts as a more generic ViewGroup
  • [bb43b61] - feat: add scrollbar style to candidate view
  • [48e6a87] - refactor: remove extra loading dialog
  • [fed125d] - refactor: change loading text to "deploying"
  • [2863e0c] - refactor: dismiss loadingDialog to prevent leakage
  • [0c971be] - fix: return default keyboard if no keyboard is matched
  • [ab36ded] - fix: prevent NPE
  • [dd52f31] - refactor: standardize deploy process with a result dialog
  • [344357a] - fix: set view's height so it won't be fullscreen at first
  • [6d73bad] - fix: bind keyboard immediately so height won't jump up and down
  • [44d8e0a] - refactor: add InitialKeyboard to display before deployment
  • [3ee23b7] - refactor: add canStart to RimeWrapper to prevent auto startup
  • [50ca063] - refactor: add PermissionUtils to check if all required permissions granted
  • [65182fa] - refactor: set RimeWrapper.canStart if permissions granted
  • [eb0e56e] - refactor: display InitialKeyboard before deployment or lacks of permissions
  • [917b974] - refactor: fix code style
  • [48c64b8] - fix: check if external storage path is empty before starting RimeWrapper
  • [6c27171] - fix: instantiate property as requested instead of caching it
  • [b4151c4] - refactor: remove DataDirectoryChangeListener.Listener from DataManager
  • [d98fb61] - fix: correct lock & release mutex in deploy() method
  • [fc3f59f] - fix: move fontDir to method so it always refers to the latest value
  • [895d305] - chore: add new contributors to author
  • [1a10a79] - fix: handle html hex code input
  • [5738657] - fix: deploy in background thread when triggered by broadcast

v3.2.15

01 Nov 11:21
Compare
Choose a tag to compare

Change log since v3.2.14:

  • 31894f6 fix: update opencc asset
  • e236272 chore: format code with ktlint 1.0.1
  • e66cd6f chore: upgrade ktlint to 1.0.1
  • 6dc39ad Add librime-predict update OpenCC and librime-lua
  • 3501cc9 fix: timing sync crash above Android 12
  • ac654e3 chore: upgrade rime to 1.9.0
  • cbe811a chore: bump version to 3.2.15

v3.2.14

01 Sep 10:39
Compare
Choose a tag to compare

Change log since v3.2.13:

  • e6ed880 fix: refresh liquid keyboard's candidates view
  • 0ca3f43 fix: add missing boost header
  • b2624b1 chore: upgrade boost to 1.83.0
  • e7336b8 chore: upgrade rime to latest
  • 4563b15 fix: update tab manager when theme changes
  • 1a198a2 fix: update data directory on time
  • 0f9cc4e fix: initialize the keyboardView.layoutManager every time in the liquid keyboard
  • d718ceb fix: init flexbox by screen orientation
  • f7498c5 fix: fix two issues with temux
  • a444617 add internationalization resources
  • 7120e40 feat: add confirm delete all function
  • 7c50708 feat(data, ime, ui, res): add edit text function for liquid keyboard
  • 70166d3 chore: update trime author
  • 59ba807 fix: fix the crash that happens when the screen is rotated. (#1054)
  • e2f9ec1 fix: fix liquid keyboard (#1052)
  • bf04d08 fix: Modify the wrong kaomoji keys.
  • ec4abb7 chore: remove obsolete artwork
  • a1324d3 chore: upgrade gradle to 8.2.1
  • 8fd7395 fix: fix composition window disappear
  • 65fe317 formatting code
  • c92a413 fix: Update clipboard view when clipboard content changes.
  • 19e33f6 fix: After the pinned status changes, multiple items may be affected and all need to be updated.
  • b3db9bd 增加定时同步功能
  • cc59c1b fix: apply the ktlint rule
  • cbb49d4 chore: upgrade ktlint to 0.50.0
  • 30cf4c5 chore: upgrade spotless to 6.20.0
  • e4bc0cd fix: apply all kotlin code with ktlint
  • ad77f79 chore: apply ktlint format
  • 809977a chore: upgrade ktlint to 0.49.1
  • e7ca43d chore: upgrade AGP to 8.0.2
  • d74f135 chore: upgrade google java format to 1.17.0
  • 179526f chore: upgrade ndk to 25.2.9519653
  • 6c61c5f fix: fix build config error
  • d173c46 chore: upgrade gradle to 8.2
  • 750a646 chore: update .gitignore template
  • 998d923 fix: fix build error of missing resource
  • cd98833 chore: bump version to 3.2.14

v3.2.13

01 Jul 03:09
c1cf0a7
Compare
Choose a tag to compare

Change log since v3.2.12:

  • c1cf0a7 fix: fix dynamic keyboard outdated data
  • f3dca25 Build codegen use jdk 17
  • cf1ad84 add: Monochrome icon for Android 13+ devices
  • 435d134 chore: bump version to 3.2.13

v3.2.12

01 May 12:28
Compare
Choose a tag to compare

Change log since v3.2.11:

  • 31fa50f chore: upgrade gralde to 8.1.1
  • ba7aff0 fix can't input some Chinese punctuation marks
  • 6f9203d fix: set output of checksum
  • 37a762a chore(ci): replace cache check file
  • de7fdd3 fix(method.xml): could not open setting page from system settings
  • ee5ca29 refactor(core): get commit text in place
  • b4a151e feat(data,util/config): add decode method to ConfigItem
  • ba27779 refactor: rename RimeEvent to RimeNotification
  • 77996e2 refactor: convert Rime.java to Rime.kt
  • b2dcd7e refactor(rime_jni.cc): define notification handler in JNI function
  • 2844407 refactor(Trime.java): some cleanups
  • 87a20d1 chore: update librime-lua to latest
  • f215633 fix(Rime.java): ensure deploy opencc dictionaries each time startup librime (#960)
  • 16128ff refactor: adjust third party library summary display
  • 9ea36ab refactor: some cleanups
  • d651a65 refactor: merge the usages of ConfigGetter into CollectionUtils
  • 00c6382 fix(SchemaManager.kt): ensure all switch options' enable index is not less than 0
  • 20fed36 refactor(text): move all candidates down once one of them has comment
  • bc070b7 refactor(data): utilize new config parser to initialize schema stuffs
  • 5d875b3 feat(util/config): small improvements for Config and ConfigTypes
  • 8b246a0 feat(ConfigTypes.kt): add contentToString method to each config types
  • 5b9601e feat: expose the static create method of Config
  • 403a913 feat: custom UncaughtExceptionHandler
  • ecd2e02 refactor(TrimeApplication.kt): refactor logging format
  • 1b68213 refactor(util/config): polish new config parser
  • f7a033b refactor: convert old Config.java to Theme.kt
  • 8e830b6 feat(util/config): new config parser
  • 183ce21 feat(data): new method to resolve compiled config file path
  • bae618f fix liquid_keyboard_window not display
  • 47a89b2 chore: upgrade spotless to 6.17.0
  • e0774c1 chore: upgrade AGP to 7.4.2
  • c02e983 chore: set jdk version of kotlin for codegen module ...
  • 44a3d2e chore: update dependencies
  • e8a01a2 chore: add license for native dependency
  • eeb5e7d chore: migrate from cookpad/license-tools-plugin to mikepenz/AboutLibraries
  • 92e7659 doc: update pull request template with style lint
  • 8f895bc chore: use default clang format
  • 4220a3e fix: replace macros with inline funtction
  • 7ab57a5 chore: add style lint and format task
  • b12dddb ci: install clang-format package
  • afbdbfe ci: remove spotless check
  • 8aa9a2d style: apply clang format for native file
  • b370961 chore: add clang format helper tool
  • 8904652 style: add clang format style
  • ee70def refactor(jni): slightly refactor CMake stuffs
  • a7e0cbb fix(Config.java): deploy theme file every time
  • 03fe0d2 fix(jni): add exception handling to prevent unexpected program crashes
  • 2c90d5a fix(data): enhance the exception handling when parsing schema file
  • e616620 feat(jni): add getRimeStateLabel api which returns the state label for UI display
  • bb81f3e fix: avoid potential deployment failure
  • f3299ef refactor(jni): split objconv.h from rime_jni.cc
  • 75d121a fix: move namespace to gradle file
  • 9800507 chore: upgrade gralde to 8.0.2
  • c5230db chore: hack workaround for gradle 8.0.2
  • 56f1e21 fix: flush layout with switching keyboard
  • a3e27a5 fix: fix some issues
  • 887651c fix composing key
  • b3ab8ab fix: flicking screen when changing keyboard
  • e1f1907 fix: composition UI disappears after jump to liquid keyboard and then back
  • aa9b46c fix && feat: improve the usability of swipe gesture
  • 85bdc30 chore: upgrade ktlint to 0.48.2
  • 22bb42e chore: upgrade google format to 1.16.0
  • bcad5dc chore: upgrade spotless to 6.16.0
  • a455d03 chore: apply latest ktlint format
  • 5403eca fix: fix trailing-comma-on-call-site rule
  • 7e9864b fix: suppress enum-entry-name-case rule
  • a3a7f11 fix: remove self registered clean task
  • 9fad5b8 chore: bump version to 3.2.12
  • 5f9309e chore: update targetSdkVersion to 33
  • 266c021 fix(build): properly setup signing configs
  • 459dc09 build: register clean up tasks
  • b40783e chore: update getting stared and third party library info in README
  • 47aee95 build,refactor: migrate build configuration from Groovy to KTS
  • 3a6f933 build(build.gradle,res): append suffix to debug type package
  • b978f3a chore: bump version to 3.2.12

v3.2.11

01 Mar 12:42
Compare
Choose a tag to compare

Change log since v3.2.10:

  • 46f3862 chore: upgrade librime to 1.8.5
  • 8fef8bc Update trime.yaml
  • 0943b30 fix,feat(ui): show loading dialog after confirming the schemas to enable
  • 5f33a55 fix(data): make all properties optional when deserializing a schema config
  • 0f86f10 fix(data): don't use librime's API to get the user data dir
  • 2994bfe chore: update dependencies and compile sdk version
  • 6f7eba8 fix,feat(ui): display schema name instead of its id in the picker
  • e17d5d0 fix(core,data): build opencc dictionaries in the user data dir
  • 11b59b8 feat,refactor(core,ui,jni): reimplement setting integer in custom config
  • acf3c77 feat,refactor(core,data): sync built-in data before setting up
  • a6624de refactor(ime,util): convert GraphicUtils class to object
  • 47b6946 refactor(core,jni): move some calculations to C++ side ...
  • 5e3b220 refactor(core,data,ime,jni): replace RimeCandidate with new data class
  • 7c66996 refacor(data,ime): optimize the handling of key code/event somewhere
  • a51a80f refactor(ime): optimize the enum classes related key event stuffs
  • fe4c5bb refactor(ime,util): move launchMainActivity to ShortcutUtils
  • e18767c refactor(ime): cancels TextInputManager's inheritance from MainCoroutineScope
  • 2b74137 refactor(ime): reform how to initialize the local array
  • c9e9350 feat,refactor(ime): reform how to handle the return (enter) key
  • 3d276c4 chore,feat: generate rime key val constants and keycode mapping using ksp
  • 723b9dd refactor(keyboard,lifecycle): remove useless CoroutineScopeJava
  • 60ab4d5 refactor(core,data,jni): bundle more data to schema data class
  • 09791a9 refactor(core,data,ime): split out schema parsing stuffs from Rime.java
  • f8ea394 refactor(core,data,ime,...): make all native methods comply with Camel Case
  • d280ee9 refactor(core,data,ime,jni,ui): move OpenCC APIs to OpenCCDictManager
  • 67b6374 refactor(core,jni): remove redundant deployment APIs
  • 0b55a23 refactor(core,jni): remove the the bridges of configuration APIs
  • 731cf0a refactor(core,ime,jni,ui): migrate more C++ methods must to call ...
  • 1560288 refactor(core,ime,jni,ui,util): shrink the native stuffs
  • 5a14112 refactor(core,jni,ui): reform the native method of selecting schemas
  • c6140e4 refactor(core,data,ime,...): structuralize the schema list item
  • f4585b3 refactor(data,ime,ui,util): replace SystemService with Splitties's one
  • 239af5a chore: add several splitties modules
  • 7b91663 fix: unset ascii mode after switching keyboard
  • 6ce3631 build,refactor(ime,ui,util): eliminate warnings during build
  • 4b6f8ac refactor,fix(data,ime,ui,res): enhance key sound theme management
  • 231d992 chore: add kaml dependency ...
  • f6f6a3b fix(data,ime): eliminate the wired padding on the either side of liquid keyboard (#869)
  • fb21642 fix(jni): don't specify log dir since we don't really need the log files (#906)
  • 68c599c fix(ui): make sure sound package configs are showed in the picker
  • 6de7617 fix(data): add detection of whether the custom file has modified ...
  • c340181 fix(ui): initialize sound related stuffs on storage permission granted
  • 810fbdf chore,refactor(res): update social media information
  • a5b4d6e fix(data,util): parse color values from inputted map first to get drawable
  • 1e01fb9 fix(data): restore disappear key round corners (#895)
  • 9681fae chore: bump version to 3.2.11

v3.2.10

01 Jan 15:28
Compare
Choose a tag to compare

Change log since v3.2.9:

  • 6098ec7 chore: upgrade opencc to 1.1.6
  • 1b4650b fix: fix crash in theme/color picker
  • 0e35b5b feat(core, data, jni): try to redeploy only after the theme config files have been modified
  • 272cbdc fix(Rime): switches on the bar toggle to the opposite states as they show
  • 4b4c272 refactor(data, core, ime, ui): move the sound parameters from Config to SoundManager
  • 678eb8f refactor(data, ime, ui, util): shrink the methods of parsing the color parameters in Config
  • 0f342b0 refactor(data, ime, util): continue to shrink duplicated or similar parts in Config
  • 756bc78 refactor(data, ime, util): migrate more parameters from Config ...
  • 0789403 refactor(data, ime): update or remove some deprecated methods and parameters
  • d64d318 fix(Keyboard): keyboard definition doesn't fallback to default ...
  • 8d7a554 refactor(data, ime): reform KeyboardSwitcher
  • d96a6a3 refactor(data, ime, ...): reform some getters of the preset keyboard parameters
  • 520e991 refactor(keyboard): remove the Context parameter
  • 4c095a0 refactor(Config): optimize some loop implementations
  • 22c9459 refactor(Config): minor refactor of the getter holder classes
  • af8d0df refactor(data, ui): migrate more theme related parameters to ThemeManager ...
  • 960bb51 refactor(Config): reform how to apply sound package
  • 31b47ea refactor(data, ime): reform the getters of the liquid keyboard parameters
  • 37a305c refactor(data, ime, util): reform how to get typeface for the theme layout
  • 0240385 refactor(data, ime): reform how to get size parameters for theme layout
  • 5b37469 refactor(data, ime): reform the getters of the keyboard style parameters
  • 119b4ff refactor(data, ime): rename and simplify PopupPosition (PositionType previously)
  • d831538 refactor(Config): tidy the code that how to parse color string
  • 6ad478a feat(Config): new basic config type getter implementations
  • e15d853 refactor(Config): replace the most of the capture type with Object ...
  • 1a15562 feat(core, ime): use kotlin flow to emit and handle rime notification
  • 22ad347 refactor(core, data, ime, util, jni): optimize the process to get config map...
  • 7d3e450 refactor(jni): minor adjust to the headers
  • 405d779 refactor(jni): remove out-of-date test class
  • 3211ca9 refactor(util, ime): bundle more system services to SystemServices.kt ...
  • ba2f085 feat(data, ime, ui, res): add new preference screen for clipboard, ...
  • 7494f02 refactor(data, ui): remove old database stuffs
  • f7cc962 chore: upgrade opencc to 1.1.5
  • 0874974 ci: not to require capnproto dependency anymore
  • 6583482 chore: update librime to 1.7.3-g9086de3
  • 544805f refactor(ui): change the log tag to the new app name of rime traits
  • 1cb87c5 refactor(jni): tweak with include_directories ...
  • 46cc245 refactor(jni): only call RimeSetup at first run
  • cfcc345 build(jni): replace miniglog with glog bundled by librime
  • 0afc710 build(jni): remove capnproto module
  • 84d907b feat(ui): show warning or error log info when deploy from the main setting page
  • a9d5972 refactor(data): refactor LogView with RecyclerView to improve its performance
  • 2486e64 feat(jni): enable native logging
  • a1788c5 fix(ui): changing color scheme doesn't work
  • 3393a3f refactor(data/ui/res): refactor database related sharedpeferences to use more proper types to store
  • ef110ef refactor(data): move Config to theme package
  • e0cd0f6 refactor(data): rename some variables to make it easier to understand their usages
  • 1efe8ab refactor(data): completely remove methods/variables should can only handle by AppPrefs from Config
  • da4f6ab refactor(data): refactor AppPrefs ...
  • cb4ab69 chore: bump version to 3.2.10

v3.2.9

01 Nov 12:08
Compare
Choose a tag to compare

Change log since v3.2.8:

  • a34a9c3 feat(ime): add delete all database beans menu action
  • 054da09 fix(ime): symbol: invisible key text in LiquidKeyboard
  • 6f6305a fix(data/symbol): insert a unique bean failed when collect a bean
  • e2f060d fix(data): pinned beans don't move to the top of the list
  • 42008c3 feat(ime): operate database beans on keyboard by popup menu
  • 619008f refactor(data): continue to improve LiquidKeyboard implementations
  • 1591ea0 refactor(data): rewrite implementations for database bean displaying
  • b92648b refactor(data): adjust database migrate methods
  • 03f05a8 feat(data): apply coroutine to room database stuffs
  • d7cf6be feat(data): add and apply migration methods to database
  • d6b824b refactor(data): complete new database stuffs
  • f587539 refactor: adjust input views
  • 322cc76 refactor(ime/symbol): improve LiquidKeyboard UI logic
  • f47f578 refactor: remove redundant construct parameter of Rime and Config class
  • dc04a18 chore: mark argument to export room database architecture
  • be9d3ff feat(data): initialize ClipboardHelper to enhance management of clipboard
  • af2a1d0 feat(data): initialize androidx room database stuffs
  • faed379 chore: add andoridx room to manage database
  • da9ce3e refactor(ui): apply XXPermission APIs in PerfMainActivity
  • f57e137 chore: introduce XXPermission to simplify permission request process
  • dddf91c feat(util): add SystemServices to contain frequently used services
  • 170960f chore: fix code style in manifest
  • c537038 chore: minor reformat manifest
  • 6964d23 feat(ui): support to choose data directory via SAF
  • bd36499 feat(util): implement UriUtils
  • 472bb48 chore: update dependencies
  • 677106c feat(ui): basically implement FolderPickerPreference
  • 948877e refactor(res): remove redundant layout files
  • 1d750ee chore: remove system alter window permission in manifest
  • 97cf4a0 refactor(ui): remove old picker implementations
  • c4e2c80 refactor(ui): apply the new show picker methods in activity fragments
  • ad142f2 refactor(ime): move all show-dialog-related methods to Kotlin side ...
  • bb3d9b3 feat(ui): simplify the picker creation with implementing CoroutineChoiceDialog class
  • d1c731b feat/refactor(ime): no permission required to show popups above the input view ...
  • 35002f0 chore: update cmake to 3.22.1
  • fc1d671 chore: migrate to new gradle settings management
  • 0a69316 refactor(ui): fine tune DialogSeekBarPreference
  • 8c6d777 fix(ui): navigation bar overlaid the last preference
  • e43b928 refactor(ui): reorder preferences in OtherFragment
  • 9e0e83f fix(ui/data): try to fix hardcoded data dir
  • 5b7bcbc refactor(ui): polish LiquidKeyboardActivity
  • e727d23 feat(ui): add animation when navigate between the fragments
  • 641afed fix(ui): the buttons in the navigation bar were difficult to see
  • 634d114 refactor(ui): improve how to show license page
  • 1ba414e chore: update gradle build tools plugin to 7.2.2
  • 8c1839e chore: polish methods to get custom build config fields
  • 312452e refactor(data): remove unused functions in Config.java
  • 3dfc4ed chore: add junit test implementations
  • 8f12555 fix(data): should list sound profiles in the subdir
  • c8c2867 chore: remove redundant items in manifest
  • 7e40542 feat: input symbol in liquid Keyboard
  • 0c8f884 chore: bump version to 3.2.9

v3.2.8

02 Sep 15:02
Compare
Choose a tag to compare

Change log since v3.2.7:

  • 33c3487 feat: floating window for liquid keyboard
  • 963998f feat: config apps not save draft, increase save draft frequency
  • b18c7ec chore: move acticity part to activity alias
  • 2055637 feat: manage data in clipboard / draft / collection
  • 0058e89 fix: hide_comment not works
  • 4c39d67 fix(config): endless loop in setTheme
  • 1ce3bec chore: disable desugaring temporarily
  • ce55836 refactor(res): polish translations
  • f36ff94 refactor: apply spotless check
  • c6db387 fix(ui): "Sync in background" preference never show the time and status of last sync
  • fa4dbbb refactor(ui): improve code logic in ColorPickerDialog
  • 96ed341 chore: set compileOptions
  • 129b90b refactor(ui): improve code logic in SoundPickerDialog
  • 0dfcf07 fix(ui): fail to enable or disable schema(s) sometimes
  • 1d9f2e8 refactor(ui): improve code logic in ThemePickerDialog
  • 3bad159 refactor(ui): apply new progress dialog implementation
  • ed92809 refactor(util): implement withLoadingDialog for lifecycleCoroutineScope
  • 44f5372 refactor(ui): rename classes to be consistent with new preference names
  • be95e64 refactor(ui): reorganize preference screen
  • 545a392 refactor(ui): apply MainViewModel to PerfMainActivity and its fragments
  • 305bf2b refactor(ui): new MainViewModel
  • 63fd86b refactor(ui): put all ui-related files into ui directory
  • 1d28629 refactor(components): optimize logic in SchemaPickerDialog
  • fee2036 refactor(components): optimize logic in ResetAssetsDialog
  • 26849eb refactor(data): replace prepareRime with sync in Config
  • 1781a59 feat(data): implement data synchronization in DataManager
  • 5b48bc2 fix: num key not work, show shift label when alt/meta/ctrl on
  • 57188bc perf: show ascii label when ascii_punct on
  • 3ae3273 fix: shift_lock value ascii_long not work
  • 72845e3 fix: commit char when librime not process key
  • 56170d9 feat: ignore modifer keys when preset key has modifer
  • 76fc165 feat: not use shifted label when Shift lock ignored
  • cd72053 fix: modifier state lost when longclick keys
  • 9b8d8d8 fix: some key with shift couldn't input in ascii mode
  • 6da7a58 feat: change key label when shift key on
  • 23b6de4 fix: bug in modify keys
  • d5ad817 feat: ignore Shift locke for space, number and symbol
  • 908637e feat: show variable length keys in liquid keyboard
  • 652a867 chore: upgrade capnp to 0.10.2
  • cb342c3 fix: long click to delete wrong behaviour
  • 3447848 chore: clean dead code in manifest
  • f58516d fix: fix copy text crash issue
  • c685ddf chore: upgrade gradle to 7.5
  • 8f4d027 fix: missing default.custom.yaml
  • 7a9a691 fix: wrong key background
  • 3d0c03d refactor: improve commit text logic and performance
  • 53b22c3 fix: KP_0 - KP_9 could not input
  • 0572618 fix: selected text not provide to presetkey option
  • 05428eb chore(gradle): get git branch info from ci
  • 9fb5c3d feat: long click to delete clipboard item
  • 7cacd64 chore: bump version to 3.2.8