-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
Bugfix/noid/archive conversations handle old nc servers #4427
Bugfix/noid/archive conversations handle old nc servers #4427
Conversation
@mahibi , do you have a release date for some the minor version ? There is a lot of "annoying" improvements fixed. :-) |
today or in the next days |
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
only more complex checks should be made in CapabilitiesUtil, just checking a capability should be done directly via hasSpreedFeatureCapability Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Otherwise it would be shown for older NC versions without to be useful Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
For archived conversations, require "-v2". This is done because on server api, "archived-conversations" was already released for 20.0.2 by mistake which should have only be done for 20.1 As it's planned to release android talk 20.0.3 with a fresh master state, the archived conversations feature must be hidden manually, This is done by required "-v2". Either it's served as this in the future or it can be removed for the 20.1.0 release. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
4991bb8
to
1968d43
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4427-talk.apk |
followup fix to #4333
hide archive conversation features (archive/unarchive button in conversation info + "archived" label in filters) for NC versions that don't support it.
Important: By commit 1968d43 the feature is disabled until v20.1.0, see commit message..
🏁 Checklist
/backport to stable-xx.x