-
-
Notifications
You must be signed in to change notification settings - Fork 265
apply theming to user mentions #4774
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments from Joas/Marcel M.
i think it crashed for me one time when entering the chat but did not find the crashlog.. |
b2020cf
to
3ba5d27
Compare
58324b7
to
0173bb5
Compare
9cdb59c
to
0c1f54a
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4774-talk.apk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Fetching the user data on every opening of conversation list is still too much.
-
The DB scheme is missing multi user account handling, which would also require foreign keys etc to make sure data is correctly removed once a user account is removed etc
-
DB migration is missing at all
Also with improvements, please wait to merge this PR until i'm back from vacation so i can review again (as wrong database handling could lead to complex problems)
@@ -34,6 +34,8 @@ | |||
import com.nextcloud.talk.models.json.signaling.settings.SignalingSettingsOverall; | |||
import com.nextcloud.talk.models.json.status.StatusOverall; | |||
import com.nextcloud.talk.models.json.unifiedsearch.UnifiedSearchOverall; | |||
import com.nextcloud.talk.models.json.usercircles.UserCirclesOverall; | |||
import com.nextcloud.talk.models.json.usergroups.UserGroupsOverall; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused imports
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
Signed-off-by: sowjanyakch <[email protected]>
0c1f54a
to
689f5ed
Compare
see comment #4672 (comment)
🚧 TODO
🏁 Checklist
/backport to stable-xx.x