summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
Commit message (Collapse)AuthorAgeFilesLines
* make setup wizard's wifi and datetime settings look good for 7"Freeman Ng2011-05-254-458/+0
| | | | | | | | | | Note: this entailed locking datetime settings not into portrait like everything else in the setup process, but landscape, because the existing xlarge layout wasn't rearranging itself into a portrait alignment very well. I can give it another try later if I can have some help from UE. Change-Id: Ia8ce8e8292ed768bd117beedf3d94a287e658f4b
* Fix 4462497: Fixes crash in settings due to using wrong layout on 7" devices.Jim Miller2011-05-197-590/+0
| | | | Change-Id: I674112df2bdcec0bd94c85b1a777c336c037edc5
* Tolerate long wifi config ui.Daisuke Miyakawa2011-03-021-6/+17
| | | | | Bug: 3501581 Change-Id: Icbcf8fd8084677e8ace7987f07e474bf1ce7d10c
* Remove bottom padding below wifi preference.Daisuke Miyakawa2011-03-021-7/+8
| | | | | | | | | | | | | | - show bottom padding only when top bar is using static View - hide wifi preference when ProgressBar is used - show bottom padding when top bar is using static View and wifi preference is hidden. - rename wifi_config_padding to content_padding, as it is not just for wifi config but for acquiring default hight of @id/content - update screen state correctly Bug: 3502220 Change-Id: I86c89435f43d6bd016a78f7afeb5f477f63d0696
* Fix visual stuffs of XL Wifi setup.Daisuke Miyakawa2011-02-241-4/+36
| | | | | | | | | | | - remove delayed button enabler stuff including "add network" and "refresh" buttons - add bottom padding to stop moving bottom divider up/down - add padding for the preference, which should have been done in I1f8fb8eca11d52d9c18866301553110c2147b3ef Bug: 3424645 Change-Id: Ifc8120c123ee154fbe11526474edc65c5943eea6
* Remove padding between top divider and wifi listDaisuke Miyakawa2011-02-151-3/+13
| | | | | | | | We need View in addtion to ProgressBar, since the latter doesn't allow us to control its padding on the bottom. Bug: 3443287 Change-Id: I1f8fb8eca11d52d9c18866301553110c2147b3ef
* Merge "There can only be one............................."Jason parks2011-02-101-1/+3
|\
| * There can only be one.............................Jason parks2011-02-101-1/+3
| | | | | | | | | | | | | | KEYBOARD! Bug: 3413847 Change-Id: I3d427f449c6cdbad0770f087d1139dc94be50e80
* | Remove portrait support in SetupWizardDaisuke Miyakawa2011-02-102-4/+4
|/ | | | | | | | | | | | We support sensorLandscape for a moment. See also I45e30c652feab1d30c4f0379379f8ca4e455fa02 - Use sensorLandscape instead of default - Modify paddings in default xmls to layout landscape stuffs correctly Change-Id: Ife03de69e4d1d2d898cd0e8de3cefd733aea8f19
* Clean up XL Wifi setup and fix misc problems.Daisuke Miyakawa2011-02-091-1/+1
| | | | | | | | | | | | | - Introduce screen state, which suppress inconsistent UI shown in 3378805. - Introduce initSecurityFields(), which will reduce hook inside WifiConfigController#showSecurityfields() - fix layout for eap-not-supported case with "add network" flow. Bug: 3378805 Bug: 3403168 Change-Id: I52895570809095d9baceac5f84665572188ecefd
* Enable orientation in SetupWizardDaisuke Miyakawa2011-02-042-4/+4
| | | | Change-Id: I45e30c652feab1d30c4f0379379f8ca4e455fa02
* Remove unnecessary flag.Daisuke Miyakawa2011-02-031-4/+1
| | | | | Bug: 3415073 Change-Id: I01d8c958a495bd7d9376304de1098b473b56a091
* am b3d50cac: am 13d62049: More CryptKeeper UI work.Andy Stadler2011-02-012-40/+91
|\ | | | | | | | | * commit 'b3d50cac649c101d1932825749ef686189c6b4f8': More CryptKeeper UI work.
| * More CryptKeeper UI work.Andy Stadler2011-01-312-40/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implemented failure case. * More pixel perfect * Remove the animation * Display the encroid on the blank screen * Remove the back button. * Fix portrait mode screens Bug: 3384231 Bug: 3394103 Bug: 3388721 Bug: 3381450 Bug: 3406278 Bug: 3351832 Change-Id: Ib763c8b577198deb45255acc767bc6d5409efc0c
* | Introduce "add network" againDaisuke Miyakawa2011-02-011-2/+1
|/ | | | | | | | The button was once disabled due to the issue 3400715. See also Ic618078bc70a7db35ec22e6382b9486e92630120 Bug: 3403168 Change-Id: If823a0e8218480b89405e5c4fa6d1afe791eb6d5
* Disable back button on SetupWizard flow.Daisuke Miyakawa2011-01-312-0/+2
| | | | | Bug: 3383738 Change-Id: Ie06d85ee22482f865a8173a45d0645699427729e
* Enlarge texts and fit the other elementsDaisuke Miyakawa2011-01-282-5/+10
| | | | | | | | | | | | | Basically set text size to 18sp and change layouts along with the new design. - Add custom list item xml for Wi-Fi security field rename existing "custom_list_item.xml" to appropriate name so that we won't be confused with their naming. - Use the custom xml just in SetupWizard. Bug: 3364731 Change-Id: I014903277a03c359ea193dd0f0a37c84ade19fa1
* Disable "add network" button.Daisuke Miyakawa2011-01-281-1/+2
| | | | | | | It has broken UI which possibly get users stuck. Bug: 3400715 Change-Id: Ic618078bc70a7db35ec22e6382b9486e92630120
* More work on the Crypt Keeper.Jason parks2011-01-271-3/+7
| | | | | | | | | | | | | | * Use the DPM to determine if we are encrypted. * Fix misspelling (Comfirm -> Confirm). * Animate to black when enabling encryption. * Add holo droid background. * Change the progress bar to indterminate. * Display the percentage complete in the status line. * Fixed bug 3388097. You will no longer have to unplug your device to start encryption. This line is intentionally long. I could make it shorter but I am proving a point: <magic>overflow: auto;</magic>. * Actually hold onto the wakelock to prvent the device from sleeping. * Implement onStop() as a orientation change can happen at boot. This will start the activity twice and there will be multiple handlers with messages. Change-Id: Ia752d106c39e0d81431e856f8f500182e8ec1abd
* Fix 3383575: use styled attribs and update layoutJim Miller2011-01-254-40/+12
| | | | | | | | This updates the layout to make more room for the button text in SecuritySettings. The code now uses styled attributes to make it easier to tweak in the future. Change-Id: I5fbdf2f6ae4c4c1f9614ab97891f9f2fe6cda628
* More UI tweaks.Jason parks2011-01-251-44/+41
| | | | | | | | | * Grab a full wakelock while encrypting. * Fix a bug with failed attempts. * Add a custom theme to animate the screen to black. * Fix the keyboard to be displayed properly in landscape and portrait. Change-Id: Icc2d813ce1780588eb3b16f5204c3c60cae5236f
* Merge "More work on the CryptKeeper." into honeycombJason parks2011-01-202-0/+64
|\
| * More work on the CryptKeeper.Jason parks2011-01-182-0/+64
| | | | | | | | | | | | | | | | * There is now a 30 seconds delay after 10 failed password attempts. * The device is factory reset after 30 failed password attempts. * Implemented the progress UI for inplace encryption. Change-Id: Ie830b03f9c84a117ee3048086275d6049907fa3c
* | Fix layout in DateTime pickerDaisuke Miyakawa2011-01-181-3/+1
| | | | | | | | | | Bug: 3347865 Change-Id: I9c425186515df387ac7951ff85ccf3d4d6732d08
* | UI fix for wifi setup in xlDaisuke Miyakawa2011-01-181-0/+16
| | | | | | | | | | | | | | | | - Show "connecting" and "connected" text - Modify layout for "Add network" Bug: 3347865 Change-Id: I9c9b33b9033e7fb4f885717f00507c1360400725
* | Polish layout and UI for wifi setupDaisuke Miyakawa2011-01-181-1/+1
|/ | | | | Bug: 3347865 Change-Id: I529fc2f5e11388b34b66617aee64b7facd3708e0
* Revise layout for Wifi Setup in XLarge screenDaisuke Miyakawa2011-01-171-101/+96
| | | | | | | | | | | | - revise xml for new layout - introduce padding View objects for resizing screen when software keyboard is shown. - We now don't show the detailed status of Wi-Fi module anymore in SetupWizard flow (like "disconnected", "connecting", etc.) - remove Forget button and relevant code. Bug: 3347865 Change-Id: Ieab3246f06ee73af59e247b3f9f31c7570efc71f
* Use style for buttons in setup wizard flowDaisuke Miyakawa2011-01-172-22/+8
| | | | | | | | - Use style - Use minWidth instead of layout_width Bug: 3362316 Change-Id: I16b99b234a50784e0a9bac3d3141ac9fe618f214
* Revise layout for DateTime setupDaisuke Miyakawa2011-01-161-84/+102
| | | | | Bug: 3347865 Change-Id: Ie80f2eb784ce70edc81fbab9541fe1601f7f0ee3
* Add a setting to enable encryption.Jason parks2011-01-131-2/+43
| | | | | This isn't final and it will wipe your device. Change-Id: I7fecded92a745844435878d0409d620bfa571472
* Merge "Move the CryptKeeper to Settings." into honeycombJason parks2011-01-131-0/+27
|\
| * Move the CryptKeeper to Settings.Jason parks2011-01-121-0/+27
| | | | | | | | Change-Id: I59e46366e1911ae7fd37f07719f1e7ba0825733c
* | Set appropriate margin to dividers in SetupWizardDaisuke Miyakawa2011-01-121-0/+2
|/ | | | | Bug: 3346105 Change-Id: I4a8367d54d2c62257618ad9e8415bcd1c3419802
* Modify layout for wifi and datetime setupDaisuke Miyakawa2011-01-112-4/+4
| | | | Change-Id: I8410a98246d81606ab728cfe4e9c700dd5ef2c7e
* Modify layout for Wi-Fi SetupDaisuke Miyakawa2011-01-111-9/+2
| | | | | Bug: 3330109 Change-Id: I09a3965cb150d1004ef03d6bc3170ad79526c47f
* Remove unnecessary codes around WifiSettings.Daisuke Miyakawa2011-01-061-11/+0
| | | | | Bug: 3321110 Change-Id: Iaac35a507b8e46e2d4702f0e5cda7b515a57db67
* Refresh layouts for SetupWizard.Daisuke Miyakawa2010-12-282-170/+200
| | | | | | | | - DateTimeSettingsSetupWizardXL - WifiSettingsForSetupWizardXL Bug: 3308677, 3137755 Change-Id: Ifdf67aa7521de7ef0286fea2b15ce693fbf5d5ce
* Fix 3148496: Update LockPatternTutorial to be one screen.Jim Miller2010-12-221-0/+75
| | | | | | | | This combines the two activities ChooseLockPatternExample and ChooseLockPatternTutorial into one activity and makes use of the built-in LockPatternView animation to show an example view. Change-Id: If3a4b236a15a6d99b1c0b5c11e5e923267fa30d3
* Fix 3281395: Use breadcrumb area to display title for LockScreenJim Miller2010-12-212-28/+48
| | | | Change-Id: Icd631b4c70e7b9f6b9a8c24dd513aed259a22d6a
* Merge "Fix 3148496: Update LockScreen layouts on large device"Jim Miller2010-12-154-89/+78
|\
| * Fix 3148496: Update LockScreen layouts on large deviceJim Miller2010-12-154-89/+78
| | | | | | | | | | | | | | | | This updates the layouts to conform to the latest UX spec on large devices and fixes a bug where the IME shown for PIN selection was the QWERTY keyboard. Change-Id: Ib9f0b1631f11c8eff6898bfff9447d3dad75cc42
* | Remove skip button from datetime settingsDaisuke Miyakawa2010-12-151-1/+3
|/ | | | | | | Also force landscape mode in XLarge screen. Bug: 3285153 Change-Id: I9f4a0de6a36d0be2b5f80b734a4910f4bb154905
* Fix 3148496: Initial pass at fragmentizing lockscreen settings.Jim Miller2010-12-084-0/+348
| | | | | | | | | | This converts most of the existing activities to fragments and wraps them in PreferenceActivities so they can be launched as before (e.g. by a DevicePolicyManager) Upload after sync/rebase. Change-Id: I4f351b75d9fca0498bcb04b4e11ff3b70765a4ba
* remove all keepScreenOn flags from setup wizard flowFreeman Ng2010-12-072-3/+1
| | | | | | bug: 3253922 Change-Id: I71ef24dcb19437d0666ea3206f184e511b5f047e
* Refactor DateTimeSettingsSetup.Daisuke Miyakawa2010-11-162-123/+124
| | | | | | | | | | - Use Popup instead of bare fragment. - Expose Adapters in ZonePicker.java so that it can be used outside the fragment. - Fix layout Bug: 3175603 Change-Id: I2726fde4fa1a9aea1ecb29b6aa2d23dbc54232b9
* Refactor WiFi code around XL setupDaisuke Miyakawa2010-11-101-13/+23
| | | | | | | | | | | | | | | | | Major: - move SetupWizard-related codes to WifiSettingsForSetupWizardXL as much as possible - stop using Preference for configurinig wifi network. We use WifiConfigUiForSetupWizardXL instead, which is base on a bare View. Minor: - change button handling code expecting better readability. - hide Detail button. - modify strings a bit. - add logs Bug: 3175016 Change-Id: I5b29917af73aac6a82e13ba846a9d5085f9bd523
* Fix UI for WifiSettings for XL screenDaisuke Miyakawa2010-11-041-5/+7
| | | | Change-Id: I874e1e8d86e8b219414f6bf2ff945ea4f9ab7a6c
* Show "connecting" just after user's connect actionDaisuke Miyakawa2010-11-031-18/+8
| | | | | Bug: 3164013 Change-Id: Ide367d51bcd7fcd97403c92ee049a1bb2633e272
* Reduce default settings in WifiSetup XL.Daisuke Miyakawa2010-10-291-2/+12
| | | | | | | | | | | | We don't want to show every configurations in default, while we also don't want to complicate basic wifi logics. In order to achive both goals, we first introduce tweaked xml file (wifi_config_preference2.xml). It does contain all the config components but almost all of them are in "gone" visibility. Those components are still able to act as data storage, but never be seen as actual UI components. Change-Id: I4ad3c1b4cbbe77ca2b628b0be25e2b3eb9d645aa
* Fix layout for WifiSettingsForXLDaisuke Miyakawa2010-10-291-92/+86
| | | | Change-Id: I99b503005d199084062b63a2de1e049926b212a9