Add "Get Involved" section to About screen with GitHub and Transifex links#102
Open
RobinJ1995 wants to merge 2 commits into
Open
Add "Get Involved" section to About screen with GitHub and Transifex links#102RobinJ1995 wants to merge 2 commits into
RobinJ1995 wants to merge 2 commits into
Conversation
Add a personal description of the project, plus dedicated cards linking to the GitHub repository (for contributors) and Transifex (for translators). The description sits above the two link sections, and everything is styled as frosted-glass cards to match the app's modern dialog look. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01MzQN7qXezLdBA2RKNhFrBo
Convert AboutActivity from Java to Kotlin to match the rest of the codebase's ongoing migration, preserving all behaviour: version display, developer links, the logo easter egg, and the new GitHub/Transifex links. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01MzQN7qXezLdBA2RKNhFrBo
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
Enhanced the About screen with a new "Get Involved" section that encourages users to contribute to the project through GitHub and translation efforts on Transifex.
Key Changes
Layout Updates: Added three new UI components to
activity_about.xml:Drawable Assets: Created new resources for the About screen:
about_card_background.xml: Frosted-glass card design with rounded corners and translucent stylingic_about_github.xml: GitHub logo vector iconic_about_translate.xml: Translation/language vector iconActivity Logic: Implemented click handlers in
AboutActivity.java:openUrl()method to safely open URLs via IntentString Resources: Added localized strings for:
Implementation Details
selectableItemBackground)https://claude.ai/code/session_01MzQN7qXezLdBA2RKNhFrBo