Uh oh!
There was an error while loading. Please reload this page.
More detailed theming capabilities - #7776
Conversation
This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
Codecov Report
@@ Coverage Diff @@## master #7776 +/- ##
=========================================
Coverage ? 51.21% Complexity ? 24982 =========================================
Files ? 1607 Lines ? 95021 Branches ? 1376 =========================================
Hits ? 48667 Misses ? 46354 Partials ? 0
|
juliusknorr
commented
Jan 11, 2018
@tobiasKaminsky This is what you asked for the android app. You can now just check for boolean values instead of doing string comparisons 😉 Besides that I'm not sure if we can still bring this in 13? @MorrisJobke |
tobiasKaminsky
commented
Jan 11, 2018
Cool. Would be great to have this in NC13 :-) |
tobiasKaminsky
commented
Jan 12, 2018
I get on master with set background color and default background image (dots). |
juliusknorr
commented
Jan 12, 2018
@tobiasKaminsky The output I posted above was from requesting the capabilities in JSON. It seems like OCS XML responses convert boolean values to 1 for true and empty for false. Anyway the result is correct. True that the default background image is used, false that a plain background color (without an image) is used. |
tobiasKaminsky
commented
Jan 12, 2018
Thank you for the quick response and explanation 👍 |
marinofaggiana
commented
Jan 31, 2018
Nice. |
This will allow clients to easily check if a custom background or a plain background color is used.
New entries in the capabilities theming section: