Commit Graph

48 Commits

Author SHA1 Message Date
Jannik ea0caea91e
save email and password to encrypted preference
continuous-integration/drone/push Build is passing Details
2020-08-12 11:00:22 +02:00
Jannik 1f660bdd37
add login dialog
continuous-integration/drone/push Build is passing Details
* first step towards a working his online integration
* rework AddSubjectDialog
* activate fragment_on_login
2020-08-11 17:09:46 +02:00
Jannik dd5c7b3fb8
fix some lint warnings
continuous-integration/drone/push Build is passing Details
* remove unused resources
2020-08-10 14:51:40 +02:00
Jannik 7779296345
change default accent color, code clean up 2020-06-07 23:41:49 +02:00
Jannik 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
Jannik 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
Jannik 48544aef2f
add a complete version of the addLesson Dialog 2020-05-15 18:58:57 +02:00
Jannik 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
Jannik b186a2e96e
release version 0.5.1 2020-02-05 14:10:45 +01:00
Jannik bed3f5d978
added Timetable and Moodle shortcut, cleaned up activity init 2020-01-15 15:00:05 +01:00
Jannik 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
Jannik 5cad924b26
removed anko dependency from PreferenceController
continuous-integration/drone/push Build encountered an error Details
2019-10-17 19:19:47 +02:00
Jannik 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
Jannik 2cc2ecf952
theme the dialogs and navView too, added a License dialog 2019-06-25 17:10:57 +02:00
Jannik 98b3adbf3b
update to kotlin 1.3.40, added theme choose option
* added missing dividers in settings
* added a black theme
* closes #15
2019-06-25 12:07:18 +02:00
Jannik 77326a8ed6 added ability to refresh the mensa menus
* some minor clean ups
2019-04-03 19:21:51 +02:00
Jannik 750a808fbe the homescreen now shows the next day with a lecture
* fixed getTomorrowWeekIndex() since it would return 7 which is out of the arrays bounds
* minor clean up
2019-03-23 21:07:33 +01:00
Jannik e51a80b78d home screen redesign 2019-03-22 21:59:32 +01:00
Jannik 15f1386b6e some minor gui fixes
* why was minifyEnabled = false ??????????
2019-03-19 19:51:58 +01:00
Jannik a1410f7b80 sort of worked around the Sunday problem 2019-03-18 19:09:03 +01:00
Jannik a6d14044c2 added initial course selection
* some minor gui fixes
2019-03-17 18:38:31 +01:00
Jannik f3b7ff066d added the tcor api
* drastically improved loading times, closes #14
2019-03-17 18:12:36 +01:00
Jannik 040eb26dcf update app version to 0.3.90 2019-03-14 22:57:41 +01:00
Jannik a4eceeddc9 added 2nd week menus & option to disable buffet in the mensa tab
* the GUI now shows a second week for Mensa menus
* you can disable the buffet in the Mensa tab now
2019-03-10 13:37:13 +01:00
Jannik 3e3a80442e next weeks menu & accent color
* the MensaParser can now get the next weeks menus
* it's now possible to select a accent color
2019-03-09 22:15:53 +01:00
Jannik dbfdaffe99 the app can now display multiple lessons per time slot
* display multiple lessons per slot if needed
* material dialogs 2.0.0 -> 2.0.3
2019-03-01 18:59:17 +01:00
Jannik 75a457312d major bug fixes & version 0.3.2
* fixed a issue that prevented the app from showing the second weeks schedule, until now the app showed always the current week as next week
* minor color chooser improvements
* minor code clean up
2019-01-03 13:46:09 +01:00
Jannik 87bf614d28 added color saving
** WARNING this contains issues, many issues **
2019-01-03 01:45:28 +01:00
Jannik b49d16b1a1 updated some libs, meal tomorrow shows correct string if there's no meal 2018-12-02 00:05:23 +01:00
Jannik f97e8b2b14 fixed text overlapping and some crashes 2018-11-26 11:17:07 +01:00
Jannik bf48bec16b minor fixes 2018-11-19 12:00:39 +01:00
Jannik e6c4096787 minor gui fixes, clean up 2018-11-18 21:28:43 +01:00
Jannik b083e44711 added a new icon, gui cleanup 2018-11-18 19:46:21 +01:00
Jannik 2df58311cb updated version number 2018-11-17 15:02:53 +01:00
Jannik 0607d58760 show tomorrows meal if iths latr than 1500 2018-11-13 16:17:05 +01:00
Jannik 3cd831e72c timetable week view shows the current + the following 5 days, bugfixes
*fixed always showing the same day in week timetable view
* fixed wrong date is shown in timetable week view
2018-11-12 12:32:42 +01:00
Jannik 03fa1eca84 fixed crash on days between saturday and monday, verion 0.2.1
* code clean up
2018-11-11 21:12:28 +01:00
Jannik 54a5e2da8e version 0.2.0
* the selected course is saved now
2018-11-07 14:17:33 +01:00
Jannik 2c81c80456 fixed app crash if the tt cannot be loaded 2018-11-06 10:47:51 +01:00
Jannik 2d525c394b added a loading diaolg, when you change the course & code cleanup 2018-11-05 20:59:41 +01:00
Jannik a58d6436b3 version 0.1.3
* added german translation
2018-11-02 20:54:41 +01:00
Jannik b915f574fe version 0.1.2
* fixed a crash that occurred if there was no meal for the current day
* added a card if there's no more meals this week
* added a card if there's no lesson at the current day
2018-11-01 01:06:53 +01:00
Jannik 9f09fdcff2 version 0.1.1 2018-10-30 20:48:24 +01:00
Jannik f9a122558d added TimeTableParser
* you can access the current timetable and mensa menu now
* you can access the weeks mensa menu now
2018-10-29 18:03:20 +01:00
Jannik 5fd9db182a cleanup, mensa detail view and timetbale fragment 2018-10-27 14:11:47 +02:00
Jannik 40832686bf migrate to androidx and color chooser 2018-10-26 00:50:37 +02:00
Jannik b8179a5504 added settings and minor clean ups
* added a settings fragment
* added jsoupe for mensa/timetable parser
2018-10-25 18:52:33 +02:00
Jannik 8741652638 initial commit 2 2018-10-24 18:22:05 +02:00