| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: Ideef1e08d43a595e53913165547325794094030d
|
| |
|
|
|
|
| |
This reverts commit ad4f76791d5306f6046150cefd7de07d9d15aa33.
Change-Id: I396973b7f27a5df483a7845b16b1db804bb8916b
|
| |
|
|
| |
This reverts commit 7fd67cc7d9cd697b2341a192bcee0f0a08af42c7.
|
| |
|
|
|
|
|
|
|
| |
Should be limit the length of search word that the user input,
add edittext maxlength = 40,
and when search word more than 40 length will prompt user by toast
Change-Id: I4bb1506a015626a4476dc52d0691b5459ae9a0b0
CRs-Fixed: 1086526
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Use the search function to search the local mail.
2. Search results interface:
Filters All, Subject, Sender, Receiver
click on the different filter,
and search the corresponding results.
All for the default selection filter.
3. Search results interface: slide switch filter,
remove "sliding removing a single mail" effect.
4. Search results interface: alternative condition,
slide switch filter, cancel the multiselect state.
5. Search results interface: UI-filters layout,
sliding effect, search, according to the number of
search results highlighted.
Change-Id: I2af40a386de55e221878bd346cda3ea1cff8f2fa
CRs-Fixed: 1023498
|
| |
|
|
|
|
|
|
| |
Had to rename a couple resources to be consistent
with what UX has in drive.
Bug: 17936539
Change-Id: I9ca2c0ec870afcdea52c1fbf1e55468b930301ae
|
| |
|
|
|
|
|
| |
Moving actionbar_color to primary_color to make sure it's
shared and properly referenced in the future.
Change-Id: I446e640bc900b20e4d8fe16d60620921582e689c
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I introduced with some bugs with my recent CLs for
showing the transparent search bar in tablet landscape.
- don't call onConversationListLayout unless it's in
tablet landscape (this is documented on the interface).
- update the code for setupEndingButton to take into
the new alignment into account.
- set search button to invis after animating it to transparent.
Change-Id: I348626603b47eb8a536cd5c54eaa9db5027fdbfe
|
| |\
| |
| |
| | |
ub-gmail-ur14-dev
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In two-pane landscape, change the search bar accordingly
when we are in conversation mode (so the menu items are
visible).
b/17361017
Change-Id: Icb07fff91f0533681478d866430fbaa82bc5850c
|
| |/
|
|
|
|
|
|
|
|
| |
- fix the button positioning for search bar
- move windowoverlay to the proper container for two-pane
- disable CAB for search
b/17497173
Change-Id: I549d52f96737550aed3be397f6a2d70ef224e561
|
| |
|
|
|
|
| |
b/17500013
Change-Id: Ic2cc4c80273648b881703dda52f5596c85655666
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Capture enter key on hardware keyboard to perform search.
- FAB compose is still focusable with hardware keyboard, it
looks like we need to set focusableInTouchMode to properly
prevent framework from focusing it. The button still properly
responds to touch events.
b/17386331
Change-Id: I1e0484de174cd808bc5a6e86984ffcb865ebdb0c
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- refresh suggestion list when it goes from gone to visible.
- for search view modes, persist the search query since the
search actionbar is always visible for search result list.
this is applicable when the user taps into a search result
then navigate back to the list.
b/17258499
Change-Id: Iedd3090c8c9efd5125a563b67ccde136a82a2ec5
|
| |
|
|
|
|
|
|
|
|
| |
Scrim transparency should be 20% instead of 50%.
move requestFocus to inside hasFocus block.
Fix back button navigation.
b/16518233
Change-Id: I66f3e7deb81dda3959ed05e0661c4ff13786f495
|
|
|
I apologize in advance for this huge CL.
- New icons (yay!)
- Abandon framework search and handle in-app search
functionality ourselves. This is made possible because
we use Toolbar and can position any custom view on top.
- Remove all previous search related attributes, including
search providers, searchable, search authority, default
search menu item layout, etc.
- Cleaned up the recent history provider to contain only
the functionalities we need - query, add, and delete.
Instead of using the framework to add recent queries,
we directly insert into our database. Since the provider
no longer needs to extend ContentProvider, removed
some unnecessary callbacks such as onCreate.
- Custom quantum search views:
- Top search bar, this is inserted in a FrameLayout
on top of Toolbar. The search bar interacts with
the suggestion list and AbstractActivityController
via the QuantumSearchViewController interface.
- Suggestions list, this is inserted in the FrameLayout
that typically contains the main content pane for
either one-pane or two-pane layouts. Again, this
interacts with the action bar via the controller.
- Voice search, this is simply an implicit intent
that converts speech to text.
b/16518233
Change-Id: I589c40e6c6e3d8c719856b735d0c53e8db986e65
|