Commit Graph

227 Commits

Author SHA1 Message Date
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
faa07966da
fix crash on first start, if tcor is not reachable 2020-02-27 12:09:24 +01:00
ccc0f0f2bc
Onboarding [Part 2]
* call the onboarding activity on first start
* reworked selectCourse(() to work outside of the SettingsFragment
* closes #36
2020-02-25 15:25:45 +01:00
e15bf95b85
update to gradle 6.2.1 and gradle android plugin 3.6.0 2020-02-25 11:12:22 +01:00
01677c04ef
Onboarding [Part 1]
this Commit adds a Onboarding Activity, it is currently not usefull or fully working, see #36
2020-02-23 20:09:27 +01:00
6e9c63d3d4 Merge branch 'develop' of Seil0/ProjectLaogai into master [Hotfix] 2020-02-18 15:24:08 +01:00
c343735b57
fix crash on first startup 2020-02-18 15:18:36 +01:00
9c5274dc06 Merge branch 'develop' of Seil0/ProjectLaogai into master
release version 0.5.1
2020-02-05 14:15:04 +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
9907d083e9
added a Mensa shortcut
* added a Mensa shortcut, to directly display the Mensa-Screen
* kotlin 1.3.60 -> 1.3.61
2019-11-28 16:38:25 +01:00
d4860b2a32
updated some libs
* kotlin 1.3.50 -> 1.3.60
* androidx.constraintlayout 2.0.0-beta2 -> 2.0.0-beta3
2019-11-14 23:11:49 +01:00
5ec2b53bce
added "Get it on Google Play" badge 2019-10-24 22:22:17 +02:00
701a351e6e
update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2019-10-17 19:21:15 +02: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
605bf6248d release 0.5.0
Merge branch 'develop' of Seil0/ProjectLaogai into master
2019-09-30 21:28:54 +02:00
d5adc4df51
release 0.5.0 2019-09-30 21:25:38 +02:00
c23454f081
removed versionNameSuffix, f-droid does not like that 2019-09-28 15:01:19 +02:00
b240beacc9
turns out there is a current week too
* don't debug timetable cod on Sundays, since there are no lessons on Sunday
2019-09-25 22:46:58 +02:00
aa69d2242f
fixed course name not being updated on change
* minor GUI improvements
2019-09-23 22:44:03 +02:00
6e6c9f71a0
reworked the way the timetable date is calculated
* cleaned up some timetable gui code
* close #33
2019-09-22 20:51:36 +02:00