Initial commit
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 5 Mar 2013 19:12:17 +0000 (21:12 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 5 Mar 2013 19:12:17 +0000 (21:12 +0200)
commit8dfb76c9431dbf8401412cb92c7512e7dc3081a2
tree0fe1826f64929fc2d0bab0be9593beea384cfc0b
Initial commit
62 files changed:
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.pmd [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]
COPYING [new file with mode: 0644]
lib/android/support/v4/app/NotificationCompat.java [new file with mode: 0644]
lib/android/support/v4/app/NotificationCompatHoneycomb.java [new file with mode: 0644]
lib/android/support/v4/app/NotificationCompatIceCreamSandwich.java [new file with mode: 0644]
lib/android/support/v4/app/NotificationCompatJellybean.java [new file with mode: 0644]
lib/android/support/v4/content/LocalBroadcastManager.java [new file with mode: 0644]
lib/com/google/android/gcm/GCMBaseIntentService.java [new file with mode: 0644]
lib/com/google/android/gcm/GCMBroadcastReceiver.java [new file with mode: 0644]
lib/com/google/android/gcm/GCMConstants.java [new file with mode: 0644]
lib/com/google/android/gcm/GCMRegistrar.java [new file with mode: 0644]
proguard-project.txt [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/cross.png [new file with mode: 0644]
res/drawable-hdpi/tick.png [new file with mode: 0644]
res/drawable-ldpi/cross.png [new file with mode: 0644]
res/drawable-ldpi/tick.png [new file with mode: 0644]
res/drawable-mdpi/cross.png [new file with mode: 0644]
res/drawable-mdpi/tick.png [new file with mode: 0644]
res/drawable-xhdpi/cross.png [new file with mode: 0644]
res/drawable-xhdpi/tick.png [new file with mode: 0644]
res/layout/local.xml [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/layout/ongoing_list_item.xml [new file with mode: 0644]
res/menu/main.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/xml/admin.xml [new file with mode: 0644]
res/xml/prefs.xml [new file with mode: 0644]
src/com/android/internal/telephony/ITelephony.aidl [new file with mode: 0644]
src/org/eclipse/jdt/annotation/NonNull.java [new file with mode: 0644]
src/org/eclipse/jdt/annotation/NonNullByDefault.java [new file with mode: 0644]
src/org/eclipse/jdt/annotation/Nullable.java [new file with mode: 0644]
src/org/eclipse/jdt/annotation/package-info.java [new file with mode: 0644]
src/ro/ieval/fonbot/Address.java [new file with mode: 0644]
src/ro/ieval/fonbot/BackupAgent.java [new file with mode: 0644]
src/ro/ieval/fonbot/DialogActivity.java [new file with mode: 0644]
src/ro/ieval/fonbot/DynamicEventReceiver.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotAdminReceiver.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotApplication.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotHelpActivity.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotLocalActivity.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotMainActivity.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotMainService.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotPhoneStateListener.java [new file with mode: 0644]
src/ro/ieval/fonbot/FonBotPreferenceActivity.java [new file with mode: 0644]
src/ro/ieval/fonbot/GCMIntentService.java [new file with mode: 0644]
src/ro/ieval/fonbot/Header.java [new file with mode: 0644]
src/ro/ieval/fonbot/Heavy.java [new file with mode: 0644]
src/ro/ieval/fonbot/LocalBroadcastReceiver.java [new file with mode: 0644]
src/ro/ieval/fonbot/PollServerAsyncTask.java [new file with mode: 0644]
src/ro/ieval/fonbot/ProtectedBroadcastReceiver.java [new file with mode: 0644]
src/ro/ieval/fonbot/RemoteCrashdumpHandler.java [new file with mode: 0644]
src/ro/ieval/fonbot/SendHttpMessageAsyncTask.java [new file with mode: 0644]
src/ro/ieval/fonbot/SmsReceiver.java [new file with mode: 0644]
src/ro/ieval/fonbot/SmsStatusReceiver.java [new file with mode: 0644]
src/ro/ieval/fonbot/Utils.java [new file with mode: 0644]
src/ro/ieval/fonbot/package-info.java [new file with mode: 0644]
This page took 0.013869 seconds and 4 git commands to generate.