Releases: Infomaniak/android-kMail
Releases · Infomaniak/android-kMail
1.6.0
What's Changed
- Bump Core & Libs by @KevinBoulongne in #2060
- Refactor profile view and how we can add a mailbox by @tevincent in #2054
- Fix using backspace to delete recipient on API 34+ by @NicolasBourdin88 in #2061
- Prioritize api contacts avatar over phone contacts avatar by @LunarX in #2064
- Fix ripple of the move fragment by @NicolasBourdin88 in #2062
- Logout user properly when this one has been deleted by @tevincent in #2065
- Execute actions right away instead of waiting for API call result by @tevincent in #2016
- Simplify
updateMailboxes()
code by @KevinBoulongne in #2059 - Revert "Prioritize api contacts avatar over phone contacts avatar" by @LunarX in #2066
- Give priority to autocompleted api contacts over phone contacts by @LunarX in #2067
- feat: Move API calls outside of Realm transactions by @KevinBoulongne in #2069
- fix: Copy local Mailbox from Realm so the Mailboxes can update their embedded objects by @KevinBoulongne in #2068
- refactor: Format
fetchMessagesHeavyData()
code by @KevinBoulongne in #2070
Full Changelog: 1.5.1...1.6.0
1.5.1
What's Changed
- Bump Libs & Core by @KevinBoulongne in #2050
- Fix animated toolbar crash by @LunarX in #2053
- Add specific UI for thread when in SPAM folder by @tevincent in #2051
- Remove now unused DraftActionsWorker setProgress by @LunarX in #2052
- Delete draft that cannot ever be sent because of corrupted attachments by @LunarX in #2055
- Fix AutoAdvance feature that was triggering too often by @KevinBoulongne in #2056
- Add missing parameters in
Mailbox.initLocalValues()
by @KevinBoulongne in #2057
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Bump Libs by @KevinBoulongne in #2045
- Remove deleteToken sentry by @FabianDevel in #2037
- Fix group notification with 0 new message by @tevincent in #2047
- Update rich html editor to 0.2.0 by @tevincent in #2049
- Add Dialog to confirm we want to block a user by @tevincent in #2046
Full Changelog: 1.4.9...1.5.0
1.4.9
What's Changed
- Simplify
.joinToString()
usage by @KevinBoulongne in #2038 - Bump Libs & Core by @KevinBoulongne in #2039
- Add primary color as background for transparent avatars by @KevinBoulongne in #2040
- Put back indentation in MoveAdapter when not filtering Folders by @KevinBoulongne in #2042
- Fix the "Message several Folders" Sentry for the 13th time (at least) by @KevinBoulongne in #2043
Full Changelog: 1.4.8...1.4.9
1.4.8
What's Changed
- Bump libs & Core by @KevinBoulongne in #2032
- Fix indexOutOfBounds exception by @FabianDevel in #2033
- Catch exception in uploadStatus getter and add info for sentry by @FabianDevel in #2036
- Bump core to fix the concurrency crash by @FabianDevel in #2035
- Remove useless sentry by @FabianDevel in #2034
Full Changelog: 1.4.7...1.4.8
1.4.7
What's Changed
- Bump libs & Core by @KevinBoulongne in #2021
- Clean code by @KevinBoulongne in #2023
- Update Sentry scope usage by @KevinBoulongne in #2024
- fix: Clean gradle cache form ci by @sirambd in #2028
- Add more info about supposed empty Thread in Sentry by @KevinBoulongne in #2030
- Add more info about supposed orphan Drafts in Sentry by @KevinBoulongne in #2031
- Make sure we use the up-to-date version of Folder in RefreshController by @KevinBoulongne in #2025
- Calm down Realm breadcrumbs by @KevinBoulongne in #2026
- Clean code by @KevinBoulongne in #2027
Full Changelog: 1.4.6...1.4.7
1.4.6
What's Changed
- Bump libs by @KevinBoulongne in #2020
- Can now report display problems (staff only) by @TommyDL-Infomaniak in #2019
- Fetch Messages by Date (instead of UID) when going through Folder's history by @KevinBoulongne in #1970
Full Changelog: 1.4.5...1.4.6
1.4.5
What's Changed
- Split
star/unstar
function into 2 by @KevinBoulongne in #2004 - Put back wildcards by @KevinBoulongne in #2008
- Use the new networkstatus flow to know if we have internet or not by @tevincent in #1972
- Bump Libs by @KevinBoulongne in #2007
- Move
Signature
from MailboxContent to MailboxInfo by @KevinBoulongne in #1484 - Add toolbar formatting options to the new rich html editor by @LunarX in #1996
- Correctly display Signatures that don't have a
senderName
by @KevinBoulongne in #2010 - Add a hasNetwork method to check for nullability by @tevincent in #2011
- Fix infinite refresh loading of Threads when switching Account/Mailbox by @KevinBoulongne in #2012
- Clean Realm Lists & Sets types in Models by @KevinBoulongne in #2009
- Variables renaming by @KevinBoulongne in #2005
- Change minimum length of search query by @NicolasBourdin88 in #2013
- Optimize
getThreads()
query when executing action on Threads/Messages by @KevinBoulongne in #2006 - Batch API calls when there is more than 1000 UIDs by @KevinBoulongne in #2000
- Add a custom realm logger to add to breadcrumbs what is happening into realm by @tevincent in #2014
- Avoid logging to Sentry when we have a network exception by @tevincent in #2015
- Allow keyboard navigation by @NicolasBourdin88 in #1993
Full Changelog: 1.4.4...1.4.5
1.4.4
What's Changed
- Bump Core & Libs by @KevinBoulongne in #1997
- Remove associated inline attachements when removing quote by @LunarX in #1992
- Remove NestedScrollViews in Move & MenuDrawer fragments by @KevinBoulongne in #1989
- Do not send blank characters to AI services since it does not handle Blank characters well by @tevincent in #1998
- Bump
MAILBOX_CONTENT_SCHEMA_VERSION
so it runs again when upgrading from v1.4.3 by @KevinBoulongne in #2002 - fix: App crashes because of AvatarView by @sirambd in #1999
- Remove Messages from Folders in MenuDrawer by @KevinBoulongne in #2001
- Fix missing selection indicator handles when the selected line is on the last line of the rich html editor by @LunarX in #2003
Full Changelog: 1.4.3...1.4.4
1.4.3
What's Changed
- Bump Core & libs by @KevinBoulongne in #1987
- Log jsoup parsing ram usage by @LunarX in #1990
- Enhance
addAttachmentsBreadcrumb()
code readability by @KevinBoulongne in #1988 - Adapter to block a specific contact in a thread by @tevincent in #1974
- Add memory usage logs around a Jsoup.parse that was missed by @LunarX in #1991
- Add SentryLog when mailboxId uses the default value for configuration by @TommyDL-Infomaniak in #1986
- Replace current editor with rich html editor by @LunarX in #1958
- Update caret color of the rich html editor by @LunarX in #1959
Full Changelog: 1.4.2...1.4.3