Skip to content

WIP: Feature/about screen

Add short description in about window, build info and three new stub buttons. Looks pretty ugly, but it works and can be enhanced in future. Better to add a divider between the first and the second, and the second and the third button respectively. Also, would be better to have a 512x512 icon to add it here.

Add a new strings file accessibility.xml for descriptions.

Fix ToolbarStyle. After this MR, following layouts can be edited:

  • fragment_my_activity.xml;
  • fragment_my_issues_container.xml;
  • fragment_my_issues_container.xml;
  • fragment_auth.xml.

Gradle Scripts changes:

  • Increase a version of Android;
  • Rewrite getBuildNumber() method in groovy;
  • Add a new method to read a current commit hash;
  • Add a new field to BuildConfig, which contains the hash;

The screenshot below shows locally built version of the application. Before build, was performed $ export BUILD_NUMBER=201.

Edited by username-removed-1396844

Merge request reports