Sunny Goyal
6731395671
Fixing Search drop target bar stays visible, until the first time
...
an item is picked up
Change-Id: I48ac697147ffe7a1f8802ed00de4fa4006a1878e
2016-01-29 18:39:26 -08:00
Sunny Goyal and Android (Google) Code Review
6362683acb
Merge "Removing unnecessary new object creation in dispatchDraw" into ub-launcher3-burnaby-polish
2016-01-28 00:30:06 +00:00
Sunny Goyal
3fc648d3b7
Preventing a Runtime widget crash from crashing the Launcher
...
Bug: 26750103
Change-Id: I31f120bb0c4d64b903b3dd5dae0ae46f95bcdf59
2016-01-25 17:30:25 -08:00
Sunny Goyal
8bf6f311e8
Removing unnecessary new object creation in dispatchDraw
...
dispatchDraw was calling getVisiblePages which in turn calls
getDescendantCoordRelativeToParent and created multiple new abjects
Change-Id: I401fec076183979d30dfdbbdc02a57bd79f3886d
2016-01-23 14:42:25 -08:00
Sunny Goyal and Android (Google) Code Review
b56090af35
Merge "Removing some obsolete files" into ub-launcher3-burnaby-polish
2016-01-19 20:54:00 +00:00
Sunny Goyal
2080603ca7
Removing some obsolete files
...
Change-Id: I45cc23afcecb67163da99a9b81ace0021f723c9b
2016-01-19 10:38:49 -08:00
Sunny Goyal
c7a49f0574
Removign 'final' modifiers from FeatureFlags so that then can be overridden
...
Change-Id: I07265eaeed883301787eb0ffd838f516d7c63d26
2016-01-19 10:36:23 -08:00
Sunny Goyal and Android (Google) Code Review
d42903b4f0
Merge "Disabling icon normalization" into ub-launcher3-burnaby-polish
2016-01-13 18:04:19 +00:00
Sunny Goyal
dde32e216c
Disabling icon normalization
...
Bug: 26537769
Change-Id: Ia1d7127a7c01fe98127e34440d1c003b669eaf75
2016-01-13 09:48:17 -08:00
Sunny Goyal and Android (Google) Code Review
5255c87c6f
Merge "Fixing icon badging being done on scaled bitmap size" into ub-launcher3-burnaby-polish
2016-01-12 22:35:16 +00:00
Sunny Goyal
ecdc24f6f6
Fixing custom content screen not aligned properly in landscape
...
Bug: 26413100
Change-Id: I1a111c9d2b0dfdfbc3cbd566e5784a1ed2bb6719
2016-01-12 10:35:55 -08:00
Sunny Goyal
e1483fb1cd
Fixing icon badging being done on scaled bitmap size
...
Launcher already scales the bitmap during the icon creaiton. The
badging should be done based on the actual size
Bug: 26345646
Change-Id: I1b1f7ac736322ba10db9083d602eec221b99687a
2016-01-08 12:16:15 -08:00
Sunny Goyal
e70fb6f8ef
Accessibility delegate is already set in BubbleTextView constructor. Not need to set it again
...
Bug: 25948877
Change-Id: I1d301a6169404a78881fa29da6d6bdf2fec8f146
2016-01-07 13:51:09 -08:00
Sunny Goyal
f82e547359
Fixing syntax error
...
Change-Id: I8fbcd34d891b1d020436e9aa430fd26372910a63
2016-01-06 15:09:22 -08:00
Sunny Goyal and Android (Google) Code Review
f7a263c437
Merge "Adding support for negative x and y in layout xml. Fixing default configurations for some screen sizes." into ub-launcher3-burnaby-polish
2016-01-06 22:51:43 +00:00
Sunny Goyal
a6164c5c9b
Adding a .nano prefix in the proto package name
...
Change-Id: Ia513089f813567953ca146538f79d21ca5fd8ddf
2016-01-06 14:47:13 -08:00
Sunny Goyal
96a0963c4a
Adding support for negative x and y in layout xml.
...
Fixing default configurations for some screen sizes.
> Negative values for x and y are parsed as distance from end
column and row respectively. e.g. (-1, -2) => (3, 2) in a
4x4 grid
Bug: 26110981
Change-Id: I4ca30e225ed6e2a31610ab23235d2cd10e8d317c
2015-12-18 17:17:08 -08:00
Sunny Goyal and Android (Google) Code Review
ffa1237698
Merge "Using SharedPrefenrece.apply instead of commit to prevent disk IO on main thread" into ub-launcher3-burnaby-polish
2015-12-18 22:38:52 +00:00
Sunny Goyal and Android (Google) Code Review
60acb943c6
Merge "Preventing launcher crashes due to low disk space." into ub-launcher3-burnaby-polish
2015-12-18 22:29:47 +00:00
Tony Wickham
ca656e3c69
Fix item count check in Folder#replaceFolderWithFinalItem()
...
Instead of checking the item count (number of views), check the number
of items in the model, since that is where the item is being removed.
This way, mInfo.contents.remove(0) will never be out of bounds.
Bug: 25666490
Change-Id: I0eb880b366157bddb5a8c342d538737722b7f0cd
2015-12-18 13:13:48 -08:00
Sunny Goyal
b740f59c7d
Fixing some invalid checks and cleaning some redundant conditions
...
Change-Id: I770ce2cc2eccbee105958634e81bbc9bc2e4cc48
2015-12-18 11:00:14 -08:00
Sunny Goyal
6f70936f7f
Preventing launcher crashes due to low disk space.
...
In case of low disk space, all write operations to the IconCache are
silently ignored. This will not affect the Launcher behavior and
user will still see the latest icons, but in some cases, icon loading
would appear slow
Bug: 24585352
Change-Id: I85ccc519046fc3708403388bba89e019a3f2ce3d
2015-12-18 10:20:52 -08:00
Sunny Goyal
d804398755
Using SharedPrefenrece.apply instead of commit to prevent disk IO on main thread
...
Bug: 25903149
Change-Id: Ib1ee3fd27cca14f147f704aec768a330c4f03b33
2015-12-17 22:24:51 -08:00
Sunny Goyal
d896ee43cd
Protecting Icon normalization behind a feature flag
...
Change-Id: I91b7126765049372a3ffec3ad6f661715dc83bab
2015-12-17 11:24:46 -08:00
Sunny Goyal
2b84b652b3
Reverting the cache version change, so that users on release version do not get the cache reset
...
Change-Id: I61b06ca001e6ae47693e8d6f467565314d66f1b4
2015-12-15 17:12:22 -08:00
Sunny Goyal
a50a419b82
Restarting launcher when on font scale change
...
Chaning the font scale affects the static device profile and may
affect various background threads and static constants. Killing
the process ensures that these states get invalidated properly.
Bug: 26131935
Change-Id: Idc262ee5d158019e7a2505f8fb9a6413c06bfdeb
2015-12-11 10:55:20 -08:00
Sunny Goyal and Android (Google) Code Review
49750ce75e
Merge "Fixing All apps not respecting scaled icon size" into ub-launcher3-burnaby-polish
2015-12-11 01:49:02 +00:00
Sunny Goyal and Android (Google) Code Review
e5ef3d2e9b
Merge "Clearing DB instead of deleting the DB file." into ub-launcher3-burnaby-polish
2015-12-11 01:37:56 +00:00
Sunny Goyal
383e0a29ec
Fixing All apps not respecting scaled icon size
...
Change-Id: I3d05c713939fd69d04f5896cdc5db91480b0d4d1
2015-12-10 13:02:01 -08:00
Sunny Goyal and Android (Google) Code Review
06538a7784
Merge "Verifying the install shortcut intent before casting the extras to various object types" into ub-launcher3-burnaby-polish
2015-12-08 21:43:10 +00:00
Sunny Goyal
655daaed3e
Recreating QSB when the widget host gets reset
...
Bug: 25073414
Change-Id: Ibdaa2b330ef7989cb7c93d64a05c8f6e5b26594a
2015-12-08 09:29:03 -08:00
Sunny Goyal and Android (Google) Code Review
f3b13b55df
Merge "Adding FeatureFlags.java file to aggregate various feature definitions" into ub-launcher3-burnaby-polish
2015-12-08 01:44:40 +00:00
Sunny Goyal
bdcabf0515
Adding FeatureFlags.java file to aggregate various feature definitions
...
Change-Id: I52d04ab979329d1afd42fd74ec0a533dd819fd23
2015-12-07 15:04:13 -08:00
Sunny Goyal
7606a412c5
Verifying the install shortcut intent before casting the extras to various object types
...
Bug: 26043109
Change-Id: I95f127d62a6a508a850e11d6728afc7509fb07d1
2015-12-07 14:52:07 -08:00
Tony Wickham and Android (Google) Code Review
8db5d7ca60
Merge "Add appropriate (tiny) offset to widget drops so they land correctly." into ub-launcher3-burnaby-polish
2015-12-04 22:14:36 +00:00
Sunny Goyal and Android (Google) Code Review
39b700fcc5
Merge "Normalizing app icons based on the standard icon guidelines" into ub-launcher3-burnaby-polish
2015-12-04 17:56:04 +00:00
Tony Wickham and Android (Google) Code Review
b88d0bccbe
Merge "Cleanup keyboard code." into ub-launcher3-burnaby-polish
2015-12-04 17:55:33 +00:00
Tony Wickham
329d8bfa04
Cleanup keyboard code.
...
This should be the last keyboard CL.
- Fix bug: couldn't focus All Apps button in some cases when the All
Apps column was skipped over. Also added test case for this.
- Stop explicitly passing countX and countY to handleKeyEvent, as
these had to match the matrix dimensions anyways.
- Rename createSparseMatrix() - there were 3 methods of the same name,
but all had different purposes. This is confusing both from a
readability standpoint and also when looking at stack traces.
Change-Id: I08ba8411674fcea43a608856c114dee8dbd22398
2015-12-04 09:48:17 -08:00
Tony Wickham
62b9b6054e
Hide the focus indicator view when going to a fullscreen page.
...
Bug: 25649853
Change-Id: I9f2f221020548b48d816924a1803a1a70d11c412
2015-12-03 14:47:52 -08:00
Tony Wickham
0fa5ada226
Fullscreen pages (e.g. Now) are focusable via keyboard.
...
Change-Id: I962551651aeb9ac7b57bb51b195adc3140db30d8
2015-12-03 14:27:55 -08:00
Tony Wickham
af78b59af1
Make sure pages are always accessible via left/right arrow keys.
...
- Handle NextPageFirstItem as first focusable item in reading order
- Handle PreviousPageLastItem as last focusable item in reading order
- Check the hotseat after the workspace in both cases above
- Dpad horizontal navigation (left/right) uses these as a last
resort (Rule3) to guarantee an item takes focus if a page exists
Note that it is necessary to search for a focusable item because
widgets are not yet focusable.
Bug: 25591057
Change-Id: I953648bd76c657d660a38427fdd4108bf9963c23
2015-12-03 14:18:06 -08:00
Tony Wickham and Android (Google) Code Review
b879abd274
Merge "Add special column for All Apps button in FocusLogic's sparse matrix." into ub-launcher3-burnaby-polish
2015-12-03 20:41:28 +00:00
Tony Wickham
a501d49a6a
Add appropriate (tiny) offset to widget drops so they land correctly.
...
Also removed some unused parameters I found on the way.
Bug: 25191623
Change-Id: Ib9a30db106467c114cc8b54a5b13ed3e88162d56
2015-12-03 11:54:13 -08:00
Sunny Goyal
fc21830e6b
Normalizing app icons based on the standard icon guidelines
...
Bug: 18245189
Change-Id: Iaadcddbe3f966733a13b2e1fb60ba09a8b3aef9a
2015-12-02 19:46:36 -08:00
Sunny Goyal and Android (Google) Code Review
aa4011e63e
Merge "Scaling down the icon before applying the user badge > This also saves memory only create one new bitmap while loading instead of two" into ub-launcher3-burnaby-polish
2015-12-03 03:25:21 +00:00
Tony Wickham and Android (Google) Code Review
ac929f4ad8
Merge "Disallow scrolling if workspace is in transition." into ub-launcher3-burnaby-polish
2015-12-02 23:11:09 +00:00
Sunny Goyal and Android (Google) Code Review
093a58cc77
Merge "Keeping the focus indicator on the widget view, while a child is focused" into ub-launcher3-burnaby-polish
2015-12-01 23:19:11 +00:00
Sunny Goyal
9326461652
Adding margin to Drag layer instead of checking for right insets at every place
...
Bug: 25692432
Change-Id: I853f41a17c54b30b7772b9fd8556d9465de84752
2015-12-01 14:43:32 -08:00
Sunny Goyal
0c4e37223f
Keeping the focus indicator on the widget view, while a child is focused
...
Bug: 25199581
Change-Id: Ie08d1438ae0c1b5d4fcaa4d642508c1b9db0f5d4
2015-12-01 14:38:14 -08:00
Sunny Goyal
33f90e7b55
Clearing DB instead of deleting the DB file.
...
> Deleting a file/reinitializing the openHelper variable is not thread safe
and can cause the sqlite instance ot go in an invalid state
Change-Id: I54d992c7e3daee82e6dad38d6bfbfcbf8ede506c
2015-11-30 11:48:16 -08:00