summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Added contentDescription to IME settings image button."Svetoslav Ganov2011-07-281-0/+1
|\
| * Added contentDescription to IME settings image button.Alan Viverette2011-07-281-0/+1
| | | | | | | | | | Bug: 5092506 Change-Id: Ibd27e4b0d798dd21df0e6eb69babc0df2292bf5f
* | Add backup password setting UIChristopher Tate2011-07-281-0/+83
| | | | | | | | | | | | Bug 4901637 Change-Id: I515f1475d3675285a830b4b5ddd1f011f1b56e3a
* | Merge "Add on/off actionbar switch for NFC Tap To Share."Martijn Coenen2011-07-281-22/+0
|\ \
| * | Add on/off actionbar switch for NFC Tap To Share.Martijn Coenen2011-07-271-22/+0
| |/ | | | | | | Change-Id: I009a31d8862a23e15d89fe9813eca02e06469531
* | Merge "Data usage fit and finish."Jeff Sharkey2011-07-274-36/+66
|\ \
| * | Data usage fit and finish.Jeff Sharkey2011-07-274-36/+66
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show time range and data summary based on current sweep selection for both network and app details. Fix animations by opting-out of parent hierarchy animation, since it fights with ListView. Switch to using NPMS "restrict background" instead of overloading setBackgroundDataSetting(), and hide app background checkbox when global background is restricted. Limit sweeps to valid historical data, and activate sweeps on touch instead of requiring separate tap. Fix z-order and avoid animating sweeps. Align all elements along vertical edge, and fix item layout to handle long app title. Bug: 4979025, 5058107, 5038590, 5079887, 5058108, 5058026, 5037381 Change-Id: Ib45b61ff2a62303f47aa3f47f88d2e688fe4d076
* | VpnSettings: make more fields available as advanced options.Chia-chi Yeh2011-07-271-5/+17
|/ | | | | | | Now users can manually override DNS search domains, DNS servers, and forwarding routes for each VPN network. Change-Id: I10b8e383ac19fd19d23938dff78201a71724d58f
* Bluetooth : update bt scanning Icon layoutjhtop.kim2011-07-261-1/+1
| | | | | | | | - previously, layout_width was fixed as 600. it makes scanning icon in device picker disapper. Change-Id: I6d4c559eb7c2823da65ee047662131ee47ea4866 Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
* Revamp of the accessibility settings.Costin Manolache2011-07-251-0/+30
| | | | | | | | | | | | 1. Reimplemented accessibility settings accrding to UX design. NOTE: The strings are not final, rather reasonable placeholders to avoid blocking on them. Will submit another CL with string updates and any necessary polishes. bug:5065409 Change-Id: I3ba229a624298dbf238bc8562b42616b386f8c34
* Updated: Wi-Fi p2p initial UI implementationrepo sync2011-07-241-0/+88
| | | | Change-Id: If60f42f76fa07a868d2e11b012b4697252c69f5f
* Added setting for zero-click sharing over NFC.Martijn Coenen2011-07-211-0/+69
| | | | Change-Id: I3848c4815d65d3a8b9b5e579c6a353dde6901ee4
* Data usage app bars, draw estimated cycle usage.Jeff Sharkey2011-07-171-14/+22
| | | | | | | | | | Show application list with normalized percentage data usage as horizontal bar chart. Draw estimated usage for remainder of cycle to reinforce log scale, and break out received/sent when showing app details. Bug: 5038591, 4948713, 4818025 Change-Id: Ib71e73d4f692adc7fe8ae87edd0cec2a8f3976d3
* Upgrade Bluetooth pairing dialogs for ICS.Jake Hamby2011-07-152-4/+78
| | | | | | | | | | * Change Bluetooth pairing dialogs to match ICS wireframes. * Default to numeric soft keyboard for PIN entry, and add checkbox to allow user to switch to alphanumeric keyboard if necessary. * Move all Bluetooth advanced settings into action bar menu. * Toggle visibility by touching "My device" entry in devices list. Change-Id: Ic2377eb4364f41d215181cb1e3933997c9db9106
* Polishing accessibility tutorial UI.Alan Viverette2011-07-152-41/+16
| | | | Change-Id: I059f00e94cdc906935b2d42a505f31512dd99668
* Added touch exploration tutorial to Accessibility settings.Alan Viverette2011-07-124-0/+185
| | | | Change-Id: Ic11f7c41e40de2b32f5815dbc3396a308c451c5b
* Merge "Draw vertical data usage sweep labels."Jeff Sharkey2011-07-091-10/+12
|\
| * Draw vertical data usage sweep labels.Jeff Sharkey2011-07-091-10/+12
| | | | | | | | | | | | | | | | | | Using template string, ask axis to build label for sweeps. Also clean up margins exposed to parent view, since we offset when label is larger than sweep drawable. Bug: 4598460 Change-Id: If71bc8ec8c952023325c80b9bc00b63c23609c7a
* | Merge "Changed text and appearance when Wifi/Bluetooth is off"Gilles Debunne2011-07-072-56/+24
|\ \ | |/ |/|
| * Changed text and appearance when Wifi/Bluetooth is offGilles Debunne2011-07-072-56/+24
| | | | | | | | | | | | A TextView is used as an empty view, centered on screen with the message. Change-Id: I33825775d6b2ed212e5839cfac84d055b9336667
* | Merge "VpnSettings: pass certificates to racoon directly."Chia-chi Yeh2011-07-071-11/+13
|\ \
| * | VpnSettings: pass certificates to racoon directly.Chia-chi Yeh2011-07-071-11/+13
| |/ | | | | | | | | | | Also fix some style issues. Change-Id: I7ca46d0cc3038f21ef5904d4515e90907a21d613
* | Merge "Show user dialog for BT connection and phonebook access"Matthew Xie2011-07-072-0/+88
|\ \ | |/ |/|
| * Show user dialog for BT connection and phonebook accessMatthew Xie2011-06-292-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | Show user dialog for incoming BT connection requests from unknown devices. Move phone book access permission dialog from bluetooth to settings. The permision dialog pops up to the screen properly instead of always as notification. AT+CPBR will also use the permission dialog to ask for user permission. bug 4489572 Change-Id: Ic1e74b2a9416a462cac4f519240a313691da90c4
* | Convert CA loading from spinning wheel to progress barBrian Carlstrom2011-07-061-2/+2
| | | | | | | | Change-Id: I3d9d596cbdf3ac4751b7b2e297faa0f667d2de02
* | Improved presentation of CA listBrian Carlstrom2011-07-061-3/+19
| | | | | | | | Change-Id: Ibc6dd9d553c3f7f53453fb43e9842afe789d8b50
* | VpnSettings: switch to the new user interface.Chia-chi Yeh2011-07-021-69/+0
| | | | | | | | Change-Id: I7158cd8f146677b2823cfa936792fd232a37ae28
* | Merge "VpnSettings: rename some fields."Chia-chi Yeh2011-06-301-2/+2
|\ \
| * | VpnSettings: rename some fields.Chia-chi Yeh2011-06-301-2/+2
| | | | | | | | | | | | Change-Id: I999b773192d167f21c4a684c1864c37b9a433390
* | | Merge "Fix 4686480: Update ChooseLockPatternTutorial"Jim Miller2011-06-301-7/+9
|\ \ \
| * | | Fix 4686480: Update ChooseLockPatternTutorialJim Miller2011-06-301-7/+9
| |/ / | | | | | | | | | | | | | | | | | | - Shorten description string to fit on one page - Use new scalable LockPatternView to show example pattern. Change-Id: I1204b6de9da05d9d3f4e503bec2fc4fb3034a4b3
* | | Fix TrustedCredentialsSettings for small screensBrian Carlstrom2011-06-301-18/+7
|/ / | | | | | | Change-Id: I01149a88b044d0f95db01039aabba62666e8f397
* | Implement new UI for IME settingssatok2011-06-302-0/+109
|/ | | | | | Bug: 4645160 Change-Id: If9046e7e96732f6ee4c0594cc66622b6462bdec9
* Fix up storage UI for old USB storage.Dianne Hackborn2011-06-291-3/+40
| | | | | | | | | - In the storage overview, if storage is not emulated then we have a new first section showing internal storage. - In manage applications, we know show storage use on the SD card separately from internal storage use. Change-Id: I7eb993f59fdb5de5f5dcfe4a3bc2b95ae30d754a
* Fix 4686480: Cleanup LockScreen settingsJim Miller2011-06-283-13/+11
| | | | | | | | | | This fix updates the style for buttons to better conform to the screen by using weightSums. It also makes layouts much more flexible across platforms by making better use of the square aspect feature of LockPatternView. Change-Id: I63677790bf0ac52707c8c356540ecd5dc50ca33b
* CA certificate settings fragmentBrian Carlstrom2011-06-273-0/+155
| | | | Change-Id: I8d4b595d6cc8d20be9bea655c7674c86a9183818
* Merge "Settings: add a new layout for VpnDialog."Chia-chi Yeh2011-06-261-0/+126
|\
| * Settings: add a new layout for VpnDialog.Chia-chi Yeh2011-06-261-0/+126
| | | | | | | | Change-Id: Ib9d00dc5f56933db60aa08bce489343b00281e28
* | Merge "Fix animation bugs, stop disabled sweep touches."Jeff Sharkey2011-06-242-6/+12
|\ \
| * | Fix animation bugs, stop disabled sweep touches.Jeff Sharkey2011-06-242-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change sweep drawables to crossfade correctly between states, and work around 4946591 by nesting container one level deeper. Also wait until first layout pass is finished before applying LayoutTransition. Prevent touches from reaching sweeps when chart is disabled. Also bring back log scale for data. Change-Id: I2194714ab075fd32525681119f30427c1b96fc50
* | | Add "emergency call" button to CryptKeeperDavid Brown2011-06-241-1/+13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows you to make an emergency call without needing to decrypt your device first. The exact appearance of the button, and the two possible icons shown to the left of the text, are taken directly from the corresponding framework resources (see keyguard_screen_*.xml, ic_emergency.png, and stat_sys_phone_call.png.) Also, the code in CryptKeeper.java for updating the state of, and handling clicks from, the "Emergency call" button is mostly duplicated from the corresponding code in LockPatternUtils and LockPatternKeyguardView under frameworks/base. Bug: 4494186 Change-Id: I36a713fdbc3281a7ba46762d47d5b61fb3cd194d
* | More data usage chart iteration, app details.Jeff Sharkey2011-06-233-42/+43
| | | | | | | | | | | | | | | | | | | | | | Moved app details back into single Fragment to support animations and template tabs. Show the network in background behind app details chart series to match designs. Clamping sweeps at axis boundaries. Bug: 4813014, 4598460, 4818029 Change-Id: I72c0b21ee1d595e4da31d293ae0dab9e801041f3
* | Iterate on data usage chart UI.Jeff Sharkey2011-06-232-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | Switched to inflating chart views from XML, using attributes for configuration. Start using drawable assets for chart components instead of manually painting. Include hand-cut assets, and animate between states when touched to invoke. Clamp sweeps to valid chart ranges and prepare for sweep labels. Bug: 4768483, 4598460 Change-Id: Ic660c35bec826eb5e3f6a1dde3cc04d8c437ef2b
* | Settings refactoringGilles Debunne2011-06-212-0/+71
| | | | | | | | | | | | Wifi and bluetooth pane refactored, main toggles moved to left pane. Change-Id: I42ea4cf3bdf24158f3c67e0dea311258206cd78a
* | Detect radios in data usage, control them.Jeff Sharkey2011-06-201-0/+63
|/ | | | | | | | | Teach data usage to inspect hardware radios to determine which tabs and options to display. Control "Mobile data enabled" state through ConnectivityManager. Persist "Show Wi-Fi" state. Bug: 4599714, 4645276, 4620024, 4599271, 4596812 Change-Id: I4479593d74a8ba744a056767422f1e03182a7a94
* Cycle day editor and other confirmation dialogs.Jeff Sharkey2011-06-142-1/+43
| | | | | | | Create dialog to edit "cycle day" when data usage resets. Also added dialogs to confirm enabling limit and restricting an application. Change-Id: I1e08b17fabd1fcfc2f260807a61435d0ff1a8627
* Read network policy earlier, fix ugly scrollbar.Jeff Sharkey2011-06-131-1/+2
| | | | | | | | Read policy before creating options menu, so we correctly populate checkboxes. Also clean up Preference views so we don't crash when returning from app details. Change-Id: I52c38a3016ea669e27b325bfb6ae1620d2a5ca53
* Get encryption working for phones.Jason parks2011-06-132-34/+11
| | | | | | | I've removed the "special" keyboard from the phone layouts for now. Change-Id: I4b18279dafb18ba7cebacfad1b7167e34a7203b4
* First pass at detailed app data usage, policy.Jeff Sharkey2011-06-131-0/+56
| | | | | | | | | Fragment to show application data usage details, including chart with inspection ranges. Button that invokes ACTION_MANAGE_NETWORK_USAGE towards application, and UID-specific policy controls. Fragment is launched when clicking list items from data usage summary page. Change-Id: Ie1564aa8af98e1a7083817a997059a5a7b1caa50
* Iterating on data usage; tabs, scrolling, cycles.Jeff Sharkey2011-06-103-12/+108
| | | | | | | | | | | | | | | | | | | Added ActionBar items to control complexity of data surfaced; checked state causes tabs to be shown/hidden for "Mobile", "2G-3G", "4G", and "Wi-Fi" network templates. Loading historical stats and policy from system services based on selected tab. Change entire body under tabs to scroll, treating network options and chart as ListView headers. Teach chart sweep to disable intercept to play with ListView, and draw sweep disabled as dashed line. Hijacking Preference views for toggles to offer consistency. No policy updates are persisted yet. Based on available historical network stats and policy cycle reset day, build list of user-selectable cycles. Wired up chart to display cycle data and reset inspection region to last week of available data. Change-Id: Ia561578276fa23908b745fbc06a6ef828d9ccc2e