summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing AccessibleTabView and some other dead code.Sunny Goyal2015-09-272-259/+0
| | | | Change-Id: Ia122a6277f924e6077dbf15a4dc40b5042aa987d
* Import translations. DO NOT MERGEGeoff Mendal2015-09-2755-62/+7
| | | | | Change-Id: Icd10604229b51f3870b346280be11cce2e9f8eeb Auto-generated-cl: translation import
* Refactoring layout parsing codeSunny Goyal2015-09-273-750/+456
| | | | Change-Id: Iee5b2280cb1e841bcfe91fdcf523de6fa7f7f3b8
* Removing all traces of Market button and TabIndicatorSunny Goyal2015-09-2746-217/+0
| | | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* Adding ability to list folder items in separate fileAdam Cohen2015-09-277-679/+21
| | | | | | | | -> remove all apps default layouts Bug 17569015 Change-Id: I39b899b61d5b1cff2d7801d281dacfc804c403c5
* Fixing some IconCache methods not thread safeSunny Goyal2015-09-272-106/+68
| | | | | Bug: 17981568 Change-Id: I0d49604c2e38bc9017cba527d87e24e8b086f1da
* Deleting workspace items from db which have an invalid placementSunny Goyal2015-09-271-22/+6
| | | | Change-Id: I1d616e8cd533acd6ecd334d85e6468163f31f6a4
* Not opening all apps again when AppInfo or Uninstall is selectedSunny Goyal2015-09-272-8/+3
| | | | | Bug: 17460202 Change-Id: Id67a9637324abceb5b446fff5999db2a0910401b
* Showing widgets in a disabled state, when running in safe modeSunny Goyal2015-09-274-29/+58
| | | | | | Bug: 15172107 Change-Id: I7209836ca4ffacde7b7b232e230e9b9f1a0e54bb
* Add more Launcher files to delete on Clear Launcher DataHelena Josol2015-09-276-23/+33
| | | | | Bug: 12753154 Change-Id: I00679bdc6eff70a1398122aaa955c08eabd556b1
* Updating ItemInfo objects in the worker threadSunny Goyal2015-09-275-281/+195
| | | | | | | | | | | > Launcher was making non-trivial updates to ItemInfo objects on UI thread. These updates were getting skipped when the Activity gets destroyed (possibly due to onConfigurationChange) > Unregistering SessionCallback on application onTerminate, rather than activity onDestroy Bug: 17941096 Change-Id: Iad4a50871fe09470f26139b44a2e9886833032f1
* Removing some dead codeAdam Cohen2015-09-271-25/+0
| | | | Change-Id: Idbd49302fc7123f72c7dad4c50612aaa662cca0d
* Keeping icons in disabled state when SD-card is unmountedSunny Goyal2015-09-279-71/+171
| | | | | | | | | | > changing shortcutInfo.isDisabled to be a flag based variable > on received OnPackageUnavailable, icons are disabled from desktop instead of being removed. Icons in all apps are removed Bug: 15852084 Bug: 16238283 Change-Id: I126d23c709682a917d4bbb84de71032593dce8f9
* Revert "Show apps as unavailable when on unmounted storage"Danesh M2015-09-274-171/+21
| | | | This reverts commit 53b6e9dd1a97ea59a84e4c8b7172e1773d990ee5.
* Using DeviceDefault theme for Launcher and WallpaperPickerSunny Goyal2015-09-274-13/+8
| | | | Change-Id: I31bfeedd99d50683fba910f233b25bb3f364ce1f
* Updating the wallpaperpicker thumb selection feedbackSunny Goyal2015-09-2715-4/+98
| | | | | | | | | | > Using shape drawable instead of 9-patch image > For L and above, using ripple click feedback with a tick when selected. The vector path for tick is from go/icons ('Done') Bug: 17897837 Change-Id: Ic9c9e455eb8bc39322b1474dd55432961b9a6498
* Updating icons for sortcuts when the target app updates.Sunny Goyal2015-09-276-32/+111
| | | | | Bug: 17398260 Change-Id: I055abb971d1f72245e8616ac2ce07bcdf37cdd52
* Cleaning up icon resizing codeSunny Goyal2015-09-274-56/+15
| | | | | | | | > For resizing icons, scaling them down instead of cropping them > Removing duplicate methods and variables Bug: 17663119 Change-Id: I0f270860c0edaaa939495e63e05da841a603f6e9
* Create a central list of files the Launcher writes to the app directoryHelena Josol2015-09-276-16/+40
| | | | | | | Replace hardcoded Launcher filenames with the defined constants. Bug: 12753154 Change-Id: I072f202d9388a703b9e6851bde64ea7fafe4b10a
* Use LauncherCallbacks model instead of method overridesAdam Cohen2015-09-273-66/+296
| | | | | | | | | -> When extending the Launcher Activity, instead of overriding public and protected methods, create a proper interface -> This helps define the interface when extending Launcher more formally and more clearly Change-Id: Ib38e8a376b2242d4078bf6856bb145f5b5f0da80
* Import translations. DO NOT MERGEGeoff Mendal2015-09-271-0/+1
| | | | | Change-Id: Ied5954dcd88f900ae2f9e21b1ec0cdbe01cad06b Auto-generated-cl: translation import
* Adding NPE check in InstallShortcutReceiverSunny Goyal2015-09-273-34/+17
| | | | | | | > Removing some unused methods Bug: 17971165 Change-Id: I1bc5c764fd65b44c950a58371b60d2b53c221995
* Moving the focus indicator instantly to the target position, insteadSunny Goyal2015-09-271-19/+49
| | | | | | | of begining the next animation from the middle. Bug: 17958897 Change-Id: Ie5a39b80ff9788edf368e0f4e23c07c2ed5b3d2c
* Automatic translation importcm-12.1-oldMichael Bestas2015-09-245-1/+40
| | | | Change-Id: I65e314e25767461ab1a6cf76e4a6c256ae382f1d
* Ensure spans do not fall below minimum spans.Martin Brabham2015-09-161-0/+3
| | | | | Change-Id: I2a8546d17f8446000a75bb568c842dbae74f7e4e Ticket-Id: HAM-389
* trebuchet: ensure crop boundsJorge Ruesga2015-09-131-6/+6
| | | | | | | | Ensure that crop rect is not bigger than original bitmap size Change-Id: Ifb2b261411a75c9792d34b925e3ff3d3c2bde59d JIRA: BUGDUMP-3529433 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix mismergeMichael Bestas2015-09-122-55/+0
| | | | Change-Id: I017c84abe752734bceb0bebef557376b5955b8fa
* Automatic translation importMichael Bestas2015-09-123-0/+72
| | | | Change-Id: I7808fc7922d6be85433b20dd877c8e8074a162ee
* Trebuchet: Make sure callbacks are available on user change.Adnan Begovic2015-09-111-1/+1
| | | | | | | | | When switching from Owner -> Guest profile, the callbacks for LauncherModel may not be supplied by the incoming restricted user. Change-Id: I15c49f3f30fea9397bee5ae8bde4b0c7f585ae07 TICKET: CYNGNOS-997
* Trebuchet: fix potential NPE when info is nullemancebo2015-09-061-9/+13
| | | | | | | | Previously we were guarding against a null info object, but with the the STK rename patches we will throw an NPE if info is null issue-id: JALEBI-636 Change-Id: I74e95f81b64361c1bb56307c0cc621f24e701648
* Support STK app rename on MSIMRicardo Cerqueira2015-09-022-5/+14
| | | | | | Companion change to If64b278360a0b8433e23e6678f04cdf30fe2cef1 Change-Id: I36c74301c7813e6c118faed9fa5b31a36233db1e
* Trebuchet: STK app rename customization for latam region.Pragnya Paramita2015-09-023-2/+57
| | | | | | | | | | App name is read from SIM in STK app and sent via a broadcast. Name is operator specific. Launcher receives the broadcast, read the name and renames the STK app in all apps screen and workspace. Change-Id: If64b278360a0b8433e23e6678f04cdf30fe2cef1 CRs-Fixed: 797995
* Automatic translation importMichael Bestas2015-09-014-2/+6
| | | | Change-Id: I60e7f445c581ad2ff5ddd70f73f3402e140f6e05
* Reset default view camera distanceRichard MacGregor2015-08-312-10/+41
| | | | | | | | | | Several transition effects modify the views camera distance. Reset to the default camera distance so all transitions are consistent after switching between transitions (ie - Cylinder-in -> Flip -> Cylinder-in) Change-Id: Iee69feb5c954d1522d391e14c30ffa833666f90a Ticket: OPO-27
* Fix wallpaperpreview for default wallpaperRichard MacGregor2015-08-271-4/+9
| | | | | | | Preview isn't scaled and cropped correctly when previewing wallpaper. Change-Id: Idfb42c321f8872e6ca49a2b59e16ea01067856be Ticket: QRDL-1019
* Automatic translation importTom Powell2015-08-212-9/+9
| | | | Change-Id: Ib6901291274b8c58c3c34fdf583ad64e5fb9d1a6
* Automatic translation importTom Powell2015-08-201-14/+14
| | | | Change-Id: I17706f3bb4d2cddcd692081bb448419bed01da9a
* Automatic translation importMichael Bestas2015-08-171-0/+1
| | | | Change-Id: I30d5bc43defca265f695c9b431b8f12a2ad1cc86
* Trebuchet: Make focus animate and move fasterLinus Lee2015-08-111-24/+31
| | | | | | | | | | | If you use a keyboard and hold the tab key, the focus animation looks weird. The fix is when we focus to a new item, jump to the item being focused out and animate from there as opposed to animating from where the focus is currently is ref: QRDL-978 Change-Id: I007c7566b6524dbbf748475e98ad53f9c3cbbcf5
* Automatic translation importTom Powell2015-08-111-0/+2
| | | | Change-Id: I9617766ecbe05955a26435b7b945e391144f0505
* Automatic translation importTom Powell2015-08-071-0/+1
| | | | Change-Id: Ib18ae87d7a1547ed573e2815ebd9aef04ad7ea45
* Automatic translation importMichael Bestas2015-08-059-3/+11
| | | | Change-Id: Id30cb7b2ec1a6b5f62aed49e1b598666d884ecd0
* Do not collapse Settings panel when reseting overview modeRaj Yengisetty2015-07-301-1/+1
| | | | | | QRDL-963 Change-Id: I2e79545c17ad6813f5ca62d50a0c7bb1d42f08ec
* Update default workspace to reference latest browser.Matt Garnes2015-07-276-12/+12
| | | | | | | | - Change package name to com.cyngn.browser. - Update Activity to point to BrowserLauncher. Fixes CYNGNOS-613 and CYNGNOS-493. Change-Id: I3a68eb4e9e91490934c55d0d8d53bc6cb3c2462f
* Automatic translation importMichael Bestas2015-07-2727-0/+217
| | | | Change-Id: I1d4bb795b01f27da1e335e38f5e129f8ffecf043
* Show apps as unavailable when on unmounted storaged34d2015-07-224-21/+171
| | | | | | | | | This patch allows shortcuts to apps that are currently unavailable due to being on unmounted external storage to remain on the workspace and in folders. The icons will be disabled and grayed out until the external storage is mounted. Change-Id: I971483806b27e3a75ef0d5bb89d8dfb86f97511e
* Automatic translation importMichael Bestas2015-07-194-0/+4
| | | | Change-Id: I1fa030ea3869a642f6445f6faa6cab09b0a26698
* Trebuchet: fix voice button proxyStephen Bird2015-07-161-1/+6
| | | | Change-Id: I1f7243063fa0596f5f9cb3b40c4cee63545d04e3
* Loader: use INVALID_RESTORE_PAGE to avoid unnecessarily synchronizingRaj Yengisetty2015-07-141-1/+1
| | | | Change-Id: I55abe9e6dd58ce422270c640fdd900185422f704
* Wallpaper: Allow multiple partners to be loadedd34d2015-07-143-37/+83
| | | | | | | | | Current implementation only allowed for one partner, and any additional partner wallpapers would not be loaded. Partrner.get() still returns the first partner and a new method, getAllPartners is introduced which returns a list of all partners. Change-Id: I06b6cd4817d3f812e2110967f075d68ee31cb318