summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* VpnSettings: add support for server certificates.Chia-chi Yeh2011-12-061-1/+4
| | | | | Bug: 5714397 Change-Id: I5ce13e244fba554bec31c4935571b09127b9270a
* Merge "Fixed layout for "Available Devices" in Bluetooth" into ics-mr1Gilles Debunne2011-12-021-4/+5
|\
| * Fixed layout for "Available Devices" in BluetoothGilles Debunne2011-11-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5646340. 'Title' and 'scanning' text are on the same line as a PreferenceCategory. The first one has a 0dp width, compensated by a 1 weight. When scanning is not displayed, it should be GONE rather than INVISIBLE to let the title take the whole space. When both are visible, they should split the space, or else, with long texts in foreign languages, scanning takes the whole space, leaving the title with an almost 0 width that generates a very high text because of wrapping. Distributing size among the two texts to accomodate for such cases. Changed padding and alignment to get reasonnable results for Slovenian language (i.e. very long text), when both title and scanning are displayed. Strangely, the right scanning alignment is not enforced, although I checked it is correctly set on the TextView. Not investigating further now since it may not be desired by UX anyway. Change-Id: I6b4c6fcbc350d3664749f58eee34ec0867720626
* | Pulling screen savers for now. DO NOT MERGE.Daniel Sandler2011-11-301-38/+0
| | | | | | | | | | Bug: 5689684 Change-Id: Ida6f23484c91d1cde539fc4a64e467970fa1fdb3
* | fix datetime layout for phones and remove orientation lockingFreeman Ng2011-11-211-0/+7
| | | | | | | | | | | | | | | | | | | | The first fixes the bug, the second was something I noticed while debugging. We're no longer locking setup wizard orientation for anything screen size, and so no activities it calls needs to do that any more, either. bug: 5642402 Change-Id: I5911223112a19841f6b4754a70148f28a753f736
* | fix npe when launching datetime settings for phone setup wizardFreeman Ng2011-11-151-10/+8
|/ | | | | | | | also slightly "modernized" the UI while I was in there by removing the button bar and button icon bug: 5517928 Change-Id: I502d56780d7c3bd474fc5120a0b306def3c04dd4
* Fix 5579440: Add transport control view to tablet unlock screensJim Miller2011-11-141-13/+0
| | | | | | | The AM/PM indicator is no longer used in lockscreen. This propagates the change to the cryptkeeper. Change-Id: Iecd99f6439b5f898443e7d5c37984f7cd7607ce5
* Decreased padding on switches in settings to fix bluetootPeter Ng2011-11-081-1/+1
| | | | | Bug: 5525612 Change-Id: Id93e4aae8b1e36614383a09266ce6c3f715404ab
* data usage color standardizationPeter Ng2011-10-171-4/+4
| | | | Change-Id: I7c46ecd5b0730dc524bc788cb941493f3534cb20
* Add disclaimer string.Jeff Sharkey2011-10-101-1/+9
| | | | | Bug: 5337015 Change-Id: Iabeb8490ed51f77e98f3c5317e31d30e4e780178
* Bug 5126088 - update layout for activate device policy activityAdam Powell2011-10-041-10/+7
| | | | Change-Id: Ifd5963adc0dc30c0a650bac822dbbd7cb938c144
* Remove "Screen lock" category header as the title is sufficient.Amith Yamasani2011-09-291-0/+24
| | | | | | | | | Bug: 5203189 Insert a descriptive text as a header view when in weak biometric fallback case. Change-Id: Ic10cc7d276975b13c188bd15016fea2200ec0e5b
* Fix the text color.Jeff Hamilton2011-09-281-1/+0
| | | | | Bug: 5375784 Change-Id: I5307636b607f3e3a5e4afb34ece6f84320dc9cca
* Fix the text size.Jeff Hamilton2011-09-281-0/+2
| | | | | Bug: 5375784 Change-Id: I458be9e4a025c439088df22195301d48e94e1b90
* Merge "Tweak IME settings"satok2011-09-271-1/+1
|\
| * Tweak IME settingssatok2011-09-271-1/+1
| | | | | | | | Change-Id: I13b044abdcb1215306ecfd5070d6e1a16e2d92d7
* | Merge "Data usage strings, sweep touches, fixes."Jeff Sharkey2011-09-261-16/+16
|\ \ | |/ |/|
| * Data usage strings, sweep touches, fixes.Jeff Sharkey2011-09-251-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | Change strings around limiting background data. Move limit/warning sweeps above inspection sweeps, and teach about additional neighbors on different axis. Guard against DialogFragment.show(), fix pie chart to draw edges, and remove data usage from battery UI. Bug: 5341374, 5337650, 5337385, 5319465, 5236335 Change-Id: Iea8c2a2ab405b645d85abe34a0178d4b8874cdd5
* | am 426fc66a: Add persist.radio.ramdump.Wink Saville2011-09-251-0/+8
|\ \ | | | | | | | | | | | | * commit '426fc66a8a9371e34d936d18d5b254fd002b4c11': Add persist.radio.ramdump.
| * | Add persist.radio.ramdump.Wink Saville2011-09-251-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | A little refactoring to keep most everything for these "temporary" flags in one place. Bug: 5348373 Change-Id: I257aac616ae635e6f9d9dffd692357b4c08037e2
* | | am fbea38fd: Merge "Add a button to enable/disable Mobile Terminated SMS ↵Wink Saville2011-09-221-0/+8
|\| | | | | | | | | | | | | | | | | | | | over IMS" into ics-factoryrom * commit 'fbea38fd2b458b59b0f2a7affa158b486cdc1df5': Add a button to enable/disable Mobile Terminated SMS over IMS
| * | Merge "Add a button to enable/disable Mobile Terminated SMS over IMS" into ↵Wink Saville2011-09-221-0/+8
| |\ \ | | |/ | |/| | | | ics-factoryrom
| | * Add a button to enable/disable Mobile Terminated SMS over IMSWink Saville2011-09-221-0/+8
| | | | | | | | | | | | | | | | | | | | | This toggles persist.radio.imsallowmtsms between 0/1 which can be used during testing and bring up of SMS over IMS. Change-Id: I4581bca76899445e825260e8af6a39903d029c44
* | | Don't append list of accounts every time we return to this screen.Amith Yamasani2011-09-221-1/+4
|/ / | | | | | | | | | | | | | | Bug: 5355920 Remove the contents of the layout before adding the accounts. Change-Id: Ic9256140f892968b2388f47d982eaada720df892
* | Merge "Bring back the Android Beam settings panel." into ics-factoryromJeff Hamilton2011-09-221-0/+49
|\ \ | |/ |/|
| * Bring back the Android Beam settings panel.Jeff Hamilton2011-09-221-0/+49
| | | | | | | | | | Bug: 5350022 Change-Id: I22d2c6f91f7ab86501021fe97a2d57b109ed10bf
* | Add Button to *#*#INFO#*#* for ims registration.Wink Saville2011-09-191-0/+8
|/ | | | | | | | For testing add a button to toggle SystemProperty persist.radio.imsregrequired Bug: 5337311 Change-Id: Id2d8ffa4c67992245d80b0ccafb6ed719fa749cc
* Surface tethering stats in data usage.Jeff Sharkey2011-09-161-0/+3
| | | | | Bug: 5244846 Change-Id: Ib4ac03ab634278714576a66ef8d6fdbc6d15c82a
* Remove NFC sharing from Settings.Martijn Coenen2011-09-151-56/+0
| | | | | Bug: 5297151 Change-Id: I64304230296912519aa057a89f139a2242b557e3
* Merge "Reduce string length for battery level and charging status."Amith Yamasani2011-09-141-0/+1
|\
| * Reduce string length for battery level and charging status.Amith Yamasani2011-09-131-0/+1
| | | | | | | | | | | | | | | | | | Bug: 5269660 Turn off suggestions and spell checking for Owner Info Bug: 5281173 Change-Id: I7c4830e700bb52581504e222376cc912d2f345fc
* | Data usage: precise editing, restrict help, D-pad.Jeff Sharkey2011-09-132-16/+58
|/ | | | | | | | | | | | | | | Introduce dialogs for precise editing of network policy warning/limit values, triggered by click on sweep labels. Show up to 999MB before rounding to GB, and round to nearest 5MB value when dragging. Partial D-pad navigation around chart controls. Fix jumping when relayout during drag, and fix sweep overlap bug. When restricting data without limited networks, show dialog help to guide user towards network limit. When reloading chart data, try restoring to nearest cycle. Bug: 5289641, 5111701, 5226078 Change-Id: Ic59dee6496c480a64dc56f8534acf4d81b50bca7
* Tweak ime settingssatok2011-09-131-0/+2
| | | | | Bug: 5282046 Change-Id: I8ef3913fc46c00288ac13fbc2a2d447efd531382
* Merge "Data usage performance, bugfixes."Jeff Sharkey2011-09-123-6/+3
|\
| * Data usage performance, bugfixes.Jeff Sharkey2011-09-123-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize launch times by removing unneeded extra work, including reloading data and tightening chart invalidation. Fix invalidation storm when sweeps overlap. Move chart history into loader instead of blocking main thread. Disable "Split 4G" mode until telephony support is ready, and combine any existing split policies. Async loading of application details. Remove alpha transitions to speed up on some hardware. Hide menus in detail mode. Delay kicking off force-poll. Fix inset padding on large devices. Bug: 5284321, 5273918, 5263056 Change-Id: I746d79c05e2a6ea97bbdbdc5d807e208328d1373
* | Update the current IME labelsatok2011-09-121-2/+0
| | | | | | | | | | Bug: 5069983 Change-Id: I84d6ac7c39b5f3a035aa04c35065280a14024c47
* | Merge "Power widget visual updates"Peter Ng2011-09-091-0/+5
|\ \ | |/ |/|
| * Power widget visual updatesPeter Ng2011-09-091-0/+5
| | | | | | | | | | | | | | -light spill added -padding top to make up for new shadow and light spill Change-Id: I5d6bee6efd58736a812b9c3d144b8735d30865f5
* | Larger touch targets, snap to persisted value.Jeff Sharkey2011-09-084-4/+33
|/ | | | | | | | | | | | | Extend ListView content to screen edges, and use InsetBoundsDrawable to draw separator and divider with expected padding. Sweep touch targets are now much larger. Snap sweep to persisted value, and fix NFE when parsing label value. Bug: 5274249 Bug: 5262865 Bug: 5242857 Change-Id: Ifa0f3e622767d5b4dc85a73d6340207e6038a429
* Unify data/power layout, confirm disable, round.Jeff Sharkey2011-09-022-62/+12
| | | | | | | | | | Share consistent layout between data usage and battery usage. Show confirmation dialog before disabling mobile data. Round warning/limit sweep values to match displayed label. Suppress fade when switching data usage tabs. Bug: 5208510, 5058157, 5038589, 5252816 Change-Id: I3c76f3397445d2d3b173666a41672871df4c61af
* Fix order of buttons for device admin toggleBen Komalo2011-09-011-5/+5
| | | | | Bug: 5156853 Change-Id: Ia70d5f42909d8983a0858ed67d32df12c049f420
* Merge "Misc UI fixes for settings (mostly cryptkeeper)"Ben Komalo2011-09-012-7/+7
|\
| * Misc UI fixes for settings (mostly cryptkeeper)Ben Komalo2011-09-012-7/+7
| | | | | | | | | | | | | | | | | | - fix padding issues in a lot of cryptkeeper screens - fix sizing of clock that didn't fit anymore with the new font - change titles from green to the new holo blue Bug: 5247866 Change-Id: Ib934e9661c32cce26e1af40eaff133bae11f78dc
* | Update of accessibility settingsSvetoslav Ganov2011-09-011-0/+1
|/ | | | | | | | | | | | | 1. Removed the global toggle switch - now each accessibility feature has to be turned on or off separately. 2. Added a setting for the screen rotation (same as Dispaly) since most of blind users want that behavior. bug:5166161 bug:5127475 Change-Id: I659aef62a8499461075f43520a3008fa7b8ff911
* Fix unresponsive UI during scan and display of "No Bluetooth devices"Jake Hamby2011-08-311-0/+30
| | | | | | | | | | | | | | | | | - When there are no available Bluetooth devices, we show "No Bluetooth devices were found nearby" as a preference item after the scan completes. Update the layout for this Preference item so that the text is centered and doesn't highlight when touched. - Fix slow responsiveness on scanning caused by repeated removal of "No Bluetooth devices were found" preference item on every call to onBindView(). - If no devices are paired, don't restart the scan on every rotation. Bug: 5173935 Bug: 5055460 Change-Id: I52fb2d52f315c5e793f08499146842d54c5c3ead
* Merge "Misc fixes to CryptKeeper"Ben Komalo2011-08-313-29/+64
|\
| * Misc fixes to CryptKeeperBen Komalo2011-08-293-29/+64
| | | | | | | | | | | | | | | | | | | | | | - use standard IME, but force it into ASCII if it's the default IME - provide an IME switcher if there are multiple IME's, in case the ASCII-capable one is a different one - make the IME shown by default Bug: 5004456 Bug: 4698473 Change-Id: Id40a164cfe599bfdb67b81f60d4ab8a52208de88
* | Sync asset drop and smoother animation.Jeff Sharkey2011-08-303-21/+16
| | | | | | | | | | Bug: 5233703 Change-Id: I3fa52da71b78dcfa7842047b427c5121d3ac7e68
* | Merge "Power control widget holofied"Peter Ng2011-08-301-5/+5
|\ \
| * | Power control widget holofiedPeter Ng2011-08-301-5/+5
| |/ | | | | | | | | | | | | -brightness needs to implement brightness_half_holo state *fixed now in the patch { old assets should be removed also(any "appwidget" that doesn't have holo in it)} Change-Id: I2c1e754f68cf321c5b3517ba92c8f235b418e696