summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/UtilTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Precalculate the primary element color for dark mode tooJoas Schilling2020-06-261-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix light primary button stylingJulius Härtl2019-03-271-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adapts the theming util to the new core logo image pathMichael Weimann2018-10-041-1/+1
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fixes the logo testMichael Weimann2018-10-031-2/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Make the default element color for bright theming colors lighterJulius Härtl2018-08-301-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* More detailed theming capabilitiesJulius Härtl2018-01-101-2/+31
| | | | | | This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add colors to testsJulius Härtl2018-01-081-7/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Prefer custom theme over theming appJulius Härtl2017-07-121-0/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use appdata logo when generating iconsJulius Härtl2017-05-171-12/+25
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use IAppManager instead of OC_AppJulius Haertl2016-11-181-1/+15
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Sanitize input and small fixesJulius Haertl2016-11-181-2/+2
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-181-0/+2
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Improve unit tests for image generationJulius Haertl2016-11-181-2/+59
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix testsJoas Schilling2016-07-281-12/+20
|
* Move classes to PSR-4Joas Schilling2016-07-281-0/+89