Skip to content

Commit

Permalink
Merge remote-tracking branch 'orgin/BiLi_PC_Gamer' into BiLi_PC_Gamer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Jan 11, 2025
2 parents 18aad0e + af613b2 commit d18bbc7
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 286 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {

// 应用服务分发
def appCenterSdkVersion = '4.4.5'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
// implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
// implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"

Expand Down
13 changes: 0 additions & 13 deletions app/src/androidTest/java/com/hippo/ehviewer/ApplicationTest.java

This file was deleted.

164 changes: 0 additions & 164 deletions app/src/androidTest/java/com/hippo/ehviewer/CardBgTest.java

This file was deleted.

22 changes: 0 additions & 22 deletions app/src/androidTest/java/com/hippo/ehviewer/CookieDBTest.java

This file was deleted.

50 changes: 0 additions & 50 deletions app/src/androidTest/java/com/hippo/ehviewer/DumpTest.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
import com.hippo.ehviewer.ui.scene.history.HistoryScene;
import com.hippo.ehviewer.ui.scene.TransitionNameFactory;
import com.hippo.ehviewer.ui.scene.gallery.list.GalleryListScene;
import com.hippo.ehviewer.util.AppCenterAnalytics;
import com.hippo.ehviewer.util.ClipboardUtil;
import com.hippo.ehviewer.widget.ArchiverDownloadProgress;
import com.hippo.ehviewer.widget.GalleryRatingBar;
Expand Down Expand Up @@ -464,7 +463,6 @@ public void onCreate(@Nullable Bundle savedInstanceState) {
properties = new HashMap<>();
properties.put("Title", mGalleryInfo.title);
properties.put("Time", dateFormat.format(date));
AppCenterAnalytics.trackEvent("进入画廊详情页", properties);
}

torrentDownloadHandler = new TorrentDownloadHandler();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import com.hippo.ehviewer.ui.EhActivity
import com.hippo.ehviewer.ui.MainActivity
import com.hippo.ehviewer.ui.dialog.EhDistributeListener
import com.microsoft.appcenter.AppCenter
import com.microsoft.appcenter.analytics.Analytics
import com.microsoft.appcenter.distribute.Distribute
import java.lang.Exception

Expand All @@ -34,7 +33,6 @@ class SplashActivity : EhActivity() {
}
AppCenter.start(
application, "a47010fb-702a-415a-ad93-ab5c674093ca",
Analytics::class.java, Distribute::class.java
)
// AppCenter.start(getApplication(), "feb52710-e245-4820-aebb-a57e00ed806d",
// Analytics.class, Crashes.class, Distribute.class);
Expand Down
32 changes: 0 additions & 32 deletions app/src/main/java/com/hippo/ehviewer/util/AppCenterAnalytics.java

This file was deleted.

0 comments on commit d18bbc7

Please sign in to comment.