Skip to content

Commit

Permalink
Escritas la parte de las Preferencias desde 0, para mejorar el código…
Browse files Browse the repository at this point in the history
…. Ahora estan implementadas en una sola clase. Tambien se han modificado todas las lecturas y escrituras SharedPreferences.

Se ha implementado OnSharedPreferenceChangeListener que detecta si alguna preferencia ha sido modificada, para así, si había alguna partida en juego, borrarla.
  • Loading branch information
marsavela committed Oct 20, 2013
1 parent ce668a6 commit 0b9412f
Show file tree
Hide file tree
Showing 19 changed files with 811 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

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

4 changes: 3 additions & 1 deletion .idea/gradle.xml

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

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

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

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

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

2 changes: 1 addition & 1 deletion WWTBAM/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
classpath 'com.android.tools.build:gradle:0.6.3'
}
}
apply plugin: 'android'
Expand Down
2 changes: 1 addition & 1 deletion WWTBAM/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:value="es.serpat.wwtbam.MainActivity" />
</activity>
<activity
android:name=".SetPreferences"
android:name=".Preferences"
android:label="@string/settings"
android:parentActivityName="es.serpat.wwtbam.MainActivity">
<!-- Parent activity meta-data to support 4.0 and lower -->
Expand Down
Loading

0 comments on commit 0b9412f

Please sign in to comment.