Add an "About the app" item to the main overflow menu#136
Merged
Conversation
A Material dialog with the app icon, name, and version (surfaces the version in-app, related to #113), a brief description of what the app does, developer credit, the free-and-open-source / Apache 2.0 license line, and a short note that battery figures are device-provided estimates and the app ships as-is without warranty. A neutral button opens the project's GitHub page. New strings translated in values-ar. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013sJMWbdZpssHRUSbY9ANTC
almothafar
commented
Jul 12, 2026
This was referenced Jul 12, 2026
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.
Closes #134. Related: #113 (surfaces the app version in-app).
What
A new "About the app" item in the main screen's overflow menu (after "Send feedback") opens a Material dialog with:
appVersionName())developer_namestring, consistent with the signature footer)Per the discussion in #134, the open-source/license statement is included in-app as a trust signal (and groundwork for the F-Droid listing, #4), while the personal "playground" tone stays in the README.
Changes
res/menu/menu_main.xml— newaction_aboutoverflow itemui/MainActivity.java— menu handler,showAboutDialog(),openProjectPage()res/layout/dialog_about.xml— new dialog content layout (scrollable, theme-attribute colors)res/values/strings.xml+res/values-ar/strings.xml— new strings with Arabic translations (Western digits via the version placeholder, per Battery details table: fix RTL alignment + use Western digits for numbers #96)Testing
MissingTranslationis an error in this repo)🤖 Generated with Claude Code
https://claude.ai/code/session_013sJMWbdZpssHRUSbY9ANTC
Generated by Claude Code