-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Guardado de datos usando SharedPreferences. "
- Loading branch information
Showing
113 changed files
with
46 additions
and
565 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
app/src/androidTest/java/org/coderic/protective/mobile/ExampleInstrumentedTest.kt
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
app/src/main/java/org/coderic/protective/mobile/StartActivity.kt
100755 → 100644
Empty file.
11 changes: 0 additions & 11 deletions
11
app/src/main/java/org/coderic/protective/mobile/data/Almacenamiento.kt
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
app/src/main/java/org/coderic/protective/mobile/data/MacronutrientPreferences.kt
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
app/src/main/java/org/coderic/protective/mobile/domain/CasosUsoMascota.kt
This file was deleted.
Oops, something went wrong.
17 changes: 8 additions & 9 deletions
17
app/src/main/java/org/coderic/protective/mobile/model/Routes.kt
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
package org.coderic.protective.mobile.model | ||
|
||
sealed class Routes( val route : String ) { | ||
// Ruts de Start Activity | ||
data object InicioSesion: Routes("inicio/inicio_sesion") | ||
data object GetStarted: Routes("inicio/get_started") | ||
// Ruts de MainActivity | ||
data object MainScreen: Routes("main/home") | ||
data object MyPetScreen: Routes("main/profile") | ||
data object MyUpdatePetScreen : Routes("main/profile/update") | ||
data object ExploreScreen: Routes("main/explore") | ||
data object ManageScreen: Routes("main/manage") | ||
// Rutas de Start Activity | ||
object InicioSesion: Routes("inicio/inicio_sesion") | ||
object GetStarted: Routes("inicio/get_started") | ||
// Rutas de MainActivity | ||
object MainScreen: Routes("main/home") | ||
object MyPetScreen: Routes("main/profile") | ||
object ExploreScreen: Routes("main/explore") | ||
object ManageScreen: Routes("main/manage") | ||
} |
Empty file modified
0
app/src/main/java/org/coderic/protective/mobile/model/datos/Device.kt
100755 → 100644
Empty file.
Empty file modified
0
app/src/main/java/org/coderic/protective/mobile/model/datos/GeoPunto.kt
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
app/src/main/java/org/coderic/protective/mobile/presentation/DashBoardScreen.kt
100755 → 100644
Empty file.
Empty file modified
0
app/src/main/java/org/coderic/protective/mobile/presentation/DeviceScreen.kt
100755 → 100644
Empty file.
Empty file modified
0
app/src/main/java/org/coderic/protective/mobile/presentation/HomeScreen.kt
100755 → 100644
Empty file.
Empty file modified
0
app/src/main/java/org/coderic/protective/mobile/presentation/LoadingScreen.kt
100755 → 100644
Empty file.
Oops, something went wrong.