Skip to content

Commit

Permalink
Merge pull request #3 from UniExtremadura/develop
Browse files Browse the repository at this point in the history
Merge de Develop con Main
  • Loading branch information
Deluwuta authored Jun 25, 2024
2 parents c8168ff + f69e802 commit da99342
Show file tree
Hide file tree
Showing 28 changed files with 335 additions and 1 deletion.
Binary file added .gradle/8.2/checksums/checksums.lock
Binary file not shown.
Binary file added .gradle/8.2/checksums/md5-checksums.bin
Binary file not shown.
Binary file added .gradle/8.2/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added .gradle/8.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file added .gradle/8.2/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/8.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/8.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file added .gradle/8.2/fileHashes/resourceHashesCache.bin
Binary file not shown.
Empty file added .gradle/8.2/gc.properties
Empty file.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Tue Jun 25 17:35:28 CEST 2024
gradle.version=8.2
Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Tue Jun 25 17:34:16 CEST 2024
java.home=/opt/android-studio/jbr
Empty file added .gradle/vcs-1/gc.properties
Empty file.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

241 changes: 241 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion app/src/main/java/com/example/firstapplication/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,15 @@ class MainActivity : AppCompatActivity() {
val navController = findNavController(R.id.nav_host_fragment_content_main)
return navController.navigateUp(appBarConfiguration) || super.onSupportNavigateUp()
}
}
}

// Examen Junio.
// Alumno: Alberto Trejo Segador

// Simulación de la implementación de la Historia de Usuario 01 - Rol: Scrum Master
// Task: Implementar la funcionalidad
// Task: Integrar la funcionalidad

// Simulación de la implementación de la Historia de Usuario 02 - Rol: Scrum Master
// Task: Implementar la funcionalidad
// Task: Integrar la funcionalidad
8 changes: 8 additions & 0 deletions local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Jun 25 17:34:16 CEST 2024
sdk.dir=/home/delta/Android/Sdk

0 comments on commit da99342

Please sign in to comment.