1.0.0-alpha16
JorisBodin
released this
03 Mar 15:53
·
5619 commits
to master
since this release
What's Changed
- Disable possibility to fetch multiples Folders at the same time by @KevinBoulongne in #578
- Replace deprecated
onBackPressed
withonBackPressedDispatcher
by @KevinBoulongne in #641 - Correctly popBackStack & finish when needed by @KevinBoulongne in #642
- Fetch Folders after saving a Draft, so it automagically displays itself in ThreadFragment by @KevinBoulongne in #639
- Display Draft toast before finishing Activity by @KevinBoulongne in #640
- Correctly update
unreadCount
of all impacted Folders when receiving new Message by @KevinBoulongne in #588 - Various UI updates to match the specs by @LunarX in #643
- Search Threads utils by @sirambd in #623
- refactor: move thread to thread package by @sirambd in #644
- Fix folders backlink not being single because of search folder by @LunarX in #624
- Add Search UI by @LunarX in #625
- Add Search history support by @LunarX in #626
- Support
swipeRefresh
on Search results by @LunarX in #627 - Add custom pagination for the Search by @LunarX in #632
- Remove unused imports by @LunarX in #646
- Update background color for new message dark theme by @LunarX in #645
- Fix history delete cross icon size by @LunarX in #649
- Small code enhancements upon Search feature codebase by @KevinBoulongne in #648
- Fix new message color by @LunarX in #654
- Add
searchResults
debounce before calling API by @KevinBoulongne in #650 - Save
recentSearches
after each new search by @KevinBoulongne in #651 - Correctly use
getLocalizedName()
instead ofname
by @KevinBoulongne in #660 - Remove nullability in SignatureController by @KevinBoulongne in #653
- Add NewContact to AddressBook by @FabianDevel in #637
- Use localized strings for
notYetImplemented()
by @KevinBoulongne in #661 - Fix ugly background of Copy/Paste popup by @FabianDevel in #662
- Factorize
setClosingOnClick
listeners by @FabianDevel in #647 - Update CreateFolder dialog by @FabianDevel in #655
- Split Body history from Message by @sirambd in #663
- Update Infomaniak kMail logo by @LunarX in #667
- Disable WebView recycling in Thread fragment by @LunarX in #664
- Flush UI in Threads list by @KevinBoulongne in #658
- Confirmation dialog when flushing by @KevinBoulongne in #659
- API call when flushing a Folder by @KevinBoulongne in #657
- Fix missing collapsable subject inside a thread by @LunarX in #668
- Fix webview display inline attachment by @sirambd in #669
- feat: Logout user token on logout of user by @sirambd in #671
- Add missing quote descriptors by @JorisBodin in #672
- Firebase messaging by @sirambd in #666
- Use
context
instead ofgetApplication()
in AndroidViewModels by @KevinBoulongne in #674
Full Changelog: 1.0.0-alpha15...1.0.0-alpha16