added settings and minor clean ups

* added a settings fragment
* added jsoupe for mensa/timetable parser
This commit is contained in:
2018-10-25 18:52:33 +02:00
parent a367865971
commit b8179a5504
10 changed files with 193 additions and 25 deletions

View File

@ -29,6 +29,7 @@ dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'org.jsoup:jsoup:1.11.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'