Commit Graph

201 Commits

Author SHA1 Message Date
313ff4741a
add grades shortcut
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-26 17:53:03 +02:00
07e348989a Merge pull request 'rebase develop' (#47) from master into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #47
2020-08-25 19:26:51 +02:00
0c6a486dd9 Merge pull request 'version 0.6.0' (#46) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Reviewed-on: #46
2020-08-25 19:24:49 +02:00
ec15c79b63
update fastlane screenshot
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2020-08-25 12:05:22 +02:00
4592d1984f
release version 0.6.0
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-25 11:55:55 +02:00
aae74cf9db „README.md“ ändern
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-25 11:06:38 +02:00
e19b0db39d
add missing licenses to license dialog
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-25 10:52:59 +02:00
23fd52b0c5
fab: use plus as icon
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-24 20:22:46 +02:00
62a62049c3
code clean up
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-23 14:27:41 +02:00
849698779b
add icon as svg
All checks were successful
continuous-integration/drone/push Build is passing
* recreate all launcher icons
2020-08-23 14:06:28 +02:00
a42a92a3c5
update constraintlayout
All checks were successful
continuous-integration/drone/push Build is passing
* constraintlayout 2.0.0.rc1 -> 2.0.0
2020-08-22 20:35:44 +02:00
be30e2f968
enable optimisations and minifying for release builds
All checks were successful
continuous-integration/drone/push Build is passing
* closes #19
* update gradle wrapper to version 6.6
2020-08-22 20:20:23 +02:00
c629b2aec2
fix login button
All checks were successful
continuous-integration/drone/push Build is passing
* fix login button action in Onboarding
* add release changelog
* update description
* use new version code scheme
2020-08-21 19:03:28 +02:00
99ba87c3f6
init fragment in onViewCreated()
All checks were successful
continuous-integration/drone/push Build is passing
* closes #42
* show a info text if no mensa menus where found
* the refresh spinner respects the selecte theme now
2020-08-17 22:30:12 +02:00
953b4825a9
check qispos status and show message if unavailable
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-16 21:30:18 +02:00
2807843d25
fix grades divider shown when sub-subject was added
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-15 18:15:36 +02:00
638c321798
grades ui polishing & sorting fix
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-15 18:13:29 +02:00
42d938b0bc
fix background in fragment_grades
All checks were successful
continuous-integration/drone/push Build is passing
* disable swipe in fragment_grades
2020-08-14 21:57:09 +02:00
9d7504bbaf
add grades ui
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-14 21:41:43 +02:00
8ecfe8f120
QISPOSParser [Part 2]
All checks were successful
continuous-integration/drone/push Build is passing
* parse grades and store them in a HashMap per semester
2020-08-14 15:08:42 +02:00
ff0c4ad1a7
QISPOSParser [Part 1]
All checks were successful
continuous-integration/drone/push Build is passing
* get the grades url from qispos
2020-08-13 21:01:21 +02:00
ea0caea91e
save email and password to encrypted preference
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-12 11:00:22 +02:00
1f660bdd37
add login dialog
All checks were successful
continuous-integration/drone/push Build is passing
* first step towards a working his online integration
* rework AddSubjectDialog
* activate fragment_on_login
2020-08-11 17:09:46 +02:00
be43d87b1a
fix more lint warnings
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-10 15:11:36 +02:00
dd5c7b3fb8
fix some lint warnings
All checks were successful
continuous-integration/drone/push Build is passing
* remove unused resources
2020-08-10 14:51:40 +02:00
fb3dab6dc3
save additional subjects and load them on start
All checks were successful
continuous-integration/drone/push Build is passing
* the app now saves all aditional subjects and lessons and loads them on start
* udpate gradle 6.4.0 -> 6.5.1
* update coroutines 1.3.7 -> 1.3.8
* update several androidx libraries
2020-08-10 14:31:17 +02:00
bcfdb83d14
rework CacheController and TCoRAPIController
All checks were successful
continuous-integration/drone/push Build is passing
* all cache file stuff is now handled in the CacheController
* TCoRAPIController only handles API and Gson stuff
2020-08-07 12:14:50 +02:00
8c55366ec0
update libs
All checks were successful
continuous-integration/drone/push Build is passing
* gradle plugin 4.0.0 -> 4.0.1
2020-07-15 16:02:58 +02:00
6f68fbb73c „README.md“ ändern
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-25 17:30:56 +02:00
297dd77e79
use gradle wrapper for drone
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-25 17:25:58 +02:00
6a70f26807
update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-25 17:22:06 +02:00
f6b00a8d81
additional Subject are now added to the timetable 2020-06-12 00:51:50 +02:00
69ce9fef5a
code clean up 2020-06-11 21:51:46 +02:00
2d753851c0
more "Additional Lessons" work
* add TimetableController, this class will handle all timetable work (main + additional Subjects)
2020-06-11 21:41:05 +02:00
6c0624c793
make the app more tolerant about wrong API Data 2020-06-11 18:39:19 +02:00
7779296345
change default accent color, code clean up 2020-06-07 23:41:49 +02:00
3e2ef0521e
change primary color to reflect mosad.xyz design guidelines
* minor style fix: nav_header_main set background to black and text color to white
2020-06-07 23:30:41 +02:00
bdfeb46faf
add "Manage Lessons" Dialog to Settings, minor style fixes
* initially select the current theme in the select theme dialog
* set the correct accent color for all dialogs (needs to be done manually for every dialog)
2020-06-07 14:59:04 +02:00
18ca435764
update TCoRAPIController to API version 1.2.0 2020-06-06 20:56:45 +02:00
948f330ebe
TimeTableFragment clean up 2020-06-05 20:56:37 +02:00
72e9efb9e7
fix warings in TCoRAPIController 2020-06-05 19:17:49 +02:00
bea1b47396
complete & move AddLessonDialog to separate class 2020-06-05 16:12:53 +02:00
34a68ff75d
add courses to addLesson Dialog, read lessonSubjects from tcor 2020-05-29 16:56:15 +02:00
1ba3f1fa87
update gradle tool to 4.0.0 2020-05-28 23:27:16 +02:00
48544aef2f
add a complete version of the addLesson Dialog 2020-05-15 18:58:57 +02:00
bc09e33147
update gradle, constraintlayout & coroutines
* gradle 6.2.1 -> 6.4
* constraintlayout 2.0.0-beta4 -> 2.0.0-beta6
* coroutines 1.3.5 -> 1.3.6
2020-05-14 18:27:26 +02:00
6ec9b9f5e2
update commons-lang and coroutines
* commons-lang 3.9 -> 3.10
* coroutines 1.3.3 -> 1.3.5
2020-05-01 12:48:53 +02:00
a19173b499
update kotlin
* kotlin 1.3.70 -> 1.3.71
* gradle-plugin 3.6.1 -> 3.6.2
2020-04-02 17:15:34 +02:00
85dc3181fd
fix compatibility with tcor version 1.2.2 and higher
* update kotlin 1.3.61 -> 1.3.70
2020-03-03 20:13:47 +01:00
e46c234b6c
fix OnboardingActivity is not closed on start of MainActivity 2020-02-27 12:13:46 +01:00