mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 13:40:47 +02:00
[Messages] Add saving messages as draft. (#92)
* [Messages/Compose] Move original message handling code to MessageManager. * [Messages/Compose] Add draft saving dialog on back button press. * [Messages/Compose] Implement saving messages as draft. * [Messages/Compose] Fix missing line breaks when saving/loading HTML. * [Messages] Fix download button icon padding. * [Messages] Fix showing correct message read date. * [Messages] Improve (and fix) scrolling to previous list position. * [Messages] Fix message body trimming. * [Messages/Compose] Add draft-related bottom sheet items. * [Refactor] Cleanup MainActivity code. * [Messages/Compose] Set htmlCompatible to true by default. * [Messages/Compose] Show confirmation dialog when navigating with unsaved changes. * [Messages] Restore message body bottom padding. * [Messages] Fix download button icon padding, again.
This commit is contained in:

committed by
GitHub

parent
44263ac95f
commit
50ae767fcd
1
.idea/codeStyles/Project.xml
generated
1
.idea/codeStyles/Project.xml
generated
@ -1,6 +1,7 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<JetCodeStyleSettings>
|
||||
<option name="ALLOW_TRAILING_COMMA" value="true" />
|
||||
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
|
||||
</JetCodeStyleSettings>
|
||||
<codeStyleSettings language="XML">
|
||||
|
Reference in New Issue
Block a user