Releases: Infomaniak/android-kMail
Releases · Infomaniak/android-kMail
1.7.0
What's Changed
- chore: Bump Libs & Core by @KevinBoulongne in #2126
- fix: Don't show the contact if the email is incorrect by @NicolasBourdin88 in #2087
- feat: Add APP_EMAIL and DEFAULT category to the main activity in the manifest by @LunarX in #2127
- feat: Lock the app when the screen turns off by @LouisCAD in #2118
New Contributors
Full Changelog: 1.6.9...1.7.0
1.6.9
What's Changed
- chore: Bump Libs & Core by @KevinBoulongne in #2116
- fix: API errors by @KevinBoulongne in #2119
- fix: Update Italian strings by @KevinBoulongne in #2122
- fix: Fix condition to get a Message's parent Folder by @KevinBoulongne in #2123
- refactor: Remove all
.removeFirst()
&.removeLast()
by @KevinBoulongne in #2124 - fix: Attachments UI not correctly updating in Tablet mode by @KevinBoulongne in #2120
- fix: EmptyState was wrongly appearing at 1st opening of a Folder by @KevinBoulongne in #2121
Full Changelog: 1.6.8...1.6.9
1.6.8
What's Changed
- fix: Remove onFocusChange in BackspaceAwareChip by @tevincent in #2114
- chore: Bump Libs & Core by @KevinBoulongne in #2113
- fix: Update coroutines usage in NetworkAvailability by @KevinBoulongne in #2115
Full Changelog: 1.6.7...1.6.8
1.6.7
What's Changed
- chore: Bump Libs & Core by @KevinBoulongne in #2102
- chore: update Core by @FabianDevel in #2105
- chore: Remove useless Sentry by @FabianDevel in #2106
- fix: Handle
is_valid
API field for Mailboxes by @KevinBoulongne in #2104 - fix: Don't send a Sentry when we have an access_denied APIErrorException by @tevincent in #2085
- feat: Put back missing Halloween easterEgg by @KevinBoulongne in #2103
- ci: Add conventional commits by @KevinBoulongne in #2111
- fix: Stop using strings reflection to get suffixes for Nougat and after by @KevinBoulongne in #2107
- fix: Display correct plural form for NoValidMailboxes strings by @KevinBoulongne in #2109
- chore: Clean code by @KevinBoulongne in #2110
Full Changelog: 1.6.6...1.6.7
1.6.6
What's Changed
- Bump Libs & Core by @KevinBoulongne in #2097
- Fix items disappearing before reaching the end of the menu drawer when scrolled by @LunarX in #2098
- Stop throwing RefreshTokenException when the user has an infinite token by @LunarX in #2099
- Add api response code to api call sentry breadcrumb by @LunarX in #2100
- Fix coral light color token by @LunarX in #2101
Full Changelog: 1.6.5...1.6.6
1.6.5
What's Changed
- Bump Libs & Core by @KevinBoulongne in #2090
- fix: Don't try to fetch Messages when the Mailbox isn't allowed to by @KevinBoulongne in #2091
- clean: Remove Sentry about orphan Threads because it never triggered. Woohoo!! by @KevinBoulongne in #2093
- fix: Remote Attachments
UploadStatus
is now correctly set asFINISHED
by @KevinBoulongne in #2095 - fix: Refresh User & Mailboxes before fetching Notifications by @KevinBoulongne in #2094
- fix: Add missing Search folder check in a Sentry by @KevinBoulongne in #2092
- fix:
Change account
button inNoValidMailbox
fragment was crashing becauseSwitchUser
fragment doesn't exist anymore by @KevinBoulongne in #2096
Full Changelog: 1.6.4...1.6.5
1.6.4
What's Changed
- Add some sentry to better understand message display improvements that still leave some overscroll by @LunarX in #2086
- When expanding a long Thread, display Messages by batches so it doesn't freeze the UI anymore by @KevinBoulongne in #2044
Full Changelog: 1.6.3...1.6.4
1.6.3
What's Changed
- Bump Libs & Core by @KevinBoulongne in #2083
- Truncate messages at 104_448 to prevent OOM error on SplitBody by @TommyDL-Infomaniak in #2082
- Don't use viewLifecycleOwner in DialogFragment and use "this" instead as per Google recommandation by @tevincent in #2084
Full Changelog: 1.6.2...1.6.3
1.6.2
What's Changed
- chore: Bump core by @FabianDevel in #2080
- fix: DownloadAttachmentProgressFragment lifecycle crash by @FabianDevel in #2081
- Put back easter egg in Account view by @KevinBoulongne in #2079
Full Changelog: 1.6.1...1.6.2
1.6.1
What's Changed
- Set avatar background color to white so transparent BIMIs are displayed correctly by @LunarX in #2072
- Bump Libs & Core by @KevinBoulongne in #2071
- Replace Realm
writeBlocking
bywrite
by @KevinBoulongne in #2073 - Replace Realm
writeBlocking
bywrite
in MailboxControllerupdateMailbox(…)
by @KevinBoulongne in #2074 - Replace Realm
writeBlocking
bywrite
in ThreadController by @KevinBoulongne in #2075 - Replace
map { … }.toSet()
withmapTo(mutableSetOf()) { … }
by @KevinBoulongne in #2076 - chore(Sentry): Remove sentry of _uploadStatus that is useless by @FabianDevel in #2078
- Remove
messages
realmList fromFolder
model by @KevinBoulongne in #2077
Full Changelog: 1.6.0...1.6.1