Commit Graph

49925 Commits

Author SHA1 Message Date
Sunny Goyal 534058492f Removing some deprecated callbacks
Change-Id: I3361383fe19faa64d862bbf879edb8c09937dc6f
2016-04-14 12:30:40 -07:00
Sunny Goyal a7abe8828f Removing first launcher broadcast
am: 53b7ce1

* commit '53b7ce18f4dcbc52d84829103b87917363cbaf05':
  Removing first launcher broadcast

Change-Id: I61f7e6e1b19353f80bbee70caad94623a7374575
2016-04-14 19:21:18 +00:00
Sunny Goyal 53b7ce18f4 Removing first launcher broadcast
Change-Id: I225205a219cf2e0f27bb3c78cbdad1a3429d466f
2016-04-14 11:25:56 -07:00
Tony Wickham 0a197dbbf6 Prompt to set URI wallpapers on lock screen (missed before).
Change-Id: I5328a9861ce2843aba36ecad172eb0e364a816a0
2016-04-13 15:04:30 -07:00
Hyunyoung Song a6563d7e11 Refactor UserEventLogging, Add predictedRank, replace Bundle with Proto
am: ddec1c7

* commit 'ddec1c739ef37c3a042982b8943fe42e04b65f4c':
  Refactor UserEventLogging, Add predictedRank, replace Bundle with Proto

Change-Id: Ib793476ccb6670a20edc6dc7e16bf589b544c4a1
2016-04-13 18:13:24 +00:00
Hyunyoung Song ddec1c739e Refactor UserEventLogging, Add predictedRank, replace Bundle with Proto
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
2016-04-13 10:58:33 -07:00
Sunny Goyal ddd6d96d5f Fixing wrong grid size definitions
Bug: 27958565
Change-Id: Icabc651552bbf6483fedbaeb52745c48d418f9ea
(cherry picked from commit 1ab22630a0)
2016-04-13 17:36:45 +00:00
Sunny Goyal 701fd494fe Removing WallpaperPicker from Launcher3
am: 30a7161

* commit '30a716157b748258e5461fe783298ba7c740835f':
  Removing WallpaperPicker from Launcher3

Change-Id: Ie9ae9e0bcb6f5e3d5be03dc72c33aa2a221d6418
2016-04-13 16:53:01 +00:00
Sunny Goyal 30a716157b Removing WallpaperPicker from Launcher3
Launcher3 will no longer include a wallpaper picker.
Eventually it will just point to the system wallpaper settings where
user can choose from all the installed pickers

Change-Id: Ib5832fa7e451610acd4b2d34ee48fe36e3699d26
2016-04-12 17:59:16 -07:00
Sunny Goyal 4e04695cde Merge "Giving proper workspace description when the launcher is not loaded." into ub-launcher3-burnaby-nyc 2016-04-13 00:44:18 +00:00
Adam Cohen 2ae39859a9 [DO NOT MERGE] Address some spacing issues in all apps related to new support library am: d797327 -s ours
am: 3405080  -s ours

* commit '34050809574ed0c054ec3e322b80981d4b5d79ac':
  [DO NOT MERGE] Address some spacing issues in all apps related to new support library

Change-Id: Ie0c6af23b9375944b58e56784fe549c1594a59b0
2016-04-12 23:57:49 +00:00
Adam Cohen 3405080957 [DO NOT MERGE] Address some spacing issues in all apps related to new support library
am: d797327  -s ours

* commit 'd797327b79c5ded53f698201af5abb7d779ddfa9':
  [DO NOT MERGE] Address some spacing issues in all apps related to new support library

Change-Id: I56782e75b708ee451be2dbe3ece34d30c700c4e0
2016-04-12 23:55:04 +00:00
Adam Cohen f47e5ceafd [DO NOT MERGE] Address some spacing issues in all apps related to new support library
am: d797327  -s ours

* commit 'd797327b79c5ded53f698201af5abb7d779ddfa9':
  [DO NOT MERGE] Address some spacing issues in all apps related to new support library

Change-Id: I8c38d1c542f1143dd7c9f330795229b4a03c7ac8
2016-04-12 23:55:03 +00:00
Adam Cohen 9c6f32c2aa [DO NOT MERGE] Address some spacing issues in all apps related to new support library
issue 27581978

Change-Id: If7a1ea19aa586bb3de6bde960b16e59f86061227
(cherry picked from commit d797327b79)
2016-04-12 23:46:16 +00:00
Sunny Goyal e9557d7aad Giving proper workspace description when the launcher is not loaded.
am: 5be3e4c

* commit '5be3e4cc529f75b894d4603c9fd1342b370766e0':
  Giving proper workspace description when the launcher is not loaded.

Change-Id: I13684173a45e23e6a1add5495280457bf5b274ba
2016-04-12 23:41:11 +00:00
Sunny Goyal 850a943133 Giving proper workspace description when the launcher is not loaded.
Bug: 27326504
Change-Id: Ifc30221f756d75064a4baf5f3bfc71b8f590b4b1

Conflicts:
	src/com/android/launcher3/Workspace.java
2016-04-12 16:39:10 -07:00
Hyunyoung Song 1124f2017a Merge "Talkback: return correct row index inside AllApps b/27108673 b/26546781" into ub-launcher3-burnaby-nyc 2016-04-12 23:17:31 +00:00
Sunny Goyal 5be3e4cc52 Giving proper workspace description when the launcher is not loaded.
Bug: 27326504
Change-Id: Ifc30221f756d75064a4baf5f3bfc71b8f590b4b1
2016-04-12 16:11:59 -07:00
Adam Cohen d797327b79 [DO NOT MERGE] Address some spacing issues in all apps related to new support library
issue 27581978

Change-Id: If7a1ea19aa586bb3de6bde960b16e59f86061227
2016-04-12 14:22:11 -07:00
Hyunyoung Song d61db3f9fe Talkback: return correct row index inside AllApps
b/27108673
b/26546781

Change-Id: If8ed40986efdecb2cd994d011777588a97457326
2016-04-12 12:51:36 -07:00
Sunny Goyal 646020dbe9 Merge "Calling start/stop listening in onStart/onStop" into ub-launcher3-burnaby-nyc 2016-04-12 19:48:36 +00:00
Tony Wickham db5808fcfd Merge "Add dialog to set Default Wallpaper on lock screen for N+." into ub-launcher3-burnaby-nyc 2016-04-11 23:18:01 +00:00
Tony Wickham b64726e4e9 Add dialog to set Default Wallpaper on lock screen for N+.
Change-Id: I91c77f5751202f9a4b3a922726ab55e354c50b4a
2016-04-11 15:57:24 -07:00
Sunny Goyal 0e74af11d9 [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver am: d435cc0 -s ours
am: 04cdfac  -s ours

* commit '04cdfacaeb5ef086e4f81231417cae82bec4b324':
  [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver

Change-Id: If4c96179ba4b75449b9aac8eba66ee8ed96feacd
2016-04-11 20:44:21 +00:00
Sunny Goyal 04cdfacaeb [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver
am: d435cc0  -s ours

* commit 'd435cc070ad72d2e94546d274e29159ee4c21a9a':
  [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver

Change-Id: Ib43865dd5d25c8fbea6b33a309e06eb2c1dcaa2d
2016-04-11 20:39:16 +00:00
Sunny Goyal 5734e6373b [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver
am: d435cc0  -s ours

* commit 'd435cc070ad72d2e94546d274e29159ee4c21a9a':
  [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver

Change-Id: I465ad63e4d9be6d82f2c5d0908422976e2779e5a
2016-04-11 20:39:16 +00:00
Sunny Goyal 6fa0c69b27 [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver
Bug: 28115607
Change-Id: I208d629a346781d9b1fbeb0a245685bf36f85aeb
(cherry picked from commit d435cc070a)
2016-04-11 20:32:48 +00:00
Sunny Goyal d435cc070a [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver
Bug: 28115607
Change-Id: I208d629a346781d9b1fbeb0a245685bf36f85aeb
2016-04-11 13:03:33 -07:00
Tony Wickham b2694f5482 Disable "Set wallpaper" action bar when no tile is selected.
Change-Id: Ia21dfb8248fc607e3f5606f2cac18345cff6f260
2016-04-11 12:01:09 -07:00
Tony Wickham d550eea542 Merge "Prompt users to set wallpaper on lockscreen on N+." into ub-launcher3-burnaby-nyc 2016-04-11 18:59:18 +00:00
Tony Wickham aac9af46c0 Prompt users to set wallpaper on lockscreen on N+.
This CL handles all wallpapers except the default one, which will
be handled in a follow-up CL.

Change-Id: Ib8e4f18fb35b4c1442efb3893df75bf5f4f9b0d5
2016-04-11 11:31:16 -07:00
Sunny Goyal f9e18658a4 Merge "Fixing gradle version comflicts" into ub-launcher3-calgary
am: fdcbe30

* commit 'fdcbe306f13c41b183689a5410dc7ba859ff1a07':
  Fixing gradle version comflicts

Change-Id: I64efc68c3c368fd24da5ffb69dd15eb1742a3fc3
2016-04-09 00:17:01 +00:00
Sunny Goyal fdcbe306f1 Merge "Fixing gradle version comflicts" into ub-launcher3-calgary 2016-04-09 00:12:20 +00:00
Sunny Goyal 15cece99b0 Fixing gradle version comflicts
Change-Id: I6e3b99e2ad67a192e29f9939fc188db81f31d219
2016-04-08 17:11:13 -07:00
Adam Cohen 145f4ff46a Merge "Remove special code path for not animating folder open in power save mode" into ub-launcher3-calgary
am: 2bcffdc

* commit '2bcffdcd851543339f8fe00b2e02164eb9be4a35':
  Remove special code path for not animating folder open in power save mode

Change-Id: I20245ead70af2ddceb1acb3812b9bf553c609aa1
2016-04-09 00:08:34 +00:00
Adam Cohen 2bcffdcd85 Merge "Remove special code path for not animating folder open in power save mode" into ub-launcher3-calgary 2016-04-09 00:03:33 +00:00
Hyunyoung Song a67e9f0339 Fixing a typo from <array> to <string-array> am: 63d093d -s ours
am: 31c2ac6

* commit '31c2ac65e0350990d3e18cd637c6c5fda9ed9a9d':
  Fixing a typo from <array> to <string-array>

Change-Id: Ic6b6ad9ab2585dc3eea62f7f41fe3f3b28e83654
2016-04-08 23:49:55 +00:00
Hyunyoung Song 31c2ac65e0 Fixing a typo from <array> to <string-array>
am: 63d093d  -s ours

* commit '63d093de024a5e1bd26b71bd823df0017d1ec945':
  Fixing a typo from <array> to <string-array>

Change-Id: I0882a178aea95d46e47d73c622c89f8c7015ea94
2016-04-08 23:47:41 +00:00
Hyunyoung Song 1dc305d5ce Make com.android.launcher3.action.LAUNCH intent explicit b/27967359 am: f9dc857 -s ours
am: 99133a3

* commit '99133a34961373eb9a4bf1360eef545bd3af522b':
  Make com.android.launcher3.action.LAUNCH intent explicit b/27967359

Change-Id: Ic841071ae68a1c445fe5da9a8f0a8136bbfd95d8
2016-04-08 23:26:39 +00:00
Adam Cohen 37b2a496eb Remove special code path for not animating folder open in power save mode
-> framework takes care of this
-> stripped unused code

Change-Id: If1941447df5c3145db715971440b80bd754f0bb1
2016-04-08 16:25:08 -07:00
Hyunyoung Song 99133a3496 Make com.android.launcher3.action.LAUNCH intent explicit b/27967359
am: f9dc857  -s ours

* commit 'f9dc857a0e49750fefd88d4201ee74e1b3cfee3d':
  Make com.android.launcher3.action.LAUNCH intent explicit b/27967359

Change-Id: I57fed37996ca1bd5b1d096f55b891aba062575bb
2016-04-08 23:24:27 +00:00
Sunny Goyal fa7a67ebfc Removing dependency on getApplicationInfo method added in N
This method is goiing away. We don't need this method anyway
since LauncherActivityInfo already has the information

Change-Id: Ic6afa1df14958b894925d730e01a2e2d2a6fb98c

Conflicts:
	src/com/android/launcher3/LauncherModel.java
2016-04-08 15:43:16 -07:00
Sunny Goyal 96b6ed77a4 Calling start/stop listening in onStart/onStop
AppWidgetHost in N was changed to make start/stop lisenting calls
light weight, which allows launcher to avoid getting unnecessary
updates when its not visible

Bug: 23892701
Change-Id: I0ca6e02400992bc4e0359e45a3d66b9252751402
(cherry picked from commit 23ac9cb3e1)
2016-04-08 22:34:02 +00:00
Sunny Goyal ca7dac40be Merge "Calling start/stop listening in onStart/onStop" into ub-launcher3-calgary
am: 849344b

* commit '849344b2466cce4354581f8d4b1d0e4c0681940d':
  Calling start/stop listening in onStart/onStop

Change-Id: I4b40689c12928040638cb9b90af468cc9ffca0c9
2016-04-08 21:53:51 +00:00
Sunny Goyal 849344b246 Merge "Calling start/stop listening in onStart/onStop" into ub-launcher3-calgary 2016-04-08 21:45:20 +00:00
Hyunyoung Song 53169865af Fixing a typo from <array> to <string-array>
am: 63d093d

* commit '63d093de024a5e1bd26b71bd823df0017d1ec945':
  Fixing a typo from <array> to <string-array>

Change-Id: I3f7bc583b8706d805f36b70049223653c5d5d807
2016-04-08 21:37:28 +00:00
Hyunyoung Song 63d093de02 Fixing a typo from <array> to <string-array>
Change-Id: Iadbbe59e0ba93a21373056fe6b4af9db7ce39f66
2016-04-08 12:17:25 -07:00
Hyunyoung Song 9e48d0f22b Make com.android.launcher3.action.LAUNCH intent explicit b/27967359
am: f9dc857

* commit 'f9dc857a0e49750fefd88d4201ee74e1b3cfee3d':
  Make com.android.launcher3.action.LAUNCH intent explicit b/27967359

Change-Id: Iad2d0fe4662bae70ea3378fad82739a1df723ff6
2016-04-08 18:07:04 +00:00
Sunny Goyal d96d93ed10 Merge "Removing dependency on getApplicationInfo method added in N" into ub-launcher3-calgary
am: 38ea9ca

* commit '38ea9cac5401b527531575b8e848b76085473910':
  Removing dependency on getApplicationInfo method added in N

Change-Id: Ic97d7fa73a91db7032372d45d9d0ae25ae87af1c
2016-04-08 18:07:04 +00:00
Sunny Goyal 38ea9cac54 Merge "Removing dependency on getApplicationInfo method added in N" into ub-launcher3-calgary 2016-04-08 17:58:30 +00:00