diff --git a/Makefile b/Makefile index 22ab1bab..1c616748 100644 --- a/Makefile +++ b/Makefile @@ -68,3 +68,5 @@ img/stats: stats cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column 'Chrome WAU' --title 'Chrome Weekly Active Users' --save ../img/stats/chrome-wau.png cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column 'Firefox DAU' --resample 7D --title 'Firefox Daily Active Users (7D mean)' --save ../img/stats/firefox-dau-7d.png cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column 'Android installed devices' --title 'Android Installed Devices' --save ../img/stats/android-devices.png + cd stats && poetry run python analyze_stats.py --since 2019-01-01 --column 'Android Play Store rating' --title 'Android Play Store Rating' --save ../img/stats/android-rating.png + cd stats && poetry run python analyze_stats.py --since 2025-06-01 --column 'Android crash rate (%)' --title 'Android Crash Rate (user-perceived, %)' --save ../img/stats/android-crash-rate.png diff --git a/stats.pug b/stats.pug index 607f748a..25673fe8 100644 --- a/stats.pug +++ b/stats.pug @@ -52,10 +52,12 @@ div.text-center h4.mt-5 Android app p - | How many active installations there are of the Android app + | Install base, Play Store rating, and crash rate for the Android app div.img-center img.width-500(src="/img/stats/android-devices.png") - div.small.dim (Updated manually on an irregular basis) + img.width-500(src="/img/stats/android-rating.png") + img.width-500(src="/img/stats/android-crash-rate.png") + div.small.dim (Auto-updated daily when Play Console data is available; ratings lag ~1 month) hr.my-5