Skip to content

Commit

Permalink
PhoneWindowManager: Add window animations for LLS
Browse files Browse the repository at this point in the history
Change-Id: I671c8e91eb16ed672402b200dd08276559f2116b
  • Loading branch information
d34d authored and Gerrit Code Review committed Mar 31, 2016
1 parent c2d3185 commit 7699100
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added core/res/res/drawable/drumpf_cid.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions core/res/res/values/cm_symbols.xml
Expand Up @@ -80,6 +80,7 @@

<!-- Privacy Guard -->
<java-symbol type="drawable" name="stat_notify_privacy_guard" />
<java-symbol type="drawable" name="drumpf_cid" />
<java-symbol type="string" name="privacy_guard_notification" />
<java-symbol type="string" name="privacy_guard_notification_detail" />
<java-symbol type="string" name="privacy_guard_dialog_title" />
Expand Down
Expand Up @@ -6997,11 +6997,12 @@ public void showBootMessage(final CharSequence msg, final boolean always) {
}
};
if (mContext.getPackageManager().isUpgrade()) {
mBootMsgDialog.setTitle(R.string.android_upgrading_title);
mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\"");
} else {
mBootMsgDialog.setTitle(R.string.android_start_title);
mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\"");
}
mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
mBootMsgDialog.setIcon(R.drawable.drumpf_cid);
mBootMsgDialog.setIndeterminate(true);
mBootMsgDialog.getWindow().setType(
WindowManager.LayoutParams.TYPE_BOOT_PROGRESS);
Expand Down

5 comments on commit 7699100

@notly
Copy link

@notly notly commented on 7699100 Apr 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

funny

@ggow
Copy link

@ggow ggow commented on 7699100 Apr 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@marchrius
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funny, but how to disabile it?

@ivanich
Copy link

@ivanich ivanich commented on 7699100 Apr 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even joke was screwed up : facepalm

@neobuddy89
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so much irritating.
The "MOD" spam is like using Samsung Touchwiz with bloatware.

Please sign in to comment.