Browse Source

replace newuniverse to nexilis, android xml theme

tama 1 year ago
parent
commit
7322256fac

+ 1 - 1
NexilisSampleCode/app/src/main/res/values-night/themes.xml

@@ -1,6 +1,6 @@
 <resources xmlns:tools="http://schemas.android.com/tools">
     <!-- Base application theme. -->
-    <style name="Base.Theme.NexilisSampleCodeBurger" parent="Theme.Material3.DayNight.NoActionBar">
+    <style name="Base.Theme.NexilisSampleCodeBurger" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
         <!-- Customize your dark theme here. -->
         <!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
     </style>

+ 1 - 1
NexilisSampleCode/app/src/main/res/values/themes.xml

@@ -1,6 +1,6 @@
 <resources xmlns:tools="http://schemas.android.com/tools">
     <!-- Base application theme. -->
-    <style name="Base.Theme.NexilisSampleCodeBurger" parent="Theme.Material3.DayNight.NoActionBar">
+    <style name="Base.Theme.NexilisSampleCodeBurger" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
         <!-- Customize your light theme here. -->
         <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
     </style>

+ 3 - 3
NexilisSampleCodeFlutter-Android/android/app/src/main/java/com/example/paliolitesamplecodeflutter/MainActivity.java

@@ -36,9 +36,9 @@ public class MainActivity extends FlutterActivity {
         //SMARTBOT
 
         /*************************************
-         Connect to our server with your newuniverse.io Account, and implement the required Callback.
-         Please Subscribe or contact us to get your newuniverse.io Account.
-         Do not share your newuniverse.io Account or ever give it out to someone outside your organization.
+         Connect to our server with your nexilis.io Account, and implement the required Callback.
+         Please Subscribe or contact us to get your nexilis.io Account.
+         Do not share your nexilis.io Account or ever give it out to someone outside your organization.
          ************************************/
         /**
          * API.connect (String NexilisAccount, Activity RegisteredActivity, int NexilisButtonMode, boolean UserMayModifyUID, Callback ConnectCallback)

+ 1 - 1
NexilisSampleCodeFlutter-Android/android/build.gradle

@@ -19,7 +19,7 @@ allprojects {
         jcenter()
         // Add the following lines to include the Nexilis repository into your app
         maven {
-            url "https://newuniverse.io/artifactory/nexilis-libs/"
+            url "https://nexilis.io/artifactory/nexilis-libs/"
             credentials {
                 username = "***REPLACE***WITH***YOUR***MAVEN***USERNAME***"
                 password = "***REPLACE***WITH***YOUR***MAVEN***PASSWORD***"

+ 1 - 1
NexilisSampleCodeFlutter-iOS/android/build.gradle

@@ -19,7 +19,7 @@ allprojects {
         jcenter()
         // Add the following lines to include the Nexilis repository into your app
         maven {
-            url "https://newuniverse.io/artifactory/nexilis-libs/"
+            url "https://nexilis.io/artifactory/nexilis-libs/"
             credentials {
                 username = "***REPLACE***WITH***YOUR***MAVEN***USERNAME***"
                 password = "***REPLACE***WITH***YOUR***MAVEN***PASSWORD***"

+ 3 - 3
NexilisSampleCodeIonic-Android/android/app/src/main/java/com/example/paliolitesamplecodeionic/MainActivity.java

@@ -30,9 +30,9 @@ public class MainActivity extends BridgeActivity {
     //SMARTBOT
 
     /*************************************
-     Connect to our server with your newuniverse.io Account, and implement the required Callback.
-     Please Subscribe or contact us to get your newuniverse.io Account.
-     Do not share your newuniverse.io Account or ever give it out to someone outside your organization.
+     Connect to our server with your nexilis.io Account, and implement the required Callback.
+     Please Subscribe or contact us to get your nexilis.io Account.
+     Do not share your nexilis.io Account or ever give it out to someone outside your organization.
      ************************************/
     /**
      * API.connect (String NexilisAccount, Activity RegisteredActivity, int NexilisButtonMode, boolean UserMayModifyUID, Callback ConnectCallback)

+ 1 - 1
NexilisSampleCodeIonic-Android/android/build.gradle

@@ -25,7 +25,7 @@ allprojects {
 
         // Add the following lines to include the Nexilis repository into your app
         maven {
-          url "https://newuniverse.io/artifactory/nexilis-libs/"
+          url "https://nexilis.io/artifactory/nexilis-libs/"
           credentials {
             username = "***REPLACE***WITH***YOUR***MAVEN***USERNAME***"
             password = "***REPLACE***WITH***YOUR***MAVEN***PASSWORD***"

+ 1 - 1
NexilisSampleCodeIonic-iOS/android/build.gradle

@@ -25,7 +25,7 @@ allprojects {
 
         // Add the following lines to include the Nexilis repository into your app
         maven {
-          url "https://newuniverse.io/artifactory/nexilis-libs/"
+          url "https://nexilis.io/artifactory/nexilis-libs/"
           credentials {
             username = "***REPLACE***WITH***YOUR***MAVEN***USERNAME***"
             password = "***REPLACE***WITH***YOUR***MAVEN***PASSWORD***"

+ 3 - 3
NexilisSampleCodeReact-Android/android/app/src/main/java/com/paliolitesamplecode/MainActivity.java

@@ -56,9 +56,9 @@ public class MainActivity extends ReactActivity {
         //SMARTBOT
 
         /*************************************
-         Connect to our server with your newuniverse.io Account, and implement the required Callback.
-         Please Subscribe or contact us to get your newuniverse.io Account.
-         Do not share your newuniverse.io Account or ever give it out to someone outside your organization.
+         Connect to our server with your nexilis.io Account, and implement the required Callback.
+         Please Subscribe or contact us to get your nexilis.io Account.
+         Do not share your nexilis.io Account or ever give it out to someone outside your organization.
          ************************************/
         /**
          * API.connect (String NexilisAccount, Activity RegisteredActivity, int NexilisButtonMode, boolean UserMayModifyUID, Callback ConnectCallback)

+ 6 - 8
NexilisSampleCodeReact-Android/android/build.gradle

@@ -3,9 +3,9 @@
 buildscript {
     ext {
         buildToolsVersion = "33.0.0"
-        minSdkVersion = 21
-        compileSdkVersion = 33
-        targetSdkVersion = 33
+        minSdkVersion = 23
+        compileSdkVersion = 34
+        targetSdkVersion = 34
 
         // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
         ndkVersion = "23.1.7779620"
@@ -23,12 +23,10 @@ buildscript {
 allprojects {
     repositories {
         maven {
-            url "https://newuniverse.io/artifactory/nexilis-libs/"
+            url "https://nexilis.io/artifactory/nexilis-libs/"
             credentials {
-                username = "qmera"
-                password = "APABxewRKs8RMhZXERA8ySSx4Bn"
-//                username = "***REPLACE***WITH***YOUR***MAVEN***USERNAME***"
-//                password = "***REPLACE***WITH***YOUR***MAVEN***PASSWORD***"
+               username = "***REPLACE***WITH***YOUR***MAVEN***USERNAME***"
+               password = "***REPLACE***WITH***YOUR***MAVEN***PASSWORD***"
             }
         }
         maven { url 'https://maven.google.com' }