Commit Graph

10 Commits

Author SHA1 Message Date
30990006a9 DEV: enable frozen string literal on all files
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.

Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
446ec1b44a Set input and textarea font size to 16px on iOS (#7480) 2019-05-07 10:44:43 -04:00
8be7878656 FEATURE: add ability to clear previously set mobile_view with mobile_view=auto 2019-02-22 10:44:49 -08:00
ac6d38ab34 radically simplify our mobile user agent detection 2016-03-26 02:02:23 -07:00
978fb61cdf switch mobile detection to look for "Android" 2016-03-15 17:12:05 -07:00
d052f1746c add support for other Nexus devices as "mobile" 2016-03-15 16:46:46 -07:00
d298e2e065 Detect Googlebot from user agent and use a different layout that doesn't load javascript 2014-02-15 17:54:34 -05:00
fc9c6c8d18 fix for nil session in mobile_detection.rb 2014-01-16 20:04:38 -08:00
Sam
cdce117941 BUGFIX: support nil params 2014-01-17 13:07:17 +11:00
Sam
177983afe6 BUGFIX: mobile ui was being cached for anon views 2014-01-09 14:08:42 +11:00