Go to file
Sunny Goyal e2fd14b9f6 Jailing the saved instance state of all the dynamically generated views
Using itemId instead of generating a new id for each item. This is because
if the process gets killed, View.generateId will get reset but we will still
receive the generated item id map in onRestoreInstance. This will cause
conflicts with newly generated item ids.

We wrap all the generated homescreen views inside a single sparse array. This
ensures that we do not cause any conflict with dynamically generated views in
other parts of the UI.

Change-Id: I6fe69c2e1dd463402f51222715fae31b9d4dd240
2015-08-27 17:53:28 -07:00
WallpaperPicker Merge "Refactor StylusEventHelper to provide onButtonPress/Release methods" into ub-launcher3-master 2015-08-21 18:45:43 +00:00
protos am a547c451: Revert "Add proto flag "javanano_use_deprecated_package" to avoid build breakage" 2015-07-31 21:10:14 +00:00
res Jailing the saved instance state of all the dynamically generated views 2015-08-27 17:53:28 -07:00
src/com/android/launcher3 Jailing the saved instance state of all the dynamically generated views 2015-08-27 17:53:28 -07:00
tests Start adding unit tests for the invariant device profile / Refactor 2015-05-28 15:33:40 -07:00
util Refactoring DeviceProfile 2015-05-21 16:16:40 -07:00
.gitignore update .gitignore config file so that we do not have to scroll through 2015-04-08 13:20:51 -07:00
Android.mk Overlay support lib RV resources in Android.mk 2015-07-27 18:24:45 -07:00
AndroidManifest.xml am 830b5e08: Updating the target sdk to launcher 2015-08-21 16:47:08 +00:00
CleanSpec.mk Revert "Revert "Move wallpaper picker code to a separate directory"" 2013-12-11 15:41:28 +01:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
fill_screens.py Updating dialtacts to new package. 2012-08-21 13:35:10 -07:00
print_db.py Removing workspace screens on load and ensuring we don't bind on new apps until returning to Launcher. 2013-08-20 15:03:13 -07:00
proguard.flags am 6779595b: Updating the scrollbar to make the fastscroller more visible. 2015-08-20 19:59:40 +00:00
update_gallery_files.py Update script to pull latest files from Gallery 2013-12-13 16:28:36 +01:00
update_system_wallpaper_cropper.py Create separate project for Wallpaper Picker 2013-12-13 12:50:32 +01:00