Sunny Goyal
e7599d6943
am 6d467e27: Merge "Resetting launcherProvider data if restore set was empty" into ub-now-porkchop
...
* commit '6d467e27b7e16442d3fb56af2aa3d94e657dff25':
Resetting launcherProvider data if restore set was empty
2014-10-18 16:05:44 +00:00
Baligh Uddin
ab474588ce
am 10047138: (-s ours) Merge "Import translations. DO NOT MERGE" into ub-now-porkchop
...
* commit '1004713867fa4476201c02c95f35c64361a6dcf2':
Import translations. DO NOT MERGE
2014-10-18 16:05:43 +00:00
Sunny Goyal
e43f0d646c
am c5fb59fb: Fixing loadWorkspace being called multiple times Using right intent when refreshing shortcut icons
...
* commit 'c5fb59fb9a36180ce962f565d85aa92f9991da1a':
Fixing loadWorkspace being called multiple times Using right intent when refreshing shortcut icons
2014-10-18 16:05:43 +00:00
Sunny Goyal
501414523e
am f876301d: UI Fixes
...
* commit 'f876301d0a460bec260a3c7a6ab260a06d5817ba':
UI Fixes
2014-10-18 16:05:42 +00:00
Adam Cohen
cb20616a18
am d8f6253e: Merge "When ensuring screen exists, make sure it\'s actually referring to a screen, not a rank" into ub-now-porkchop
...
* commit 'd8f6253e67d23dcdcf521b0558f193ae832743b2':
When ensuring screen exists, make sure it's actually referring to a screen, not a rank
2014-10-18 16:05:42 +00:00
Baligh Uddin
6317598a19
am 68207e25: (-s ours) Merge "Import translations. DO NOT MERGE" into ub-now-porkchop
...
* commit '68207e2532b2059e513a1c4e33c3c52e1ac1e559':
Import translations. DO NOT MERGE
2014-10-18 16:05:41 +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
Sunny Goyal
3a5a9d18da
Refactoring layout parsing code
...
Change-Id: Iee5b2280cb1e841bcfe91fdcf523de6fa7f7f3b8
2014-10-17 14:34:49 -07:00
Adam Cohen
91d79e820a
Merge "Adding ability to list folder items in separate file" into ub-now-queens
2014-10-17 16:30:00 +00:00
Neil Fuller
ac04ec9f1a
Remove dependencies on FloatMath
...
See frameworks/base commit 33253a4baa6279f81a73425b49dfb6abe5f5416e
for details.
Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: I928b0bee35467acb2f06f774b8d0e49fc2336795
2014-10-17 16:12:18 +01:00
Sunny Goyal
c565c104a6
Merge "Removing all traces of Market button and TabIndicator" into ub-now-queens
2014-10-17 03:12:07 +00:00
Sunny Goyal
c5771f1987
Removing all traces of Market button and TabIndicator
...
Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
2014-10-17 01:56:17 +00:00
Sunny Goyal
4514aa24c8
Merge "Moving the focus indicator instantly to the target position, instead of begining the next animation from the middle." into ub-now-queens
2014-10-17 01:51:31 +00:00
Adam Cohen
cee8c66f9a
Adding ability to list folder items in separate file
...
-> remove all apps default layouts
Bug 17569015
Change-Id: I39b899b61d5b1cff2d7801d281dacfc804c403c5
2014-10-17 01:33:55 +00:00
Sunny Goyal
e0987c5c40
Using LinearLayout for overview panel
...
> Using equal weight to ensure that all items are of same width
> The total width of the panel is set in DeviceProfile#layout
Bug: 17456856
Change-Id: Ic98f5c4f7befd4d32d1b52dfe8c9f5b6c58b020a
2014-10-16 15:39:25 -07:00
Sunny Goyal
736f5af04c
Fixing some IconCache methods not thread safe
...
Bug: 17981568
Change-Id: I0d49604c2e38bc9017cba527d87e24e8b086f1da
2014-10-16 14:08:47 -07:00
Sunny Goyal
fc0fe6b9be
Deleting workspace items from db which have an invalid placement
...
Change-Id: I1d616e8cd533acd6ecd334d85e6468163f31f6a4
2014-10-16 12:29:57 -07:00
Sunny Goyal
8498eb40ee
Not opening all apps again when AppInfo or Uninstall is selected
...
Bug: 17460202
Change-Id: Id67a9637324abceb5b446fff5999db2a0910401b
2014-10-16 12:09:28 -07:00
Sunny Goyal
9b4b0812fe
Showing widgets in a disabled state, when running in safe mode
...
Bug: 15172107
Change-Id: I7209836ca4ffacde7b7b232e230e9b9f1a0e54bb
2014-10-16 11:20:41 -07:00
Helena Josol
d37a1f5abe
Merge "Add more Launcher files to delete on Clear Launcher Data" into ub-now-queens
2014-10-16 16:51:43 +00:00
Helena Josol
28db280b7a
Add more Launcher files to delete on Clear Launcher Data
...
Bug: 12753154
Change-Id: I00679bdc6eff70a1398122aaa955c08eabd556b1
2014-10-16 17:35:50 +01:00
Adam Cohen
34899b9c1a
Merge "Use LauncherCallbacks model instead of method overrides" into ub-now-queens
2014-10-15 19:47:48 +00:00
Sunny Goyal
1e76f8882e
Merge "Adding NPE check in InstallShortcutReceiver" into ub-now-queens
2014-10-15 19:40:31 +00:00
Adam Cohen
9211d42f13
Use LauncherCallbacks model instead of method overrides
...
-> 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
2014-10-15 11:49:50 -07:00
Geoff Mendal
6c2e006634
Import translations. DO NOT MERGE
...
Change-Id: Ied5954dcd88f900ae2f9e21b1ec0cdbe01cad06b
Auto-generated-cl: translation import
2014-10-15 10:46:05 -07:00
Geoff Mendal
e4f2fa7e11
Import translations. DO NOT MERGE
...
Change-Id: I90af76842559cbe6a1a9629b9291eac0ea62db27
Auto-generated-cl: translation import
2014-10-15 10:45:24 -07:00
Sunny Goyal
2350bc9785
Adding NPE check in InstallShortcutReceiver
...
> Removing some unused methods
Bug: 17971165
Change-Id: I1bc5c764fd65b44c950a58371b60d2b53c221995
2014-10-14 16:43:45 -07:00
Sunny Goyal
5edd6bfe18
Moving the focus indicator instantly to the target position, instead
...
of begining the next animation from the middle.
Bug: 17958897
Change-Id: Ie5a39b80ff9788edf368e0f4e23c07c2ed5b3d2c
2014-10-14 16:13:07 -07:00
Adam Cohen
e68e66899c
am 951e8812: am ae5f7ce8: Merge "Fixing typo from previous CL" into ub-now-porkchop
...
* commit '951e8812abb5a104abbbdd708e69262aa539e6d2':
Fixing typo from previous CL
2014-10-14 22:19:41 +00:00
Adam Cohen
7648d0e1ff
am 4079337e: am 755dd702: Merge "Fix missing screen when adding widget directly to provider" into ub-now-porkchop
...
* commit '4079337ea73706931cae80f35aba8375ff729816':
Fix missing screen when adding widget directly to provider
2014-10-14 22:19:40 +00:00
Sunny Goyal
378dd2d4de
am c03f8c04: (-s ours) am 8cce9dd8: (-s ours) DO NOT MERGE Rechecking unrestored items when launcher gets created
...
* commit 'c03f8c04714b919999dafa1551d6a2834ce6e15b':
DO NOT MERGE Rechecking unrestored items when launcher gets created
2014-10-14 22:19:40 +00:00
Adam Cohen
951e8812ab
am ae5f7ce8: Merge "Fixing typo from previous CL" into ub-now-porkchop
...
* commit 'ae5f7ce8ed2e385cba8d65a67d9b108c9c3590e8':
Fixing typo from previous CL
2014-10-14 22:15:32 +00:00
Adam Cohen
4079337ea7
am 755dd702: Merge "Fix missing screen when adding widget directly to provider" into ub-now-porkchop
...
* commit '755dd70238162d0b631a8a17c42047c61318be30':
Fix missing screen when adding widget directly to provider
2014-10-14 22:15:32 +00:00
Sunny Goyal
c03f8c0471
am 8cce9dd8: (-s ours) DO NOT MERGE Rechecking unrestored items when launcher gets created
...
* commit '8cce9dd83aecd90920db751ab3f8fb6969f087c5':
DO NOT MERGE Rechecking unrestored items when launcher gets created
2014-10-14 22:15:31 +00:00
Adam Cohen
ae5f7ce8ed
Merge "Fixing typo from previous CL" into ub-now-porkchop
2014-10-14 22:09:00 +00:00
Adam Cohen
d61a638e99
Fixing typo from previous CL
...
Bug 17969770
Change-Id: I4ea04864000d2ed8368ca81ba8cff42b4208d13d
2014-10-14 15:06:54 -07:00
Adam Cohen
755dd70238
Merge "Fix missing screen when adding widget directly to provider" into ub-now-porkchop
2014-10-14 22:00:42 +00:00
Sunny Goyal
4390acea35
Updating ItemInfo objects in the worker thread
...
> 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
2014-10-14 14:39:26 -07:00
Sunny Goyal
8cce9dd83a
DO NOT MERGE
...
Rechecking unrestored items when launcher gets created
Bug: 17941096
Change-Id: Ic54464a9c64442d6784cda44ef22fa3d08e22f1f
2014-10-14 14:02:31 -07:00
Adam Cohen
eb1ac42fd4
Fix missing screen when adding widget directly to provider
...
bug: 17969770
Change-Id: Icbd8451d8adde0519917a7bf06365517405759fe
2014-10-14 10:36:27 -07:00
Geoff Mendal
19bc61c6d7
am 76229a7c: (-s ours) Import translations. DO NOT MERGE
...
* commit '76229a7ccca69e92700f7b5f9d54739ee67276be':
Import translations. DO NOT MERGE
2014-10-13 13:21:36 +00:00
Geoff Mendal
76229a7ccc
Import translations. DO NOT MERGE
...
Change-Id: Iebcf569cfe852de6157c7dae569f7c607a63671d
Auto-generated-cl: translation import
2014-10-13 06:08:57 -07:00
Geoff Mendal
90b43ad343
Import translations. DO NOT MERGE
...
Change-Id: I9c6ef0fac498e06571d99b3117509d1fdeddd792
Auto-generated-cl: translation import
2014-10-13 06:08:16 -07:00
Adam Cohen
e4fb9335bd
am 0014ca20: Removing some dead code
...
* commit '0014ca20aa35f8937ff0df105e620fba02a538a3':
Removing some dead code
2014-10-10 02:12:05 +00:00
Adam Cohen
0014ca20aa
Removing some dead code
...
Change-Id: Idbd49302fc7123f72c7dad4c50612aaa662cca0d
2014-10-09 18:53:20 -07:00
Sunny Goyal
bc32c898df
am 05700ad3: Merge "Keeping icons in disabled state when SD-card is unmounted" into ub-now-queens
...
* commit '05700ad38f07d859f28a8e5d0cf65137c7c85d23':
Keeping icons in disabled state when SD-card is unmounted
2014-10-08 18:14:16 +00:00
Sunny Goyal
05700ad38f
Merge "Keeping icons in disabled state when SD-card is unmounted" into ub-now-queens
2014-10-08 18:10:40 +00:00
Sunny Goyal
1a745e8f18
Keeping icons in disabled state when SD-card is unmounted
...
> 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
2014-10-08 11:07:11 -07:00
Sunny Goyal
be5f561dec
am de326d08: Merge "Using DeviceDefault theme for Launcher and WallpaperPicker" into ub-now-queens
...
* commit 'de326d08d8764e7f9c610a5c9b755bfa78ae2eb9':
Using DeviceDefault theme for Launcher and WallpaperPicker
2014-10-08 17:32:09 +00:00