summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBill Yi2016-05-2377-107/+261
| | | | | Change-Id: I869352120f57a9be27c9b6515f75a79b151a05b9 Auto-generated-cl: translation import
* Merge "Adding android.icu.text.AlphabeticIndex implementation for ↵Sunny Goyal2016-05-201-102/+155
|\ | | | | | | | | | | | | | | | | | | | | AlphabeticIndexCompat as libcore.icu.AlphabeticIndex is no longer available in N" into ub-launcher3-calgary am: 712a7f0c4e * commit '712a7f0c4ebdc08c6573238a5b33d153a8c10ac8': Adding android.icu.text.AlphabeticIndex implementation for AlphabeticIndexCompat as libcore.icu.AlphabeticIndex is no longer available in N Change-Id: I448b52982afafa553fb6b6650b8e9c4cc3f55504
| * Merge "Adding android.icu.text.AlphabeticIndex implementation for ↵Sunny Goyal2016-05-201-102/+155
| |\ | | | | | | | | | AlphabeticIndexCompat as libcore.icu.AlphabeticIndex is no longer available in N" into ub-launcher3-calgary
| | * Adding android.icu.text.AlphabeticIndex implementation for AlphabeticIndexCompatSunny Goyal2016-05-181-102/+155
| | | | | | | | | | | | | | | | | | | | | as libcore.icu.AlphabeticIndex is no longer available in N Bug: 28795251 Change-Id: I3b168dfb451c0eac9b64c6559a51d2b1b8c578b9
* | | Making page indicator an abstract class and implementing some common methods.Sunny Goyal2016-05-208-62/+43
|\| | | | | | | | | | | | | | | | | | | | | | | | | | am: c487bd34ac * commit 'c487bd34ace268dd8be5480ba884baed6096f76e': Making page indicator an abstract class and implementing some common methods. Change-Id: Ifac23eac824365fb122bd984dca6ef93901289dd
| * | Making page indicator an abstract class and implementing some common methods.Sunny Goyal2016-05-208-62/+43
| | | | | | | | | | | | Change-Id: I06613428c54f1f086090580db8242cf81f7fb128
* | | Merge "Preventing unnecessary options update to QSB provider by checking if ↵Sunny Goyal2016-05-192-1/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the options have changed before calling update" into ub-launcher3-calgary am: 40902b3cb0 * commit '40902b3cb040eb9ed35c174e41bca9feefe41b73': Preventing unnecessary options update to QSB provider by checking if the options have changed before calling update Change-Id: Iccda4c7921683cd7124a629ebd19c5fc33081f74
| * | Merge "Preventing unnecessary options update to QSB provider by checking if ↵Sunny Goyal2016-05-192-1/+26
| |\ \ | | | | | | | | | | | | the options have changed before calling update" into ub-launcher3-calgary
| | * | Preventing unnecessary options update to QSB providerSunny Goyal2016-05-182-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | by checking if the options have changed before calling update Bug: 28586377 Change-Id: Idf263b7a32ca85f23f728fa29b9c8ac84289052e
* | | | Missed one more page indicator null check.Tony Wickham2016-05-191-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: ddb77003e7 * commit 'ddb77003e728cac32de009e709f80280e68f6b6e': Missed one more page indicator null check. Change-Id: I8b24824ddcf8894daf5be52dc743da20e9627792
| * | | Missed one more page indicator null check.Tony Wickham2016-05-191-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Hopefully this is the last one. Change-Id: I1af4f7058834fe0ba60ccc8752a6bf0df64be473
* | | | Add more null checks for page indicators.Tony Wickham2016-05-192-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: fea0a5f629 * commit 'fea0a5f629f7bc59117401b744ed334cf33a7ae0': Add more null checks for page indicators. Change-Id: I3db6a16e0f0edf0891dbec3c91f1776a21ab9b70
| * | | Add more null checks for page indicators.Tony Wickham2016-05-192-2/+5
| | | | | | | | | | | | | | | | Change-Id: Id86d4827c9079abfb236f956e531f0e29edfc54e
* | | | Updating the folder page indicator to be more like the framework page ↵Sunny Goyal2016-05-1927-457/+320
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indicator (used in quick settings) am: c64cfdd8fa * commit 'c64cfdd8fa18de45fc1646c8ef2449f39ef83022': Updating the folder page indicator to be more like the framework page indicator (used in quick settings) Change-Id: Ibd2d33dd2162495f19fe50eb952c4cf0fc788004
| * | | Updating the folder page indicator to be more like theSunny Goyal2016-05-1827-457/+320
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | framework page indicator (used in quick settings) The active page is indicated with the accent color. During scroll the active indicator expands to 2 dots corresponding to the visible pages. Change-Id: Iaf57836b642cf87e5eed98048ecca7dd8e7643a4
* | | Add null check to page indicator to prevent crashes in landscape.Tony Wickham2016-05-181-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | am: 770217c697 * commit '770217c697a92b441b66fac6d3441db1c0a84a3a': Add null check to page indicator to prevent crashes in landscape. Change-Id: Ic9ba50892ef777d76f9bd64e3ab81f220eff8532
| * | Add null check to page indicator to prevent crashes in landscape.Tony Wickham2016-05-181-1/+3
| |/ | | | | | | Change-Id: I9676c19bcdd9129a8519e96febc779f019bc8a13
* | Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryBaligh Uddin2016-05-180-0/+0
|\| | | | | | | | | | | | | | | | | am: a40102f5d5 -s ours * commit 'a40102f5d5049d6656f98122bf23d7f27ecc6593': Import translations. DO NOT MERGE Change-Id: I60a4f2802a3ec5a0f2184371c8f11a1ade693ba5
| * Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryBaligh Uddin2016-05-1811-19/+19
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2016-05-1711-19/+19
| | | | | | | | | | | | | | | Change-Id: I6ed48cc0d1df572fa6aa007722fd1bb4246cd6c5 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-masterBaligh Uddin2016-05-1811-19/+19
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2016-05-1711-19/+19
| | | | | | | | | | | | | | | | | | | | Change-Id: I799b7bb6b24c2ef7cd1026863cb5daae32ea346b Auto-generated-cl: translation import
* | | | Fixing build breakageSunny Goyal2016-05-181-4/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | am: 7267adf68e * commit '7267adf68eb582ff20e2ce1bfb2068caecc4e3f5': Fixing build breakage Change-Id: I558760d325a96cea3e51a054d7b866ba9036ea9c
| * | | Fixing build breakageSunny Goyal2016-05-181-4/+0
| | | | | | | | | | | | | | | | Change-Id: Ib649bff709f4b6e4f173006d267aafa069c2a8b4
* | | | Rearranging the provider checks to avoid packagemanager lookups whenever ↵Sunny Goyal2016-05-183-47/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | launcher starts am: 1acb9e9e29 * commit '1acb9e9e29bb06b6266781284ae60e9fd4d0962f': Rearranging the provider checks to avoid packagemanager lookups whenever launcher starts Change-Id: I4717167af838e9ab30992f7eeaf8ef6d7b73e50b
| * | | Rearranging the provider checks to avoid packagemanager lookupsSunny Goyal2016-05-183-47/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | whenever launcher starts Bug: 28737985 Change-Id: I3ce3e2741b3224fa5419d7ceca496e1bb91f065c
* | | | Merge "Add PageIndicator interface and custom PageIndicatorLine view." into ↵Tony Wickham2016-05-1817-85/+345
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-calgary am: ae00781428 * commit 'ae007814289a465be3df1ddca276e30f73460a97': Add PageIndicator interface and custom PageIndicatorLine view. Change-Id: I5e541836b8628236e2cd91a7f3aa37c52ac70f06
| * | | Merge "Add PageIndicator interface and custom PageIndicatorLine view." into ↵Tony Wickham2016-05-1817-85/+345
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-calgary
| | * | | Add PageIndicator interface and custom PageIndicatorLine view.Tony Wickham2016-05-1717-85/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The current PageIndicator has been renamed to PageIndicatorDots and PageIndicatorMarker has been renamed to PageIndicatorDot. - PageIndicatorDots and PageIndicatorLine implement PageIndicator. - PageIndicatorLine uses scroll progress and number of pages to draw a line of the correct size and position. - All of these page indicator files are now in a pageindicators package. Bug: 27227498 Change-Id: I9230d2e0600ce583989bd31d0b0e252b148d15c2
* | | | | Merge "Only show App Info drag target if developer settings are enabled." ↵Tony Wickham2016-05-181-2/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-calgary am: 63d1b330bf * commit '63d1b330bfe7942c5a53d53010b6f5e6dea0945c': Only show App Info drag target if developer settings are enabled. Change-Id: I911691ad21475e8bf3fd694b07a39fb2e17af776
| * | | | Merge "Only show App Info drag target if developer settings are enabled." ↵Tony Wickham2016-05-181-2/+9
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into ub-launcher3-calgary
| | * | | | Only show App Info drag target if developer settings are enabled.Tony Wickham2016-05-171-2/+9
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | Bug: 28794577 Change-Id: Ia515a627a4f94121c47386829c6772bea42e70f1
* | | | | instead of unbinding items from the loader, unregistering listeners in ↵Sunny Goyal2016-05-176-59/+31
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | activity.onDestroy() am: aaf7d1d13b * commit 'aaf7d1d13bd88bdeac5c56a9ab1d293fdaea3c11': instead of unbinding items from the loader, unregistering listeners in activity.onDestroy() Change-Id: I6ae696f375a15a396d762a84bd148317e847ac11
| * | | | instead of unbinding items from the loader, unregistering listenersSunny Goyal2016-05-176-59/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in activity.onDestroy() Bug: 28740269 Change-Id: I6bf2ad6aca43970fd10cfbcc113e609c227e07bf
* | | | | Merge "Revert "Wrapping folderLisners with weak reference, and storing it as ↵Sunny Goyal2016-05-174-85/+37
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an array"" into ub-launcher3-calgary am: 5b83d6ce8f * commit '5b83d6ce8f7391aab67b7c53d972380fe0762ced': Revert "Wrapping folderLisners with weak reference, and storing it as an array" Change-Id: Ie82f664b8562d96b73a57b0f88a59f8d0184133d
| * | | | Merge "Revert "Wrapping folderLisners with weak reference, and storing it as ↵Sunny Goyal2016-05-174-85/+37
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | an array"" into ub-launcher3-calgary
| | * | | Revert "Wrapping folderLisners with weak reference, and storing it as an array"Sunny Goyal2016-05-174-85/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e48644a6cc3024399ee2c9509d42ef6c2770ef61. Change-Id: I7bd1d09cae42193de228cb58c08526eeaf57ec04
* | | | | Merge "Wrapping folderLisners with weak reference, and storing it as an ↵Sunny Goyal2016-05-174-37/+85
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | array" into ub-launcher3-calgary am: 192ae6ca71 * commit '192ae6ca71b0a1401ad44020b631c634a348597e': Wrapping folderLisners with weak reference, and storing it as an array Change-Id: Icc6f57d05b53b452073038f612a8277f8b395be4
| * | | | Merge "Wrapping folderLisners with weak reference, and storing it as an ↵Sunny Goyal2016-05-174-37/+85
| |\| | | | | | | | | | | | | | | | | | array" into ub-launcher3-calgary
| | * | | Wrapping folderLisners with weak reference, and storing it as an arraySunny Goyal2016-05-174-37/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storing as an array allows the listeners to be overriten on next bind. These changes remove the need to unbind the item Bug: 28740269 Change-Id: Ibbe4b760d64784fbe3075d18e2b946b366d631c5
* | | | | Opening the system default wallpaper picker on clicking the wallpaper tileSunny Goyal2016-05-173-2/+41
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 04cc3a7bea * commit '04cc3a7beabf03c2e09c3b3e99601fe983a3d897': Opening the system default wallpaper picker on clicking the wallpaper tile Change-Id: I1f256234b05ad655ad66531e5fda78c93d14e334
| * | | | Opening the system default wallpaper picker on clicking the wallpaper tileSunny Goyal2016-05-173-2/+41
| |/ / / | | | | | | | | | | | | | | | | Bug: 28790378 Change-Id: If283b60a0b9563ab8e80d49b0ffa195fc3ffda8a
* | | | Merge "Removing reference of hostView from LauncherAppWidgetInfo" into ↵Sunny Goyal2016-05-173-58/+50
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-calgary am: 840e1b3a82 * commit '840e1b3a82a1c8dd35d4d16fcf8673fe8a3ca965': Removing reference of hostView from LauncherAppWidgetInfo Change-Id: I214808953830e86db5c4ce429161f64de03e420a
| * | | Merge "Removing reference of hostView from LauncherAppWidgetInfo" into ↵Sunny Goyal2016-05-173-58/+50
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-calgary
| | * | | Removing reference of hostView from LauncherAppWidgetInfoSunny Goyal2016-05-163-58/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LauncherAppWidgetInfo is a model item and does not need to reference a view. Removing this dependency will allow cleaning up the item unbinding logic Bug: 28740269 Change-Id: I11fc2e2500b8fe29d157eefe74c70b1decdfd08d
* | | | | On some "non-standard" devices, load label can cause a security exception ↵Sunny Goyal2016-05-160-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to modified platform code am: 0d86a8dccf -s ours am: 519a47d5c9 * commit '519a47d5c9a0e4abfee15a782042e3d72a772625': On some "non-standard" devices, load label can cause a security exception due to modified platform code Change-Id: I9711c6ce9685c6a32eec186e84bc85323ada5cae
| * | | | On some "non-standard" devices, load label can cause a security exception ↵Sunny Goyal2016-05-160-0/+0
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to modified platform code am: 0d86a8dccf -s ours * commit '0d86a8dccf6557587eb3abae1bb3573e2c40c12c': On some "non-standard" devices, load label can cause a security exception due to modified platform code Change-Id: Ic2256db82871f26497f699dd4ded276db63ff0ac
| | * | | On some "non-standard" devices, load label can cause a security exceptionSunny Goyal2016-05-162-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to modified platform code Bug: 28243147 Change-Id: Iab899d0cb233e19ebf994f8a3eacba26f840148f
* | | | | Making the \'Allow rotation\' setting dependent on system stateSunny Goyal2016-05-165-73/+68
|\| | | | | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | am: f48e59268b * commit 'f48e59268bf801cf4f4d1e6715871e14fea31ce3': Making the 'Allow rotation' setting dependent on system state Change-Id: I27e9c2ef596c3beecac30e6f2fce05d67242ec90
| * | | Making the 'Allow rotation' setting dependent on system stateSunny Goyal2016-05-165-73/+68
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The setting will not be available on a tablet, where rotation is always enabled. On mobiles, it will be disabled when auto-rotate is disabled in display settings. Also removing content provider dependency from settings, as its in the same process as launcher. Bug: 28704055 Change-Id: Ibe6b1e67411fb0e4b2e36446710f463e4a3d6883