summaryrefslogtreecommitdiffstats
path: root/protos
Commit message (Collapse)AuthorAgeFilesLines
* Add user event logging for action on search boxHyunyoung Song2016-09-271-0/+1
| | | | | | b/31772967 Change-Id: Ide652ddfad931e392b21f5a2bbdf9f07729d0383
* Add user event log for deep shortcuts and all apps opening interaction.Hyunyoung Song2016-07-211-1/+11
| | | | | | b/30114798 Change-Id: I11ad99d0bc1983294d6a5329b98917cb87250823
* Removing Key-Value pair backup logic as Launcher now uses full-data backupSunny Goyal2016-06-231-131/+0
| | | | Change-Id: I3bbaec2b33afe8c1da3ca1468c7c733cc3194604
* Removing icon_type columnSunny Goyal2016-05-111-1/+1
| | | | | | | | | Icon type is not used consistently. It is used initially during the loader. Afterwards, we save both the icon and resource to the db. Instead of changing the logic to always read the shortcut-resource first, and fallback to the bitmap if the resource is not available, always write the bitmap to DB whenever the shortcut is edited. Change-Id: I0ea5e88f8904bd3250ca669220b3e5d6aeef1bfd
* Refactor UserEventLogging, Add predictedRank, replace Bundle with ProtoHyunyoung Song2016-04-131-38/+45
| | | | | | | | | | | | | | b/26494415 - Removed bundle object that became redundant now that we have LauncherEvent proto - Combined Stats and UserEventLogger as they are effectively doing same thing - Removed parent field inside Target - added predictedRank target inside Target b/27967359 - make com.android.launcher3.action.LAUNCH broadcast explicit Later CL: finish packageName/intent/componentHash/predictedRank fields Change-Id: I441fb46c834f73e58a4d2324e8da7971e8713ec8
* Fix the broken buildHyunyoung Song2016-03-071-0/+122
| | | | Change-Id: I2750cde454a6604f33b910ac8b31fd07bba567bb
* Trim down the logging classHyunyoung Song2016-03-041-122/+0
| | | | | | b/26494415 Change-Id: I9035f515e4eb54af8f8ad2f29ab294d2ac9760e8
* [DO NOT MERGE] Upload proto file to burnaby-polishHyunyoung Song2016-03-041-0/+122
| | | | | | | | b/26494415 - needed for ag/879262 getLogger function parameter - prediction to start parsing proto instead of the bundle Change-Id: I002ceb5faad0f2272ae5676b891f20826dbfcf3f
* Adding a .nano prefix in the proto package nameSunny Goyal2016-01-061-1/+1
| | | | Change-Id: Ia513089f813567953ca146538f79d21ca5fd8ddf
* am a547c451: Revert "Add proto flag "javanano_use_deprecated_package" to ↵Adam Cohen2015-07-311-1/+0
|\ | | | | | | | | | | | | avoid build breakage" * commit 'a547c4516c1a2dfd87f3466fccffd5ca6c5cab8c': Revert "Add proto flag "javanano_use_deprecated_package" to avoid build breakage"
| * Revert "Add proto flag "javanano_use_deprecated_package" to avoid build ↵Adam Cohen2015-07-311-1/+0
| | | | | | | | | | | | | | | | breakage" This reverts commit cb7674118c6fa6849e657fb8fea25c8fd93477cc. Change-Id: I831abe3746be49fd164046655e8c5e059bae074f
* | am cb767411: Add proto flag "javanano_use_deprecated_package" to avoid build ↵Adam Cohen2015-07-311-0/+1
|\| | | | | | | | | | | | | breakage * commit 'cb7674118c6fa6849e657fb8fea25c8fd93477cc': Add proto flag "javanano_use_deprecated_package" to avoid build breakage
| * Add proto flag "javanano_use_deprecated_package" to avoid build breakageAdam Cohen2015-07-311-0/+1
| | | | | | | | Change-Id: Iea8a7bc2bb385e066b3f972105224fee3eb7c894
| * [DO NOT MERGE] Adding minSpanX and minSpanY for all the launcher widgetsSunny Goyal2015-07-161-4/+8
| | | | | | | | | | Bug: 22353460 Change-Id: Id4450dee42a83e4603dcd56e1c4dec2b0e405858
* | Adding rank column in backupSunny Goyal2015-07-221-0/+4
| | | | | | | | | | | | | | | | | | > targetType was only added for M builds, so it can also be considered as v4 change. V3 which introduced minSpanX and minSpanY didn't contain targetType Bug: 22417713 Change-Id: I5c353674f7e0c2b5b4ab46e574fdb347d82028cd
* | Adding minSpanX and minSpanY for all the launcher widgetsSunny Goyal2015-07-171-4/+8
| | | | | | | | | | Bug: 22353460 Change-Id: Id4450dee42a83e4603dcd56e1c4dec2b0e405858
* | am 1d8f4ad5: Revert "Add "option javanano_use_deprecated_package = true;\n" ↵Sunny Goyal2015-07-021-1/+0
|\| | | | | | | | | | | | | to protos compiled with the nano proto compiler that are referenced in Java files." * commit '1d8f4ad59dbb17d80c6b910be8ad85904cb08d68': Revert "Add "option javanano_use_deprecated_package = true;\n" to protos compiled with the nano proto compiler that are referenced in Java files."
| * Revert "Add "option javanano_use_deprecated_package = true;\n" to protos ↵Sunny Goyal2015-07-011-1/+0
| | | | | | | | | | | | | | | | compiled with the nano proto compiler that are referenced in Java files." This reverts commit 469fea0b390e893c1eb8115ff6c5f997916be4c1. Change-Id: I2977f49a9836fd08038028c6cd8d3eed73185dde
* | am 469fea0b: Add "option javanano_use_deprecated_package = true;\n" to ↵Sunny Goyal2015-07-021-0/+1
|\| | | | | | | | | | | | | protos compiled with the nano proto compiler that are referenced in Java files. * commit '469fea0b390e893c1eb8115ff6c5f997916be4c1': Add "option javanano_use_deprecated_package = true;\n" to protos compiled with the nano proto compiler that are referenced in Java files.
| * Add "option javanano_use_deprecated_package = true;\n" to protos compiled ↵Sunny Goyal2015-07-011-0/+1
| | | | | | | | | | | | | | with the nano proto compiler that are referenced in Java files. Bug: 21273801 Change-Id: I6d9986f5f93980d8a3400e488609a28082fc2cdb
* | Replacing hotseat icon to an appropriate system appSunny Goyal2015-01-221-0/+12
|/ | | | | | | | | | | > During backupi, store the hotseat target app type, based on some predefined common system apps > During restore, save this app type in the restore flag, if it is a hotseat app > During first launcher load, if an app is not being restored, try to replace it with an appropriate replacement for that type, otherwise delete it. Bug: 18764649 Change-Id: Ic49e40bd707bd8d7de18bbab8b1e58a0a36426a2
* Add syntax option to backup.proto.Dave Hawkey2014-12-191-1/+3
| | | | | | This is required to properly compile the file in google3. Change-Id: Ib9ff3163974a5180797c0ecadb833dae93619b2c
* Updating backup restore logicSunny Goyal2014-10-281-0/+24
| | | | | | | | | | | | | | | > Adding DeviceProfile information in the backup > Removing SharedPreference backup > Adding helper methods to abort backup in the middle > Comparing keys against the backup journal during restore to avoid restoring corrupt/lost entries > Old backups are still compatible, but lost keys verification will be ignored in that case. Bug: 17937935 Bug: 17951775 Bug: 17260941 Change-Id: Iad48646cfdd69abaff5c163b2055f3b8a9b39b19
* backup widget assets.Chris Wren2013-10-031-2/+11
| | | | | Bug: 10778984 Change-Id: I842a88c517401fa4eb3798fd03e0fbc3634e3144
* backup launcher iconsChris Wren2013-10-021-1/+1
| | | | | | | | Only allow a small number of icons to be backed up in any given pass. Also refactor common code out of favorite and screen backups. Bug: 10778984 Change-Id: I54bc769c1d1c1c9087ea4bc58f258bd15c167aea
* add a backup agent.Chris Wren2013-09-241-0/+76
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