Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ local.properties
proguard/
# Log Files
*.log
pushfish-android.iml
/pushfish-android.iml
/app/app.iml
/pushjet-android.iml
/Pushjet-Android.iml
19 changes: 0 additions & 19 deletions Pushjet-Android.iml

This file was deleted.

1 change: 0 additions & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="SELECTED_TEST_ARTIFACT" value="_android_test_" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
Expand Down
12 changes: 0 additions & 12 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@
android:value="io.Pushfish.api.PushListActivity" />
</activity>

<receiver
android:name="io.Pushfish.api.GcmBroadcastReceiver"
android:permission="com.google.android.c2dm.permission.SEND" >
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />

<category android:name="io.Pushfish.api" />
</intent-filter>
</receiver>

<service android:name="io.Pushfish.api.GcmIntentService" />

<activity
android:name="io.Pushfish.api.SettingsActivity"
android:label="@string/title_activity_settings"
Expand Down
210 changes: 0 additions & 210 deletions app/src/main/java/io/Pushfish/api/Async/GCMRegistrar.java

This file was deleted.

19 changes: 0 additions & 19 deletions app/src/main/java/io/Pushfish/api/GcmBroadcastReceiver.java

This file was deleted.

Loading