v1.0
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