Rafał Borcz
0977282a4b
Fix no current student in services after logout all accounts ( #342 )
2019-05-18 23:42:47 +02:00
Rafał Borcz
667c4b6af7
Fix empty maybe when loading message content ( #343 )
2019-05-18 23:32:37 +02:00
Mikołaj Pich
1f5088cfc9
Don't copy teacher from previous lesson to completed ( #341 )
2019-05-18 13:03:38 +02:00
Mikołaj Pich
63404b8576
Fix entity list comparing ( #335 )
2019-04-30 19:04:05 +02:00
Mikołaj Pich
2bf7755157
Add AMOLED mode ( #279 )
2019-04-19 23:52:34 +02:00
Rafał Borcz
7431738366
Add a selection of multiple students to login ( #318 )
2019-04-18 12:18:58 +02:00
Rafał Borcz
034b99c7ab
Add counting of the full-year average to the summary of grades ( #322 )
2019-04-18 00:32:43 +02:00
Rafał Borcz
c18877466f
Add account picker for timetable widget ( #314 )
...
Close #281
2019-04-08 00:18:45 +02:00
Mikołaj Pich
aa6dcaff94
Merge branch '0.7.x'
2019-04-06 01:18:03 +02:00
Mikołaj Pich
7d97d71066
Fix message loading if student and parent are logged in ( #319 )
...
Fixes #316
2019-04-05 19:35:21 +02:00
Mikołaj Pich
8daea5c900
Add class name to student ( #315 )
2019-04-04 13:00:07 +02:00
Kacper Ziubryniewicz
2bff468e56
Add deleting messages ( #290 )
2019-03-31 22:01:04 +02:00
Mikołaj Pich
f2855d598d
Merge branch '0.7.x'
2019-03-30 20:19:34 +01:00
Mikołaj Pich
e71dd55066
Fix more than one current semester ( #307 )
2019-03-30 18:28:37 +01:00
Rafał Borcz
4e3864f26f
Add opening login view on no current student ( #312 )
2019-03-30 09:31:30 +01:00
Rafał Borcz
b97b94ae29
Fix more than one current student ( #311 )
...
Fix #309
2019-03-28 23:07:59 +01:00
Mikołaj Pich
a2a18e5652
Merge branch '0.7.x'
2019-03-24 23:22:44 +01:00
Rafał Borcz
ed9458d9a5
Fix more than one current semester in database ( #304 )
2019-03-24 20:21:05 +01:00
Kacper Ziubryniewicz
cd1ceea860
Add messages forwarding ( #288 )
2019-03-21 22:55:47 +01:00
Mikołaj Pich
040857ba20
Change grade weightValue type to double ( #285 )
2019-03-19 13:23:52 +01:00
Kacper Ziubryniewicz
ba76453e45
Add replying to messages ( #263 )
2019-03-17 21:02:41 +01:00
Mikołaj Pich
d27d069ce2
Change homework view to weekly ( #284 )
2019-03-17 00:17:16 +01:00
Rafał Borcz
be807cb6c8
Change settings for checking the internet connection ( #282 )
2019-03-15 21:33:14 +01:00
Mikołaj Pich
2621e5680d
Improve the display of changes in the timetable ( #275 )
...
Closes #264
2019-03-11 20:56:47 +01:00
Mikołaj Pich
feb38b97e4
Change login progress bars ( #272 )
2019-03-10 11:57:11 +01:00
Rafał Borcz
f21feabc49
Add debug notification for worker ( #271 )
2019-03-09 20:34:30 +01:00
Rafał Borcz
919680c766
Migration to WorkManager ( #254 )
...
Closes #241
2019-03-09 10:13:36 +01:00
Mikołaj Pich
4f0021919c
Fix grade stats loading issues ( #266 )
2019-03-07 13:08:59 +01:00
Mikołaj Pich
1b7db4bfbb
Mitigate disappearing room numbers in timetable ( #265 )
2019-03-07 13:08:11 +01:00
Mikołaj Pich
dcab8df4b9
Add grade statistics ( #251 )
2019-03-04 12:13:37 +01:00
Mikołaj Pich
cae4f140e6
Add option to change grade (background) color scheme ( #259 )
2019-03-03 15:11:20 +01:00
Mikołaj Pich
e910c7a48e
Mitigate notifications from old grades ( #258 )
...
Fixes #257
2019-03-02 19:15:37 +01:00
Kacper Ziubryniewicz
c72c301039
Add sending messages ( #232 )
2019-02-24 15:11:32 +01:00
Mikołaj Pich
82d7cf94e8
Mark as read items older than student registration date ( #253 )
2019-02-20 15:34:24 +01:00
Mikołaj Pich
11b6c00e4a
Entities unification ( #248 )
...
* Remove default entieties params
* Change var to vals
* Fix indent in data classes
* Change message unread to val
* Make all fields in Message non-nullable
* Add destructive db migrations #246
* Fix password decrypting
* Fix tests
* Fix student logout
* Use orEmpty() on nullable strings
* Use var in Student password and Message unread
2019-02-16 21:20:23 +01:00
Mikołaj Pich
f305a7a599
Sort repositories ( #244 )
2019-02-13 21:44:40 +01:00
Rafał Borcz
ad9b6d42f0
Fix no current student ( #243 )
2019-02-13 20:49:19 +01:00
Mikołaj Pich
297502056c
Add completed lessons ( #236 )
2019-02-13 19:21:27 +01:00
Rafał Borcz
9fcf245ecd
Fix uninitialized fragment after restoring the activity ( #237 )
2019-02-12 00:41:02 +01:00
Rafał Borcz
1b1f2ae3bb
Split login form for two fragments ( #230 )
2019-02-11 02:04:24 +01:00
Kacper Ziubryniewicz
4da812af39
Add lucky numbers ( #216 )
2019-01-25 20:54:27 +01:00
Rafał Borcz
941765a3a3
Fix empty Maybe in student repository ( #224 )
2019-01-23 18:28:51 +01:00
Rafał Borcz
a174ae998d
Add api initialization to the message repository ( #220 )
2019-01-20 14:16:24 +01:00
Mikołaj Pich
c3d354cd5b
Add chucker okhttp inspector ( #205 )
2019-01-10 17:10:10 +01:00
Mikołaj Pich
30388fffd7
Version 0.6.0
2018-12-17 02:19:50 +01:00
Rafał Borcz
04f386ea3d
Fix error message snackbar ( #201 )
2018-12-17 00:17:21 +01:00
Mikołaj Pich
5ee979447f
Migrate to firebase ( #196 )
2018-12-14 00:20:54 +01:00
Rafał Borcz
f96d0ebed9
Add a summary of attendance ( #132 )
2018-12-07 19:01:19 +01:00
Mikołaj Pich
900065d758
Add option to change plus and minus modifier separately ( #192 )
2018-12-07 00:19:04 +01:00
Mikołaj Pich
92baecbd0d
Add messages ( #148 )
2018-12-06 18:35:02 +01:00