Skip to content

v1.0

Choose a tag to compare

@chris1625 chris1625 released this 12 Mar 00:06

First "production" release of our application. Includes bugfixes and code cleanup.

Bugs fixed:

  • Banana logo would appear extremely large on the sign in and create account pages for some devices
    • Caused by the root layout not filling entire activity
    • Fixed by changing layout_height of root linear layout of SigninActivity to "match_parent"

General changes:

  • Removed all hardcoding of strings in CreateGroupFragment

Planned changes:

  • Remove remaining hard-coding of strings in project
  • Remove redundant function calls and/or orphaned methods
  • Extract existing duplicate code as helper methods