Commit Graph

54 Commits

Author SHA1 Message Date
521045e0dd
remove grades/qispos 2022-12-22 17:39:42 +01:00
3e52061a20
Update dependencies, AGP and make the app build again 2022-12-22 17:26:07 +01:00
5491971959
view binding, latest desing guidlines and minor updates
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-12-06 18:00:28 +01:00
f40c0503c0
fix worker crash on grades sync & fix mensa blocking update on start
All checks were successful
continuous-integration/drone/push Build is passing
* improve qispos logging
2020-09-17 23:23:05 +02:00
390728bfb7
use KAE synthetic binding for layouts in SettingsFragment
All checks were successful
continuous-integration/drone/push Build is passing
* closes #7
2020-09-02 15:36:03 +02:00
a3102bc3f2
add background grades updates with notify on changed grades
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-31 23:03:58 +02:00
95362d5ab8
add diffGrades() to GradesController
Some checks failed
continuous-integration/drone/push Build is failing
* implement unit tests for diffGrades()
2020-08-30 18:13:15 +02:00
f12873fe00
sort grades from cache by semester
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-30 01:38:45 +02:00
d94f38de93
save grades to a encrypted cache file, use cache if not older than 24hr
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-28 21:38:44 +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
62a62049c3
code clean up
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-23 14:27:41 +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
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
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
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
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
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
18ca435764
update TCoRAPIController to API version 1.2.0 2020-06-06 20:56:45 +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
faa07966da
fix crash on first start, if tcor is not reachable 2020-02-27 12:09:24 +01:00
c343735b57
fix crash on first startup 2020-02-18 15:18:36 +01:00
b186a2e96e
release version 0.5.1 2020-02-05 14:10:45 +01:00
2cb4b72369
anko code removed, coroutines are now used for asynchronous functions
* constraintlayout 2.0.0-beta3 -> 2.0.0-beta4
* material-components-android 1.0.0 -> 1.1.0
* this is the first release candidate for version 0.5.1
2020-02-04 19:58:07 +01:00
2d497d1a96
update gradle wrapper to version 6.0.1 2020-01-15 15:28:07 +01:00
9d2de3fcb3
don't use deprecated Gson methods 2020-01-15 15:08:05 +01:00
bed3f5d978
added Timetable and Moodle shortcut, cleaned up activity init 2020-01-15 15:00:05 +01:00
8f5a4dd1b3
reworked preference saving 2019-12-13 14:54:51 +01:00
5cad924b26
removed anko dependency from PreferenceController
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2019-10-17 19:19:47 +02:00
d5adc4df51
release 0.5.0 2019-09-30 21:25:38 +02:00
75168c6688
some more logging and version 0.4.99 (RC1) 2019-08-25 22:45:23 +02:00
5f2b3aa496
clean up the layout & polished Mensa credit dialog
* don't crash if the nfc tag has been removed between triggering intent and connecting to the tag
* closes #21
2019-08-23 19:19:35 +02:00
e74c307566
cleand up the nfc part, added foreground-dispatch
* cleaned up the strings.xml files
* fixed license dialog
2019-08-18 22:09:33 +02:00
c6ac19bfae
fixed the Sunday-fix 2019-07-01 20:31:06 +02:00
a7abd48726
moved all cache checking code tho the CacheController
* added new sunday bug fix for the timetable, same as for the mensa
2019-06-26 15:00:43 +02:00
a055f59cc8
added a dark theme, see #15
* the app now needs sdkversion 23 now an min
2019-06-24 22:41:45 +02:00
23195f94e0
don't us deprecated tcor api requests 2019-06-03 12:05:33 +02:00
9c1f95ca25
some lib updates & new sunday-bug fix 2019-06-02 19:09:36 +02:00