diff --git a/capacitor.config.ts b/capacitor.config.ts index 8db1696..3a73516 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -6,7 +6,12 @@ const config: CapacitorConfig = { loggingBehavior: "none", webDir: 'www', server: { - androidScheme: 'https' + androidScheme: 'https', + allowNavigation: [ + "https://drive.google.com", + "https://docs.google.com", + "https://photos.app.goo.gl" + ] }, plugins: { CapacitorSQLite: { diff --git a/configuration/environment.prod.ts b/configuration/environment.prod.ts index 22a0597..4b13cb1 100644 --- a/configuration/environment.prod.ts +++ b/configuration/environment.prod.ts @@ -11,11 +11,11 @@ export const config = { CONTEXT_SEARCH: 'api/aiutility/v1/context', CONTENT_SEARCH_API: 'content/search', TELEMETRY_SYNC: 'telemetry/v1/telemetry', - BOT_QUERY_API: 'v1/query', + BOT_QUERY_API: 'v1/chat', SEARCH_API: 'content/search', CONFIRM_API: 'confirm', - BOT_SAKHI_API_PATH: 'v1/query', - BOT_ACTIVITY_API_PATH: 'api/activitybot/v1/query', + BOT_SAKHI_API_PATH: 'v1/chat', + BOT_ACTIVITY_API_PATH: 'api/activitybot/v1/chat', REGISTER_DEVICE_API_PATH: 'api/registerMobileDevice', KEY: 'myjp-0.1', diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html index bd0d34b..dee0560 100644 --- a/src/app/pages/home/home.page.html +++ b/src/app/pages/home/home.page.html @@ -48,18 +48,18 @@
{{"Teacher Tara" | translate }}
--> -
+
- + - - - + + + - + diff --git a/src/app/pages/home/home.page.ts b/src/app/pages/home/home.page.ts index 1aa2f6b..38a2261 100644 --- a/src/app/pages/home/home.page.ts +++ b/src/app/pages/home/home.page.ts @@ -212,7 +212,7 @@ export class HomePage implements OnInit, OnTabViewWillEnter, OnDestroy { } async mappUIContentList(content: Array) { - // await this.contentService.deleteAllContents(); + await this.contentService.deleteAllContents(); this.showSheenAnimation = false; this.configContents = []; this.contentList = []; diff --git a/src/app/pages/mypitara/mypitara.page.html b/src/app/pages/mypitara/mypitara.page.html index 02c1d28..7dc7cb4 100644 --- a/src/app/pages/mypitara/mypitara.page.html +++ b/src/app/pages/mypitara/mypitara.page.html @@ -21,8 +21,8 @@ - - + +
{{content.metaData.name |translate}}
diff --git a/src/app/pages/playlist-details/playlist-details.page.html b/src/app/pages/playlist-details/playlist-details.page.html index 56a9627..837a1e3 100644 --- a/src/app/pages/playlist-details/playlist-details.page.html +++ b/src/app/pages/playlist-details/playlist-details.page.html @@ -6,22 +6,12 @@
- - + - - - - - - + diff --git a/src/app/pages/qr-scan-result/qr-scan-result.page.html b/src/app/pages/qr-scan-result/qr-scan-result.page.html index b72bc8e..0bfdc93 100644 --- a/src/app/pages/qr-scan-result/qr-scan-result.page.html +++ b/src/app/pages/qr-scan-result/qr-scan-result.page.html @@ -35,7 +35,7 @@ - +
diff --git a/src/app/pages/search/search.page.html b/src/app/pages/search/search.page.html index 00ba040..de6a188 100644 --- a/src/app/pages/search/search.page.html +++ b/src/app/pages/search/search.page.html @@ -56,9 +56,8 @@ - - +