Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 1a51519

Browse files
author
evgenii
committed
Removed the ThankAuthorActivity, Vungle libs.
1 parent 664940e commit 1a51519

File tree

11 files changed

+2
-145
lines changed

11 files changed

+2
-145
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId 'com.blogspot.e_kanivets.moneytracker'
88
minSdkVersion 10
99
targetSdkVersion 22
10-
versionCode 2
11-
versionName '1.1.2'
10+
versionCode 3
11+
versionName '1.2.0'
1212
}
1313
signingConfigs {
1414
releaseConfig {

app/libs/dagger-1.2.2.jar

-59.1 KB
Binary file not shown.

app/libs/javax.inject-1.jar

-2.44 KB
Binary file not shown.
-708 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</intent-filter>
2424
</activity>
2525
<activity android:name=".activity.ReportActivity" />
26-
<activity android:name=".activity.ThankAuthorActivity" />
2726
<activity
2827
android:name="com.vungle.publisher.FullScreenAdActivity"
2928
android:configChanges="keyboardHidden|orientation|screenSize"

app/src/main/java/com/blogspot/e_kanivets/moneytracker/activity/ReportActivity.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ private void initViews() {
5454
listView = (ListView) findViewById(R.id.listView);
5555
expandableListView = (ExpandableListView) findViewById(R.id.expandableListView);
5656

57-
/*tvTitle.setText("REPORT (" + MTHelper.getInstance().getFirstDay() + " - "
58-
+ MTHelper.getInstance().getLastDay() + ")");*/
59-
60-
findViewById(R.id.btn_thank_author).setOnClickListener(new View.OnClickListener() {
61-
@Override
62-
public void onClick(View view) {
63-
Intent intent = new Intent(ReportActivity.this, ThankAuthorActivity.class);
64-
startActivity(intent);
65-
}
66-
});
67-
6857
listView.setAdapter(new ReportItemAdapter(activity,
6958
new Report(MTHelper.getInstance().getRecords()).getReportList()));
7059

app/src/main/java/com/blogspot/e_kanivets/moneytracker/activity/ThankAuthorActivity.java

Lines changed: 0 additions & 105 deletions
This file was deleted.
-2.44 KB
Binary file not shown.
-2.56 KB
Binary file not shown.

app/src/main/res/drawable/selector_thank_author.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)