[[!meta title="Flek Tomáš"]] **Project name and homepage:** [Mozilla Firefox for Android](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_for_Android) Assignment ====== Fixing Bug number: [1122977][1] - BounceAnimator incorrectly overrides start BounceAnimator (creating bouncing animantion of titles on the dashboard screen) doesn't work properly. Currently, the BounceAnimator isn't a proper Animator that can be chained with an AnimatorSet. The fix is to replace BounceAnimator by a BounceAnimatorBuilder, that returns an Animator instance. Links documenting the results of my work ====== Here are links describing my progress and result. All comunication, patch addition and reviews are avaiable in the ticket (first link). * [My communication with developers in a public mailing list archive](https://bugzilla.mozilla.org/show_bug.cgi?id=1127139#comments) * [Detail of the patch which has been approved by mentor and commited](https://bug1127139.bugzilla.mozilla.org/attachment.cgi?id=8603008) * [Link to the mercurial changeset of the patch](https://hg.mozilla.org/mozilla-central/rev/441bcf641aa7) Presentation ========== * [[Assignment description|flektoma_prez1.pdf]] * [[Presentation of the results of my work|flektoma_prez2.pdf]] [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1127139