summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Adjust the grid size screen layout for sw600dpfuzz2014-06-303-2/+9
| | | | | | | | | | | | Comfortable - before: http://i.imgur.com/yZ1cM9q after: http://i.imgur.com/DQNsEfD Cozy - before: http://i.imgur.com/EeAgygS after: http://i.imgur.com/T7Nuauz Condensed - before: http://i.imgur.com/b2nTUxJ after: http://i.imgur.com/ZoAI4gn Custom: - before: http://i.imgur.com/H2rrvr3 after: http://i.imgur.com/RSQxwfQ PS2: Makes dynamic_grid_size_image overridable PS3: Fix a typo in the commit message Change-Id: Ic6b68953758a691cd032ba27030fa7a688efb293
* Automatic translation importMichael Bestas2014-06-2939-53/+515
| | | | Change-Id: Icd1d5eb4480a643de3310e1d58457c3cfefcf9a9
* Improve NL translationdaeiron2014-06-251-1/+1
| | | | | | Rename 'Achtergronden' to 'Achtergrond', this fits nicer. One line in stead of two. Change-Id: If872dd9a19b636645c18a94ddd4a5a6df6bd78c1
* Update sw600dp allapps icon to kitkatMichael Bestas2014-06-248-0/+0
| | | | | | Somehow these were still using the old look Change-Id: I8d1c3309802f1af10d343189f30ddf4af00a5003
* Merge "Protected Folder Fragment: Add remove Shortcut from list." into cm-11.0Abhisek Devkota2014-06-235-2/+7
|\
| * Protected Folder Fragment: Add remove Shortcut from list.Raj Yengisetty2014-06-235-2/+7
| | | | | | | | Change-Id: I0e9f141bc34bcfa955d7f5f3535d9d437e94b1da
* | Merge "Customizeable Dynamic Grid:" into cm-11.0Abhisek Devkota2014-06-239-6/+119
|\ \ | |/ |/|
| * Customizeable Dynamic Grid:Raj Yengisetty2014-06-239-6/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | - Presets - Comfortable (+0) - Cozy (+1) - Condensed (+2) - Custom option with min, max Reordering items in the settings pane for better organization Modifying Settings Layout for readability Change-Id: I5c926b6ca4b2ed73c263ef34eeb368caeb7af9b5
* | Automatic translation importMichael Bestas2014-06-2172-1747/+639
|/ | | | Change-Id: Idb2353d0fa3ea7302a15a3fd4fcb4a6376f7b22c
* Merge "Trebuchet: Change icon labels option strings" into cm-11.0Abhisek Devkota2014-06-201-2/+4
|\
| * Trebuchet: Change icon labels option stringsblack2014-06-201-2/+4
| | | | | | | | Change-Id: I499ec846bf2c7b2dc1c0d39c2c62a2525412335c
* | Adjust layout for readability in different languagesRaj Yengisetty2014-06-197-47/+41
|/ | | | Change-Id: Iddee1ce9b25819711acd01298a4128312f88b0ae
* trebuchet: custom homeJorge Ruesga2014-06-177-2/+23
| | | | | Change-Id: I4faee66580ab0e41ee8e8bcbd79ce680d45bce97 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Revert font change supportMichael Bestas2014-06-172-28/+0
| | | | Change-Id: I1f1ecd348c485e370b92c4b49512a3bc5d9d56a7
* Revert "Trebuchet : Icon pack support"Raj Yengisetty2014-06-1343-196/+2
| | | | | | | | This is no longer needed because of the awesome new Themes Engine This reverts commit 89970649602163ba8cb5c01c4c77534f45b66121. Change-Id: I1dca53b8c8020ecb6ab7b0da6931f380564eda85
* Remove old preference activityRaj Yengisetty2014-06-137-245/+41
| | | | | | * Also cleanup & remove unused strings Change-Id: I0b9f2405ab98b0df612a18ccfaa5d9ba98876d8a
* Merge "Move Scrolling Wallpaper to new Trebuchet Settings" into cm-11.0Abhisek Devkota2014-06-131-0/+3
|\
| * Move Scrolling Wallpaper to new Trebuchet SettingsRaj Yengisetty2014-06-131-0/+3
| | | | | | | | Change-Id: I57961ae9b6f0df334ddd2c4563ddfd7e2939f01e
* | Trebuchet : Default workspace improvementsRaj Yengisetty2014-06-1314-464/+1056
|/ | | | | | | | | | | | | | This reverts commit b54b34edd5c87e6d0702793b423b14dc24fb1076 Fix bug for mdpi devices crash loop. Revert requires overlays to know if GSF installed, adding a run time check to load default workspaces. Add in additional overlays per density for new LauncherModel and LauncherProvider 4.4.3 logic. Change-Id: I5709182521e80d273e892eb3310abd68acac95ad
* GEL Integration (2/2)Matt Garnes2014-06-122-0/+6
| | | | | | | | | | Launch search from extra panel to mimic Google Launcher. Changed Trebuchet to build against CM instead of the AOSP SDK. Added support to swipe left from the home screen to enter Google Now, if it is installed. A right swipe will return the user to the home screen. Change-Id: Ia1a77fedea7e67bcd54a6b6d66099f8366d6b1dc
* Merge "Protected App [3/3] Trebuchet - Protected Apps - Build fixed to ↵Abhisek Devkota2014-06-1219-19/+123
|\ | | | | | | work with LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility" into cm-11.0
| * Protected App [3/3]Raj Yengisetty2014-06-1119-19/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Trebuchet - Protected Apps - Build fixed to work with LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139
* | Automatic translation importMichael Bestas2014-06-1238-92/+57
| | | | | | | | Change-Id: Iba21be3f66a36a774d68315b4efce58d2fe3d7eb
* | Update IconsRaj Yengisetty2014-06-0917-0/+1
|/ | | | | | | | | - Default home - Themes icon Change font family for Scroll Effect screen Change-Id: Ibfa3bcbb63e9c33e1896296799581f93b14fcf3a
* Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-06-072-44/+0
| | | | | | | | | | | -> Also removed the db-created as a criteria for showing the clings (this was a bit problematic in some cases and going forward) -> Instead, we use database upgrade as a signal to not show the clings. This is used instead of the above criteria (to prevent old users from seeing the migration cling and losing their data.) -> Stripped some old code related to custom clings that's no longer used. Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
* Missing paddingRight added.Yura2014-06-061-0/+1
| | | | | Bug: 8166178 Change-Id: Ie2ba02a1ad85d29f1028fe021ade37975b453305
* Updating screen background assets. (Bug 12136457)Winson Chung2014-06-064-0/+0
| | | | Change-Id: I48d235d9c44a53b5fbf6c244736e86cbc9f19162
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-06-0620-192/+765
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Replace "hotseat" with "Favorites tray" in user visible strings.Adrian Roos2014-06-061-2/+2
| | | | | Bug: 12078955 Change-Id: I824948d8820276caab18d6df095754a4cfb67640
* Remove settings in overview mode for Launcher3.Jorim Jaggi2014-06-061-1/+2
| | | | | | | | | | The appereance of the settings button in overview mode is now dependent on a overridable method, such that we can have it in GEL, but not in Launcher3. This change also adjusts the logic of how wide the overview panel is, depending on how many items we have. Bug: 12441429 Change-Id: Ibf537c26602785f565292cbfa213eb123469ebcd
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-06-0610-22/+7
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Increasing string length for translation (Bug 12524122)Winson Chung2014-06-061-1/+1
| | | | Change-Id: I24e053790812779ec07de99c6f763965584a1bb7
* Updating assets and text for migration cling. (Bug 11973614)Winson Chung2014-06-068-16/+193
| | | | Change-Id: I69ffc1581cc43511b4f42ebb2735afe4c0b44131
* Adding migration Clings. (Bug 11973614)Winson Chung2014-06-064-0/+181
| | | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-06-061-0/+3
| | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Moved paddingStart to -v17 folder.Yura2014-06-065-5/+21
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
* Removed paddingStart and paddingEnd when they are the same.Yura2014-06-068-26/+26
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* Adjusting grid for tablets and fixing incorrect resources for large tablets.Winson Chung2014-06-063-5/+0
| | | | Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
* Move wallpaper picker code to a separate directoryMichael Jurka2014-06-0647-447/+0
| | | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Allow 5 hotseat icons in DISABLE_ALL_APPS mode.Nilesh Agrawal2014-06-061-0/+56
| | | | | | | | Added the xml resource in Launcher3 package as well. This is a dummy resource with just hotseat icons. Previously reviewed on: http://ag/396580 Change-Id: I31b0d7d4796d028f44f746260c381f2d8226605a
* Fixing regression in drop target bar height. (Bug 11980757)Winson Chung2014-06-061-1/+1
| | | | Change-Id: I67ccc575b5c15a47ab7f41ceebfc86d9a212ddf3
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2014-06-066-34/+8
| | | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Initial changes to support AllApps on various form factors.Winson Chung2014-06-056-14/+12
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Tweaking cling text sizes for other languages. (Bug 11151675)Winson Chung2014-06-054-10/+44
| | | | Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
* Fixing up PagedView to work in landscape modeAdam Cohen2014-06-059-18/+2
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Make wallpaper picker/cropper more robustMichael Jurka2014-06-051-0/+8
| | | | | | | | | | | | - don't crash if image passed to wallpaper picker is invalid - close input streams correctly Bug: 11413915 Bug: 11380658 Bug: 11362731 Change-Id: I973e6bdc532d24a64efd6d174e89fdac626d7ee3
* Initial changes to support smaller landscape layouts.Winson Chung2014-06-053-2/+6
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Add visible touch feedback to items in foldersAdam Cohen2014-06-051-0/+1
| | | | Change-Id: I41937f7864bca39232079a90139679ebd5cc2a07
* Stop using a separate ImageView for default wallpaperMichael Jurka2014-06-051-5/+0
| | | | | | | | | Fixes janky transition when going from default wallpaper to another wallpaper Bug: 11278179 Change-Id: I738d1ae7bbc5e2d139a084e721b53fed9008367f
* Removing unused cling, tweaking translation character limits (Bug 11151675)Winson Chung2014-06-055-201/+5
| | | | Change-Id: I601d92ecca5a479d7778824e3b120634bdae6a45