First commit ReversiForFun
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 12 Aug 2012 20:33:22 +0000 (22:33 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 12 Aug 2012 20:33:22 +0000 (22:33 +0200)
commit9bdb32ca345d4ccded4b144ade82cee8740f6e44
tree312390bafa8539af0cf55ce5b6e026d9f47dde08
parentb7a1889a613052ad3c13ded08872fdbe2bb5ce09
First commit ReversiForFun
24 files changed:
.gitignore
AndroidManifest.xml [new file with mode: 0644]
ic_launcher-web.png [new file with mode: 0644]
libs/android-support-v4.jar [new file with mode: 0644]
proguard-project.txt [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/ic_action_search.png [new file with mode: 0644]
res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
res/drawable-mdpi/ic_action_search.png [new file with mode: 0644]
res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xhdpi/ic_action_search.png [new file with mode: 0644]
res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
res/layout/activity_reversi.xml [new file with mode: 0644]
res/menu/activity_reversi.xml [new file with mode: 0644]
res/values-large/dimens.xml [new file with mode: 0644]
res/values-v11/styles.xml [new file with mode: 0644]
res/values-v14/styles.xml [new file with mode: 0644]
res/values/dimens.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
src/de/android/reversi/Player.java [new file with mode: 0644]
src/de/android/reversi/ReversiActivity.java [new file with mode: 0644]
src/de/android/reversi/ReversiView.java [new file with mode: 0644]