Mikołaj Pich
a2a31df98e
Fix crash on deserialize parcelable array ( #2149 )
2023-03-18 00:41:45 +01:00
Rafał Borcz
cc2079f4c9
New Crowdin updates ( #2138 )
2023-03-08 21:36:57 +01:00
Mikołaj Pich
d778c99bbb
Merge branch 'hotfix/1.9.2' into develop
2023-03-08 21:29:39 +01:00
Mikołaj Pich
1b40e339b7
Version 1.9.2
2023-03-08 21:28:48 +01:00
Mikołaj Pich
ee5ac46493
Show invalid symbol message when nonexistent symbol entered ( #2143 )
2023-03-08 09:11:25 +01:00
Mikołaj Pich
ef398f7409
Add missing override to RemoteConfigHelper.initialize()
2023-03-07 22:29:37 +01:00
Mikołaj Pich
5331bf90cd
Use user agent template from firebase remote config ( #2139 )
...
* Use user agent template from firebase remote config
* Improve base class usage, activation refactor
2023-03-07 18:10:20 +01:00
Mikołaj Pich
a495fcbc5f
Fix saving attachements with same url but from different messages ( #2137 )
2023-03-02 18:01:48 +01:00
Mikołaj Pich
f11354dd35
Fix marking message as read ( #2102 )
2023-03-01 22:59:44 +01:00
Rafał Borcz
12a54278fc
New Crowdin updates ( #2109 )
2023-03-01 22:53:42 +01:00
Rafał Borcz
32d6b4a7a6
Add menu order settings ( #1924 )
2023-01-14 17:06:47 +01:00
dependabot[bot]
6df3f22c7d
Bump room from 2.4.3 to 2.5.0 ( #2105 )
2023-01-14 15:30:53 +00:00
Mikołaj Pich
e1bffabf10
Fix marking message as read ( #2102 )
2023-01-14 15:48:58 +01:00
Mikołaj Pich
3eb74da945
Version 1.9.1
2023-01-05 23:01:38 +01:00
Mikołaj Pich
5161fdd543
Add missing info to student selection email reports ( #2096 )
2023-01-05 21:47:53 +00:00
Rafał Borcz
377e0c3a0d
Fix school name text wrap in dashboard and student details ( #2095 )
2023-01-05 22:42:35 +01:00
Mikołaj Pich
f4c6e0ad1b
Version 1.9.0
2023-01-01 21:57:39 +01:00
Rafał Borcz
b30b7c3318
New Crowdin updates ( #2068 )
2023-01-01 21:52:46 +01:00
Mikołaj Pich
897eac050a
Refactor student selection screen ( #2087 )
2023-01-01 20:26:32 +01:00
Mikołaj Pich
83974b6550
Fix NPE when trying to remove a message from mailbox that doesn't match any student ( #2090 )
2023-01-01 20:21:28 +01:00
Mikołaj Pich
510e2d5b88
Fix html entities parsing in school announcements ( #2086 )
2022-12-25 04:40:58 +01:00
Mikołaj Pich
63d6a0b325
Merge branch 'hotfix/1.8.3' into develop
2022-12-21 13:30:26 +01:00
Mikołaj Pich
67875b1a9a
Version 1.8.3
2022-12-21 13:29:32 +01:00
Mikołaj Pich
aa3d7e37fc
Automatically show current student mailbox only when there is only one mailbox available ( #2085 )
...
* Automatically show current student mailbox only when there is only one mailbox for this student available
* Fallback to 'unknown' mailbox key if there is no matching mailbox to message
2022-12-21 13:15:28 +01:00
Mikołaj Pich
ede5914d70
Automatically show current student mailbox only when there is only one mailbox available ( #2085 )
...
* Automatically show current student mailbox only when there is only one mailbox for this student available
* Fallback to 'unknown' mailbox key if there is no matching mailbox to message
2022-12-21 00:31:29 +01:00
Mikołaj Pich
09c968f273
Merge branch 'hotfix/1.8.2' into develop
2022-12-21 00:15:02 +01:00
Mikołaj Pich
61240777cf
Version 1.8.2
2022-12-21 00:00:03 +01:00
Mikołaj Pich
c34c63c128
Add support for new ADFS light instances ( #2084 )
...
* Update known symbols
* Update resman host details
* Add adfslight from tomaszowmazowiecki
* Bump sdk to 1.8.2-SNAPSHOT
* Add migration 54 with tests
* Close db in migration tests
* Run tests workflow on every pull request
2022-12-20 16:06:55 +01:00
Rafał Borcz
a26dadb224
Fix a typo in excuse message subject ( #2071 )
2022-12-20 15:59:36 +01:00
Rafał Borcz
df5155f1c7
Fix a typo in excuse message subject ( #2071 )
2022-12-05 15:45:07 +01:00
Rafał Borcz
b93c0222a2
Fix conference details strings ( #2070 )
2022-12-05 15:44:30 +01:00
Mikołaj Pich
429fdfa4a0
Update project to Android SDK 33 ( #2011 )
2022-12-01 19:02:25 +01:00
Rafał Borcz
302d723cfb
Suppress menu deprecations ( #2031 )
2022-12-01 18:14:28 +01:00
Patryk
8f50ee82b3
Change fakelog to https ( #2063 )
2022-11-28 19:50:14 +01:00
Mikołaj Pich
9c60ce688b
Version 1.8.1
2022-11-20 00:05:34 +01:00
Mikołaj Pich
fdce2cf477
Improve error handling in horizontal tile on dashboard ( #2053 )
2022-11-19 22:50:51 +01:00
Mikołaj Pich
b160367744
Add support for reversed student name mailbox matching ( #2051 )
...
* Add support for reversed student name mailbox matching
* Add additional log stmt to mailbox matching in all mailbox load
* Revert changes in mapper
2022-11-19 08:52:35 +01:00
Mikołaj Pich
6c115fb915
Fallback to subject name from timetable when attendance item doesn't have it ( #2052 )
...
* Fallback to subject name from timetable when attendance item doesn't have it
* Fix tests
* Add some unit tests
2022-11-18 16:32:04 +01:00
Mikołaj Pich
2d83218f61
Version 1.8.0
2022-11-16 20:31:02 +01:00
Rafał Borcz
d3e276d6fc
New Crowdin updates ( #2049 )
...
Co-authored-by: Mikołaj Pich <m.pich@outlook.com>
2022-11-16 20:13:48 +01:00
Mikołaj Pich
51a1097bb4
Add mailbox chooser to messages ( #2002 )
2022-11-16 13:46:47 +01:00
Mikołaj Pich
db4f172fb8
Fix unread status in sent messages ( #2048 )
2022-11-16 12:54:55 +01:00
Rafał Borcz
50b6d380b6
Fix unexpected error in support ad when no internet ( #2030 )
2022-11-02 16:44:05 +01:00
Rafał Borcz
62b7d42a73
New Crowdin updates ( #1966 )
2022-11-01 20:57:05 +01:00
Mikołaj Pich
c5e2b18695
Fix SSL certificate out-of-date detection ( #2028 )
2022-10-28 11:10:05 +02:00
Mikołaj Pich
515a3973b7
Use text color, font face and red dot to differentiate unread messages ( #2027 )
2022-10-28 11:09:38 +02:00
Mikołaj Pich
7bee10d5ce
Hide room view in timetable item if there is no room in API ( #2026 )
2022-10-28 11:08:40 +02:00
Mikołaj Pich
22a4f509dc
Add installation id to crashlytics and bug report emails ( #2024 )
2022-10-27 12:41:33 +02:00
Daniel Olczyk
ad487e680c
Fix grade weight text truncation in grade dialog with large font set ( #2009 )
2022-10-05 22:25:09 +02:00
Mikołaj Pich
37f7f21a03
Reorder action buttons on the message preview screen to hide the forward button in overflow menu ( #2000 )
2022-10-04 09:51:30 +02:00