Releases: Infomaniak/android-kMail
Releases · Infomaniak/android-kMail
1.0.0-alpha7
What's Changed
- Use correct
mailboxObjectId
inincrementFolderUnreadCount
by @KevinBoulongne in #397 - Swipe actions tutorial when first logging in by @LunarX in #399
- Request multiple permissions needed from MainActivity by @sirambd in #398
- Fix
PermissionUtils
lazy initialisation by @KevinBoulongne in #402 - Start sync worker with delayed duration and Avoid launching the work when it is unnecessary by @sirambd in #404
- Deeplink for new message Notification click by @sirambd in #401
- Refacto Thread fragment & viewModel by @KevinBoulongne in #403
- Set Message' subject at
null
when empty by @KevinBoulongne in #400 - Android CI for run build with Gradle by @sirambd in #396
- Display Realm data at boot, then fetch API by @KevinBoulongne in #405
- Remove italic when subject is missing by @KevinBoulongne in #406
- Ignore SyncMessagse new message if it has already been seen by @sirambd in #410
- Schedule SyncMessagesWorker on backpressed because it's ignored by stop lifecycle by @sirambd in #411
- Snack bar correct colors by @LunarX in #414
- New style for selected items in MenuDrawer by @LunarX in #413
- Move
getMenuFolders
from MenuDrawer fragment to viewModel by @KevinBoulongne in #422 - Refactor MainVM
current
objects by @KevinBoulongne in #408 - Rework Folder
unreadCount
by @KevinBoulongne in #417 - Folders rules by @KevinBoulongne in #419
- Made whole swipe setting illustration clickable by @LunarX in #412
- Refacto
read
/unread
actions on Thread by @KevinBoulongne in #420 - Refacto
delete
action on Thread & Draft in a Thread by @KevinBoulongne in #421 - Fix "Test" for CI by @JorisBodin in #424
- Optimize Threads creation algorithm by @KevinBoulongne in #423
- Temporary Realm crash fix by @KevinBoulongne in #426
- Remove unused nullability of some
realm
objects in Controllers by @KevinBoulongne in #425 - Hide "Message display mode" setting by @KevinBoulongne in #430
- Reset
from
&to
when recomputing Thread by @KevinBoulongne in #429 - Factorize code to get displayed Message in Threads list by @KevinBoulongne in #428
- Clean network listener code by @KevinBoulongne in #427
- Remove HTML from Draft
body
by @KevinBoulongne in #432 - Fix invalid MergedContact by @KevinBoulongne in #433
- Handle SendTo by @sirambd in #431
- fix: not redirected to the right email notification when there is many by @sirambd in #434
- Make
currentDraftLocalUuid
nullable instead oflateinit
by @KevinBoulongne in #436 - Automatically back after choosing a swipe action in settings by @LunarX in #439
- New profil disconnection route and design by @LunarX in #438
isMe()
is now correctly checking the email with thecurrentMailbox
, and not thecurrentUser
by @KevinBoulongne in #440- New message composition by @LunarX in #435
- Now lists mailboxes in profile by @LunarX in #441
- Action
favorite
on Thread & Message by @KevinBoulongne in #437 - Fix subject field in new message composition not growing when needed by @LunarX in #442
- Favorite swipe action by @FabianDevel in #448
- Add
Delete
action on Message by @KevinBoulongne in #444 - RealmChangesBinding can now check if the content has been changed in the ui by @sirambd in #446
- Don't delete a Message if we can't download its
body
by @KevinBoulongne in #447 - Use
areContentsTheSame
for ThreadAdapter by @KevinBoulongne in #449 - Go back to Threads list when mark Thread as unread by @KevinBoulongne in #453
- Don't save Draft if there is no modification by @KevinBoulongne in #445
- Only scroll to expanded Message when opening the Thread by @KevinBoulongne in #450
- Add Message loader when body isn't downloaded yet by @KevinBoulongne in #454
- Add QuickMenu swipe action by @FabianDevel in #462
- When replying to a Thread, reply to the last received Message by @KevinBoulongne in #452
- fix: multiple notifications for the same message by @sirambd in #463
- Group messages notifications by mailbox by @sirambd in #464
- Remove API calls from ThreadController by @KevinBoulongne in #458
Full Changelog: 1.0.0-alpha1...1.0.0-alpha7
First Alpha
1.0.0-alpha1