]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/flektoma/index.mdwn
649f8f03036bb9a64701cdf0d7340a85a5780d90
[edu/osp-wiki.git] / student / flektoma / index.mdwn
1 **Project name and homepage:** [Mozilla Firefox for Android](https://www.mozilla.org/cs/firefox/android/) 
2
3 Assignment
4 ======
5
6 Fixing Bug number: [1122977][1] - BounceAnimator incorrectly overrides start
7
8 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.
9
10 Links documenting the results of my work
11 ======
12
13 Here, I'll add links similar to the examples below and describe what
14 is being linked.
15
16   * [My communication with developers in a public mailing list archive](https://bugzilla.mozilla.org/show_bug.cgi?id=1127139#comments)
17   * [[TODO] Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
18   * [[TODO] My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
19   * [[TODO] Additional supporting material](http://lwn.net/Articles/385586/)
20
21 Presentation
22 ==========
23
24 * [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
25 * [[Presentation of the results of my work|prezentace2.pdf]]
26
27 OpenHub
28 =======
29
30 Here, I'll fill in the HTML code of the [OpenHub widget][w] showing my KudoRank.
31
32 For example:
33 <a href='https://www.openhub.net/accounts/9897?ref=Detailed' target='_blank'>
34 <img alt='Ohloh profile for wentasah' border='0' height='35' src='https://www.openhub.net/accounts/9897/widgets/account_detailed.gif' width='230' />
35 </a>
36
37 [w]:https://www.openhub.net/accounts/flektoma/widgets
38
39
40   [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1127139