summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherProvider.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow 5 hotseat icons in DISABLE_ALL_APPS mode.Nilesh Agrawal2013-12-061-1/+10
| | | | Change-Id: I71510cf079e211bd53e411e6e43f1bc6475f6d35
* Merge "Revert "Revert "Enable Launcher2 workspace import.""" into ↵Dan Sandler2013-12-031-1/+1
|\ | | | | | | jb-ub-now-jolly-elf
| * Revert "Revert "Enable Launcher2 workspace import.""Dan Sandler2013-12-021-1/+1
| | | | | | | | | | | | | | | | This reverts commit a6a296ba1ffba6c5b98e92f05254f0317f28290b. https://memegen.googleplex.com/5476445807706112 Bug: 9832552
* | Only import workspaces for non-tablets (where grid hasn't changed)Adam Cohen2013-12-021-1/+8
|/ | | | Change-Id: I832b6259477d6325c141fddfe9b50cb05aeff8d2
* Revert "Enable Launcher2 workspace import."Dan Sandler2013-11-261-1/+1
| | | | | | This reverts commit 5b3bdd394e4401d7e91d528ef1d424d1af271d97. Bug: 11768766 Bug: 9832552
* Enable Launcher2 workspace import.Dan Sandler2013-11-211-1/+1
| | | | | Bug: 11800663 Change-Id: I5c8963bde69e667bf726d1f926a913c347294e16
* Disable importing workspaces from Launcher2.Dan Sandler2013-11-191-23/+32
| | | | | Bug: 9832552 Bug: 11761032 Change-Id: I4dfd16046e9d6d0d1d864dff4340b0ed13cc8b8f
* Adding logs to track down missing workspace screen. (Bug 11683562)Winson Chung2013-11-151-0/+6
| | | | Change-Id: I12ef3331ab81004c75229d33afa0a8dd0fa8521c
* Fix loading widgets in <include>d workspaces.Daniel Sandler2013-10-231-1/+0
| | | | | | | Resetting the item id was breaking the widget loading code and is totally unnecessary. Bug: 11352675 Change-Id: I2e70e542ecc5d8c0664b674ebdac5d520b71b8a0
* move the provider authority to a config classChris Wren2013-10-091-2/+2
| | | | | Bug: 10816034 Change-Id: I68364081f039f94205b805a1510eb04e6f0f40a2
* move to backup helper architectureChris Wren2013-10-071-1/+1
| | | | | | | add journals to DecoderRing, for backup debugging Bug: 10778984 Change-Id: I38e93853c05f72468b3800c172b96effc70a63e0
* Add support for <include> in workspace XML.Daniel Sandler2013-10-031-0/+45
| | | | | | | | | | | | Note that this doesn't honor folder nesting (that is, you can't include an XML file full of shortcuts inside a <folder> node and expect them all to appear in that folder). It's really just a way to concatenate/overlay multiple XML files, making it easier to make a few tweaks/additions for certain screen sizes or locales. Bug: 10932771 Change-Id: I1fc29477d0717a8a7bc116f16729a955e6c625d5
* add a backup agent.Chris Wren2013-09-241-3/+35
| | | | | | | | | backup only, restore path is just debugging/verification. todo: restore path todo: additional asset backup for widgets and launcher items Bug: 10778984 Change-Id: I01aed4794a02f03daf21bca28f99cfbea90e4967
* remember the provider path when creating a widget.Chris Wren2013-09-171-2/+20
| | | | | Bug: 10779026 Change-Id: I4f5b619087868a8f637c433c29e3aa6856ccc97d
* Initial Changes for Dynamic GridWinson Chung2013-08-201-10/+0
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Verifying that new applications are added and fixing issue with new items ↵Winson Chung2013-07-251-40/+115
| | | | | | | | getting wrong ids. - Fixing issue where the LauncherModel would be out of sync on first migration, and subsequent crashes Change-Id: I6f58b09b615b28958c7f941e58ff9ae0ee3ba939
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-3/+3
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Initial implementation of Shrink-wrapAdam Cohen2013-06-251-23/+101
| | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-4/+4
| | | | | | | | This removes Launcher's static data and other state out of the Application object. Now LauncherApplication (extends Application) exists only to instantiate LauncherAppState. Change-Id: I4e323bd78b77536b92054105536a55c0c2c19ba8
* HACK: temporary upgrade path from com.android.launcher2Adam Cohen2013-06-061-1/+22
| | | | | | | | | -> load old provider -> permute pages -> strip all duplicates from workspace -> add [allapps minus workspaceapps] to apps folder Change-Id: Id319d532c6bf1d78370ecc736e95a9475d831de8
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+1193
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b