Doug Zongker
7e84159f5f
am 36c051c7: am a695cbc9: am 0fe27cf5: make android_id random seed depend on time as well as ro.serialno
...
Merge commit '36c051c717391afe12a1fe8163960286175f2f7e'
* commit '36c051c717391afe12a1fe8163960286175f2f7e':
make android_id random seed depend on time as well as ro.serialno
2010-08-21 09:43:58 -07:00
Daniel Sandler
fb970e9204
Notification.fullScreenIntent support.
...
Bug: 2911617
Change-Id: I1b4cd6ff0f760bad721a3a8eed61209b44b64c02
2010-08-20 10:57:52 -04:00
Doug Zongker
a695cbc943
am 0fe27cf5: make android_id random seed depend on time as well as ro.serialno
...
Merge commit '0fe27cf5bd1407bc7b4eabefaa91ff535582badc' into gingerbread
* commit '0fe27cf5bd1407bc7b4eabefaa91ff535582badc':
make android_id random seed depend on time as well as ro.serialno
2010-08-19 14:05:27 -07:00
Doug Zongker
0fe27cf5bd
make android_id random seed depend on time as well as ro.serialno
...
Change-Id: I0a48aacd8da30896d91fa05b7791335e6ed751e5
2010-08-19 13:38:26 -07:00
Eric Fischer
4b4b039d75
Merge "Import Romansh translations."
2010-08-19 12:00:34 -07:00
Daniel Sandler
05691455f5
Merge "Wi-Fi signal strength and status in the system bar & panel."
2010-08-19 06:13:04 -07:00
Daniel Sandler
d7db7b1eaf
Wi-Fi signal strength and status in the system bar & panel.
...
Change-Id: I67b948b7c87650b51e5785471b66b4b2cca218ed
2010-08-19 01:26:21 -04:00
Eric Fischer
4203c1e56c
Import Romansh translations.
...
Change-Id: I798cc041fc1d93c3e51a1598a80781453229a523
2010-08-18 16:24:55 -07:00
Eric Fischer
ba4048c028
Import revised translations.
...
Change-Id: I03d83a241843f1fe88471425e4a7f7e6f33fee16
2010-08-17 16:50:06 -07:00
Eric Fischer
f870000ff0
Import revised translations. DO NOT MERGE
...
Change-Id: Id47f0897de1361ba755f149b2886d7d1f79ff494
2010-08-17 16:43:35 -07:00
Daniel Sandler
5ecbbbfeae
am e03e6d30: am 80810f86: Merge "Fix crash in status bar ticker." into gingerbread
...
Merge commit 'e03e6d3072592b2a49ee4a43c5977e7462bf9fd0'
* commit 'e03e6d3072592b2a49ee4a43c5977e7462bf9fd0':
Fix crash in status bar ticker.
2010-08-16 15:19:33 -07:00
Daniel Sandler
f8d5809eee
Fix crash in status bar ticker.
...
Bug: 2900850
Change-Id: Iaf71e093578501258a24cd43e5deaf624d28461e
2010-08-16 15:15:41 -04:00
Irfan Sheriff
72d54efd3d
DO NOT MERGE Fix wifi status icon
...
Doing a setIcon makes the icon visible and overrides
setIconVisibility
Change-Id: I7a177cc07e46f211d421e4aa86203ece5936c3fb
2010-08-15 15:55:44 -07:00
Daniel Sandler
1e3ed8fc95
Battery meter now functioning in the system bar and settings panel.
...
Change-Id: I08881a597f166eaeabd01d550a59109661535639
2010-08-13 15:04:40 -04:00
Eric Fischer
3d173c3040
Import revised translations.
...
Change-Id: I0b89d1baf9ed02c492e8845f45fad1bee56e8d56
2010-08-12 16:44:07 -07:00
Daniel Sandler
c9faccccb4
Merge "System bar settings panel: first pass."
2010-08-12 04:58:40 -07:00
Daniel Sandler
6425ef950c
System bar settings panel: first pass.
...
Implemented: Clock, brightness, silent toggle, airplane mode
(although this seems not to be working well yet on the
device).
Unimplemented: Orientation lock, battery, wifi signal, date.
Change-Id: Iec9cc833103a68aecccf46cd6eeffc2128d64eea
2010-08-12 02:29:57 -04:00
Kenny Root
bf0cb26a1c
am f5ee5358: am ac9717ab: Merge "Move OBB file reading to DefaultContainerService" into gingerbread
...
Merge commit 'f5ee5358c187107b2e5a1e1fbcb5a648d793c798'
* commit 'f5ee5358c187107b2e5a1e1fbcb5a648d793c798':
Move OBB file reading to DefaultContainerService
2010-08-11 14:15:10 -07:00
Kenny Root
a02b8b05dd
Move OBB file reading to DefaultContainerService
...
The system_server shouldn't touch files on the SD card. This change
moves the things that touch the SD card out to the
DefaultContainerService so that it will get killed if the SD card goes
away instead of the system_server.
Change-Id: I0aefa085be4b194768527195532ee6dddc801cfc
2010-08-11 11:20:53 -07:00
Daniel Sandler
6327b957e0
Apparently people want to know what time it is.
...
Bug: 2897410
Change-Id: I8a9a995cf50d197f1f8894455372d0e325eb3eae
2010-08-11 11:45:22 -04:00
Daniel Sandler
dfa08db165
Incremental system bar improvements.
...
- scrolling list of notifications
- fixed crashes when inserting notifications
- new "expand" icon in prep for different touch behavior on
notification icons
- adjustments to the Ticker API in preparation for Kicker
work
Change-Id: I18908cbb2bbbfb7969c7bb48dbda67697732c438
2010-08-10 16:19:33 -04:00
Daniel Sandler
7bff7e6e84
Fix startup crash on phones.
...
Bug: 2899243
Change-Id: I344fdd4cd3acce64f78cb9b71848b888f59fadfa
2010-08-06 15:06:18 -04:00
Daniel Sandler
0f0b11c871
Basic support for notification payloads in the panel.
...
Line-item veto is there, but allows you to cancel some
notifications you probably shouldn't be canceling. (Should
hide the "X" in those cases.)
No preference given to "sticky" notifications, because
there's no such thing yet.
Notifications are now limited to 4 visible icons, per spec.
The implementation is a total hack for now.
Change-Id: Ibdf433ae94189117f983c510fe5e0cff0bf5c44c
2010-08-05 09:34:50 -04:00
Daniel Sandler
b64ffdf0aa
Merge "Cleaning up the notification data structures."
2010-08-04 13:12:15 -07:00
Eric Fischer
33dc1d7cd0
Import revised translations. DO NOT MERGE
...
Change-Id: Ibc3e9f1f83159835c2e6c3bcdaa8ff6a7e7fa384
2010-08-04 10:37:25 -07:00
Gilles Debunne
ed3cfb5e1b
Generated hdpi drawable size reduced
...
Change-Id: Id17bb27500ba8729c33613bbf457f1b3193ced38
2010-08-03 16:13:54 -07:00
Gilles Debunne
d1ce7496f1
Merge "frameworks/base/ : added scaled hdpi version of assets that were moved to drawable-mdpi"
2010-08-03 11:01:25 -07:00
Daniel Sandler
379020aec6
Cleaning up the notification data structures.
...
Change-Id: I2e39fee81a2bd99245b9de6edd2ce5c45bd733c7
2010-08-03 13:58:02 -04:00
Gilles Debunne
389878e49d
frameworks/base/ : added scaled hdpi version of assets that were moved to drawable-mdpi
...
Change-Id: I95c7e6afb84af981867c32fe7f86b140f643b5b9
2010-08-03 10:47:05 -07:00
Gilles Debunne
8fbe89d2d1
Merge "Move pngs from drawable to drawable-mdpi in project frameworks/base"
2010-08-02 15:39:41 -07:00
Gilles Debunne
b0dde8e9b5
Move pngs from drawable to drawable-mdpi in project frameworks/base
...
After error during file transfer...
Change-Id: I21da694f81a4290e9af1f7647a8ceb6c6d3d806b
2010-08-02 15:21:27 -07:00
Kenny Root
b0289f62af
am 59d4a536: am 739cdab7: Merge "Do not deference before null check" into gingerbread
...
Merge commit '59d4a5369cd68d4b65809ded407611b62b013f9a'
* commit '59d4a5369cd68d4b65809ded407611b62b013f9a':
Do not deference before null check
2010-08-02 13:31:41 -07:00
Kenny Root
739cdab7cb
Merge "Do not deference before null check" into gingerbread
2010-08-02 12:33:40 -07:00
Daniel Sandler
1ab5cae8df
Actually reference the fixed Proguard flags.
...
Bug: 2869888
Change-Id: I3277b51cd411c7933607c08b6022870ef83e9197
2010-08-02 14:53:16 -04:00
Kenny Root
930d3af75f
Do not deference before null check
...
The return of parsePackageLite wasn't checked until after it was
deferenced. Move the deference below the null check and remove redundant
set.
Bug: 2852726
Change-Id: I3eaaea5050948145eed44b64507dc846993d98eb
2010-08-02 07:52:56 -07:00
Dianne Hackborn
37b4a3c2f2
am f4e145fd: am 543f250d: Merge "Make the systemui process persistent." into gingerbread
...
Merge commit 'f4e145fd123a6941348e16a595107b155bd880e8'
* commit 'f4e145fd123a6941348e16a595107b155bd880e8':
Make the systemui process persistent.
2010-07-31 12:19:39 -07:00
Daniel Sandler
aee242d3ec
Fix Proguard flags causing crash in system bar.
...
Bug: 2869888
Change-Id: I32198676732a1f272b12154d87d7917f354bb91c
2010-07-30 22:01:34 -04:00
Dianne Hackborn
26755a347c
Make the systemui process persistent.
...
This ensures that the system won't kill it for memory,
the user can't stop services inside of it, etc.
Change-Id: I923c376afa1133bccc000253f5bba851f9119a52
2010-07-30 17:24:38 -07:00
Daniel Sandler
571a629f29
Merge "Show notification icons in the system bar."
2010-07-29 12:45:15 -07:00
Daniel Sandler
3eebd1ffbf
Show notification icons in the system bar.
...
Caveats:
- Ongoing and normal are lumped together
- Currently no limit on number of icons (should be 4)
- Still can't see the notifications in the panel
Change-Id: I83ac474db6ff290207d37747b672a1a56788a238
2010-07-29 15:42:11 -04:00
Jeff Brown
bbda99d208
Fixed StatusBar ANRs due to input event injection on UI thread.
...
Added a new asynchronous injection mode and made the existing
synchronization mechanism more robust.
Change-Id: I0464f70ff5cbd519dbb02686b2cb5d810fe7dbb2
2010-07-29 12:19:08 -07:00
Eric Fischer
359d79f317
Add character limit for translators.
...
Change-Id: If3d77fed7ebc1ef08c546b7f7d32177b4d80d2b9
2010-07-28 16:27:18 -07:00
Dianne Hackborn
fd1fbcad58
am ef1b9c6a: am 3ac8eb72: Update app label.
...
Merge commit 'ef1b9c6aa7a9a4dd79823e47829a9ca894c06a0f'
* commit 'ef1b9c6aa7a9a4dd79823e47829a9ca894c06a0f':
Update app label.
2010-07-26 12:30:15 -07:00
Dianne Hackborn
3ac8eb7278
Update app label.
...
Change-Id: I6c688fd9292aeaa58435eec6273b3a19cad5eff9
2010-07-24 18:21:07 -07:00
Daniel Sandler
0f3332d0d6
Tweak FPO art.
...
Change-Id: I3a0176adbebd43a2cbf1d54c0d5153d0d3f5b60c
2010-07-23 15:54:27 -04:00
Daniel Sandler
a9ef06955d
Merge "Improvements to the system bar:"
2010-07-23 12:00:11 -07:00
Daniel Sandler
9120d55b80
Improvements to the system bar:
...
- dummy panels for the notification & system areas
- dummy battery/wifi status indicators
- new "whiteboard ui" temporary artwork
2010-07-23 14:58:40 -04:00
Irfan Sheriff
3bb46be774
Merge "Fix wifi status icon"
2010-07-22 18:57:55 -07:00
Irfan Sheriff
311912ef75
Fix wifi status icon
...
Doing a setIcon makes the icon visible and overrides
setIconVisibility
Change-Id: If71c9b727ace268f47121c2bf5f724481f592c8e
2010-07-22 12:07:34 -07:00
Daniel Sandler
a101f8f6ef
Fix pressed states on system bar buttons.
...
Change-Id: Ie12958fee80d9e292e4ab8e6a267db47d91b10b1
2010-07-21 16:44:42 -04:00