Skip to content

Commit

Permalink
- Added Balance, APKMirror Installer (beta), BeeTV, BPlayer, FilmPlus…
Browse files Browse the repository at this point in the history
…, Freevee, Telekom MK, TuneIn Radio Pro

- Updated Max, Sound Assistant
  • Loading branch information
MiepHD committed Sep 29, 2024
1 parent 3b9573c commit 8a3c252
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,5 @@ gradle-app.setting
cusconify_temp/
Both/
autorequest/
stats/
stats/
gradle.properties
14 changes: 12 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.froxot.cuscon'
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 4036
versionName '4.0.3.6'
versionCode 4037
versionName '4.0.3.7'
multiDexEnabled true

// Naming app bundles
Expand All @@ -19,8 +19,18 @@ android {
language { enableSplit false }
}

signingConfigs {
release {
storeFile file(RELEASE_STORE_FILE)
storePassword RELEASE_STORE_PASSWORD
keyAlias RELEASE_KEY_ALIAS
keyPassword RELEASE_KEY_PASSWORD
}
}

buildTypes {
release {
signingConfig signingConfigs.release
debuggable false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/assets/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5657,5 +5657,15 @@
<item component="ComponentInfo{arcelik.android.grundig.remote/arcelik.android.grundig.remote.MainActivity}" drawable="smart_remote" />
<item component="ComponentInfo{com.cw.fullepisodes.android/com.cw.fullepisodes.android.activity.LaunchActivity}" drawable="the_cw" />
<item component="ComponentInfo{com.macrovideo.v380/com.macrovideo.v380.activities.LaunchActivityTopOnAD}" drawable="v380" />
<item component="ComponentInfo{com.wbd.stream/com.wbd.fuse.appcore.FuseActivity}" drawable="max" />
<item component="ComponentInfo{com.elevatelabs.geonosis/com.elevatelabs.geonosis.MainActivity}" drawable="balance_elevatelabs" />
<item component="ComponentInfo{com.samsung.android.soundassistant/com.samsung.android.soundassistant.activities.MainActivity}" drawable="samsung_sound_assistant" />
<item component="ComponentInfo{com.apkmirror.helper.prod/com.apkmirror.presentation.start.StartActivity}" drawable="apkmirror_installer_beta_" />
<item component="ComponentInfo{com.bweather.forecast/com.bweather.forecast.MainActivity}" drawable="beetv" />
<item component="ComponentInfo{com.ae.video.bplayer/com.ae.video.bplayer.ui.SplashActivity}" drawable="bplayer" />
<item component="ComponentInfo{com.guideplus.co/com.guideplus.co.SplashActivity}" drawable="filmplus" />
<item component="ComponentInfo{com.amazon.imdb.tv.mobile.app/com.amazon.imdb.tv.mobile.app.rn.PlatformReactNativeActivity}" drawable="freevee" />
<item component="ComponentInfo{com.telekom.telekommk/com.telekom.oneapp.launcher.components.launcher.LauncherActivity}" drawable="telekom_mk" />
<item component="ComponentInfo{radiotime.player/tunein.ui.activities.TuneInHomeActivity}" drawable="tunein_radio_pro" />

</resources>
8 changes: 8 additions & 0 deletions app/src/main/assets/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
<item drawable="google_wifi" />
<item drawable="googleassistant2" />
<category title="A" />
<item drawable="apkmirror_installer_beta_" />
<item drawable="artist_connection" />
<item drawable="apex_manager" />
<item drawable="app_tester" />
Expand Down Expand Up @@ -684,6 +685,9 @@
<item drawable="awox_homecontrol" />
<item drawable="axp_apk_extractor" />
<category title="B" />
<item drawable="beetv" />
<item drawable="bplayer" />
<item drawable="balance_elevatelabs" />
<item drawable="bloons_td_6" />
<item drawable="bloomberg_professional" />
<item drawable="big_font" />
Expand Down Expand Up @@ -1706,6 +1710,8 @@
<item drawable="explorer" />
<item drawable="exteragram" />
<category title="F" />
<item drawable="filmplus" />
<item drawable="freevee" />
<item drawable="fossify_phone_green" />
<item drawable="fossify_calendar_light_blue" />
<item drawable="fledermaus_icon_pack" />
Expand Down Expand Up @@ -4670,6 +4676,8 @@
<item drawable="swiss_post" />
<item drawable="systemui_tuner" />
<category title="T" />
<item drawable="telekom_mk" />
<item drawable="tunein_radio_pro" />
<item drawable="the_cw" />
<item drawable="thematica" />
<item drawable="tubi_for_samsung" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/res/drawable-nodpi/beetv.webp
Binary file not shown.
Binary file added app/src/main/res/drawable-nodpi/bplayer.webp
Binary file not shown.
Binary file added app/src/main/res/drawable-nodpi/filmplus.webp
Binary file not shown.
Binary file added app/src/main/res/drawable-nodpi/freevee.webp
Binary file not shown.
Binary file added app/src/main/res/drawable-nodpi/telekom_mk.webp
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date">18.9.2024</string>
<string name="changelog_date">29.9.2024</string>
<string-array name="changelog">
<item>4.0.3.7:</item>
<item>Added Balance, APKMirror Installer (beta), BeeTV, BPlayer, FilmPlus, Freevee, Telekom MK, TuneIn Radio Pro</item>
<item>Updated Max, Sound Assistant</item>
<item>4.0.3.6:</item>
<item>Added Artist Connection, Camera One, HelloMoji, MagentaTV GO, Smart Remote, The CW, V380</item>
<item>Updatedd Cache Cleaner, Proton VPN, Smart Switch</item>
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5657,5 +5657,15 @@
<item component="ComponentInfo{arcelik.android.grundig.remote/arcelik.android.grundig.remote.MainActivity}" drawable="smart_remote" />
<item component="ComponentInfo{com.cw.fullepisodes.android/com.cw.fullepisodes.android.activity.LaunchActivity}" drawable="the_cw" />
<item component="ComponentInfo{com.macrovideo.v380/com.macrovideo.v380.activities.LaunchActivityTopOnAD}" drawable="v380" />
<item component="ComponentInfo{com.wbd.stream/com.wbd.fuse.appcore.FuseActivity}" drawable="max" />
<item component="ComponentInfo{com.elevatelabs.geonosis/com.elevatelabs.geonosis.MainActivity}" drawable="balance_elevatelabs" />
<item component="ComponentInfo{com.samsung.android.soundassistant/com.samsung.android.soundassistant.activities.MainActivity}" drawable="samsung_sound_assistant" />
<item component="ComponentInfo{com.apkmirror.helper.prod/com.apkmirror.presentation.start.StartActivity}" drawable="apkmirror_installer_beta_" />
<item component="ComponentInfo{com.bweather.forecast/com.bweather.forecast.MainActivity}" drawable="beetv" />
<item component="ComponentInfo{com.ae.video.bplayer/com.ae.video.bplayer.ui.SplashActivity}" drawable="bplayer" />
<item component="ComponentInfo{com.guideplus.co/com.guideplus.co.SplashActivity}" drawable="filmplus" />
<item component="ComponentInfo{com.amazon.imdb.tv.mobile.app/com.amazon.imdb.tv.mobile.app.rn.PlatformReactNativeActivity}" drawable="freevee" />
<item component="ComponentInfo{com.telekom.telekommk/com.telekom.oneapp.launcher.components.launcher.LauncherActivity}" drawable="telekom_mk" />
<item component="ComponentInfo{radiotime.player/tunein.ui.activities.TuneInHomeActivity}" drawable="tunein_radio_pro" />

</resources>
8 changes: 8 additions & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
<item drawable="google_wifi" />
<item drawable="googleassistant2" />
<category title="A" />
<item drawable="apkmirror_installer_beta_" />
<item drawable="artist_connection" />
<item drawable="apex_manager" />
<item drawable="app_tester" />
Expand Down Expand Up @@ -684,6 +685,9 @@
<item drawable="awox_homecontrol" />
<item drawable="axp_apk_extractor" />
<category title="B" />
<item drawable="beetv" />
<item drawable="bplayer" />
<item drawable="balance_elevatelabs" />
<item drawable="bloons_td_6" />
<item drawable="bloomberg_professional" />
<item drawable="big_font" />
Expand Down Expand Up @@ -1706,6 +1710,8 @@
<item drawable="explorer" />
<item drawable="exteragram" />
<category title="F" />
<item drawable="filmplus" />
<item drawable="freevee" />
<item drawable="fossify_phone_green" />
<item drawable="fossify_calendar_light_blue" />
<item drawable="fledermaus_icon_pack" />
Expand Down Expand Up @@ -4670,6 +4676,8 @@
<item drawable="swiss_post" />
<item drawable="systemui_tuner" />
<category title="T" />
<item drawable="telekom_mk" />
<item drawable="tunein_radio_pro" />
<item drawable="the_cw" />
<item drawable="thematica" />
<item drawable="tubi_for_samsung" />
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/xml/theme_resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5639,5 +5639,15 @@
<AppIcon name="arcelik.android.grundig.remote/arcelik.android.grundig.remote.MainActivity" image="smart_remote"/>
<AppIcon name="com.cw.fullepisodes.android/com.cw.fullepisodes.android.activity.LaunchActivity" image="the_cw"/>
<AppIcon name="com.macrovideo.v380/com.macrovideo.v380.activities.LaunchActivityTopOnAD" image="v380"/>
<AppIcon name="com.wbd.stream/com.wbd.fuse.appcore.FuseActivity" image="max"/>
<AppIcon name="com.elevatelabs.geonosis/com.elevatelabs.geonosis.MainActivity" image="balance_elevatelabs"/>
<AppIcon name="com.samsung.android.soundassistant/com.samsung.android.soundassistant.activities.MainActivity" image="samsung_sound_assistant"/>
<AppIcon name="com.apkmirror.helper.prod/com.apkmirror.presentation.start.StartActivity" image="apkmirror_installer_beta_"/>
<AppIcon name="com.bweather.forecast/com.bweather.forecast.MainActivity" image="beetv"/>
<AppIcon name="com.ae.video.bplayer/com.ae.video.bplayer.ui.SplashActivity" image="bplayer"/>
<AppIcon name="com.guideplus.co/com.guideplus.co.SplashActivity" image="filmplus"/>
<AppIcon name="com.amazon.imdb.tv.mobile.app/com.amazon.imdb.tv.mobile.app.rn.PlatformReactNativeActivity" image="freevee"/>
<AppIcon name="com.telekom.telekommk/com.telekom.oneapp.launcher.components.launcher.LauncherActivity" image="telekom_mk"/>
<AppIcon name="radiotime.player/tunein.ui.activities.TuneInHomeActivity" image="tunein_radio_pro"/>

</Theme>
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/4037.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added Balance, APKMirror Installer (beta), BeeTV, BPlayer, FilmPlus, Freevee, Telekom MK, TuneIn Radio Pro
- Updated Max, Sound Assistant

0 comments on commit 8a3c252

Please sign in to comment.