Refactor: Rename popup key specifiers#72
Conversation
Renamed '!autoColumnOrder!' and '!fixedColumnOrder!' to '!autoOrder!' and '!fixedOrder!' respectively. This change involves: - Updating constants in Key.java and removing the TODO. - Renaming references in TextKeyData.kt, LocaleKeyboardInfos.kt, and PopupKeysUtils.kt. - Updating all occurrences in layout assets and locale key texts. - Updating documentation in layouts.md.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Renamed '!autoColumnOrder!' and '!fixedColumnOrder!' to '!autoOrder!' and '!fixedOrder!' respectively across code and assets. - Updated constants in Key.java and removed the TODO. - Fixed CI failure by using 'testStandardRunTestsUnitTest' to resolve Gradle task ambiguity caused by multiple product flavors.
- Renamed '!autoColumnOrder!' and '!fixedColumnOrder!' to '!autoOrder!' and '!fixedOrder!' respectively across code and assets. - Updated constants in Key.java and removed the TODO. - Fixed CI failure by using 'testStandardRunTestsUnitTest' to resolve Gradle task ambiguity caused by multiple product flavors. - Fixed Kotlin test compilation errors by updating InputLogicTest.kt and SuggestTest.kt to use public getters instead of private fields.
- Renamed '!autoColumnOrder!' to '!autoOrder!' and '!fixedColumnOrder!' to '!fixedOrder!' across code and assets. - Updated constants in Key.java and removed the TODO. - Fixed CI failure by using 'testOfflineRunTestsUnitTest' to resolve Gradle task ambiguity. - Fixed Kotlin test compilation errors by using public getters for fields that were made private in InputLogic.java.
- Renamed '!autoColumnOrder!' to '!autoOrder!' and '!fixedColumnOrder!' to '!fixedOrder!' across code and assets. - Updated constants in Key.java and removed the TODO. - Aligned CI workflow with main branch by using 'compileOfflineRunTestsKotlin'. - Fixed Kotlin test compilation errors by using public getters for fields that were made private in InputLogic.java.
Renamed '!autoColumnOrder!' to '!autoOrder!' and '!fixedColumnOrder!' to '!fixedOrder!' across the codebase. Updated corresponding constants and their references in Java/Kotlin code, asset files, and documentation. Removed the relevant TODO in Key.java.
PR created automatically by Jules for task 17207460674872782190 started by @LeanBitLab