diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index f780089..56294b2 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -20,7 +20,7 @@ android { defaultConfig { applicationId = "es.freetimelab.farolero" - minSdk = flutter.minSdkVersion + minSdk = 24 targetSdk = 34 versionCode = flutter.versionCode versionName = flutter.versionName diff --git a/android/app/src/main/feature-graphic.png b/android/app/src/main/feature-graphic.png index b7ff785..68cb3a4 100644 Binary files a/android/app/src/main/feature-graphic.png and b/android/app/src/main/feature-graphic.png differ diff --git a/android/app/src/main/kotlin/es/freetimelab/el_impostor/MainActivity.kt b/android/app/src/main/kotlin/es/freetimelab/el_impostor/MainActivity.kt deleted file mode 100644 index 9bf1cae..0000000 --- a/android/app/src/main/kotlin/es/freetimelab/el_impostor/MainActivity.kt +++ /dev/null @@ -1,5 +0,0 @@ -package es.freetimelab.el_impostor - -import io.flutter.embedding.android.FlutterActivity - -class MainActivity : FlutterActivity() diff --git a/android/app/src/main/kotlin/es/freetimelab/farolero/MainActivity.kt b/android/app/src/main/kotlin/es/freetimelab/farolero/MainActivity.kt new file mode 100644 index 0000000..1be3777 --- /dev/null +++ b/android/app/src/main/kotlin/es/freetimelab/farolero/MainActivity.kt @@ -0,0 +1,5 @@ +package es.freetimelab.farolero + +import io.flutter.embedding.android.FlutterActivity + +class MainActivity: FlutterActivity() diff --git a/android/app/src/main/play-store-icon.png b/android/app/src/main/play-store-icon.png index 735cd65..bc9606e 100644 Binary files a/android/app/src/main/play-store-icon.png and b/android/app/src/main/play-store-icon.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index ecb2bf9..09a5ee0 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index 0e5d592..c6b756d 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index ecb2bf9..09a5ee0 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index a10fc1f..a48dbb7 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index 72e9f63..462bc16 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index a10fc1f..a48dbb7 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 8993a93..7d25922 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index 063f089..4d6039f 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index 8993a93..7d25922 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 1f6538b..1521a6f 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index 3861504..8ddf570 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 1f6538b..1521a6f 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index b577d92..d6f4c43 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index 9b8e999..d2e5dfb 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index b577d92..d6f4c43 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/lib/servicios/servicio_nearby.dart b/lib/servicios/servicio_nearby.dart index c347414..f552ee6 100644 --- a/lib/servicios/servicio_nearby.dart +++ b/lib/servicios/servicio_nearby.dart @@ -63,7 +63,7 @@ class ServicioNearby extends ChangeNotifier { // onConnectionInitiated: _onConexionIniciada, // onConnectionResult: _onResultadoConexion, // onDisconnected: _onDesconexion, - // serviceId: 'es.freetimelab.elimpostor', + // serviceId: 'es.freetimelab.farolero', // ); // _esHost = true; // _endpointId = nombreSala; @@ -96,7 +96,7 @@ class ServicioNearby extends ChangeNotifier { // ); // }, // onEndpointLost: (id) {}, - // serviceId: 'es.freetimelab.elimpostor', + // serviceId: 'es.freetimelab.farolero', // ); // return true; // } catch (e) { @@ -139,7 +139,7 @@ class ServicioNearby extends ChangeNotifier { /// Genera los datos para el código QR de conexión String generarDatosQR(String nombreSala) { return json.encode({ - 'app': 'elimpostor', + 'app': 'farolero', 'endpoint': _endpointId, 'sala': nombreSala, });