]> git.mxchange.org Git - friendica.git/commit
Move mode settings to App\Mode
authorPhilipp Holzer <admin+github@philipp.info>
Fri, 16 Aug 2019 07:46:38 +0000 (09:46 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sat, 17 Aug 2019 07:09:13 +0000 (09:09 +0200)
commit90b438e08261ba41a5791c1ef51e734d1d7c4ef4
treebcd00b2e9e5d5edcd7a4c6d71533d82cbfffc951
parente7c3d327cc566b23ef008bedc0c743ba327f65f6
Move mode settings to App\Mode
- Move isAjax() to App\Mode
- Move isTablet() to App\Mode
- Move isMobile() to App\Mode
- Refactor last usage of App->isBackend()
src/App.php
src/App/Mode.php
src/App/Page.php
src/Core/Worker.php
static/dependencies.config.php
tests/src/App/ModeTest.php