Turn off ALL Ads/Featured Content/Bundle Crap in Utorrent/Bittorrent:
Options > Preferences > Advanced... Turn ALL settings to false:
- bt.enable_pulse
- distributed_share.enable
- gui.show_notorrents_node
- offers.left_rail_offer_enabled
| import android.annotation.SuppressLint | |
| import androidx.compose.animation.core.FastOutSlowInEasing | |
| import androidx.compose.animation.core.RepeatMode | |
| import androidx.compose.animation.core.animateFloat | |
| import androidx.compose.animation.core.infiniteRepeatable | |
| import androidx.compose.animation.core.rememberInfiniteTransition | |
| import androidx.compose.animation.core.tween | |
| import androidx.compose.foundation.background | |
| import androidx.compose.foundation.clickable |
| deard@Sage MINGW64 /h/Android-Projects/DearDhruv/performance-samples/MacrobenchmarkSample (main) | |
| $ ./gradlew :macrobenchmark:connectedCheck --stacktrace | |
| > Configure project :macrobenchmark | |
| WARNING:DSL element 'dexOptions' is obsolete and should be removed. | |
| It will be removed in version 8.0 of the Android Gradle plugin. | |
| Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically. | |
| > Task :macrobenchmark:connectedReleaseAndroidTest | |
| Starting 7 tests on GM1911 - 11 |
| import android.annotation.SuppressLint; | |
| import android.content.ContentUris; | |
| import android.content.Context; | |
| import android.content.CursorLoader; | |
| import android.database.Cursor; | |
| import android.net.Uri; | |
| import android.os.Build; | |
| import android.os.Environment; | |
| import android.provider.DocumentsContract; | |
| import android.provider.MediaStore; |
| #!/usr/bin/env xdg-open | |
| [Desktop Entry] | |
| Version=1.0 | |
| Type=Application | |
| Terminal=false | |
| StartupNotify=true | |
| Name=Smartgit | |
| Exec=env SMARTGIT_JAVA_HOME=/opt/apps/jre7/ /opt/apps/smartgit/bin/smartgit.sh | |
| Icon=/opt/apps/smartgit/bin/smartgit-64.png |