Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Restore Ghostery status logo
Browse files Browse the repository at this point in the history
  • Loading branch information
spacifici committed Feb 20, 2019
1 parent 7baa922 commit bde4ad2
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion mozilla-release/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
manifestPlaceholders = project.ext.manifestPlaceholders

/* Cliqz start */
versionCode getVersionCode(124)
versionCode getVersionCode(125)
/* Cliqz end */
applicationId mozconfig.substs.ANDROID_PACKAGE_NAME
testApplicationId 'org.mozilla.roboexample.test'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,8 @@ public boolean isStarted() {
return !mStopped;
}

@SuppressWarnings("RedundantCast")
@SuppressLint("ObsoleteSdkInt")
private void initView() {
mLoadingSearchContainer = loadingSearchStub.inflate();
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
final Context context = mLoadingSearchContainer.getContext();
final ProgressBar progressBar =
(ProgressBar) mLoadingSearchContainer.findViewById(android.R.id.progress);
final Drawable drawable = progressBar.getIndeterminateDrawable();
drawable.setColorFilter(ContextCompat.getColor(context, android.R.color.white),
PorterDuff.Mode.SRC_IN);
}
}

private class ScheduledShow implements Runnable {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit bde4ad2

Please sign in to comment.