-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve saved messages #3073
improve saved messages #3073
Conversation
81abf44
to
daa9ffe
Compare
daa9ffe
to
5f16db0
Compare
c96ca16
to
dd8cd64
Compare
af1ba4a
to
d625033
Compare
closing, api has changed, this can serve as a template, acutal prototyping was done on iOS at deltachat/deltachat-ios#2527 |
66ab287
to
a7fa7e3
Compare
To test the changes in this pull request, install this apk: |
a7fa7e3
to
ea2b104
Compare
To test the changes in this pull request, install this apk: |
ea2b104
to
7d28292
Compare
To test the changes in this pull request, install this apk: |
/me adapted to new api, updated pr description |
7d28292
to
d1f77d9
Compare
I am testing the PR a bit, some comments at a first glance:
|
To test the changes in this pull request, install this apk: |
For other testers: if you are confused why messages directly sent in saved messages doesn't have a padlock, it was a bug in core, it was fixed and it will show a padlock when we upgrade to core 1.155.2 or superior |
|
improve improved saved messages
To test the changes in this pull request, install this apk: |
close #3573
to make place for the "Save" icon, the "Info" icon, which is anyway more a debug view currently, is moved to the overflow menu.
currently, only one selected message can be saved per action, mutli-select-mode can be done if needed in a subsequent PR
what is missing and should go to a subsequent PR, is a button to go from the "saved message" to the "original message"; my android-layout-constraints skills are too unused to target that in reasonable time :)