summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug: Scroll Effect issues in Workspacecm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eaRaj Yengisetty2014-06-041-4/+3
| | | | | | | | | | Repro: - Set HomeScreen Scroll Effect to Flip or Stack - Create at least 3 pages in HomeScreen - Switch rapidly back and forth between pages - Observe certain pages will be transparent Change-Id: I405a113fb947b193706d10921c2cf6ee7bb82b4f
* Automatic translation importMichael Bestas2014-05-273-0/+168
| | | | | Change-Id: I614b5765661973095a0fd6247df0e33c65edc68b (cherry picked from commit a869d707552dcd12c6aabd5099f3194d9591f496)
* Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-05-2027-59/+607
|\
| * 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
* | | 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 (cherry picked from commit 9319afbea6b17e42bcee0716a7d08caccec880df)
* | | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-05-0854-241/+2340
|\| |
| * | 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>
* | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-04-301-2/+2
|\|
| * 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
* | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-04-2645-82/+1209
|\|
| * 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
* | | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-04-2113-31/+162
|\| |
| * | 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
* | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-04-150-0/+0
|\|
| * Oh hey there.Steve Kondik2014-04-121-0/+7
| | | | | | | | Change-Id: I20441c8a3e41942d8f93476150d192b864f536f9
* | Oh hey there.Steve Kondik2014-04-121-0/+7
| | | | | | | | | | Change-Id: I20441c8a3e41942d8f93476150d192b864f536f9 (cherry picked from commit 68c2c9bdbeeb1c428517af57d0a8ac42261887e3)
* | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-04-1147-687/+1271
|\|
| * 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
* | | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-03-281-11/+20
|\| |
| * | Reorder for GMSBrian Resnik2014-03-271-11/+20
| | | | | | | | | | | | | | | | | | Follow GMS guidelines Change-Id: I24e36ff5ab3750bea5f715b71de9cabca1933765
* | | Merge remote-tracking branch 'github/cm-11.0' into HEADBrint E. Kriebel2014-03-278-8/+373
|\| |
| * | 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>