summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix for shadow folders.Raj Yengisetty2014-08-141-1/+1
| | | | | | | | | | | Repro: - Set low animation scale (.3-.5) - Pkill Trebuchet - Open home screen and click open folder with ~12+ https://jira.cyanogenmod.org/browse/CYAN-4907 Change-Id: Ib927101e72674d5ffa3733f5c093c3f9970fa273
* Trebuchet: Don't show protected apps options in restricted profiles.Adnan2014-08-041-0/+1
| | | | | | Change-Id: I6fb32d39e25150fdc65669c452784ab60e9f3115 JIRA: 4668 Issue: https://jira.cyanogenmod.org/browse/CYAN-4668
* Add support for CMHome (1/2)Matt Garnes2014-07-151-1/+7
| | | | | | | | Add permission for DashClock extensions. Change Trebuchet to allow viewing additional screen. Add setting that to configure Google Now / CMHome. Change-Id: I63286a2cce87455ed411bd4c77680200eec89be7
* Revert "trebuchet: remove CALL_PHONE permission"pyler2014-07-131-0/+1
| | | | | | | This reverts commit 2168cc82e4c349d62db8476a914d80cd041a7d8c. Direct call widget is broken. Change-Id: I3e8fe0e0ff77cf0ccff17701b5f40f2a62ae8d3f
* Trebuchet : Require for all usersDanesh M2014-07-101-0/+1
| | | | | | | Make sure trebuchet is enabled for all users and not able to be disabled. Change-Id: Ia5424d633f4d5e327b71400a83d1b1b753ccc7c1
* trebuchet: remove CALL_PHONE permissionJorge Ruesga2014-07-101-1/+0
| | | | | | | The CALL_PHONE is not needed by the Launcher, and is a costly money permission. Change-Id: I262dabf192706fd28115c6896cb5673491fe2e5d Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Use ArrayListExtra for broadcasting theme changes [2/2]Andy Mast2014-06-301-3/+0
| | | | Change-Id: I2931915eba0cde2d66577bcb83ba8521ce034158
* Add a custom home screen to Trebuchet.Matt Garnes2014-06-171-0/+4
| | | | | | | | Scrolling to the left will now open a custom home screen that can be used to display information provided by the system or third parties via an API. Change-Id: I62991c0634b686ca875d04fa118695050731ba7e
* trebuchet: custom homeJorge Ruesga2014-06-171-1/+1
| | | | | Change-Id: I4faee66580ab0e41ee8e8bcbd79ce680d45bce97 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Remove old preference activityRaj Yengisetty2014-06-131-9/+0
| | | | | | * Also cleanup & remove unused strings Change-Id: I0b9f2405ab98b0df612a18ccfaa5d9ba98876d8a
* Merge "Use theme change categories and clear widget preview cache" into cm-11.0Danesh M2014-06-131-0/+3
|\
| * Use theme change categories and clear widget preview cacheClark Scheff2014-06-131-0/+3
| | | | | | | | Change-Id: If10fa3fa407891b91322c7e982742eb1dfab2b93
* | Merge "Handle theme changes" into cm-11.0Abhisek Devkota2014-06-131-0/+6
|\|
| * Handle theme changesClark Scheff2014-06-101-0/+6
| | | | | | | | Change-Id: Ib933df8ef825ac35dfcf3207be5f803c2da18f56
* | GEL Integration (2/2)Matt Garnes2014-06-121-0/+2
| | | | | | | | | | | | | | | | | | | | 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
* | Protected App [3/3]Raj Yengisetty2014-06-111-9/+1
|/ | | | | | | | | | | | | | 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
* Updating Read/Write settings permission protectionLevels. (Bug 11372484)Winson Chung2014-06-061-2/+2
| | | | Change-Id: Ia7e4366191c580e8989af087de455c4c71b9c18d
* New launcher2 icon migration algorithm.Dan Sandler2014-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The user will be able to request "icon migration", which is not a direct mapping of the old workspace, but rather follows this heuristic for bringing the user's favorite icons (by dint of their existence on the workspace) into Launcher3: Workspace shortcuts are placed in lexicographic order on the workspace starting at screen 0 (leaving the bottom row of screen 0 empty to make sure there's room to move things around). Folders are preserved and their contents sorted. Duplicate icons (that is, shortcuts with the same intent, pursuant to some cleanups) are removed. Hotseat icons are migrated in their original place, unless their new location is not accommodated by the hotseat (i.e. the L3 hotseat is too small on this device), in which case they're treated like any other shortcut and tossed into the workspace. To test, turn on Launcher.ENABLE_DEBUG_INTENTS and then: $ adb shell am broadcast -a com.android.launcher3.action.DELETE_DATABASE $ adb shell am broadcast -a com.android.launcher3.action.MIGRATE_DATABASE Bug: 12416411 Change-Id: Ia5c56f36c11455867ea20a39f70210f595020a87
* Create separate project for Wallpaper PickerMichael Jurka2014-06-061-2/+10
| | | | Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5
* Update suggested wallpaper dimensions in onResumeMichael Jurka2014-06-061-0/+7
| | | | | | | | | If another launcher runs in between, it might change the suggested dimensions. This fixes that case. Bug: 11667475 Change-Id: I9211016c6b59450c46646737d6d54a11a49f3bba
* Revert "Trebuchet: add lockscreen wallpaper picker"Nebojsa Cvetkovic2014-05-271-1/+0
| | | | | | This reverts commit 29c2da02bf48fbdba977bc774027e218487e1abe. Change-Id: Ie5addf5ac77acb6411a6f22195d8608df625462a
* Merge "Use wallpaper picker added to WallpaperCropper apk." into cm-11.0Danesh M2014-05-161-40/+0
|\
| * Use wallpaper picker added to WallpaperCropper apk.Clark Scheff2014-05-131-40/+0
| | | | | | | | | | | | The code is still here for easier upstream merges. Change-Id: I97ec1492e8acf7ff6a5ceef00a68f47e6444bf50
* | 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: add lockscreen wallpaper pickerRoman Birg2014-04-281-0/+14
| | | | | Change-Id: Ic4f2589924a3c61b676db907f08108286dc45c29 Signed-off-by: Roman Birg <roman@cyngn.com>
* Re-Add hidden-apps settingFlamefire2014-04-221-1/+11
| | | | | | | | | | | | 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
* trebuchet: fix shortcut permissionsJorge Ruesga2014-02-051-2/+2
| | | | | | | Change-Id: I7be91884a7e0f041d7ffbdf7efdb8a33dc344d4f JIRA: CYAN-3363 Issue: https://jira.cyanogenmod.org/browse/CYAN-3363 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix L3 and old Trebuchet migrationRicardo Cerqueira2014-02-011-3/+2
| | | | | | | | | There can only be one original-package tag. Go with com.android.launcher3 for now, and move Trebuchet back to com.cyanogenmod.trebuchet. This will allow for workspace migrations from both CM10.2 Trebuchet and from CM11 Launcher3 Change-Id: I7743954bffc55f503851038f800607947e20015e
* Put Trebuchet into its own namespaceRicardo Cerqueira2014-01-251-1/+1
| | | | | | | | | We can do this with aapt, while retaining the ability to merge upstream by leaving the files alone. And add a migration line for com.android.launcher3 so users don't lose their current cm11 workspaces Change-Id: I3ddda3b0ec7500a7d79c27143edcdc3435f82666
* Trebuchet : Finalize labellingDanesh M2014-01-251-1/+1
| | | | Change-Id: If09c4d7599ecbbe4adbf41def8fbd468d95377b4
* Account for various Trebuchet 10.2/11 dataAbhisek Devkota2014-01-251-0/+3
| | | | | | Add in original-package tag so we don't force users to lose their data. Change-Id: I7bece10a5d49c2d8f37aface615cb27d532cdaa6
* trebuchet: Fix shortcut install/uninstall permission nameJorge Ruesga2014-01-241-14/+2
| | | | | | | AOSP 4.4 has a public INSTALL_SHORTCUT/UNINSTALL_SHORTCUT permission. Change-Id: I11cf09b4964838b2366ec37646392ff61be6c529 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* AppsCustomizeLayout: Set background colorNebojsa Cvetkovic2014-01-241-0/+1
| | | | Change-Id: I83236a93fee82677417859cf4f301aec838b6e28
* AndroidManifest: Version 1.0Nebojsa Cvetkovic2014-01-241-1/+2
| | | | Change-Id: I0fa64bbfc7e13715d7538f62acfffb7087b826ba
* AndroidManifest: Support API 17Nebojsa Cvetkovic2014-01-241-1/+1
| | | | Change-Id: I1a58f0fb3cbccfe8e58e7dfa28cabfac525b65c0
* Settings: InitialNebojsa Cvetkovic2014-01-241-1/+12
| | | | Change-Id: If8199313561dfba03a1aad0b49bb4036dcf586c9
* Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)Winson Chung2013-09-251-2/+2
| | | | Change-Id: Icd6a97c1d7877241aa9c71bd80dfdbe6e44ca7ee
* Fix launcher3 standalone build.John Spurlock2013-09-181-0/+1
| | | | Change-Id: Ibfe14c5960211916222fc49389b8776be6bf768b
* Update to using new crop intentMichael Jurka2013-09-131-6/+6
| | | | | | | Also, unify WallpaperCropActivity so it's identical to the system default version (mainly removing Launcher dependencies) Change-Id: I1ebc390bce23de62d76daced6f8cb44d57e4ac0c
* Support new crop wallpaper intentMichael Jurka2013-09-091-1/+1
|
* Create a separate wallpaper crop activityMichael Jurka2013-09-051-1/+14
| | | Change-Id: Ifb0a7dcb5a6e9ddd4f4bbccc793d9b4db1256cf2
* Remove obsolete widget adder shortcut.Daniel Sandler2013-08-231-11/+0
| | | | | Bug: 10441366 Change-Id: Ie9d70010ecdee3332595be6296fef604e3d676a8
* Remove memory-debug-related launcher icons & functionality.Daniel Sandler2013-08-231-0/+1
| | | | | Bug: 10441366 Change-Id: I3ddb95839bcd5c07db7e76ce1a28323b499ea30d
* Oops, fix build breakage caused by missing files.Michael Jurka2013-08-211-2/+0
| | | Also, remove preview images for wallpaper pickers.
* Remove built-in wallpaper picker.Daniel Sandler2013-08-211-15/+0
| | | | | | | | Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-211-0/+16
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Initial implementation: Broadcasts on app launch.Daniel Sandler2013-08-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Look for com.android.launcher3.action.LAUNCH to be sent when an icon is clicked in Launcher. (Restricted to com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS which is a signature permission right now. This is specifically tracking apps launched via shortcut icon; any other method of launching apps (notifications, recents, internal navigation, etc.) is outside of Launcher's purview and hence not broadcast. The broadcast currently includes, in the "intent" extra, the Uri flattening of the specific shortcut clicked. The file /data/data/<pkg>/files/launches.log contains a binary log of all such launches, including additional info like screen# that should probably be in the broadcast too. This info is summarized in .../stats.log, which encodes a simple histogram of app launches since basically forever. This should probably be done over a sliding window, which will require more processing on startup. Bug: 10031590 Change-Id: Ifc5921d5dc20701c67678cbfdc89b03cacd62028
* Adding switch to toggle Memory OverlayAdam Cohen2013-07-191-0/+11
| | | | | | | | | | -> The overlay causes performance regressions so it's hard to evaluate performance with it on. -> Also, the WeightWatcher is still running regardless, so you can always check it -> Saved as a shared pref Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
* Include all processes in hprof dumps.Daniel Sandler2013-06-261-1/+2
| | | | | | | The emailed file is now a zipfile containing one .ahprof file for each process known to MemoryTracker. Change-Id: If4a73df9afd38756cc01ff37b2d249346e5f7e9f
* Memory tracking is now handled by a service.Daniel Sandler2013-06-211-0/+5
| | | | | | | | | | Multiple processes may be tracked and viewed simultaneously. Also, some changes to the graph: * show uss and pss together * adjust opacity controls Change-Id: I20eebaa8cc8faf78b46af2a35d71ee538207f02b