Conversation
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.
This pull request introduces several updates across the Android project, focusing on versioning, app branding, localization, and minor code improvements. The most significant changes include updating the app's version, standardizing the app's display name to "Essentials" across the UI and codebase, enhancing language support with new strings and categories, and improving the structure of certain Kotlin classes for better maintainability.
App Branding and Versioning
versionCode34 andversionName"12.3" inbuild.gradle.ktsto reflect a new release.AndroidManifest.xml) and the UI (AboutSection.kt), replacing references to the localizedapp_namestring. [1] [2] [3]app_namestring from multiple localizedstrings.xmlfiles, as the app name is now hardcoded. [1] [2] [3] [4]Localization and String Enhancements
Kotlin Code Improvements
State.TimePeriodandTrigger.Scheduleclasses to use property getters fortitle,icon, andisConfigurable, improving code maintainability and consistency. [1] [2]These updates collectively improve the app's branding consistency, internationalization, and code quality.