summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2014-05-2123-16/+585
| | | | Change-Id: I9cd58af458e1e1e83f8e079a353a2443d57a9780
* Merge "Use wallpaper picker added to WallpaperCropper apk." into cm-11.0Danesh M2014-05-162-41/+6
|\
| * Use wallpaper picker added to WallpaperCropper apk.Clark Scheff2014-05-132-41/+6
| | | | | | | | | | | | The code is still here for easier upstream merges. Change-Id: I97ec1492e8acf7ff6a5ceef00a68f47e6444bf50
* | Merge "Fix hidden "Remove" and "App info" buttons in landscape" into cm-11.0Abhisek Devkota2014-05-142-0/+14
|\ \
| * | Fix hidden "Remove" and "App info" buttons in landscapeThomas Wendt2014-05-062-0/+14
| |/ | | | | | | | | | | | | | | | | | | | | | | | | On grouper the "Remove" and "App info" buttons are not visible if the device is in landscape. Layout the children of the drag_target_bar vertically to fix this. Fixes: https://jira.cyanogenmod.org/browse/CYAN-3744 Before: http://i.imgur.com/SHMTUjK.png After: http://i.imgur.com/4JeJi8k.png Change-Id: Ie8a9a799fa89bf8ad233202da10c808ab65a66a9
* | Trebuchet : Destroy cropview to avoid leaks in pickerDanesh M2014-05-131-0/+1
| | | | | | | | | | | | | | If the cropview's TiledImageRenderer is rendering threads, the activity context gets leaked. Avoid that by invoking its destroy in onDestroy() of activity. Change-Id: I8503e88d1cab7fc8dab61ba7da148579902f0477
* | Merge "fix READ_SETTINGS/WRITE_SETTINGS to be "dangerous"" into cm-11.0Danesh M2014-05-091-2/+2
|\ \
| * | fix READ_SETTINGS/WRITE_SETTINGS to be "dangerous"Nicolai Ehemann2014-05-041-2/+2
| |/ | | | | | | | | | | (see http://www.fireeye.com/blog/technical/2014/04/occupy_your_icons_silently_on_android.html for an explanation why this is dangerous Change-Id: I203cf418973b873a87eae24f1b39c8ef397e4e58
* | Fix name of defaultFlamefire2014-05-095-6/+6
| | | | | | | | Change-Id: I562dc2572f1d8fdb69f615d1a7f0f425cc27d698
* | Automatic translation importMichael Bestas2014-05-0928-11/+557
| | | | | | | | Change-Id: I7826b798d4ba852af567e895bd4850a7eea599d9
* | Trebuchet : Only reset overscrolled childDanesh M2014-05-081-6/+1
| | | | | | | | Change-Id: Ief240c7fbbe296673ff4124cd4d463c9ba65f764
* | Revert "Trebuchet : Fix overscroll overlay issue"Danesh M2014-05-081-0/+29
| | | | | | | | | | | | This reverts commit f29645157ef778f245bc5b4f198c85ce585bb482. Change-Id: Iad637a25ab51ee60bf7a8b3a040abe7d5b709789
* | Trebuchet : Fix overscroll overlay issueDanesh M2014-05-071-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | When overscrolling in the app drawer, certain effect/page combinations cause the pages to be overlayed. Reproduction : - Have 2 pages in the app drawer - Set scroll effect carousel,rotate up/down - Overscroll one of the pages and let it settle - Should see first and second page stacked together Change-Id: Iaa2b06970e2f5d3dda51ce5bf2259523738f7779
* | Folders: Merge FoldersDanesh M2014-05-061-1/+11
|/ | | | | | | This allows a folder A's contents to be merged into folder B when folder A is drag/dropped onto folder B. Change-Id: I41d62d04b6b4f0932cc68fb6d2a3be111b063d53
* Fix NPE if a moved cell does not have a parentFlamefire2014-05-031-1/+3
| | | | | | | | | | This NPE should actually never happen. It did however and crashed Trebuchet. Symptom that will lead to this NPE: Drag Shortcut from homescreen to somewhere else. Old icon will not get removed while dragging. This should also be fixed! Change-Id: I5b5070c93077e69f0f63a26d337fb9aee83ec6d2
* Cleaning up references to mDragView after reordering WorkspacesRaj Yengisetty2014-05-021-0/+1
| | | | Change-Id: I480142b4714034c5579232a6a0d30f3aecb687ac
* Trebuchet: add lockscreen wallpaper pickerRoman Birg2014-04-2818-216/+1761
| | | | | Change-Id: Ic4f2589924a3c61b676db907f08108286dc45c29 Signed-off-by: Roman Birg <roman@cyngn.com>
* Trebuchet: change defaults to falseEddy Witkamp2014-04-281-2/+2
| | | | | | | | When people just want to hide some app icons from the drawer and backout of settings without checking these other options, their homescreen will change unexpectedly as well Change-Id: If10e14514bf7606617bc51360da43d752f1a4ce9
* Do Not Default Hide LabelsAbhisek Devkota2014-04-251-3/+3
| | | | Change-Id: I49af208923de0baaba2a99e3c6a8a99ba606d1be
* Automatic translation importMichael Bestas2014-04-2524-24/+356
| | | | Change-Id: Ie07bc79bb7f0f8dbaf9ce2f90350429928852854
* Add options to hide icon labels from drawer and homescreenFlamefire2014-04-2211-25/+82
| | | | | | | | | | | | | Forward port from CM 10.2 PS3: Fix typo PS4: Rebase and global defaults PS8: Rebase to head Issue: There is already an Icon section in general, move both settings there or leave separate in their categories? Change-Id: I90ae4d2357e5f45fa9261c4eaa0fcf287996e327
* Re-Add hidden-apps settingFlamefire2014-04-2216-45/+783
| | | | | | | | | | | | Forward port from CM 10.2 PS3: Don't rename and incorporate changes from Devkota PS4: Update German translation PS5: Remove translations PS7: Hide widgets from widget list PS9: Remove debug output PS11: Rebase Change-Id: Ie06b288e22c2678fb09da1bf42d46922b8319e01
* Merge "Trebuchet : Don't hideoutlines if in small overview mode" into cm-11.0Danesh Mondegarian2014-04-221-1/+1
|\
| * Trebuchet : Don't hideoutlines if in small overview modeDanesh Mondegarian2014-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | Repro : Long press homescreen Observe the gradient backing of each panel Long press a panel/screen and drop it or rearrange it Notice the lack of gradient backing Change-Id: Icac625d8fa11f4751c8dbe775edc5e6093e1a4ed
* | Trebuchet: Fix capitalization of some stringsMichael Bestas2014-04-192-17/+34
| | | | | | | | | | | | * Don't Use Camel Case Change-Id: I68abd367281a13dc472e5bc4d413a25e63f0e49a
* | Automatic translation importMichael Bestas2014-04-1711-14/+128
|/ | | | Change-Id: I6b512dcd3cc0f99f2b1635e86b51b2b58cfa0b78
* Oh hey there.Steve Kondik2014-04-121-0/+7
| | | | Change-Id: I20441c8a3e41942d8f93476150d192b864f536f9
* Automatic translation importMichael Bestas2014-04-1125-311/+704
| | | | Change-Id: Ia87709d1e6c57d751998641248ac37ea392a7f2b
* Fix displaying of the sort orderFlamefire2014-04-061-4/+11
| | | | | | | A bug(?) makes an option of a radio list be checked, once you call setChecked, even with false. This results in the wrong option beeing checked. Fix this with a switch-case. Change-Id: If5e0fd9a3f534fa29b8216ace216dad4e456ad53
* Trebuchet : Fix search bar icon/text disapearingDanesh Mondegarian2014-04-061-1/+1
| | | | | | | | | | Repro : 1. Uninstall an application from the app drawer 2. Press back to go to homescreen. 3. The search bar icon/text should be invisible now. Change-Id: Ie21623cc57cd210a1b45320640bb21fddacb5e91
* Merge "Trebuchet : Check if target is null for cancelled events" into cm-11.0Danesh Mondegarian2014-04-021-1/+1
|\
| * Trebuchet : Check if target is null for cancelled eventsDanesh Mondegarian2014-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | If a drag is cancelled on the workspace, ensure not to reference it in onDropCompleted since it will be null as per what DragController passes in. Reproduction steps : Long press a hotseat icon While dragging it, turn off screen. Change-Id: If587e7c9c37ea2e24b7f9cc85db8249ab34dd19f
* | Initial translation importMichael Bestas2014-04-0220-370/+554
| | | | | | | | Change-Id: I2abb8e418be8a02399b31af1d7e652b2fc6ae954
* | Reorder for GMSBrian Resnik2014-03-271-11/+20
| | | | | | | | | | | | Follow GMS guidelines Change-Id: I24e36ff5ab3750bea5f715b71de9cabca1933765
* | Trebuchet: UG translationsahranbay2014-03-242-0/+145
|/ | | | Change-Id: I386f78366a618e07a320811aa8f4db38853616dd
* Merge "trebuchet: build headers from internal adapter instance" into cm-11.0Jorge Ruesga2014-03-101-3/+12
|\
| * trebuchet: build headers from internal adapter instanceJorge Ruesga2014-03-091-3/+12
| | | | | | | | | | | | | | | | | | | | Trebuchet will be killed if any of its settings changed, so if it is accessed from recents then the PreferencesActivity is rebuilt from its saved instance and the headers are not filled by onBuildHeaders, because this is not called. Just ensure we build the headers from the internal adapter. Change-Id: I3159daadd715d5cbc0d9bcd377d8bbe51f638d32 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | Merge "trebuchet: fix custom home transition effect" into cm-11.0Jorge Ruesga2014-03-091-2/+2
|\ \ | |/ |/|
| * trebuchet: fix custom home transition effectJorge Ruesga2014-02-241-2/+2
| | | | | | | | | | Change-Id: Ie9d24fd40a2c60834cd4e69564bbb59224b32cb9 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | Merge "Trebuchet: fix icons disappearing from the hotseat (dock)." into cm-11.0Abhisek Devkota2014-03-041-3/+4
|\ \
| * | Trebuchet: fix icons disappearing from the hotseat (dock).lee worrall2014-03-031-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | The "occupied" array for the hotseat should be [numHotseatIcons][1], not [numColumns+1][numRows+1], because numHotseatIcons can be >1 more than numColumns; so the rightmost hotseat icon is lost on restart if, for example, the workspace is 5x5 but there are 7 hotseat icons. Change-Id: If68b5fa3d668302601320cd0cb96498afe4fc200
* | | Trebuchet: AST translations4malditoastur2014-03-043-0/+210
| | | | | | | | | | | | Change-Id: I442036f4dce0f1469e464158fe434273ef3f6607
* | | Merge "Trebuchet : Decouple iconMask and iconBack dependency" into cm-11.0Danesh Mondegarian2014-02-281-4/+4
|\ \ \
| * | | Trebuchet : Decouple iconMask and iconBack dependencyDanesh Mondegarian2014-02-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow them to function independently in the case where an icon pack only has one of them. Change-Id: I7b72bd689eac7e411f88cb5fbacea3604d45036b
* | | | Trebuchet: PT-BR translationsMarco Brohet2014-02-282-0/+0
| | | | | | | | | | | | | | | | Change-Id: I732a2b534ff71843b5d51485e4a414068999a45f
* | | | Trebuchet: IT translationsFrancesco2014-02-271-4/+4
| |/ / |/| | | | | | | | Change-Id: Ib3d50a6f9d79849252d8b3fed7bb5413886d8b37
* | | Trebuchet: MS translationsMarco Brohet2014-02-252-0/+71
| | | | | | | | | | | | | | | | | | Transifex import Change-Id: I4afa65e524e122584bfc0a84a3c5abc07f23e777
* | | Trebuchet: IT translationsFrancesco2014-02-252-0/+87
| | | | | | | | | | | | Change-Id: I8e57e64a7ca6b459d4d898b9f356221c0f1ed01f
* | | Merge "Trebuchet: ES translations" into cm-11.0Marco Brohet2014-02-242-0/+87
|\ \ \
| * | | Trebuchet: ES translationsLorenzo M2014-02-242-0/+87
| | |/ | |/| | | | | | | | | | | | | - Initial translations (import from Tx) Change-Id: I361bcd6c0f177dedca44909a3ba8f4921b3fb5ae