Joe Onorato
2c5d1360f4
am d2b276a9: am 263700df: Clock
2010-06-02 22:37:50 -07:00
Joe Onorato
1be9593644
am 6475786a: am 66d7d01e: Get icon updating working.
2010-06-02 22:37:39 -07:00
Joe Onorato
1655e7631c
am 5581c500: am 514ad663: Set the visibility of the icons.
2010-06-02 22:37:27 -07:00
Joe Onorato
bb184a6c33
am 8c10ebf6: am fb78cd99: Put the icons in the right order.
2010-06-02 22:37:16 -07:00
Joe Onorato
e635a6bcc1
am 12cd606d: am 0cbda99f: The status bar draws its icons now.
2010-06-02 22:37:04 -07:00
Joe Onorato
4cd06e2528
am 27d3ae58: am 503007dd: Checkpoint status bar factoring. Now it builds and doesn\'t crash at boot.
2010-06-02 22:36:53 -07:00
Joe Onorato
2cf8f1d010
am c2436b23: am 94c98c0e: PhoneStatusBarService
2010-06-02 22:36:41 -07:00
Joe Onorato
61b0101838
am 47e4aa80: am 089de88f: StatusBarService -> StatusBarManagerService
2010-06-02 22:36:23 -07:00
Joe Onorato
eec1329048
am 627cfa94: am 90233a1e: Add IStatusBar
2010-06-02 22:36:11 -07:00
Joe Onorato
51b3c2f25f
am e0b2ae11: am 25f95f92: Rename IStatusBar to IStatusBarService.
2010-06-02 22:35:58 -07:00
Joe Onorato
eeb42c4ebd
am 2cbaf806: am 2314aab5: First pass at splitting the status bar for the different devices.
2010-06-02 22:35:46 -07:00
Scott Main
0ba461eb51
am aed8f216: am c87d5849: am 105e1c5a: am 6a297118: Merge "docs: a couple doc bug fixes" into froyo
2010-06-02 22:35:27 -07:00
Joe Onorato
d2b276a98e
am 263700df: Clock
2010-06-02 16:24:34 -07:00
Joe Onorato
6475786ac5
am 66d7d01e: Get icon updating working.
2010-06-02 16:24:24 -07:00
Joe Onorato
5581c500f1
am 514ad663: Set the visibility of the icons.
2010-06-02 16:24:13 -07:00
Joe Onorato
8c10ebf630
am fb78cd99: Put the icons in the right order.
2010-06-02 16:24:00 -07:00
Joe Onorato
12cd606d70
am 0cbda99f: The status bar draws its icons now.
2010-06-02 16:23:48 -07:00
Joe Onorato
27d3ae58c6
am 503007dd: Checkpoint status bar factoring. Now it builds and doesn\'t crash at boot.
2010-06-02 16:23:36 -07:00
Joe Onorato
c2436b2353
am 94c98c0e: PhoneStatusBarService
2010-06-02 16:23:23 -07:00
Joe Onorato
47e4aa80f1
am 089de88f: StatusBarService -> StatusBarManagerService
2010-06-02 16:23:11 -07:00
Joe Onorato
627cfa9452
am 90233a1e: Add IStatusBar
2010-06-02 16:22:44 -07:00
Joe Onorato
e0b2ae1191
am 25f95f92: Rename IStatusBar to IStatusBarService.
2010-06-02 16:22:31 -07:00
Kenny Root
3e7432f823
Merge "Fix IndexOutOfBoundsException when measuring text."
2010-06-02 16:21:31 -07:00
Joe Onorato
2cbaf806c1
am 2314aab5: First pass at splitting the status bar for the different devices.
2010-06-02 15:32:06 -07:00
Joe Onorato
263700df7b
Clock
2010-06-02 14:48:42 -07:00
Joe Onorato
66d7d01ed9
Get icon updating working.
...
Change-Id: I749967545af5c97756e316231e740208fcd8ad3c
2010-06-02 14:48:42 -07:00
Joe Onorato
514ad663f0
Set the visibility of the icons.
...
Change-Id: Ib414718f1c51f1d306308a989d5d31d8e3ea7fd1
2010-06-02 14:48:41 -07:00
Joe Onorato
fb78cd99f9
Put the icons in the right order.
...
Change-Id: Ice077764b74221319291474bb5681b941b2f7364
2010-06-02 14:48:41 -07:00
Joe Onorato
0cbda99f87
The status bar draws its icons now.
2010-06-02 14:48:41 -07:00
Joe Onorato
503007dd02
Checkpoint status bar factoring. Now it builds and doesn't crash at boot.
...
Change-Id: I23f2045abfec0b414d5381f5e609b7267da7f21a
2010-06-02 14:48:41 -07:00
Joe Onorato
94c98c0ed5
PhoneStatusBarService
...
Change-Id: I8c71f827f6cfb4f5dd5f13891c54fcd1f9680a46
2010-06-02 14:48:40 -07:00
Joe Onorato
089de88fc2
StatusBarService -> StatusBarManagerService
...
Change-Id: I7efc245395bd91a656b30d420c9b080877162360
2010-06-02 14:48:40 -07:00
Joe Onorato
90233a1ee5
Add IStatusBar
...
Change-Id: Ie73d665085d5ce7358c285bf332ef1dc96005d0f
2010-06-02 14:48:40 -07:00
Joe Onorato
25f95f9200
Rename IStatusBar to IStatusBarService.
...
Change-Id: Icfec2a830f037b21f6afaa796bf49da610567e7b
2010-06-02 14:48:40 -07:00
Joe Onorato
2314aab506
First pass at splitting the status bar for the different devices.
...
Change-Id: I2f568df92f88dfe8de18d24dd004239f52761aa6
2010-06-02 14:48:39 -07:00
Doug Felt
2324188751
Fix IndexOutOfBoundsException when measuring text.
...
Some line wrapping conditions caused the same style run to be measured
twice, incorrectly advancing the position in the width buffer and
occasionally causing measurement to run out of room. The fix is to
not remeasure the same style run.
Change-Id: Iceb29729c1c27bb602df20fdf83af1da28c82e11
2010-06-02 14:41:06 -07:00
Scott Main
aed8f21690
am c87d5849: am 105e1c5a: am 6a297118: Merge "docs: a couple doc bug fixes" into froyo
2010-06-02 13:49:10 -07:00
Scott Main
c87d5849f2
am 105e1c5a: am 6a297118: Merge "docs: a couple doc bug fixes" into froyo
...
Merge commit '105e1c5adc3da14996d659ac403e7254b81bcb76' into kraken
* commit '105e1c5adc3da14996d659ac403e7254b81bcb76':
docs: a couple doc bug fixes
2010-06-02 13:46:53 -07:00
Scott Main
105e1c5adc
am 6a297118: Merge "docs: a couple doc bug fixes" into froyo
...
Merge commit '6a297118724f31b1063b74f52295d459ec4f58dc' into froyo-plus-aosp
* commit '6a297118724f31b1063b74f52295d459ec4f58dc':
docs: a couple doc bug fixes
2010-06-02 13:44:44 -07:00
Scott Main
6a29711872
Merge "docs: a couple doc bug fixes" into froyo
2010-06-02 13:43:18 -07:00
Daisuke Miyakawa
d94e4c50b4
Merge "Remove stale and inappropriate dependency."
2010-06-02 13:36:25 -07:00
Scott Main
20a7612504
docs: a couple doc bug fixes
...
Change-Id: I37b2adf9d30249eb9c0cbb007d9172d3956421b5
2010-06-02 13:01:49 -07:00
Jason Sams
b8b1e1fcfa
Merge "Disabble vertex logging. bug 2734616"
2010-06-02 12:41:05 -07:00
Jason Sams
ab67fb9a80
Disabble vertex logging.
...
bug 2734616
Change-Id: Ibad63dfbf0f2ea3c7e475c7cf0689fd487d12be4
2010-06-02 12:40:19 -07:00
Daisuke Miyakawa
4de2d4d154
Remove stale and inappropriate dependency.
...
Change-Id: I2e9412075c157a8649ac06e89a8987a36544d78b
2010-06-02 12:18:17 -07:00
Romain Guy
812ccbeb3c
Add new hardwareAccelerated manifest attribute to enable HW drawing.
...
Change-Id: I2bb0252f3699cb720e7f5b6868419c9904e4fb35
2010-06-02 10:41:59 -07:00
The Android Open Source Project
76b704982a
am 8f1259be: am b705eea7: am 1bd7597b: merge from open-source master
2010-06-02 09:06:34 -07:00
The Android Open Source Project
8f1259bec9
am b705eea7: am 1bd7597b: merge from open-source master
2010-06-02 09:05:18 -07:00
The Android Open Source Project
b705eea702
am 1bd7597b: merge from open-source master
...
Merge commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0' into kraken
* commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0':
Replaced raw string arguments for Context.getSystemService() with final Context variables
2010-06-02 09:03:04 -07:00
The Android Open Source Project
ed06eccce0
am afca60dd: am 59c82376: am c8763858: merge from open-source master
2010-06-02 08:58:37 -07:00