Skip to content

Commit

Permalink
Update app version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmanginzel committed Feb 6, 2018
1 parent 2b5579f commit bbd786c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 1.2.1

- Better support for exams without grade
- Highlight passed and failed exams
- Thanks to @eltos for the pull request (#8)!

# 1.2.0

- Allow scraping of universities which provide multiple grade entry tables for each semester
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> [MyGrades](https://mygrades.de/) Android App
[![Apache2 License](https://img.shields.io/badge/license-APACHE2-blue.svg?style=flat-square)](/LICENSE)
[![MyGrades Version](https://img.shields.io/badge/mygrades-1.2.0-8BC34A.svg?style=flat-square)](https://mygrades.de)
[![MyGrades Version](https://img.shields.io/badge/mygrades-1.2.1-8BC34A.svg?style=flat-square)](https://mygrades.de)
<br><br><br>
MyGrades is an Android App developed by [Tilman Ginzel](https://github.com/tilmanginzel) and [Jonas Theis](https://github.com/jonastheis). Its main purpose is to scrape a students grades from her/his respective university's website. To do so, it simulates a browser which follows a sequence of URLs and extracts the desired information with XPATH (web scraping). The core functionality is based on our Android App [Scrapp](https://github.com/tilmanginzel/scrapp), which we developed during our studies at the RheinMain University of Applied Sciences. Special thanks to [Rahel Habacker](https://github.com/RedHilarious)!

Expand Down Expand Up @@ -60,7 +60,7 @@ This project is licensed under the [Apache Software License, Version 2.0](http:/

See [`LICENSE`](LICENSE) for more information.

Copyright 2015-2016 Jonas Theis, Tilman Ginzel
Copyright 2015-2018 Jonas Theis, Tilman Ginzel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'de.mygrades'
minSdkVersion 16
targetSdkVersion 25
versionCode 19
versionName "1.2.0"
versionCode 20
versionName "1.2.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit bbd786c

Please sign in to comment.