Skip to content

Commit 45e56dc

Browse files
author
Revertron
committed
Fixed crash in AdguardTeam#11
Renamed module from app to adguard_cb Added two flavours for building separate Samsung and Yandex versions with different version numbers Changed versioning for multiple APK support
1 parent 7da9e1b commit 45e56dc

File tree

178 files changed

+20
-4646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+20
-4646
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/src/main/res/values/styles.xml adguard_cb/src/main/res/values/styles.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources>
22
<!-- Base application theme. -->
3-
<style name="AppTheme" parent="Theme.AppCompat">
3+
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
44
<!-- Customize your theme here. -->
55
<item name="colorPrimary">@color/colorPrimary</item>
66
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
@@ -13,6 +13,16 @@
1313
<item name="android:textColorSecondary">@color/secondary_text_material</item>
1414
<item name="android:colorForeground">#202020</item>
1515
<item name="android:textColorPrimary">#202020</item>
16+
<item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
17+
18+
</style>
19+
20+
<style name="AppTheme.Toolbar" parent="AppTheme">
21+
<!--<item name="windowDrawsSystemBarBackgrounds">true</item>
22+
<item name="statusBarColor">@color/colorPrimaryDark</item>
23+
<item name="windowTranslucentStatus">false</item>-->
24+
<item name="windowActionBar">true</item>
25+
<item name="windowNoTitle">false</item>
1626
</style>
1727

1828
<style name="settingItemWrapper">

app/build.gradle

-58
This file was deleted.

app/libs/commons-collections4-4.1.jar

-734 KB
Binary file not shown.

app/libs/commons-io-2.5.jar

-204 KB
Binary file not shown.

app/libs/commons-lang3-3.4.jar

-424 KB
Binary file not shown.

app/proguard-rules.pro

-17
This file was deleted.

app/src/androidTest/java/com/adguard/fast/ApplicationTest.java

-13
This file was deleted.

app/src/main/AndroidManifest.xml

-51
This file was deleted.

app/src/main/assets/safebrowsingBlockedPage.html

-406
This file was deleted.

app/src/main/java/com/adguard/android/ServiceLocator.java

-96
This file was deleted.

app/src/main/java/com/adguard/android/contentblocker/AboutActivity.java

-116
This file was deleted.

0 commit comments

Comments
 (0)