Full refactor of all state system collecting in the app: now uses CompositionLocalProvider to avoid passing argumants all across every composables
Added bandwith and notifications to the status bar
1835284 (HEAD -> main) Fixed app cache not working (removed it) useless
9d37b80 Fixed typo
b0de68b (origin/main, origin/HEAD) Changed recently used packages from json to stringSet
d8464e7 Use proper enum instead of string
498c72d Allowed nullable selected
fbdfd41 Removed old comment
0d3f090 Add Keep Android Open link to README
9387b72 Merge pull request #214 from Elnix90/refactor-composition-local-provider
0d5f101 (origin/refactor-composition-local-provider, refactor-composition-local-provider) Resolved old TODO
2fb36ef Improved saving on SettingsScreen.kt
cba33ab Improved a little performances on settings screen canva drawing
83e1138 Fixed down drag on drawer not willing to drag down
be780e3 Moved the angle last in hierarchy to make it appear after nests
231a60f Updated some translations
e590775 Refactor part , but I move the default points out of the viewmodel and use it as composition local
d5ee14f Updated usages globally to compositionLocals for nests / points and icons
54fbd05 Merged with main
32aa4b6 Merge pull request #212 from YoannDev90/main
d190733 Add TODO for LocalIcons search refactor
859b955 Improve exception handling and settings access
e22f324 Use onCheck lambda on showNotifications to open settings when turned on without permission
ffd17f4 Mega refactor using Composition local provider for nests points and lots of global settings
16f002b Add openNotificationSettings function and wire it to UI