summaryrefslogtreecommitdiffstats
path: root/webapp/utils/user_agent.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix isMobileApp() to also apply to Android app (#4892)Hyeseong Kim2017-01-031-1/+1
| | | | | | * Fix isMobileApp() to also apply to Android app * Add checking agent to LHS download app link
* PLT-4261 Set silent parameter for Notification (#4192)Yuya Ochiai2016-10-121-1/+15
| | | | | In the desktop app, there are two kinds of sound on notifications, `Utils.ding()` and `new Notification()` on Windows and Mac. This commit stops both if the account setting is set to off.
* PLT-4343 Fixes for mobile main menu (#4148)Harrison Healey2016-10-041-1/+8
| | | | | | | | * Fixed mobile app link in the main menu to be displayed on mobile browsers * Fixed doubled up dividers in mobile menu * Added scrolling to mobile main menu
* Removed /shortcuts from mobile (#3753)David Lu2016-08-111-1/+9
|
* PLT-3640 Add mobile landing pages (#3674)Harrison Healey2016-08-021-0/+86
* PLT-3640 Moved all clientside user agent snooping into a single file * PLT-3640 Added mobile landing pages on login to iOS and Android web apps * PLT-3640 Moved landing page to appear before first login * PLT-3640 Fixed detection of Chrome on Android * PLT-3640 Disabled mobile landing pages when their respective URLs are set to blank