Skip to content

Commit

Permalink
📝 Chore(Submodules): Sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 31, 2024
1 parent 32e1694 commit 4be6553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KitX Clients/KitX Dashboard
2 changes: 1 addition & 1 deletion KitX Clients/KitX Mobile
Submodule KitX Mobile updated 55 files
+3 −2 .github/SECURITY.md
+7 −11 .github/contributing.md
+33 −0 .github/scripts/check_new_commit.py
+61 −0 .github/scripts/pr_format.py
+37 −0 .github/workflows/pr-auto-format.yml
+0 −28 .gitlab/issue_templates/bug-report.md
+0 −15 .gitlab/issue_templates/feature-request.md
+0 −7 .gitlab/merge_request_templates/default.md
+40 −23 README.md
+1 −0 kitx_mobile/android/app/src/main/AndroidManifest.xml
+ kitx_mobile/android/app/src/main/res/drawable/app_icon.png
+0 −2 kitx_mobile/init_packages.sh
+13 −6 kitx_mobile/lib/instances.dart
+6 −1 kitx_mobile/lib/main.dart
+36 −24 kitx_mobile/lib/pages/about_page.dart
+8 −1 kitx_mobile/lib/pages/account_page.dart
+1 −1 kitx_mobile/lib/pages/controls/device_card.dart
+20 −43 kitx_mobile/lib/pages/controls/home_page_drawer.dart
+33 −17 kitx_mobile/lib/pages/devices_page.dart
+19 −11 kitx_mobile/lib/pages/home_page.dart
+40 −0 kitx_mobile/lib/pages/not_found_page.dart
+31 −8 kitx_mobile/lib/pages/pages.dart
+21 −35 kitx_mobile/lib/pages/plugins_page.dart
+26 −93 kitx_mobile/lib/pages/settings_page.dart
+170 −0 kitx_mobile/lib/pages/settings_pages/exterior_settings_page.dart
+8 −1 kitx_mobile/lib/pages/sub_pages/device_chat_page.dart
+8 −1 kitx_mobile/lib/pages/test_page.dart
+8 −1 kitx_mobile/lib/pages/test_pages/device_info_test.dart
+11 −1 kitx_mobile/lib/pages/test_pages/device_sensors.dart
+8 −1 kitx_mobile/lib/pages/test_pages/network_info_test.dart
+172 −8 kitx_mobile/lib/pages/test_pages/sensors_display_stands/acceleration_display_stand.dart
+60 −37 kitx_mobile/lib/pages/test_pages/sensors_display_stands/gyroscope_display_stand.dart
+1 −3 kitx_mobile/lib/services/devices_discovery_service.dart
+6 −0 kitx_mobile/lib/services/devices_service.dart
+94 −0 kitx_mobile/lib/services/notification_service.dart
+8 −0 kitx_mobile/lib/utils/config.dart
+48 −75 kitx_mobile/lib/utils/emulators/rotation_emulator.dart
+23 −0 kitx_mobile/lib/utils/extensions/service_status_to_string.dart
+40 −0 kitx_mobile/lib/utils/handlers/vibration_handler.dart
+6 −1 kitx_mobile/lib/utils/log.dart
+0 −126 kitx_mobile/lib/utils/translation.dart
+67 −0 kitx_mobile/lib/utils/translation/en_us.dart
+10 −0 kitx_mobile/lib/utils/translation/translation.dart
+67 −0 kitx_mobile/lib/utils/translation/zh_cn.dart
+16 −0 kitx_mobile/pubspec.lock
+39 −37 kitx_mobile/pubspec.yaml
+3 −1 kitx_mobile_internal_plugins/lib/interface/internal_plugin.dart
+9 −4 kitx_mobile_internal_plugins/lib/interface/settings_page.dart
+5 −2 kitx_mobile_internal_plugins/lib/kitx_mobile_internal_plugins.dart
+4 −4 kitx_mobile_internal_plugins/lib/plugins/native_async/native_async.dart
+1 −1 kitx_mobile_internal_plugins/lib/plugins/native_async/settings_page.dart
+4 −4 kitx_mobile_internal_plugins/lib/plugins/notification_service_provider/notification_service_provider.dart
+1 −1 kitx_mobile_internal_plugins/lib/plugins/notification_service_provider/settings_page.dart
+4 −4 kitx_mobile_internal_plugins/lib/plugins/sensors_data_provider/sensors_data_provider.dart
+1 −1 kitx_mobile_internal_plugins/lib/plugins/sensors_data_provider/settings_page.dart
2 changes: 1 addition & 1 deletion KitX Standard

0 comments on commit 4be6553

Please sign in to comment.