Commit Graph

101 Commits

Author SHA1 Message Date
Jannik d5adc4df51
release 0.5.0 2019-09-30 21:25:38 +02:00
Jannik c23454f081
removed versionNameSuffix, f-droid does not like that 2019-09-28 15:01:19 +02:00
Jannik 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
Jannik aa69d2242f
fixed course name not being updated on change
* minor GUI improvements
2019-09-23 22:44:03 +02:00
Jannik 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
Jannik bd49e482e2
updated some libs
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
* appcompat 1.0.2 -> 1.1.0
* material-dialogs 3.1.0 -> 3.1.1
2019-09-07 21:06:41 +02:00
Jannik 4ce37b3dcf
updated desfire legal notes 2019-08-30 14:17:07 +02:00
Jannik a23f7c9212
update to release 0.5.0 2019-08-30 14:09:59 +02:00
Jannik 75168c6688
some more logging and version 0.4.99 (RC1) 2019-08-25 22:45:23 +02:00
Jannik be916a74ab
the license dialog will now follow the theme too 2019-08-25 22:19:36 +02:00
Jannik 3e909ab68f
color the selected element in the NavigationView too 2019-08-23 20:25:20 +02:00
Jannik 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
Jannik 6cc1671a52
don't crash on devices without nfc 2019-08-21 20:43:08 +02:00
Jannik b4ed1ca927
migrated all farebot code to kotlin 2019-08-19 12:42:56 +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 733b675ffa
first working implementation of the mensa card reader
* based on farebot's desfire protocol implementation
* see #21
2019-08-17 18:59:28 +02:00
Jannik 3a0a31f781
first bits of the nfc reader 2019-08-17 01:51:15 +02:00
Jannik f52151fbf1
the no lesson card now has the correct text color
* updated material-dialogs to version 3.1.0
2019-07-18 00:32:31 +02:00
Jannik c6ac19bfae
fixed the Sunday-fix 2019-07-01 20:31:06 +02:00
Jannik 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
Jannik 9a22d9b737
use a ScrollView for the settings fragment 2019-06-26 14:11:32 +02:00
Jannik 2cc2ecf952
theme the dialogs and navView too, added a License dialog 2019-06-25 17:10:57 +02:00
Jannik ea70aedbd0
added the fastlane changelog for version 14 2019-06-25 13:09:17 +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 a055f59cc8
added a dark theme, see #15
* the app now needs sdkversion 23 now an min
2019-06-24 22:41:45 +02:00
Jannik 01db6bb451
don't use the faBtn in MensaFragment, use it in TimetableFragment 2019-06-08 23:14:55 +02:00
Jannik 23195f94e0
don't us deprecated tcor api requests 2019-06-03 12:05:33 +02:00
Jannik 5e766ec126
hide the mensa card value button 2019-06-03 10:59:32 +02:00
Jannik 9c1f95ca25
some lib updates & new sunday-bug fix 2019-06-02 19:09:36 +02:00
Jannik 4589badbfc
updated versionName to 0.4.1
* updated material-dialogs 2.6.0 -> 2.8.1
2019-05-01 00:36:33 +02:00
Jannik 74f75bfbde update to kotlin 1.3.31, gradle 5.1.1 & gradle plugin 3.4.0 2019-04-25 18:27:57 +01:00
Jannik a00c651bfd disable layout change animation 2019-04-08 18:39:43 +02:00
Jannik 77757ad9ca fixed mensa screen crash if day has no meals 2019-04-08 14:04:26 +02:00
Jannik fe111ac56b added refresh to timetable screen 2019-04-06 14:13:01 +02:00
Jannik dbaf496a79 minor clean up and refactoring 2019-04-03 20:37:17 +02:00
Jannik 77326a8ed6 added ability to refresh the mensa menus
* some minor clean ups
2019-04-03 19:21:51 +02:00
Jannik 9fc897e194 fixed initial accent color 2019-04-02 13:23:37 +02:00
Jannik ff1d353cae removed versionNameSuffix 2019-04-01 18:03:03 +02:00
Jannik 8aaf8e3647 release 0.4.0
* use Locale.getDefault() for the timetable screen
2019-04-01 10:14:00 +02:00
Jannik d645d75bbf fixed showing wrong meal of tomorrow on Wednesday 2019-03-27 19:29:54 +01:00
Jannik 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
Jannik e08790aaa4 show the next day with a lecture on Sundays too 2019-03-24 17:23:10 +01: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 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
Jannik cd3136715f spelling 2019-03-20 17:55:30 +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 953185425b fixed menu formatting 2019-03-17 20:52:34 +01:00
Jannik a6d14044c2 added initial course selection
* some minor gui fixes
2019-03-17 18:38:31 +01:00