Commit Graph

13906 Commits

Author SHA1 Message Date
Tony Wickham 16ff67c25c Merge "Don't use CharSequence as notification text" into ub-launcher3-dorval-polish
am: c094a3accb

Change-Id: I0de26606144564bcb23671032ce31f72faab5db9
2017-06-07 00:45:39 +00:00
Tony Wickham c094a3accb Merge "Don't use CharSequence as notification text" into ub-launcher3-dorval-polish 2017-06-07 00:40:41 +00:00
Tony Wickham 052355006e Merge "Add support for popup dark theme" into ub-launcher3-dorval-polish
am: 15fcdbed07

Change-Id: I3fb6540ef98c5d00a438d3095d54e876af92bf17
2017-06-07 00:03:35 +00:00
Tony Wickham 15fcdbed07 Merge "Add support for popup dark theme" into ub-launcher3-dorval-polish 2017-06-06 23:55:44 +00:00
Tony Wickham bd867a3d3e Don't use CharSequence as notification text
If a notification changes the color etc. on the CharSequence, then
it overrode our colors. Gmail for instance always makes the second
text dark (apparently), overriding our dark theme.

Change-Id: Ibd8751d70849fd10fd0114af02d382aba1771d4e
2017-06-06 16:35:33 -07:00
Tony Wickham 90038ebab2 Add support for popup dark theme
Bug: 62380473
Change-Id: Ib22e9b82841bf10b7f139638f268f0a878e3c6b9
2017-06-06 16:34:20 -07:00
Hyunyoung Song 2a3f676aa2 Merge "Prevent clipping on the top and left side on AdaptiveIconDrawables b/62372639" into ub-launcher3-dorval am: 88082394eb
am: 9be3585f7f

Change-Id: I8da55962b11fd0834616037ef280957d483ab8c2
2017-06-06 21:19:51 +00:00
Hyunyoung Song 9be3585f7f Merge "Prevent clipping on the top and left side on AdaptiveIconDrawables b/62372639" into ub-launcher3-dorval
am: 88082394eb

Change-Id: I7148678d490c55e9a10e672cba839ef8aef9d00a
2017-06-06 21:17:52 +00:00
Jonathan Miranda c7028c9295 Merge "Revert "Decrease jank in all apps physics."" into ub-launcher3-dorval-polish
am: 7e6e96dabd

Change-Id: Ib9530791fce08503d1a57e926a9e283a6162c058
2017-06-06 21:17:52 +00:00
TreeHugger Robot 88082394eb Merge "Prevent clipping on the top and left side on AdaptiveIconDrawables b/62372639" into ub-launcher3-dorval 2017-06-06 21:13:16 +00:00
TreeHugger Robot 7e6e96dabd Merge "Revert "Decrease jank in all apps physics."" into ub-launcher3-dorval-polish 2017-06-06 21:12:54 +00:00
Jonathan Miranda 6d60532167 Revert "Decrease jank in all apps physics."
This change created an issue where some items appear to not have springs when the device does not have that many apps.

This reverts commit 9d7f2b9e0d.

Change-Id: I8e79cf3f86972fde8184debb6ab4d0f32283a8bd
2017-06-06 20:36:24 +00:00
Hyunyoung Song c61400ea91 Prevent clipping on the top and left side on AdaptiveIconDrawables b/62372639 am: 9279496e54
Change-Id: I0c8244ca4bdcd5f0aa8d99f71f7083efeddd4a0b
2017-06-06 20:21:31 +00:00
Hyunyoung Song 9279496e54 Prevent clipping on the top and left side on AdaptiveIconDrawables
b/62372639

Change-Id: I0b2c0daecba2904f3e89f7b0b558d9b10f5dcbf6
2017-06-06 13:21:11 -07:00
Jon Miranda 04c0753f30 Merge "Decrease jank in all apps physics." into ub-launcher3-dorval-polish
am: 561e53577b

Change-Id: I9d82ca6033116b99e2f9a451569e9207c7ed289e
2017-06-06 18:23:52 +00:00
TreeHugger Robot 561e53577b Merge "Decrease jank in all apps physics." into ub-launcher3-dorval-polish 2017-06-06 18:14:19 +00:00
Sunny Goyal 02d274ff6c Moving LoaderTask to a separate class file
am: b434fde427

Change-Id: I44cb58b313dfaf0153bb092f9a86fecf6a3cc94c
2017-06-06 18:05:00 +00:00
Sunny Goyal b434fde427 Moving LoaderTask to a separate class file
Bug: 34112546
Change-Id: I86d93cfb5d3903bfd3878564cbe8b67b64fd8423
2017-06-06 10:47:23 -07:00
Tony Wickham 695e4705dd Merge "Fix visibility of notification footer divider" into ub-launcher3-dorval-polish
am: 0540c0606b

Change-Id: If9cf7e955eddea70d96e2996f42cb77973e81629
2017-06-06 17:39:59 +00:00
Mario Bertschler 6cfddb4cb2 Merge "Improved color extraction algorithm" into ub-launcher3-dorval-polish
am: 3e61c9d6d0

Change-Id: If740edfff0f4a9dfb722bf856a16e88274ba0a07
2017-06-06 17:33:59 +00:00
Tony Wickham 0540c0606b Merge "Fix visibility of notification footer divider" into ub-launcher3-dorval-polish 2017-06-06 17:29:16 +00:00
TreeHugger Robot 3e61c9d6d0 Merge "Improved color extraction algorithm" into ub-launcher3-dorval-polish 2017-06-06 17:19:12 +00:00
Mario Bertschler 7e3a882a49 Improved color extraction algorithm
Change-Id: I31fdd2a5bc8598dbc8ea5363c995b29057f45997
2017-06-06 10:12:09 -07:00
Tony Wickham 79b176e42c Fix visibility of notification footer divider
Now it is only visible when the notification footer is present,
instead of always being visible.

Change-Id: Ie85ff31918901115cdfe55b36e75aa80b43e7b13
2017-06-05 17:54:45 -07:00
Jon Miranda 9d7f2b9e0d Decrease jank in all apps physics.
By creating the spring in onCreateViewHolder and adding
in onBindViewHolder, we are able to take advantage of
RecyclerView's prefetching optimizations.

Bug: 38349031
Change-Id: Ie445039fd90ca92ae4ce1ff71c57b15f662377a8
2017-06-05 14:27:20 -07:00
Sunny Goyal 70aa693385 Merge "Moving LoaderTask static" into ub-launcher3-dorval-polish
am: 9b9beae02e

Change-Id: I30905df8512483d57572912245a65ce837e34789
2017-06-05 19:56:02 +00:00
TreeHugger Robot 9b9beae02e Merge "Moving LoaderTask static" into ub-launcher3-dorval-polish 2017-06-05 19:49:11 +00:00
Bill Yi 19f9e8b4f3 Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval am: ce338fca12 -s ours
am: 9fb583d7ea  -s ours

Change-Id: I1afd846b08341d155d59273f394e67d756966b1b
2017-06-03 20:16:05 +00:00
Bill Yi 9fb583d7ea Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval
am: ce338fca12  -s ours

Change-Id: I62eb73d303cb622461a72599910aeee6db72fe4a
2017-06-03 20:11:35 +00:00
Bill Yi 13a0fd4e85 Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval-polish
am: 87e19e35ad  -s ours

Change-Id: Ib1899a6b0b043f56f5ce7cb13be1a745d8dc3238
2017-06-03 20:07:04 +00:00
TreeHugger Robot ce338fca12 Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval 2017-06-03 20:04:14 +00:00
TreeHugger Robot 30bc874847 Merge changes from topic 'am-b93a613e-2a3d-46b1-ac12-f1e65d999f0c' into ub-launcher3-master
* changes:
  Import translations. DO NOT MERGE skipped: 303b81010a
  Import translations. DO NOT MERGE
2017-06-03 20:04:14 +00:00
TreeHugger Robot 87e19e35ad Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval-polish 2017-06-03 19:58:44 +00:00
TreeHugger Robot e458cbc108 Merge "Import translations. DO NOT MERGE" into ub-launcher3-master 2017-06-03 19:58:23 +00:00
Tony 3c714cc8e1 resolve merge conflicts of 629a67c5a to ub-launcher3-dorval-polish
am: f514f207c2

Change-Id: I97dfacf4710ce91783f35a07729047d9113129ba
2017-06-03 02:50:29 +00:00
Tony f514f207c2 resolve merge conflicts of 629a67c5a to ub-launcher3-dorval-polish
Test: I solemnly swear I tested this conflict resolution.
Change-Id: I5aed3f0c978976c499b532c816d81196cb11e3a1
2017-06-02 19:33:49 -07:00
Tony 5952240633 Merge commit 'refs/changes/16/2352216/4' of sso://googleplex-android/platform/packages/apps/Launcher3 into am-703609c5-a335-4a37-9002-1680d054b324
Change-Id: I5db0565024786f6476821f11954f30538a7a4cdc
2017-06-02 18:30:03 -07:00
Tony 629a67c5ac Migrate ColorExtractionService to JobService
IntentService cannot be run in the background, so moving to
JobService prevents us from crashing if the wallpaper is
changed while we aren't running.

Bug: 62065291
Change-Id: Ie0c887e36d0ced43a0b9ab8136bf55eb37697489
2017-06-02 18:21:05 -07:00
Bill Yi 26d7528bc2 Import translations. DO NOT MERGE
Change-Id: I62ae15df954f8a27f87bc27b7217360fb0925079
Auto-generated-cl: translation import
2017-06-02 18:17:40 -07:00
Bill Yi 6c74114660 Import translations. DO NOT MERGE
Change-Id: I01fa29ac699eaac1d7eed9f345c3b65a9f480508
Auto-generated-cl: translation import
2017-06-02 18:16:58 -07:00
Bill Yi c0286f0406 Import translations. DO NOT MERGE skipped: 303b81010a
Change-Id: I0811f810882b312c028b857b7b29fb8a138ad33a
2017-06-03 01:15:19 +00:00
Bill Yi 303b81010a Import translations. DO NOT MERGE
Change-Id: Iaccfb365895d66930405f7114613bcbadbca1c25
Auto-generated-cl: translation import
2017-06-02 18:15:04 -07:00
Sunny Goyal c6e97692e4 Moving LoaderTask static
Will move it to a separate file in a followup cl.
This simplifies dependencies between LauncherModel and LoaderTask which
and making it easier to start the loader before Launcher activity is
created (as the Callbacks in LauncherModel can change while loader is running).

Bug: 34112546
Bug: 37616877
Change-Id: Ie9619c6b0de0e3eb60657c04ae1b58d946c829e9
2017-06-02 14:27:29 -07:00
Tony 44207bb6ea Merge "Launch wallpaper picker with rectangular reveal" into ub-launcher3-dorval-polish
am: d74633cbc5

Change-Id: I5a3ee24cd7d2d0fb8e0abde8a0d55f517e928cf7
2017-06-02 20:25:03 +00:00
TreeHugger Robot d74633cbc5 Merge "Launch wallpaper picker with rectangular reveal" into ub-launcher3-dorval-polish 2017-06-02 20:17:30 +00:00
Tony 6ee17f1fd3 Merge "Promise icons don't support popup" into ub-launcher3-dorval-polish
am: 8d14e49709

Change-Id: Id072635529ed39232f515220a9c82276a14bc814
2017-06-02 20:11:32 +00:00
TreeHugger Robot 8d14e49709 Merge "Promise icons don't support popup" into ub-launcher3-dorval-polish 2017-06-02 20:07:31 +00:00
Tony 85efb4b07d Launch wallpaper picker with rectangular reveal
There was a logic error causing it to be launched with null
activity options.

Bug: 37904252
Change-Id: Ia44b7bccf0b7f83ceab9d3949542b79a842e4873
2017-06-02 13:06:10 -07:00
Tony 869a97da73 Promise icons don't support popup
Bug: 62253847
Change-Id: I1123f3d1efad65e74957b1404b5b2c95ba392713
2017-06-02 12:18:46 -07:00
Sunny Goyal 3361d7a328 Merge "Moving workspace bind logic into a separate class." into ub-launcher3-dorval-polish
am: ccb25a3da8

Change-Id: Ie258727243018a77c9131442ff85e1dd64bf2a62
2017-06-01 23:51:41 +00:00