Joe Onorato
bf5350db61
fix 2460740 com.android.launcher2: java.lang.NullPointerException at
...
com.android.launcher2.AllAppsView$RolloRS.saveAppsList(AllAppsView.java:1270)
2010-02-22 14:46:10 -08:00
Joe Onorato
3c24aca5f5
Don't crash when adding a shortcut.
...
Steps to reproduce: Menu > Add > Shortcut > Application > [any app]
E/AndroidRuntime( 1734): Caused by: java.lang.ClassCastException: com.android.launcher2.ShortcutInfo
E/AndroidRuntime( 1734): at com.android.launcher2.Workspace.onDropExternal(Workspace.java:963)
E/AndroidRuntime( 1734): at
com.android.launcher2.Workspace.addApplicationShortcut(Workspace.java:903)
E/AndroidRuntime( 1734): at
com.android.launcher2.Launcher.completeAddApplication(Launcher.java:669)
E/AndroidRuntime( 1734): at com.android.launcher2.Launcher.onActivityResult(Launcher.java:371)
E/AndroidRuntime( 1734): at android.app.Activity.dispatchActivityResult(Activity.java:3877)
E/AndroidRuntime( 1734): at android.app.ActivityThread.deliverResults(ActivityThread.java:3340)
2010-02-19 13:34:55 -08:00
Wink Saville
75dc3a9d28
DO NOT MERGE; Add back support for uts testing.
2010-02-19 09:05:23 -08:00
Eric Fischer
5d12096cd2
Reimport Launcher2 translations. DO NOT MERGE
2010-02-18 17:21:35 -08:00
Joe Onorato
75fd1ec46d
DO NOT MERGE - Use the froyo launcher2 in mr3, except for a few unbundling things that can't be merged back.
2010-02-18 17:09:55 -08:00
Wink Saville
b8fc9e7df6
Merge "Launcher changes to handle UTS test mode." into eclair
2010-02-12 15:51:46 -08:00
Wink Saville
2693030ea4
Launcher changes to handle UTS test mode.
...
When in UTS test mode keys received need to be handled
by the Phone application or Contacts application to
operate properly in the test mode. When not in test mode
the search widget will handle the keys as it was before
this change.
The UTS test mode is enabled when presist.sys.uts-test-mode is 1.
bug: 2402366
Change-Id: I58e68830f9ce6905e189ecba1c04b1076799a0a0
Signed-off-by: Wink Saville <wink@google.com >
2010-02-12 12:12:45 -08:00
Jason Sams
52ba5b08f2
DO NOT MERGE. Update for new RS library with ES 2.0 support.
2010-02-11 18:15:48 -08:00
The Android Open Source Project
999b6a5ecb
reconcile main tree with open-source eclair
2010-02-05 08:09:40 -08:00
The Android Open Source Project
9b08ed00ca
reconcile android-2.1_r1 snapshot
2010-01-29 14:09:25 -08:00
Jason Sams
dfea5c133f
Fix for bug 2382944. This is a very safe change that just corrects a long standing scroll speed bug in launcher.
2010-01-19 18:08:10 -08:00
Joe Onorato
f5e4dd01ad
Put the label into the same texture as the icon.
2010-01-14 19:10:18 -05:00
The Android Open Source Project
e8697d95fa
android-2.1_r1 snapshot
2010-01-12 15:19:14 -08:00
Joe Onorato
c5cfa73ef9
Fix 2325492 - No icons in launcher after pressing home from within an app
...
It looks like the evil hack in 14f122bf84 to make the workspace
not animate didn't completely work. The key to reproducing this bug is to make sure the
activity is destroyed and to have last gone to an app from a screen other than the center
screen, because that causes it to get reloaded from the icicle, which makes the timing
more amenable to missing the animation, because the view isn't attached yet.
2010-01-11 19:39:38 -05:00
The Android Open Source Project
352eb7aef5
empty initial commit
2010-01-11 14:33:06 -08:00
android-build SharedAccount
738fa7dc5b
Merge branch 'eclair' into eclair-release
2009-12-15 14:19:19 -08:00
The Android Automerger
4afd3f902f
Merge branch 'eclair' into eclair-release
2009-12-14 18:04:27 -08:00
Joe Onorato
34a0e1b00b
fix bug 2326478
2009-12-14 17:44:51 -08:00
Joe Onorato
3ecbd81f99
Still trying to fix 2320348 - Launcher2 crashed: AIOOBE at com.android.launcher2.AllAppsView$RolloRS.removeApp
2009-12-11 13:38:54 -08:00
The Android Automerger
2ca811c530
Merge branch 'eclair' into eclair-release
2009-12-11 13:23:14 -08:00
Joe Onorato
8cf34293dc
Launcher2 - This might fix the missing app problem and the crash in removeApp.
...
This marks the apps list as dirty by default. Usually, because of how long
it takes the loader thread to run, the apps list comes in after the surface
has been initialized. However, if the surface isn't around yet when setApps
is called, then setApps won't set mRollo.mAppsDirty because mRollo is null.
The extra null check is necessary for the normal case when mAllAppsList isn't
ready yet when the surface comes in.
2009-12-11 10:59:51 -08:00
The Android Automerger
0a29eb4225
Merge branch 'eclair' into eclair-release
2009-12-10 09:01:47 -08:00
Eric Fischer
6799f0f9ce
Import revised translations. DO NOT MERGE
2009-12-09 17:26:55 -08:00
The Android Automerger
526891c214
Merge branch 'eclair' into eclair-release
2009-12-09 14:46:50 -08:00
Joe Onorato
8eea3914a0
fix 2315821 and 2315729 - problems caused because the apps list could become
...
unsynchronized with the list of icons.
2009-12-09 13:01:06 -08:00
The Android Automerger
57d8c4cc23
Merge branch 'eclair' into eclair-release
2009-12-09 08:50:34 -08:00
Joe Onorato
af5b4cb277
Fix 2305903 Scrolling trackball upwards at the top of the app menu selects app at the bottom left
2009-12-08 17:51:22 -08:00
Joe Onorato
a276fc59f5
Fix 2306862 - Launcher2 crashed: in libs/rs. Uploading texture without a context.
...
turns off some logging and fixes latent bugs that this uncovered where we were
accessing renderscript while there was no context.
2009-12-08 17:02:02 -08:00
Joe Onorato
bf173f11d2
Fix 2304151 - crash while installing apps
...
It was happening if you had previously uninstalled an app.
2009-12-08 13:29:38 -08:00
The Android Automerger
01630380b9
Merge branch 'eclair' into eclair-release
2009-12-04 09:24:15 -08:00
Joe Onorato
7e4ed99eb0
Fix 2300792 - All apps zooming when you come back from an app.
...
This makes it so we're only listening for the CLOSE_SYSTEM_DIALOGS
broadcast while we're between onResume and onPause.
2009-12-03 13:10:49 -08:00
The Android Automerger
eeb4ce4fab
Merge branch 'eclair' into eclair-release
2009-12-03 09:00:00 -08:00
Joe Onorato
13724ea607
Make the launcher send the position of the icon that's launching an intent.
2009-12-02 21:33:36 -08:00
Android (Google) Code Review
de3380f874
Merge change Icb5606e3 into eclair
...
* changes:
Upgrade Home db to upgrade contacts shortcut to the quick contact action
2009-12-02 20:17:33 -08:00
Romain Guy
7eb9e5e925
Upgrade Home db to upgrade contacts shortcut to the quick contact action
...
Change-Id: Icb5606e340a6eafc06ffd1be4bbe3d4f988376d1
2009-12-02 20:10:07 -08:00
Android (Google) Code Review
9b8b1ef98a
Merge change If84681a3 into eclair
...
* changes:
Import revised translations. DO NOT MERGE
2009-12-02 15:04:47 -08:00
Eric Fischer
f84681a3f6
Import revised translations. DO NOT MERGE
2009-12-02 14:57:00 -08:00
Android (Google) Code Review
811954cf77
Merge change I7df54f9d into eclair
...
* changes:
Clean up name of static wallpapers.
2009-12-02 12:49:40 -08:00
Daniel Sandler
0d15cf99c0
Clean up name of static wallpapers.
...
Change-Id: I7df54f9d13f9808329515eb7b317b21c5ba77afb
http://b/2261747
2009-12-02 14:37:05 -05:00
The Android Automerger
1f921ea467
Merge branch 'eclair' into eclair-release
2009-12-02 08:49:59 -08:00
Joe Onorato
b0c27f254a
Bug 2290800 - Use a collator to sort the app labels.
...
SHAME ON ME for using String.compareTo().
2009-12-01 16:20:30 -08:00
The Android Automerger
e6fa41e1d8
Merge branch 'eclair' into eclair-release
2009-12-01 09:06:35 -08:00
Android (Google) Code Review
eaa01f68f2
Merge change I46fb1c7f into eclair
...
* changes:
Import revised translations. DO NOT MERGE
2009-11-30 11:56:44 -08:00
Jason Sams
eb5615d1af
Rename special dump properity so we can set it on user builds.
2009-11-30 11:50:10 -08:00
Eric Fischer
46fb1c7f25
Import revised translations. DO NOT MERGE
2009-11-30 11:37:50 -08:00
The Android Automerger
2bc5d4f713
Merge branch 'eclair' into eclair-release
2009-11-30 08:39:26 -08:00
Joe Onorato
f0be2134e5
Fix 2275513 - Icons don't update on package update
...
Also reuses the BubbleText object, which was being recreated for no reason.
2009-11-24 19:34:29 -05:00
android-build SharedAccount
c4eff24360
Merge commit '99917ca642d148c78ea85a6838eeb5a03bcbaf66' into eclair-release
2009-11-24 15:34:18 -08:00
Android (Google) Code Review
dbbf45b59e
Merge change Ib2061213 into eclair
...
* changes:
Fix bug 2248173 - all apps animates out when you return home.
2009-11-24 13:53:30 -08:00
Romain Guy
99917ca642
Save 4 MB of space.
...
Change-Id: I5d0daaaccfc8d18b844542573755efca2c1a4343
2009-11-24 13:37:40 -08:00