Skip to content

Commit

Permalink
edited manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
goody-h committed May 5, 2018
1 parent ec38615 commit c922017
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# Harold
Your college companion
# Harold - Timetable & (CGPA GPA) Calculator
Feature rich result manager with a semester aware timetable

Easily calculate your GPA and CGPA with this result manager. It works for any university or college and can be customised to meet their grading system.

Tired of writing course lists, get a course list template file from a friend who has written or go online and download available course lists on the app.The course list is available for use in both the timetable and result manager, so write once use twice.

The inbuilt timetable is set to work with the the course list for a particular semester specified by the user. Reminders are scheduled regularly so you wont miss out on important events.

features:
- Unlimited courses per semester
- Allows custom grading grading system
- Downloadable course lists
- Backup and restore of data
- Support for decimal credit units
- Scheduled event reminder

Contributions to the project are welcomed. Read the github section on contributing to know how contributions are being made.

Contact
email us at [email protected] for further inquiries

Enjoy the app !
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<application
android:allowBackup="true"
android:icon="@drawable/ic_icon_filled"
android:icon="@mipmap/icon_filled"
android:label="@string/app_name"
android:roundIcon="@drawable/ic_icon_filled"
android:roundIcon="@mipmap/icon_filled"
android:supportsRtl="true"
android:theme="@style/AppTheme.Base">
<activity
Expand Down

0 comments on commit c922017

Please sign in to comment.