Commit Graph

3663 Commits

Author SHA1 Message Date
Adam Cohen f38a2eb164 am 91c11b28: am 52077b7a: Merge "Don\'t let old Launcher activity interfere with new one" into ub-now-porkchop
* commit '91c11b28d57c026d507488c58feedebf7fee6f31':
  Don't let old Launcher activity interfere with new one
2014-10-18 16:08:14 +00:00
Sunny Goyal cc483537e9 am e7599d69: am 6d467e27: Merge "Resetting launcherProvider data if restore set was empty" into ub-now-porkchop
* commit 'e7599d694313845a41221dfa0d7f6dca3aedd02c':
  Resetting launcherProvider data if restore set was empty
2014-10-18 16:08:13 +00:00
Sunny Goyal 06871183b1 am e43f0d64: am c5fb59fb: Fixing loadWorkspace being called multiple times Using right intent when refreshing shortcut icons
* commit 'e43f0d646c60c6f59333224686725717cdf2ccbc':
  Fixing loadWorkspace being called multiple times Using right intent when refreshing shortcut icons
2014-10-18 16:08:12 +00:00
Sunny Goyal 45f012197c am 50141452: am f876301d: UI Fixes
* commit '501414523ef1e3dc394746ea01489a934e826865':
  UI Fixes
2014-10-18 16:08:11 +00:00
Adam Cohen 250678ad77 am cb20616a: am d8f6253e: Merge "When ensuring screen exists, make sure it\'s actually referring to a screen, not a rank" into ub-now-porkchop
* commit 'cb20616a180de2855cc35e6c1ce8dfb8082ea41c':
  When ensuring screen exists, make sure it's actually referring to a screen, not a rank
2014-10-18 16:08:11 +00:00
Sunny Goyal 824be94f31 am acefecbf: Merge "Updating promise icon\'s bitmap and label when onBadgingChanged is received" into ub-now-porkchop
* commit 'acefecbff3141b43dc55fe18146cf842d1d4a8ae':
  Updating promise icon's bitmap and label when onBadgingChanged is received
2014-10-18 16:08:10 +00:00
Sunny Goyal 0995af83e7 am 7e053f87: Merge "Changing intent action for auto installs" into ub-now-porkchop
* commit '7e053f8784c886359f911161db5fd8b61333450d':
  Changing intent action for auto installs
2014-10-18 16:08:09 +00:00
Sunny Goyal 240f3985ab am 66af82cc: Merge "Adding support to delete unrestored icons and widgets" into ub-now-porkchop
* commit '66af82cca76b313366e5429489aed85679c2c76e':
  Adding support to delete unrestored icons and widgets
2014-10-18 16:08:09 +00:00
Sunny Goyal f290736f67 am 92e97dcc: Merge "Fix: First run cling shoud show \'Welcome\' when there is no migration cling" into ub-now-porkchop
* commit '92e97dccab3d7016e0740648e1d467e37a42f3f8':
  Fix: First run cling shoud show 'Welcome' when there is no migration cling
2014-10-18 16:08:08 +00:00
Nick Kralevich f1d64584de fix build
Bug: 18040469
Change-Id: I2938c7b950470eeacfb20391f109ae44d95060c7
2014-10-18 08:14:19 -07:00
Nick Kralevich a93e74578e fix build
Bug: 18040469
Change-Id: I24db4d3f4b7ee10ecf5a2c65035ce112271539fb
2014-10-18 14:22:26 +00:00
Adam Cohen 1a85c5839c Don't let old Launcher activity interfere with new one
-> Launcher uses a static instance of it's loader (across
   multiple activities) since activities can come and go
   (configuration change, eg.) but the data model and loading
   is static.
-> Currently, this is not robust to a sequence of events that
   looks like onCreate(instance A), onCreate(instance B),
   onDestroy(instance B) -- depending on the timing of those
   calls.
-> This CL addresses a symptom of the above scenario by not
   allowing an older Launcher Activity cancel the loader /
   clear the callbacks for a newer Activity.

Bug 17679693

Change-Id: I8ece93e288464b0d578b9669c165b67132d997ed
2014-09-30 10:23:18 -07:00
Sunny Goyal 42de82ff8d Resetting launcherProvider data if restore set was empty
Bug: 17332300
Change-Id: I6d2187cd1b1fa7a53e49b96eb109263f6b74b258
2014-09-28 17:02:03 -07:00
Sunny Goyal c5fb59fb9a Fixing loadWorkspace being called multiple times
Using right intent when refreshing shortcut icons

Bug: 17662782
Bug: 17663766
Bug: 17569197
Change-Id: I8d698c5e2145b8412aff9978db4ec930d89f7f24
2014-09-26 01:07:11 +00:00
Sunny Goyal f876301d0a UI Fixes
> Adding a scrim to the longpress cling

Bug: 17573777

High level design asks (very low-risk)
> Changing the dialog to use device default theme
> Updating screenpanel assets

Change-Id: Ia0216b60fd8cd607d83a5e7c3d7e6c8255125eda
2014-09-23 16:33:26 -07:00
Adam Cohen d8f6253e67 Merge "When ensuring screen exists, make sure it's actually referring to a screen, not a rank" into ub-now-porkchop 2014-09-20 06:45:54 +00:00
Adam Cohen 83079e43ae When ensuring screen exists, make sure it's actually referring to a screen, not a rank
Bug: 17496589
Change-Id: If60e22dd71fa32530db91e37057689de5fb25646
2014-09-19 17:46:32 -07:00
Sunny Goyal acefecbff3 Merge "Updating promise icon's bitmap and label when onBadgingChanged is received" into ub-now-porkchop 2014-09-19 19:58:07 +00:00
Sunny Goyal 7e053f8784 Merge "Changing intent action for auto installs" into ub-now-porkchop 2014-09-19 19:51:42 +00:00
Sunny Goyal 66af82cca7 Merge "Adding support to delete unrestored icons and widgets" into ub-now-porkchop 2014-09-19 19:50:26 +00:00
Sunny Goyal 2233c8850d Changing intent action for auto installs
Bug: 17425805
Change-Id: I12e94860206ed62d6ba04f0b5734cc55ba414e45
2014-09-19 12:23:34 -07:00
Sunny Goyal 9448536b11 Adding support to delete unrestored icons and widgets
Bug: 17584719
Change-Id: If8e76fc80ea885c9004c50b7b6a9353525a50105
2014-09-19 12:19:07 -07:00
Sunny Goyal a22666f681 Updating promise icon's bitmap and label when onBadgingChanged is received
Bug: 17583799
Change-Id: I68b4f9d4086c43bd949ad8b46b574ec78edb32db
2014-09-19 12:16:52 -07:00
Sunny Goyal 92e97dccab Merge "Fix: First run cling shoud show 'Welcome' when there is no migration cling" into ub-now-porkchop 2014-09-19 18:02:25 +00:00
Sunny Goyal af0628f84e Fix: First run cling shoud show 'Welcome' when there is no migration cling
Bug: 17582926
Change-Id: I662e0ed9f12d237ee34a8f4540b339edee08c611
2014-09-19 10:59:35 -07:00
Adam Cohen ddd5aaaf35 Merge "Perform null check in animation complete" into ub-now-porkchop 2014-09-18 15:19:40 +00:00
Adam Cohen 493f6bc142 Perform null check in animation complete
Bug 17561235

Change-Id: I280dca9e03eed3f4e1edd97f2f8efac0b5e4b29d
2014-09-18 08:14:05 -07:00
Kenny Guy c0b89b72af Merge "Update calls now we have an L API version." into ub-now-porkchop 2014-09-18 12:16:02 +00:00
Kenny Guy d794a3f465 Update calls now we have an L API version.
Bug: 17543647
Change-Id: I92c652a4ced5a5e783b24e42f9da4d9dfe1118ba
2014-09-18 13:07:49 +01:00
Kenny Guy 850d471b29 Remove catch now api has hit googlefood.
Bug: 17543647
Change-Id: Ie0b57719393a705e8c02b226d3e3f57dbf43d800
2014-09-18 12:58:18 +01:00
Adam Cohen 83e5941d8e Fix NPE in Workspace
Bug: 17503479
Change-Id: Ib20dfd67c5a755cd4b684163bb538a1bf77fa6ca
2014-09-17 16:47:08 -07:00
Sunny Goyal 136882c195 Merge "Setting context in LauncherAppState before initialising it, as it can be called from a BroadcastReceiver" into ub-now-porkchop 2014-09-17 20:07:10 +00:00
Sunny Goyal d8293fbf28 Merge "Null check in flushInvalidIcons" into ub-now-porkchop 2014-09-17 19:43:14 +00:00
Sunny Goyal 16fe1dfd30 Merge "Updating shourcuts only when the corresponding user also matches the AppInfo" into ub-now-porkchop 2014-09-17 19:30:55 +00:00
Sunny Goyal 72f9865780 Merge "Using ApplicationContext in static objects" into ub-now-porkchop 2014-09-17 19:30:36 +00:00
Dharmesh Mokani cc4e84ee3b Merge "Remove STOPSHIPs from GSA 4.0" into ub-now-porkchop 2014-09-17 03:10:10 +00:00
Sunny Goyal 5610fe72e0 Setting context in LauncherAppState before initialising it,
as it can be called from a BroadcastReceiver

Bug: 17519159
Change-Id: I0434a3d1c392e8861eb759d88942deaf98116c19
2014-09-16 09:42:49 -07:00
Sunny Goyal cf5d24b21a Using ApplicationContext in static objects
Bug: 17507543
Change-Id: I1651b694acabaf62188dd4ba42739b64a60194c3
2014-09-15 14:59:46 -07:00
Sunny Goyal 876d11e31a Null check in flushInvalidIcons
> Icons in a CacheEntry can be null, for a restored app. No
need to flush such entries on DeviceProfileChange

Bug: 17489687
Change-Id: If6e76206ae5bd8201c9928257706224f2f34c232
2014-09-15 08:51:08 -07:00
Sunny Goyal a20490cd9e Merge "Disabling debug logs" into ub-now-porkchop 2014-09-14 15:13:09 +00:00
Dharmesh Mokani 3d0854e4b8 Remove STOPSHIPs from GSA 4.0
Added stopships so that GSA won't crash on older L release.

Bug: 17443440
Change-Id: I792eb53d5021118bdb09c44ffae7a8286a0cd69b
2014-09-12 10:22:51 -07:00
Chris Wren 5b7d28fc4c Merge "Turn off debugging for launch." into ub-now-porkchop 2014-09-12 16:17:47 +00:00
Sunny Goyal ad5c2bf998 Updating shourcuts only when the corresponding user also matches the AppInfo
issue: 17480447
Change-Id: I0afbd80e760b7b73b84e483be325b2e905d65a00
2014-09-12 08:03:30 -07:00
Sunny Goyal 37b44cc1a4 Merge "Fixing wrong views being made visible when opening all apps" into ub-now-porkchop 2014-09-12 14:45:46 +00:00
Chris Wren ee52336a9e Turn off debugging for launch.
Bug: 17483474
Change-Id: I8dd24ba08ffe0773f4d68739b30b829021d69902
2014-09-12 14:10:14 +00:00
Kenny Guy cb213ba78e Merge "Update compat layer for API review changes to LauncherApps" into ub-now-porkchop 2014-09-12 12:20:01 +00:00
Dharmesh Mokani 393afd3456 Dogfood Crash Loop : Fixing crash loop by try and catch
Bug: 17467377
Change-Id: Idb2084339323b4953cbd6bbde2735f814fb75a76
2014-09-11 09:49:40 -07:00
Kenny Guy 577e7dc7db Update compat layer for API review changes to LauncherApps
Bug:17390765
Change-Id: I15a927402a05387b14a2a6899fd513fc59a2ee41
2014-09-11 16:55:06 +01:00
Kenny Guy 49909c2b33 Catch Throwable as NoSuchMethodError isn't an Exception.
Bug: 17462165
Change-Id: Ifafdc882fd1020fb6468d2bcae2f219ef5cba64c
2014-09-11 13:44:05 +01:00
Sunny Goyal 02b5081104 Fixing wrong views being made visible when opening all apps
issue: 17422327
Change-Id: I18175ecba154dff3ff5d7e1b16696ca46c7aeae8
2014-09-10 15:44:42 -07:00