diff --git a/tx-android/app/build.gradle b/tx-android/app/build.gradle index 04868c3..d02a9f7 100644 --- a/tx-android/app/build.gradle +++ b/tx-android/app/build.gradle @@ -17,4 +17,5 @@ android { dependencies { implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.7.2' + implementation 'androidx.appcompat:appcompat:1.7.0' } diff --git a/tx-android/app/release/baselineProfiles/0/app-release.dm b/tx-android/app/release/baselineProfiles/0/app-release.dm index ddf4108..1e44fa7 100644 Binary files a/tx-android/app/release/baselineProfiles/0/app-release.dm and b/tx-android/app/release/baselineProfiles/0/app-release.dm differ diff --git a/tx-android/app/release/baselineProfiles/1/app-release.dm b/tx-android/app/release/baselineProfiles/1/app-release.dm index 87ec4f1..c453c68 100644 Binary files a/tx-android/app/release/baselineProfiles/1/app-release.dm and b/tx-android/app/release/baselineProfiles/1/app-release.dm differ diff --git a/tx-android/app/src/main/AndroidManifest.xml b/tx-android/app/src/main/AndroidManifest.xml index fa1e0fc..71d78f5 100644 --- a/tx-android/app/src/main/AndroidManifest.xml +++ b/tx-android/app/src/main/AndroidManifest.xml @@ -5,14 +5,19 @@ + + + android:exported="true" + android:theme="@style/Theme.TurnosXpressTwa"> + + @@ -48,6 +57,11 @@ android:scheme="https" /> + + diff --git a/tx-android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/tx-android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/tx-android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/tx-android/app/src/main/res/drawable/ic_launcher_background.xml b/tx-android/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/tx-android/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tx-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/tx-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..c4a603d --- /dev/null +++ b/tx-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/tx-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/tx-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..c4a603d --- /dev/null +++ b/tx-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 0000000..4749a71 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..62b554b Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp differ diff --git a/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 0000000..444b602 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 0000000..b089b6d Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..301c011 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp differ diff --git a/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 0000000..94a1df6 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 0000000..76284f4 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..516f59c Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..0f78de5 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 0000000..109e599 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..6498ebf Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..02e087e Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 0000000..c42c636 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..8b9198c Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ diff --git a/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..c591364 Binary files /dev/null and b/tx-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/tx-android/app/src/main/res/values/colors.xml b/tx-android/app/src/main/res/values/colors.xml index be91b36..681cede 100644 --- a/tx-android/app/src/main/res/values/colors.xml +++ b/tx-android/app/src/main/res/values/colors.xml @@ -1,9 +1,9 @@ - #111827 - #111827 - #111827 - #111827 - #111827 + #330080 + #330080 + #330080 + #330080 + #330080 #FFFFFF diff --git a/tx-android/app/src/main/res/values/strings.xml b/tx-android/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..57aae93 --- /dev/null +++ b/tx-android/app/src/main/res/values/strings.xml @@ -0,0 +1,13 @@ + + + TurnosXpress + + [{ + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "web", + "site": "https://turnosxpress.com.ar" + } + }] + + diff --git a/tx-android/app/src/main/res/values/styles.xml b/tx-android/app/src/main/res/values/styles.xml index 3b81905..c400b7d 100644 --- a/tx-android/app/src/main/res/values/styles.xml +++ b/tx-android/app/src/main/res/values/styles.xml @@ -1,6 +1,6 @@ -