Skip to content

Commit 8226404

Browse files
authored
Merge branch 'main' into dev
2 parents 3aa7621 + 8cebde7 commit 8226404

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ Make sure to check if your issue or PR has already been fixed or implemented **b
264264

265265
## Collection of anonymous usage data
266266

267-
The OpenAndroidInstaller application collects anonymous usage data to help us improve the application. This data is collected using [Plausible Analytics](https://plausible.io) and is stored on their servers.
268-
We do not collect any personal data, and we do not track individual users. We only collect the device code when the installation process is started and finished to see which devices are most commonly used with the application.
269-
The code is available in the function `send_tracking_info` in the `openandroidinstaller/utils.py` file.
267+
The OpenAndroidInstaller application collects anonymous usage data to help us improve the application. This data is collected using [Plausible Analytics](https://plausible.io) and is stored on their servers. You can see what is collected here: [![Statistics](https://img.shields.io/badge/Statistics-8A2BE2)](https://plausible.io/openandroidinstaller.org).
268+
269+
We do not collect any personal data, and we do not track individual users. We only collect the device code when the installation process is started and finished to see which devices are most commonly used with the application. The code is available in the function `send_tracking_info` in the `openandroidinstaller/utils.py` file.
270270

271271
## Acknowledgements
272272

openandroidinstaller/views/addon_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
TextButton,
2828
Colors,
2929
Icons,
30+
ContinuousRectangleBorder,
3031
)
31-
from flet_core.buttons import ContinuousRectangleBorder
3232
from loguru import logger
3333
from styles import Markdown, Text
3434
from views import BaseView

openandroidinstaller/views/requirements_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
TextButton,
2727
Colors,
2828
Icons,
29+
ContinuousRectangleBorder,
2930
)
30-
from flet_core.buttons import ContinuousRectangleBorder
3131
from loguru import logger
3232
from styles import Markdown, Text
3333
from views import BaseView

openandroidinstaller/views/select_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
TextButton,
2929
Colors,
3030
Icons,
31+
ContinuousRectangleBorder,
3132
)
32-
from flet_core.buttons import ContinuousRectangleBorder
3333
from loguru import logger
3434
from styles import Markdown, Text
3535
from utils import (

openandroidinstaller/views/start_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
TextButton,
2828
Colors,
2929
Icons,
30+
ContinuousRectangleBorder,
3031
)
31-
from flet_core.buttons import ContinuousRectangleBorder
3232
from loguru import logger
3333
from styles import Markdown, Text
3434
from tooling import search_device, SearchResult

0 commit comments

Comments
 (0)