Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goody-h committed May 17, 2018
1 parent 6161d83 commit 31a1dfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,23 @@ The app is primarily a utility and educational resource intended for use by stud
- Scheduled event reminder

## Releases
Releases are regularly uploaded to [Google play store](https://play.google.com/store/apps/details?id=com.orsteg.harold) in both production and beta stages. Support by downloading tthe latest version of the application and possibly droping a review. You could also opt in for the beta testing program to get early access on future changes to be implemented.
Releases are regularly uploaded to [Google play store](https://play.google.com/store/apps/details?id=com.orsteg.harold) in both production and beta stages. Support by downloading the latest version of the application and possibly droping a review. You could also opt in for the beta testing program to get early access on future changes to be implemented.

#### Changelog
**V1.0.0-beta**
- Initial test release

**V1.1.0**
- Fixed template upload
- Fixed new event added result
- Bug fixes

## Contributing
This project is open to contributions. Areas of focus should include:
- Layout inprovement to meet material design standard and specifications
- Code optimisation for better user experience
- Bug fixes
- Improvement of [readme](Readme.md) file
- Improvement of [readme](README.md) file

#### Further implementations
- Exporting of result to pdf file.
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />

</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
Expand Down

0 comments on commit 31a1dfd

Please sign in to comment.