Compare commits

..

10 Commits

Author SHA1 Message Date
naquilini bbed22fe99 new build 2024-08-28 14:29:04 +02:00
Nick cd48a9966c Revert "new build"
This reverts commit 318fa4b7bf.
2024-08-28 08:15:35 +02:00
Nick 318fa4b7bf new build 2024-08-28 08:12:35 +02:00
Nick Aquilini d39de0465f new version 3.15.00 2024-07-30 12:33:34 +02:00
amauri fe9306c3a1 new version 3.13.08 2024-06-21 08:50:00 +02:00
amauri c5d5ef9a71 new version 3.13.07 2024-06-13 16:39:28 +02:00
amauri 1c8efac85d Version 3.13.02 2024-05-17 15:29:15 +02:00
amauri e9a50d6655 Version 3.13.01 2024-05-03 09:10:30 +02:00
amauri cb999d87cc Version 3.13.00 2024-04-25 16:32:53 +02:00
Nick b0ace6e70e new build 2024-04-25 15:02:22 +02:00
58 changed files with 16 additions and 24 deletions

View File

@ -228,6 +228,12 @@ public class YourActivity extends AppCompatActivity {
//must be true otherwise the module doesn't work in SDK mode //must be true otherwise the module doesn't work in SDK mode
bundle.putBoolean(TaConstants.TA_IS_ADDON, true); bundle.putBoolean(TaConstants.TA_IS_ADDON, true);
bundle.putString(TaConstants.TA_API_KEY, "Required to be authorized"); bundle.putString(TaConstants.TA_API_KEY, "Required to be authorized");
// Specify the device type for the TA_LOCKED_ORIENTATION. If not provided, all devices will use TA_LOCKED_ORIENTATION.
bundle.putString(TaConstants.TA_LOCKED_ORIENTATION_DEVICE, "tablet|phone");
// Define the orientation for the app. If not specified, the app will use its default behavior.
bundle.putString(TaConstants.TA_LOCKED_ORIENTATION, "portrait|landscape");
return bundle; return bundle;
} }
} }

View File

@ -258,7 +258,7 @@ publishing {
tareactnativetecnaviautils(MavenPublication) { tareactnativetecnaviautils(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'react-native-tecnavia-utils' artifactId 'react-native-tecnavia-utils'
version '1.1.0' version '1.2.0'
artifact("$libsDirName/react-native-tecnavia-utils-release.aar") artifact("$libsDirName/react-native-tecnavia-utils-release.aar")
} }
@ -321,7 +321,7 @@ publishing {
tatecnaviareactnativebridge(MavenPublication) { tatecnaviareactnativebridge(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-bridge' artifactId 'tecnavia_react-native-bridge'
version '1.2.20' version '1.3.2'
artifact("$libsDirName/tecnavia_react-native-bridge-release.aar") artifact("$libsDirName/tecnavia_react-native-bridge-release.aar")
} }
@ -356,7 +356,7 @@ publishing {
tatecnaviareactnativepdf(MavenPublication) { tatecnaviareactnativepdf(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-pdf' artifactId 'tecnavia_react-native-pdf'
version '5.1.6' version '5.1.7'
artifact("$libsDirName/tecnavia_react-native-pdf-release.aar") artifact("$libsDirName/tecnavia_react-native-pdf-release.aar")
} }
@ -370,7 +370,7 @@ publishing {
tatecnaviareactnativewebanalytics(MavenPublication) { tatecnaviareactnativewebanalytics(MavenPublication) {
groupId 'tecnavia' groupId 'tecnavia'
artifactId 'tecnavia_react-native-web-analytics' artifactId 'tecnavia_react-native-web-analytics'
version '1.0.0' version '1.0.2'
artifact("$libsDirName/tecnavia_react-native-web-analytics-release.aar") artifact("$libsDirName/tecnavia_react-native-web-analytics-release.aar")
} }
@ -522,7 +522,7 @@ dependencies {
implementation "tecnavia:react-native-splash-screen:3.2.0" implementation "tecnavia:react-native-splash-screen:3.2.0"
implementation "tecnavia:react-native-sqlite-storage:3.3.10" implementation "tecnavia:react-native-sqlite-storage:3.3.10"
implementation "tecnavia:react-native-svg:12.1.0" implementation "tecnavia:react-native-svg:12.1.0"
implementation "tecnavia:react-native-tecnavia-utils:1.1.0" implementation "tecnavia:react-native-tecnavia-utils:1.2.0"
implementation "tecnavia:react-native-text-size:3.0.0" implementation "tecnavia:react-native-text-size:3.0.0"
implementation "tecnavia:react-native-tts:4.1.0" implementation "tecnavia:react-native-tts:4.1.0"
implementation "tecnavia:react-native-uuid-generator:6.1.1" implementation "tecnavia:react-native-uuid-generator:6.1.1"
@ -531,20 +531,19 @@ dependencies {
implementation "tecnavia:react-native-volume-control:1.0.1" implementation "tecnavia:react-native-volume-control:1.0.1"
implementation "tecnavia:react-native-webview:11.17.2" implementation "tecnavia:react-native-webview:11.17.2"
implementation "tecnavia:rn-fetch-blob:0.11.2" implementation "tecnavia:rn-fetch-blob:0.11.2"
api "tecnavia:tecnavia_react-native-bridge:1.2.20" api "tecnavia:tecnavia_react-native-bridge:1.3.2"
implementation "tecnavia:tecnavia_react-native-default-preference:1.5.0" implementation "tecnavia:tecnavia_react-native-default-preference:1.5.0"
implementation "tecnavia:tecnavia_react-native-dfp:1.5.0" implementation "tecnavia:tecnavia_react-native-dfp:1.5.0"
implementation "tecnavia:tecnavia_react-native-geolocation:3.0.1" implementation "tecnavia:tecnavia_react-native-geolocation:3.0.1"
implementation "tecnavia:tecnavia_react-native-navigation-bar-color:2.0.2" implementation "tecnavia:tecnavia_react-native-navigation-bar-color:2.0.2"
implementation "tecnavia:tecnavia_react-native-pdf:5.1.6" implementation "tecnavia:tecnavia_react-native-pdf:5.1.7"
implementation "tecnavia:tecnavia_react-native-print:0.6.1" implementation "tecnavia:tecnavia_react-native-print:0.6.1"
implementation "tecnavia:tecnavia_react-native-web-analytics:1.0.0" implementation "tecnavia:tecnavia_react-native-web-analytics:1.0.2"
implementation "tecnavia:tecnavia_react-native-workaround:0.0.2" implementation "tecnavia:tecnavia_react-native-workaround:0.0.2"
implementation "tecnavia:tecnavia_react-native-zip-archive:5.2.0" implementation "tecnavia:tecnavia_react-native-zip-archive:5.2.0"
api "tecnavia:react-native:0.67.5" api "tecnavia:react-native:0.67.5"
implementation "tecnavia:hermes:1.0.0" implementation "tecnavia:hermes:1.0.0"
//the below dependencies works, if you change the versions something could not work well //the below dependencies works, if you change the versions something could not work well
implementation "org.webkit:android-jsc:+" implementation "org.webkit:android-jsc:+"
//androidx dependencies //androidx dependencies
@ -585,25 +584,12 @@ dependencies {
implementation "com.google.android.gms:play-services-base:$playServiceBaseVersion" implementation "com.google.android.gms:play-services-base:$playServiceBaseVersion"
//used by react-native-google-analytics-bridge ga3 //used by react-native-google-analytics-bridge ga3
//try to use the same version of firebase-core //try to use the same version of firebase-core
//use the same version of play-services-analytics //use the same version of play-services-analytics
//used by react-native-prebid, react-native-admob and react-native-dfp packages //used by react-native-prebid, react-native-admob and react-native-dfp packages
implementation "com.google.android.gms:play-services-ads:$playServiceAdsVersion" implementation "com.google.android.gms:play-services-ads:$playServiceAdsVersion"
//used by react-native-maps package //used by react-native-maps package
//used by @firebase/app //used by @firebase/app
//firebase //firebase
//okhttp //okhttp
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion" implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okHttpVersion" implementation "com.squareup.okhttp3:okhttp-urlconnection:$okHttpVersion"

View File

@ -1,7 +1,7 @@
android.useAndroidX=true android.useAndroidX=true
APP_NAME=Android SDK APP_NAME=Android SDK
APP_VERSION_NAME=3.12.05 APP_VERSION_NAME=3.15.01
APP_VERSION_CODE=1713363289503 APP_VERSION_CODE=1724848144010
ANDROID_APP_ID=com.tecnaviaapplication ANDROID_APP_ID=com.tecnaviaapplication
IS_ADDON=true IS_ADDON=true

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
src/main/assets/fonts/Fontisto.ttf Normal file → Executable file
View File

0
src/main/assets/fonts/Nunito-Bold.ttf Normal file → Executable file
View File

0
src/main/assets/fonts/Nunito-Medium.ttf Normal file → Executable file
View File

0
src/main/assets/fonts/Nunito-Regular.ttf Normal file → Executable file
View File

Binary file not shown.