Skip to content

Commit

Permalink
Some code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
igoticecream committed Sep 29, 2016
1 parent 9dc90d2 commit 12adf69
Show file tree
Hide file tree
Showing 16 changed files with 359 additions and 566 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,4 @@ dependencies {
provided libraries.autoValueAnnotations

provided libraries.xposed

compile 'com.splitwise:tokenautocomplete:2.0.8@aar'
}
12 changes: 0 additions & 12 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@
</intent-filter>
</activity>

<activity
android:name=".app.rename.RenameActivity"
android:label="@string/format"
android:parentActivityName=".app.home.HomeActivity"
android:theme="@style/Snorlax.Activity"
>
<intent-filter>
<action android:name=".app.rename.RenameActivity"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>

</application>

</manifest>

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 12adf69

Please sign in to comment.