From 75c5d289cfc5c3c34c94ac402c20b651548e6a1a Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sun, 14 May 2023 14:56:17 -0400 Subject: [PATCH] More robust loading --- aether_native_app_config.default.json | 30 +---- app/index.html | 15 ++- app/js/aether_app_native_v4.js | 177 +++++++++++++++++++++++--- index.js | 114 ++++++++++++++--- 4 files changed, 274 insertions(+), 62 deletions(-) diff --git a/aether_native_app_config.default.json b/aether_native_app_config.default.json index 6a4c6b3..ee150c2 100644 --- a/aether_native_app_config.default.json +++ b/aether_native_app_config.default.json @@ -1,6 +1,9 @@ { "developer_tools": false, - "native_app_js_css_option": "default", + "native_app_which_html": "default", + "native_app_index_path": "[home]/OSIT/native_app/app/index.html", + "native_app_index_url": "https://app.oneskyit.com/native/index.html", + "native_app_js_css_base_url": "https://demo.oneskyit.com", "native_app_js_css_base_url_bak": "https://bak-demo.oneskyit.com", @@ -33,36 +36,11 @@ "access_control_allow_origin": "*", "idb_name": "osit", - "idb_event_check_period": 240000, - "idb_event_location_check_period": 120000, - "idb_event_session_check_period": 120000, - "idb_event_presentation_check_period": 120000, - "idb_event_presenter_check_period": 90000, - "idb_event_file_check_period": 60000, "local_file_cache_path": "[home]/OSIT/file_cache", - "host_file_cache_check_period": 30000, "host_file_temp_path": "[home]/OSIT/temp", - "main_loop_interval": 2000, - "api_token_loop_interval": 1000, - "api_update_period": 90000, - "api_auth_loop_interval": 100, - "api_token_update_loop_interval": 120000, - "open_tables_loop_interval": 10, - "update_idb_loop_interval": 10, - "idb_to_launcher_loop_interval": 250, - "update_render_loop_interval": 1000, - "check_file_cache_loop_interval": 250, - - "display_menu_session_times": true, - "display_session_codes": true, - "display_session_badges": true, - "display_presentation_codes": true, - "display_presentation_badges": true, - "display_presenter_codes": true, - "display_presenter_badges": true, "display_arrangement": "mirror_and_extend", "display_builtin_resolution": "", diff --git a/app/index.html b/app/index.html index 6c38d1f..a0ee9ca 100644 --- a/app/index.html +++ b/app/index.html @@ -16,7 +16,7 @@ - + @@ -25,8 +25,11 @@