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
Michael
354f51dd70
Fix student average calculation error in grade statistics ( #1981 )
...
Co-authored-by: Mikołaj Pich <m.pich@outlook.com>
2022-09-28 23:33:05 +02:00
Mikołaj Pich
59f6f5c212
Version 1.7.5
2022-09-02 21:31:27 +02:00
Mikołaj Pich
86f8763e69
Display lesson number in attendance notification if subject is blank ( #1965 )
2022-09-02 21:30:30 +02:00
Mikołaj Pich
157becb017
Fix matching mailboxes when there is more than one space between words ( #1964 )
2022-09-02 20:19:19 +02:00
Mikołaj Pich
e67066f3ae
Version 1.7.4
2022-09-01 17:57:20 +02:00
Mikołaj Pich
bc22808b0e
Add support for matching last kingergarten semester if there is no any current ( #1962 )
2022-09-01 17:48:46 +02:00
Mikołaj Pich
e05abb3539
Fix showing empty view in grade details when there is no grades ( #1963 )
2022-09-01 17:48:03 +02:00
Mikołaj Pich
6153c7b97d
Add support for match mailboxes with more different names ( #1961 )
2022-09-01 14:55:00 +02:00
Mikołaj Pich
d566de0282
Version 1.7.3
2022-08-31 19:31:28 +02:00
Mikołaj Pich
558db061f5
Fix marking message as read ( #1960 )
...
* Fix marking message as read
* Update sdk
* Update sdk
* Fix tests
* Use many recipients strings instead of first recipient
2022-08-31 18:31:12 +02:00
Mikołaj Pich
d139bd5b14
Version 1.7.2
2022-08-30 13:34:10 +02:00
Mikołaj Pich
eed091aad2
Update row in mailboxes table on primary key conflict ( #1954 )
2022-08-30 09:07:24 +02:00
Mikołaj Pich
535206056d
Fix selecting student mailbox based on studentName field ( #1958 )
2022-08-30 09:07:07 +02:00
Mikołaj Pich
f2cb3b4f9e
Change message draft key in shared preferences ( #1959 )
2022-08-30 09:06:29 +02:00
Mikołaj Pich
10c36f19bf
Version 1.7.1
2022-08-23 00:56:12 +02:00
Rafał Borcz
37d756b8fe
New Crowdin updates ( #1952 )
2022-08-23 00:54:19 +02:00
Mikołaj Pich
de1bc4809f
Fix ads translations ( #1951 )
2022-08-23 00:08:39 +02:00
Mikołaj Pich
09e07a1713
Version 1.7.0
2022-08-22 17:58:35 +02:00
Rafał Borcz
71f1a55437
New Crowdin updates ( #1895 )
2022-08-22 16:45:59 +02:00
Mikołaj Pich
9d47127921
Add support for messages plus API ( #1945 )
2022-08-22 14:30:50 +02:00
Mikołaj Pich
7c4f1c7b22
Add auto refresh to reporting units ( #1916 )
2022-07-12 12:23:55 +02:00
Rafał Borcz
1b74bffc06
Fix no mobile devices on parent account ( #1896 )
2022-07-02 19:10:57 +02:00
Rafał Borcz
7b13684137
Fix ads tile ( #1905 )
2022-06-26 15:50:35 +02:00
dependabot[bot]
c4689fcbb3
Bump agconnect-crash from 1.6.6.200 to 1.7.0.300 ( #1899 )
2022-06-26 12:44:06 +00:00
Rafał Borcz
d8f644c5b4
Add ads to dashboard ( #1815 )
2022-06-26 13:28:35 +02:00
Michael
c808bf2e61
Fix timetable widget day reset ( #1862 )
...
Co-authored-by: Rafał Borcz <RafalBO99@outlook.com>
2022-06-26 13:06:43 +02:00
Rafał Borcz
0fb55bd6c6
Fix doubled announcements ( #1897 )
2022-06-26 12:12:11 +02:00
Rafał Borcz
a97039a727
Fix jumping point in notes on refresh ( #1898 )
2022-06-19 21:04:05 +02:00
Rafał Borcz
e9ba65f8f6
Fix multiline address in student info ( #1891 )
2022-06-18 12:12:21 +02:00
Rafał Borcz
a264abf814
Fix typo in average description ( #1892 )
2022-06-18 12:12:04 +02:00
Rafał Borcz
0a2eb07844
Fix date in attendance and timetable when day is changing ( #1893 )
2022-06-18 12:11:46 +02:00
Rafał Borcz
bfab265ccf
Fix case sensitive domain checker ( #1894 )
2022-06-18 11:54:08 +02:00
Rafał Borcz
6b70583573
New Crowdin updates ( #1873 )
2022-06-13 07:43:40 +02:00
Rafał Borcz
c3cbaa6ac2
Update dependencies ( #1887 )
2022-06-13 07:43:12 +02:00
Michael
891e241d1a
Hide account selector in MessagePreviewView and SendMessageView ( #1866 )
...
Co-authored-by: Rafał Borcz <RafalBO99@outlook.com>
2022-05-28 02:03:42 +02:00
Michael
5c4a3d578b
Add grade sorting by average ( #1863 )
2022-05-27 22:19:22 +02:00
dependabot[bot]
fcf0adfd80
Bump gradle from 7.1.3 to 7.2.0 ( #1857 )
2022-05-26 05:26:52 +00:00
dependabot[bot]
c42a47ac48
Bump material from 1.5.0 to 1.6.0 ( #1846 )
2022-05-26 04:18:37 +00:00
Mikołaj Pich
6534176685
Version 1.6.4
2022-05-16 23:42:40 +02:00
Mikołaj Pich
9542b9f231
Set "no data" string if attendance subject is blank ( #1864 )
2022-05-16 23:23:49 +02:00
dependabot[bot]
facf84d9a8
Bump about_libraries from 8.9.4 to 10.2.0 ( #1858 )
2022-05-14 14:35:58 +00:00
Rafał Borcz
445bfda801
New Crowdin updates ( #1840 )
2022-05-12 21:07:14 +02:00
Mikołaj Pich
fed00122d7
Version 1.6.3
2022-04-19 09:56:01 +02:00
Mikołaj Pich
426bee882c
Display timetable header as HTML on dashboard tile ( #1835 )
2022-04-18 16:52:28 +02:00
Rafał Borcz
447ece3696
Replace destination parcelable with destination json string ( #1833 )
2022-04-16 12:17:22 +02:00
Mikołaj Pich
e6f56a74a4
Version 1.6.2
2022-04-10 20:37:10 +02:00
Rafał Borcz
1bc59cfa7f
Another attempt to fix destination crash ( #1826 )
2022-04-10 20:23:46 +02:00
Rafał Borcz
0a87df3d82
New Crowdin updates ( #1817 )
2022-04-06 17:19:38 +02:00
Rafał Borcz
cb4ae21903
Replace Serializable to Parcelable in Destination ( #1823 )
2022-04-06 08:01:41 +02:00
Rafał Borcz
679cf2554d
Fix text in lucky number widget ( #1825 )
2022-04-06 08:01:11 +02:00
Rafał Borcz
d473d53879
Add standard register variant as translatable string ( #1824 )
2022-04-05 13:56:11 +02:00
Mat Lee
6531061b48
Fix text aligment in exam dialog ( #1821 )
2022-04-05 10:30:49 +02:00
Mikołaj Pich
884d443c5b
Version 1.6.0
2022-04-02 22:01:34 +02:00
Rafał Borcz
df58aa78ae
New Crowdin updates ( #1783 )
2022-03-31 09:00:41 +02:00
Rafał Borcz
2131e892ad
Add option to select multiple messages to delete ( #1780 )
2022-03-28 19:30:20 +02:00
Michael
20dde6e896
Resource refactor ( #1589 )
2022-03-27 15:33:32 +02:00
Mikołaj Pich
08c1bedca1
Add the option to quickly add a calendar event from the exam details ( #1802 )
...
* Extract intent utils to separate file
* Add add to calendar button in exam details dialog
* Set 8:00-8:45 start/end time
2022-03-14 00:38:40 +01:00
Mikołaj Pich
15537586c4
Add exam date field to exam details dialog ( #1801 )
2022-03-13 22:47:54 +01:00
Mikołaj Pich
a04ba4ae10
Login improvements ( #1800 )
...
* Update sdk
* Change default register variant name
* Change symbol hint message and email template
2022-03-13 22:43:57 +01:00
Mikołaj Pich
57ea6379ab
Timetable timer refactor ( #1785 )
2022-03-13 04:01:14 +01:00
Michael
aff0fb3a60
Add information about student in grade statistics pie chart ( #1749 )
...
Co-authored-by: Mikołaj Pich <m.pich@outlook.com>
2022-02-15 13:08:44 +01:00
Rafał Borcz
edd1c9442e
Fix calc vulcan average in second semester ( #1779 )
2022-02-12 22:22:15 +01:00
Rafał Borcz
18568c86be
New Crowdin updates ( #1776 )
2022-02-12 12:19:25 +01:00
Rafał Borcz
84d0ba525f
Fix blank description in exam details ( #1778 )
2022-02-10 07:36:44 +01:00
Michael
96ee4bd9e5
Keep reacting to live changes in dashboard after a force refresh ( #1594 )
...
Co-authored-by: Rafał Borcz <RafalBO99@outlook.com>
2022-02-02 02:44:14 +00:00
dependabot[bot]
ce36e86bb2
Bump preference-ktx from 1.1.1 to 1.2.0 ( #1773 )
2022-01-29 05:38:55 +00:00
Michael
daa7b54dab
Refactor notification destinations ( #1709 )
...
Co-authored-by: Rafał Borcz <RafalBO99@outlook.com>
2022-01-28 13:43:56 +01:00
Rafał Borcz
e1d82d70ee
New translations strings.xml (German) ( #1746 )
2022-01-23 20:04:01 +01:00
dependabot[bot]
7a9ba04ff4
Bump material from 1.4.0 to 1.5.0 ( #1757 )
2022-01-23 02:17:14 +00:00
dependabot[bot]
ce4157933f
Bump core-splashscreen from 1.0.0-alpha02 to 1.0.0-beta01 ( #1752 )
2022-01-23 01:39:16 +00:00
Mikołaj Pich
daf97be9ad
Version 1.5.0
2022-01-01 17:50:02 +01:00
Rafał Borcz
2bb2190410
New Crowdin updates ( #1745 )
2022-01-01 17:48:58 +01:00
Mikołaj Pich
aff1a7030d
Add a custom error message for ssl errors due to invalid clock setting ( #1742 )
2022-01-01 15:46:08 +01:00
Mikołaj Pich
8877322357
Differentiate school announcements by userLoginId ( #1744 )
2022-01-01 13:52:51 +01:00
Mikołaj Pich
bc672e94f8
Strip html from school announcements notifications ( #1743 )
2022-01-01 13:48:58 +01:00
Mikołaj Pich
a03bcf8e62
Display comment after entry in grade notifications ( #1741 )
2021-12-31 11:36:14 +00:00
Mikołaj Pich
20673c4ead
Add basic support for kindergarten students ( #1738 )
2021-12-31 12:21:52 +01:00
Rafał Borcz
5321d00ee9
Fix play flavor build ( #1740 )
2021-12-31 12:10:56 +01:00
Michael
e6b2acabd5
Block app timezone to polish timezone ( #1598 )
2021-12-31 11:53:09 +01:00
Mikołaj Pich
bfd7f688ab
Move webview locale fix to account recovery fragment ( #1739 )
2021-12-31 10:24:02 +00:00
Mikołaj Pich
ba02531aa4
Fix timetable widget crash when there are no lessons for the day ( #1737 )
2021-12-31 09:40:15 +01:00
Michael
210c3a0e28
Remove HiltBroadcastReceiver ( #1736 )
2021-12-30 12:50:06 +01:00
Michael
68f0ecc45c
If only one student exists, don't show student name in timetable notification ( #1711 )
...
Co-authored-by: Rafał Borcz <RafalBO99@outlook.com>
2021-12-29 15:44:43 +01:00
Rafał Borcz
0965d03f1a
New Crowdin updates ( #1734 )
2021-12-29 11:57:17 +01:00
Michael
496641f594
Fix notification spam after login ( #1715 )
2021-12-29 08:31:43 +01:00
Rafał Borcz
684c258e2d
Remove admin message offline first cache ( #1735 )
2021-12-28 18:56:59 +01:00
Michael
5e96917508
Fix overlapping text in the error dialog ( #1708 )
2021-12-28 12:16:52 +01:00
Rafał Borcz
17096ad11b
New Crowdin updates ( #1729 )
2021-12-27 14:06:20 +01:00
Michael
bd883c9f38
Add option to remove notifications captured from vulcan.hebe ( #1716 )
2021-12-27 07:48:47 +00:00
Michael
6520f8a0d7
Fix that an incorrect day would be selected in MaterialDatePicker ( #1723 )
2021-12-27 08:10:30 +01:00
Mikołaj Pich
2eee50ad81
Replace view pager in login activity with simple fragment transactions ( #1686 )
2021-12-27 07:58:57 +01:00
dependabot[bot]
8560fd7e81
Bump coroutines from 1.5.2 to 1.6.0 ( #1731 )
2021-12-25 08:38:27 +00:00
Mateusz Idziejczak
497083be97
Update timetable to next day if there is no more lessons today ( #1551 )
2021-12-25 05:46:24 +00:00
Michael
e26860ea5a
Fix state restoring in GradeStatistics ( #1667 )
...
Co-authored-by: Mikołaj Pich <m.pich@outlook.com>
2021-12-23 13:58:26 +01:00
Mateusz Idziejczak
094df212b4
Add additional lessons feature ( #1550 )
2021-12-21 00:36:59 +01:00
Rafał Borcz
ad9a2711c4
New Crowdin updates ( #1687 )
2021-12-19 22:46:41 +01:00
Mikołaj Pich
c846cc999f
Version 1.4.4
2021-12-19 22:25:47 +01:00
Mikołaj Pich
47d430292c
Update template of login issue email ( #1724 )
...
* Update sdk
* Update template of login issue email
2021-12-19 22:08:39 +01:00
Michael
5e1ff2243f
Fix exception in TimetableAdapter ( #1721 )
2021-12-12 23:09:34 +01:00
Michael
45e884127f
After deselecting fakelog, clear credentials from login form ( #1713 )
2021-12-12 15:04:31 +01:00
Michael
c87085a226
Fix invalid order of school announcements ( #1689 )
2021-12-11 17:35:55 +01:00
Michael
79b970256f
More strongly typed data in preferences ( #1697 )
2021-12-11 16:14:46 +00:00
Michael
70f038f15f
Remove useless group property from NotificationType ( #1714 )
2021-12-11 17:12:47 +01:00
Michael
9cabd7ef08
Deduplicate timetable time left string ( #1710 )
2021-12-11 16:42:33 +01:00
Rafał Borcz
d89e4ccfdf
Fix grade sorting by date ( #1717 )
2021-12-11 11:54:07 +01:00
Michael
1bcc4d199e
When replying to a message use Re
instead of RE
( #1712 )
2021-12-10 16:24:39 +01:00
Michael
d2aa940d46
Convert from a stringly typed grade color to enum GradeColorTheme ( #1672 )
2021-11-27 10:11:17 +01:00
Mikołaj Pich
d003b0897c
Version 1.4.3
2021-11-26 22:29:03 +01:00
Rafał Borcz
581bb2de77
New Crowdin updates ( #1669 )
2021-11-26 20:22:54 +01:00
Rafał Borcz
495e385228
Fix snackbar crash in grade statistics view ( #1682 )
2021-11-25 23:48:08 +01:00
Mikołaj Pich
6ae6ca7fbb
Version 1.4.2
2021-11-21 13:31:45 +01:00
Rafał Borcz
c3d38afc3d
New Crowdin updates ( #1658 )
2021-11-21 13:23:43 +01:00
Rafał Borcz
4e19964249
Make admin messages dissmisable ( #1661 )
2021-11-21 09:02:12 +01:00
Rafał Borcz
a6c0efcb81
Fix empty student list in LoginStudentSelect view ( #1668 )
2021-11-21 07:47:23 +00:00
Rafał Borcz
fcc71c0d5f
Add ads limit ( #1662 )
2021-11-21 08:34:28 +01:00
Rafał Borcz
a59d10b6c1
Disable personalized ads in single support advert ( #1665 )
2021-11-20 16:46:14 +01:00
Rafał Borcz
a48e4eb4ee
Probably fix snackbar crash in grade statistics view ( #1663 )
2021-11-20 16:42:21 +01:00
Rafał Borcz
2a3668bb18
Fix nul login data in login symbol view ( #1664 )
2021-11-20 16:41:12 +01:00
Rafał Borcz
804d0d9113
Add multiline to support ad preference ( #1651 )
2021-11-18 20:23:09 +01:00
Mikołaj Pich
88b893e6c0
Fix upcoming lesson notifications on Android 12 ( #1650 )
2021-11-18 20:22:15 +01:00
Mikołaj Pich
f15b90782a
Version 1.4.0
2021-11-16 22:40:30 +01:00
Rafał Borcz
0642bf7d73
New Crowdin updates ( #1646 )
2021-11-16 22:38:53 +01:00
Mikołaj Pich
981d6d559c
Login improvements ( #1645 )
2021-11-16 21:05:00 +00:00
Mikołaj Pich
39327ff3ea
School and teachers UI fixes ( #1644 )
2021-11-16 21:45:14 +01:00
Michael
b098ac029b
Fix displaying errors in GradeDetailsPresenter ( #1600 )
2021-11-16 20:42:06 +00:00
Rafał Borcz
7e0e2fbb67
Fix saved state in main and splash activity ( #1633 )
2021-11-16 18:13:10 +01:00
Rafał Borcz
8a181c747c
Remove deprecated usage of LifecycleObserver ( #1641 )
2021-11-16 00:38:52 +01:00
Rafał Borcz
68fdb167c2
Sort items in homework and grade tiles on the dashboard ( #1634 )
2021-11-15 22:35:01 +01:00
Michael
c183428107
Prevent changing the current day by accident when excusing absences ( #1599 )
2021-11-13 19:56:17 +01:00
Mikołaj Pich
6de937703a
Fix admin messages caching ( #1632 )
2021-11-13 19:50:26 +01:00
Rafał Borcz
10cb2b70f1
New Crowdin updates ( #1630 )
2021-11-13 10:36:19 +01:00
Michael
9230db3f99
Do not show student's name in notifications if there's only one student ( #1609 )
2021-11-13 10:06:59 +01:00
dependabot[bot]
66e58ab74e
Bump activity-ktx from 1.3.1 to 1.4.0 ( #1620 )
2021-11-13 03:15:14 +00:00
Rafał Borcz
4295dd6246
New Crowdin updates ( #1566 )
2021-11-11 15:56:56 +01:00
Rafał Borcz
fb2d92c749
Fix homework sync ( #1627 )
2021-11-11 15:52:46 +01:00
Rafał Borcz
007d62e61d
Update project to Android SDK 31 ( #1570 )
2021-11-11 15:23:20 +01:00
Mateusz Idziejczak
f88d44f0ec
Add timetable changes, attendance notifications and refactor notification deeplinks ( #1547 )
2021-11-06 22:21:34 +01:00
Michael
4401df6203
Migrate from ViewPager to ViewPager2 ( #1601 )
2021-11-06 19:07:26 +01:00
Patryk
e6f23ab35b
Add support for user ca in debug flavor( #1624 )
2021-11-04 03:09:47 +01:00
Damian Czupryn
eea20ced57
Notifications settings reorganize and strings update ( #1616 )
2021-11-04 03:06:54 +01:00
Damian Czupryn
36a570eeb0
Allow selecting text in error dialog ( #1615 )
2021-11-01 01:46:23 +01:00
Damian Czupryn
8ed8b5a33c
Error messages content wrap in error dialog ( #1577 )
2021-10-31 20:28:01 +01:00
Michael
26c749c219
Fix about header layout to support long app names (for DEV builds) ( #1602 )
...
Co-authored-by: Mikołaj Pich <m.pich@outlook.com>
2021-10-29 20:30:27 +02:00
Michael
1d910f8d66
Fix excuse button showing up despite no lessons available to excuse ( #1607 )
...
This was happening when there was an unexcused lesson that you excused until the teacher sent a response (accepted or denied it)
2021-10-27 10:07:04 +02:00
Michael
0f800b61f6
Allow expanding multiple subject' grades at once ( #1584 )
2021-10-24 01:23:36 +02:00
Rafał Borcz
94fd303f8e
Add single support advert ( #1484 )
2021-10-21 10:51:00 +02:00
Rafał Borcz
09a134d442
Fix last sync date to save only successful sync ( #1595 )
2021-10-21 10:47:37 +02:00
Mikołaj Pich
84e4167dbd
Mi Band notification improvements ( #1579 )
2021-10-18 00:11:46 +02:00
Michael
54e9ea6478
Use FloatingActionButton.{show,hide} instead of using setVisibility ( #1591 )
2021-10-16 11:17:00 +02:00
Rafał Borcz
4c8d9c8f7f
Fix infinite refresh when admin messages list is empty ( #1587 )
2021-10-14 16:25:09 +02:00