Commit Graph
94 Commits
Author SHA1 Message Date
Seil0 f7fa96b1ae use gradle 5.4.1
* fixes build issues if instant run is enabled
2019-05-03 22:45:53 +02:00
Seil0 6fd82254e0 updated description for f-droid 2019-05-02 14:42:28 +02:00
Seil0 0dd8ba9475 release 0.4.1 2019-05-01 01:04:09 +02:00
Seil0 770e9a255d Update 'README.md' 2019-05-01 00:46:47 +02:00
Seil0 4589badbfc updated versionName to 0.4.1
* updated material-dialogs 2.6.0 -> 2.8.1
2019-05-01 00:36:33 +02:00
Seil0 74f75bfbde update to kotlin 1.3.31, gradle 5.1.1 & gradle plugin 3.4.0 2019-04-25 18:27:57 +01:00
Seil0 a00c651bfd disable layout change animation 2019-04-08 18:39:43 +02:00
Seil0 77757ad9ca fixed mensa screen crash if day has no meals 2019-04-08 14:04:26 +02:00
Seil0 fe111ac56b added refresh to timetable screen 2019-04-06 14:13:01 +02:00
Seil0 4971d0b1b8 added fastlane metadata 2019-04-05 15:05:29 +02:00
Seil0 2bd86ff6bb added fastlane metadata 2019-04-05 15:03:53 +02:00
Seil0 dbaf496a79 minor clean up and refactoring 2019-04-03 20:37:17 +02:00
Seil0 77326a8ed6 added ability to refresh the mensa menus
* some minor clean ups
2019-04-03 19:21:51 +02:00
Seil0 9fc897e194 fixed initial accent color 2019-04-02 13:23:37 +02:00
Seil0 f9ac219ec6 Merge remote-tracking branch 'origin/master' into develop 2019-04-02 13:22:32 +02:00
Seil0 a87e57c80e removed versionNameSuffix 2019-04-01 18:03:26 +02:00
Seil0 ff1d353cae removed versionNameSuffix 2019-04-01 18:03:03 +02:00
Seil0 6e5cf29eaa removed maven repo 2019-04-01 17:55:37 +02:00
Seil0 ee388bf5a5 removed maven repo 2019-04-01 17:55:14 +02:00
Seil0 8aaf8e3647 release 0.4.0
* use Locale.getDefault() for the timetable screen
2019-04-01 10:14:00 +02:00
Seil0 d645d75bbf fixed showing wrong meal of tomorrow on Wednesday 2019-03-27 19:29:54 +01:00
Seil0 f97491addd added mensa sunday workaround
* update mensa blocking un sundays between 1500 and 2359
* updated material-dialogs 2.2.0 -> 2.6.0
2019-03-27 13:29:36 +01:00
Seil0 e08790aaa4 show the next day with a lecture on Sundays too 2019-03-24 17:23:10 +01:00
Seil0 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
Seil0 e51a80b78d home screen redesign 2019-03-22 21:59:32 +01:00
Seil0 a4eaea2918 timetable and mensa gui redesign
* the timetable and mensa screen are now the same design as the settings, much cleaner and ready for themes
2019-03-20 21:33:55 +01:00
Seil0 cd3136715f spelling 2019-03-20 17:55:30 +01:00
Seil0 15f1386b6e some minor gui fixes
* why was minifyEnabled = false ??????????
2019-03-19 19:51:58 +01:00
Seil0 3bace6c155 Update 'README.md' 2019-03-19 19:18:34 +01:00
Seil0 61716f8eb4 Update 'README.md' 2019-03-19 19:13:47 +01:00
Seil0 a1410f7b80 sort of worked around the Sunday problem 2019-03-18 19:09:03 +01:00
Seil0 953185425b fixed menu formatting 2019-03-17 20:52:34 +01:00
Seil0 a6d14044c2 added initial course selection
* some minor gui fixes
2019-03-17 18:38:31 +01:00
Seil0 f3b7ff066d added the tcor api
* drastically improved loading times, closes #14
2019-03-17 18:12:36 +01:00
Seil0 040eb26dcf update app version to 0.3.90 2019-03-14 22:57:41 +01:00
Seil0 1a5d2b6561 fix homescreen 2019-03-14 08:04:09 +01:00
Seil0 92b60d660c updated gradle build tool to 3.3.2 2019-03-14 08:03:39 +01:00
Seil0 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
Seil0 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
Seil0 5a1a07cd42 minor gui updates 2019-03-03 20:46:51 +01:00
Seil0 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
Seil0 58eb217ab7 added a new timetable parser implementation
* added supports for multiple lessons per slot
* added support for lessons which take 2 slots
2019-02-28 14:52:40 +01:00
Seil0 24f920c05f Added PreferenceController
* all preferences and global variables are now inside the PreferenceController, this makes it much easier to extend the apps functionality
* CourseTTLink is now Course with courseLink and courseName as values
2019-02-17 15:05:03 +01:00
Seil0 6301308d76 Update 'README.md' 2019-02-16 17:38:24 +01:00
Seil0 8e205fa889 updated the gradle plugin to 3.3.1 2019-02-14 16:27:29 +01:00
Seil0 e9bdcee443 some clean up
* removed unnecessary MainActivity dependencies
2019-02-14 16:25:23 +01:00
Seil0 b214cfccb2 „README.md“ ändern 2019-02-13 21:16:17 +01:00
Seil0 404ddd58b8 „README.md“ ändern 2019-02-13 21:14:34 +01:00
Seil0 137ff7df0c „README.md“ ändern 2019-02-13 21:10:38 +01:00
Seil0 b4071d7456 updated some libs
* material-dialogs 2.0.0-rc5 -> 2.0.0
2019-02-09 21:58:35 +01:00
Seil0 5e6e6cfde6 updated gradle plugin to 3.3.0 2019-01-15 18:55:06 +01:00
Seil0 ffeb09a37f fixed a possible issue with the mensa parser 2019-01-04 23:58:54 +01:00
Seil0 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
Seil0 87bf614d28 added color saving
** WARNING this contains issues, many issues **
2019-01-03 01:45:28 +01:00
Seil0 e69354af96 clean up 2018-12-18 11:49:46 +01:00
Seil0 ec74a8e4f8 basic color selection 2018-12-14 15:02:19 +01:00
Seil0 b49d16b1a1 updated some libs, meal tomorrow shows correct string if there's no meal 2018-12-02 00:05:23 +01:00
Seil0 70059b4b0c added moodle webview 2018-11-30 13:54:39 +01:00
Seil0 3d7f6f961a the menus text is now selectable
* fixed some formating errors at the mensa screen
2018-11-26 12:56:06 +01:00
Seil0 f97e8b2b14 fixed text overlapping and some crashes 2018-11-26 11:17:07 +01:00
Seil0 deaf139b70 updated some libraries 2018-11-22 18:07:30 +01:00
Seil0 bf48bec16b minor fixes 2018-11-19 12:00:39 +01:00
Seil0 e6c4096787 minor gui fixes, clean up 2018-11-18 21:28:43 +01:00
Seil0 b083e44711 added a new icon, gui cleanup 2018-11-18 19:46:21 +01:00
Seil0 2df58311cb updated version number 2018-11-17 15:02:53 +01:00
Seil0 f6f652ffb6 the home screen will now always show the first 2 meals
* things like a "Schneller Teller" are not shown in the home screen anymore
* updated ti kotlin 1.3.10
2018-11-16 14:19:24 +01:00
Seil0 8fa0d496c6 updated some libraries
* material-dialog 2.0.0-beta4  -> 2.0.0-beta5
2018-11-15 23:51:48 +01:00
Seil0 0607d58760 show tomorrows meal if iths latr than 1500 2018-11-13 16:17:05 +01:00
Seil0 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
Seil0 e8aa09b902 Merge remote-tracking branch 'origin/master' 2018-11-11 21:12:34 +01:00
Seil0 03fa1eca84 fixed crash on days between saturday and monday, verion 0.2.1
* code clean up
2018-11-11 21:12:28 +01:00
Seil0 72bdbf698c „README.md“ ändern 2018-11-07 16:42:27 +01:00
Seil0 54a5e2da8e version 0.2.0
* the selected course is saved now
2018-11-07 14:17:33 +01:00
Seil0 a088323fa0 day heading in ttFragment should work now 2018-11-07 12:41:50 +01:00
Seil0 bbde66e16c in TimeTableFragment each lesson has a date now 2018-11-06 18:17:49 +01:00
Seil0 9c5eeaa20b added the timetable week vie 2018-11-06 16:17:41 +01:00
Seil0 2c81c80456 fixed app crash if the tt cannot be loaded 2018-11-06 10:47:51 +01:00
Seil0 2d525c394b added a loading diaolg, when you change the course & code cleanup 2018-11-05 20:59:41 +01:00
Seil0 a58d6436b3 version 0.1.3
* added german translation
2018-11-02 20:54:41 +01:00
Seil0 ac80c197c1 timetable and mensa query are parallel now 2018-11-02 15:18:52 +01:00
Seil0 9be7a56b05 added course choose option
* you can choose any available course now (not saved yet, the app will hang a few seconds)
2018-11-01 02:12:43 +01:00
Seil0 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
Seil0 9f09fdcff2 version 0.1.1 2018-10-30 20:48:24 +01:00
Seil0 a5a1ad333b added a splah screen 2018-10-30 20:41:22 +01:00
Seil0 f8ecf18de7 fixed crash in landscape, update to kotlin 1.3 2018-10-30 17:53:02 +01:00
Seil0 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
Seil0 47d48fb4d9 added the mensa parser 2018-10-29 13:04:20 +01:00
Seil0 5fd9db182a cleanup, mensa detail view and timetbale fragment 2018-10-27 14:11:47 +02:00
Seil0 c77e535817 added MenuCardView and minor clean ups 2018-10-27 00:39:56 +02:00
Seil0 40832686bf migrate to androidx and color chooser 2018-10-26 00:50:37 +02:00
Seil0 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
Seil0 a367865971 added lesson as custom gui component 2018-10-25 16:44:36 +02:00
Seil0 8741652638 initial commit 2 2018-10-24 18:22:05 +02:00
Seil0 0623c41b3c Initial commit 2018-10-24 18:13:56 +02:00