First real commit
authorPetru Trimbitas <l3asketballplayer@yahoo.com>
Thu, 23 May 2013 08:43:31 +0000 (11:43 +0300)
committerPetru Trimbitas <l3asketballplayer@yahoo.com>
Thu, 23 May 2013 08:43:31 +0000 (11:43 +0300)
commitbdd8f09cf842a79c5b667632d2866f38e366a86c
tree437dc01d2dc9d407a06fae2e8a54ea978c4f8ca5
parent5520bcefd40f947c15fcb8cd309118c0cf4f5318
First real commit
26 files changed:
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]
.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
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]
libs/gson-2.2.4-javadoc.jar [new file with mode: 0644]
libs/gson-2.2.4-sources.jar [new file with mode: 0644]
libs/gson-2.2.4.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_launcher.png [new file with mode: 0644]
res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
res/layout/eventview.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/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
src/ro/ieval/unical/Constants.java [new file with mode: 0644]
src/ro/ieval/unical/DatabaseInteract.java [new file with mode: 0644]
src/ro/ieval/unical/Event.java [new file with mode: 0644]
src/ro/ieval/unical/MySQLiteHelper.java [new file with mode: 0644]
src/ro/ieval/unical/mainActivity.java [new file with mode: 0644]
This page took 0.011934 seconds and 4 git commands to generate.