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
345b580601
Merge branch 'hotfix/1.8.2'
2022-12-21 00:07:57 +01:00
Mikołaj Pich
61240777cf
Version 1.8.2
2022-12-21 00:00:03 +01:00
Mikołaj Pich
7588345b6d
Bump sdk
2022-12-20 23:35:47 +01:00
Mikołaj Pich
2fa26c37a9
Revert "Fix app name in french ( #2072 )"
...
This reverts commit 277ffd22be
.
2022-12-20 21:55:46 +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
277ffd22be
Fix app name in french ( #2072 )
2022-12-20 15:59:36 +01:00
dependabot[bot]
f1479d489b
Bump play-services-ads from 21.3.0 to 21.4.0 ( #2083 )
2022-12-20 12:28:26 +00:00
dependabot[bot]
fba4e85311
Bump firebase-bom from 31.1.0 to 31.1.1 ( #2079 )
2022-12-14 21:52:41 +00:00
dependabot[bot]
4a5991ade4
Bump hianalytics from 6.9.0.300 to 6.9.0.301 ( #2080 )
2022-12-14 21:43:04 +00:00
dependabot[bot]
a735c378f1
Bump fragment-ktx from 1.5.4 to 1.5.5 ( #2077 )
2022-12-14 21:42:21 +00:00
Rafał Borcz
217ebfc549
Fix app name in french ( #2072 )
2022-12-14 22:41:57 +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
dependabot[bot]
083ca34f1b
Bump hianalytics from 6.8.0.300 to 6.9.0.300 ( #2069 )
2022-12-05 13:32:46 +00:00
dependabot[bot]
5d5dfd4eb4
Bump mockk from 1.13.2 to 1.13.3 ( #2067 )
2022-12-01 18:38:59 +00: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
dependabot[bot]
9dc1220496
Bump about_libraries from 10.5.1 to 10.5.2 ( #2066 )
2022-11-28 18:36:14 +00:00
dependabot[bot]
ae39bd94e5
Bump hilt_version from 2.44.1 to 2.44.2 ( #2058 )
2022-11-22 20:42:38 +00:00
dependabot[bot]
85ce23845f
Bump firebase-bom from 31.0.3 to 31.1.0 ( #2057 )
2022-11-21 20:51:23 +00:00
dependabot[bot]
890d60811b
Bump agcp from 1.7.3.301 to 1.7.3.302 ( #2059 )
2022-11-21 20:51:07 +00:00
dependabot[bot]
49e68f5c8b
Bump agconnect-crash from 1.7.3.300 to 1.7.3.302 ( #2060 )
2022-11-21 20:50:47 +00:00
Mikołaj Pich
1df4679db8
Merge branch 'release/1.8.1' into develop
2022-11-20 00:05:47 +01:00
Mikołaj Pich
e03aae2d56
Merge branch 'release/1.8.1'
2022-11-20 00:05:38 +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
Damian Czupryn
650cbd5a10
Add info about optional ads in README ( #2054 )
2022-11-19 14:11:26 +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
7a408899df
Merge branch 'release/1.8.0' into develop
2022-11-16 20:31:18 +01:00
Mikołaj Pich
4bce35f810
Merge branch 'release/1.8.0'
2022-11-16 20:31:09 +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
dependabot[bot]
4d49e956b8
Bump junit from 1.1.3 to 1.1.4 ( #2043 )
2022-11-14 20:48:12 +00:00
dependabot[bot]
b8296ac02f
Bump kotlin_version from 1.7.20 to 1.7.21 ( #2042 )
2022-11-14 20:31:26 +00:00
dependabot[bot]
d6385e8cdd
Bump core from 1.4.0 to 1.5.0 ( #2045 )
2022-11-14 20:31:02 +00:00
dependabot[bot]
885319a885
Bump hilt_version from 2.44 to 2.44.1 ( #2044 )
2022-11-14 18:36:20 +00:00
dependabot[bot]
fded5007c1
Bump firebase-bom from 31.0.2 to 31.0.3 ( #2041 )
2022-11-14 18:22:25 +00:00
dependabot[bot]
66ff14f719
Bump agcp from 1.7.3.300 to 1.7.3.301 ( #2046 )
2022-11-14 18:21:35 +00:00
dependabot[bot]
1257dc63d3
Bump runner from 1.4.0 to 1.5.1 ( #2047 )
2022-11-14 18:21:17 +00: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