From: Aaron van Geffen Date: Tue, 27 Sep 2022 12:42:19 +0000 (+0200) Subject: operating_systems.pm: add Android 13 X-Git-Tag: AWSTATS_7_9~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F224%2Fhead;p=thirdparty%2FAWStats.git operating_systems.pm: add Android 13 --- diff --git a/wwwroot/cgi-bin/lib/operating_systems.pm b/wwwroot/cgi-bin/lib/operating_systems.pm index 9576547b..48f32ee9 100644 --- a/wwwroot/cgi-bin/lib/operating_systems.pm +++ b/wwwroot/cgi-bin/lib/operating_systems.pm @@ -78,6 +78,7 @@ 'haiku', 'macintosh', # Android family +'android[_+ ]13', # Android 13 'android[_+ ]12', # Android 12 'android[_+ ]11', # Android 11 'android[_+ ]10', # Android 10 @@ -225,6 +226,7 @@ 'mac[_+ ]?p','macintosh','mac[_+ ]68','macintosh','macweb','macintosh','macintosh','macintosh', 'haiku', 'haiku', # Android family (androidyyy) +'android[_+ ]13','android13', # Android 13 'android[_+ ]12','android12', # Android 12 'android[_+ ]11','android11', # Android 11 'android[_+ ]10','android10', # Android 10 @@ -357,6 +359,7 @@ 'macintosh','Mac OS', 'Haiku', 'Haiku', # Android +'android13','Google Android 13.x', 'android12','Google Android 12.x', 'android11','Google Android 11.x', 'android10','Google Android 10.x', diff --git a/wwwroot/icon/os/android13.png b/wwwroot/icon/os/android13.png new file mode 100644 index 00000000..07d266f7 Binary files /dev/null and b/wwwroot/icon/os/android13.png differ