Fabrice Di Meglio
21300597d1
Merge "FR #15314612 - Enable search on non accentuated chars"
2014-05-28 23:23:15 +00:00
Fabrice Di Meglio
62909fd0cd
Merge "Search - prepare for better normalization"
2014-05-28 23:22:55 +00:00
Fabrice Di Meglio
363348dd8b
FR #15314612 - Enable search on non accentuated chars
...
- update normalization step. Use a Normalizer for a string
decomposition to the NFD form and remove those diacritics with
a "\\p{InCombiningDiacriticalMarks}+" pattern.
See bug #15314612 Search - need to be able to search and have results
with non accentuated chars
Change-Id: Ifaf4cd2ca2fb712e1c6f5f5272f942dda99464e4
2014-05-28 16:20:38 -07:00
Brian Carlstrom
5db7b07dc9
am f3542909
: am 2ce0dcda
: am 70f2201c
: Merge "Move to dalvik.vm.lib.2 to force default to libart"
...
* commit 'f354290901284fdf147e200c814d34207927d04e':
Move to dalvik.vm.lib.2 to force default to libart
2014-05-28 23:18:47 +00:00
Brian Carlstrom
f354290901
am 2ce0dcda
: am 70f2201c
: Merge "Move to dalvik.vm.lib.2 to force default to libart"
...
* commit '2ce0dcdad47e132dbe0f9cd16146b8e3c6b11cd6':
Move to dalvik.vm.lib.2 to force default to libart
2014-05-28 23:13:26 +00:00
Fabrice Di Meglio
a8ac78b392
Search - prepare for better normalization
...
- code refactoring
See bug: #15314612 Search - need to be able to search and have results
with non accentuated chars
Change-Id: Ic3eb94c0effccf6592c02b3eaa78bf26a2d09714
2014-05-28 15:56:30 -07:00
Brian Carlstrom
2ce0dcdad4
am 70f2201c
: Merge "Move to dalvik.vm.lib.2 to force default to libart"
...
* commit '70f2201c7ab842df6c45a1540803239eafa267ed':
Move to dalvik.vm.lib.2 to force default to libart
2014-05-28 22:31:43 +00:00
Brian Carlstrom
70f2201c7a
Merge "Move to dalvik.vm.lib.2 to force default to libart"
2014-05-28 22:28:47 +00:00
Brian Carlstrom
9d7e2b1949
Move to dalvik.vm.lib.2 to force default to libart
...
Bug: 14298175
(cherry picked from commit 3bc8aaad29
)
Change-Id: I5c551d6d6f00af5a7b3638e3847950e441414e37
2014-05-28 14:48:15 -07:00
Brian Carlstrom
7a99bfdaa8
am 238be024
: Merge "Move to dalvik.vm.lib.2 to force default to libart" into lmp-preview-dev
...
* commit '238be024d702c7a6bd702ce17617fd2a20fc1cc0':
Move to dalvik.vm.lib.2 to force default to libart
2014-05-28 21:44:57 +00:00
Brian Carlstrom
238be024d7
Merge "Move to dalvik.vm.lib.2 to force default to libart" into lmp-preview-dev
2014-05-28 21:39:36 +00:00
Brian Carlstrom
3bc8aaad29
Move to dalvik.vm.lib.2 to force default to libart
...
Bug: 14298175
Change-Id: I5ebd13eebf42c998418ef79381d9c8b89aaf5c0c
2014-05-28 14:31:47 -07:00
John Spurlock
6926224f73
am 4e4cdeff
: Settings: Remove sound settings.
...
* commit '4e4cdeffdb6087c953f44808f14f18554a749bda':
Settings: Remove sound settings.
2014-05-28 20:52:56 +00:00
John Spurlock
4e4cdeffdb
Settings: Remove sound settings.
...
- Move the remaining conditional preferences into
the combined Sound & Notifications screen.
- Refactor the "Other sounds" sub-settings screen to
provide a home for the new preferences.
- Migrate docking sounds, conditional on config.
- Migrate docking media, conditional on config.
- Migrate emergency tones, conditional on CDMA.
- Move all boilerplate preference <-> setting plumbing into
a separate helper.
- Since some preferences in Other sounds are now conditional,
create a special indexer for searching.
- Remove SoundSettings (and xml), create aliases in the manifest
to avoid breaking shortcuts.
Bug:15279526
Change-Id: I5ae3ecda2f899b1948f7908bd217a799326c2c56
2014-05-28 16:37:43 -04:00
Ido Ofir
6f482447b0
Moving the trust agents settings in the security settings menu and adding
...
personal unlock.
Change-Id: I0eeb3a32c55450af2435112a98aa44475159dc4f
2014-05-28 13:36:11 -07:00
Geoff Mendal
a0e971df8a
Merge "Probably broke the build."
2014-05-28 20:27:37 +00:00
Geoff Mendal
ba0acb7d1d
Probably broke the build.
...
Revert "Import translations. DO NOT MERGE"
This reverts commit bea433fb6f
.
Change-Id: Ib756f35d49e16ec23e48077b1c5b63a924b0c48f
2014-05-28 20:23:44 +00:00
Geoff Mendal
3e9d0a8d90
Merge "Import translations. DO NOT MERGE"
2014-05-28 20:02:00 +00:00
Geoff Mendal
bea433fb6f
Import translations. DO NOT MERGE
...
Change-Id: I2b4d4df1a1953d6b4f1672c4d5b1ea6c0a35bb77
Auto-generated-cl: translation import
2014-05-28 12:44:19 -07:00
Fabrice Di Meglio
c75417a758
Fix bug #15170508 When I initially load settings, all on/off toggles
...
...start in off position then move to on after pane loads
Another look at this issue.
- start the Switch as View.GONE and make it View.VISIBLE when
the Wi-Fi state is defined.
Change-Id: I2f3077f779fc4030b2ba9ff3b21be8148add33c3
2014-05-28 11:43:13 -07:00
Fabrice Di Meglio
45867858bb
Merge "This CL is not working (even after careful testing) but when I tried I was not completely ToT. "
2014-05-28 17:37:40 +00:00
Fabrice Di Meglio
00b5e6b247
This CL is not working (even after careful testing) but when I tried I was not completely ToT.
...
Revert "Fix bug #15170508 When I initially load settings, all on/off toggles start in off position then move to on after pane loads"
This reverts commit 1e52db8063
.
Change-Id: I73bdfeba4a4b3e993e37cdae1e3733ffe272b9eb
2014-05-28 17:36:37 +00:00
Przemyslaw Szczepaniak
d27e3b72cf
Merge "Make TTS "Listen to an example" survive rotation."
2014-05-28 16:17:36 +00:00
Przemyslaw Szczepaniak
3b60858e9c
Make TTS "Listen to an example" survive rotation.
...
Bug: 15019145
Change-Id: Id94e32947c58911ded3e4025653b415453cabbbb
2014-05-28 17:04:08 +01:00
Alexandra Gherghina
a14cfda8fc
Adds missing accessibility string for accounts syncing
...
Change-Id: If84fd05c67d2bddfbbc197a6f961c10409744462
2014-05-28 15:47:25 +01:00
Fabrice Di Meglio
6268209628
Merge "Fix bug #15170508 When I initially load settings, all on/off toggles start in off position then move to on after pane loads"
2014-05-28 02:18:34 +00:00
Fabrice Di Meglio
1e52db8063
Fix bug #15170508 When I initially load settings, all on/off toggles start in off position then move to on after pane loads
...
- refactor all the code that was using the Switch to control it thru the SwitchBar
- start the Switch as View.GONE and make it View.VISIBLE when it is set
as "enabled" or "checked" so that you dont see the Switch transition (it shows
only with it final state)
Change-Id: I382076bf3c819c530b5b2c06ca2429dfb2cdc6bf
2014-05-27 17:01:10 -07:00
Dave Langemak
73f2110e0a
am 9e8bd809
: Merge "Move mobile data dis/enable to Telephony" into lmp-preview-dev
...
* commit '9e8bd809fca7c5fccc02bb5671c78e60906bd12a':
Move mobile data dis/enable to Telephony
2014-05-27 22:24:16 +00:00
Fabrice Di Meglio
f35c5193b5
am 9c3c57f7
: (-s ours) DO NOT MERGE: Fix bug #15161058 Stability: ISE in Settings:Fragment DashboardSummary{588de71} not attached to Activity
...
* commit '9c3c57f7aeced1dad6f7aca5552d01f696f8ea26':
DO NOT MERGE: Fix bug #15161058 Stability: ISE in Settings:Fragment DashboardSummary{588de71} not attached to Activity
2014-05-27 22:24:08 +00:00
Fabrice Di Meglio
8b0ee4eca6
am 42c4b0ab
: (-s ours) DO NOT MERGE: Optimize Dashboard loading
...
* commit '42c4b0abe5578a7812844ad5205ffc3b87cf3072':
DO NOT MERGE: Optimize Dashboard loading
2014-05-27 22:24:07 +00:00
Dave Langemak
9e8bd809fc
Merge "Move mobile data dis/enable to Telephony" into lmp-preview-dev
2014-05-27 21:25:52 +00:00
Fabrice Di Meglio
9c3c57f7ae
DO NOT MERGE: Fix bug #15161058 Stability: ISE in Settings:Fragment DashboardSummary{588de71} not attached to Activity
...
- prevent rebuilding the UI until the fragment got attached
Change-Id: I6d5fcbce2581f3fc9900f1ca4fc8178ee959061e
(cherry picked from commit 53d76860a5
)
2014-05-27 21:01:29 +00:00
Fabrice Di Meglio
42c4b0abe5
DO NOT MERGE: Optimize Dashboard loading
...
- prevent loading categories twice
- add some logging to see the time taken for building the Dashboard titles
Change-Id: I31724c0e66fe3b453a87f12476f58db84c73423f
(cherry picked from commit b644f29313
)
2014-05-27 20:58:43 +00:00
Robert Greenwalt
34cdd1a8fd
Move mobile data dis/enable to Telephony
...
ConnectivityService doesn't do this anymore.
bug:15077247
Change-Id: I3208c91b2c0369b594987f39ca29da7478435513
(cherry picked from commit 0d4c500e98
)
2014-05-27 19:39:53 +00:00
John Spurlock
0d6b7183b5
am 66548844
: Merge "Settings: Hide phone-related settings on tablets." into lmp-preview-dev
...
* commit '665488441761a0d6cae2498eff935de31a1a7f9f':
Settings: Hide phone-related settings on tablets.
2014-05-27 19:26:04 +00:00
John Spurlock
6654884417
Merge "Settings: Hide phone-related settings on tablets." into lmp-preview-dev
2014-05-27 19:23:24 +00:00
John Spurlock
57c713d1d9
Settings: Hide phone-related settings on tablets.
...
Bug:15002393
Bug:15091008
Change-Id: I8238b7990572f46e1530a800897ab2d39a189055
2014-05-27 14:39:02 -04:00
Baligh Uddin
5f686ccd50
Merge "You broke the build. off you go."
2014-05-27 18:32:41 +00:00
Baligh Uddin
45aeec773f
You broke the build. off you go.
...
Revert "Import translations. DO NOT MERGE"
This reverts commit 416d11b4a9
.
Change-Id: I58f2611d81652317590c2d59737ae6acec435f50
2014-05-27 18:32:34 +00:00
John Spurlock
70f64b7509
am 85315533
: Settings: Performance tweaks for SeekBarVolumizer.
...
* commit '85315533a19aa61a0c5fc27d3f783c3f21e3878f':
Settings: Performance tweaks for SeekBarVolumizer.
2014-05-27 18:03:48 +00:00
John Spurlock
85315533a1
Settings: Performance tweaks for SeekBarVolumizer.
...
Bind to existing volumizer instance when possible.
Bug:15091992
Change-Id: I26248967ff85fdb7a850451336d6850e508d4f18
2014-05-27 13:12:35 -04:00
Baligh Uddin
416d11b4a9
Import translations. DO NOT MERGE
...
Change-Id: I05a100b276a03069630751b1edeac5701ea1d02d
Auto-generated-cl: translation import
2014-05-26 14:46:09 -07:00
John Spurlock
4d6eb2f332
am 85ba0ee6
: Fix crash when launching zen mode settings.
...
* commit '85ba0ee6ec978b760720f1ece3e8e64e0340d260':
Fix crash when launching zen mode settings.
2014-05-24 18:46:32 +00:00
John Spurlock
85ba0ee6ec
Fix crash when launching zen mode settings.
...
The switch bar is only accessible in onActivityCreated. Defer
initialization until then.
Bug:15214851
Change-Id: Ie026d46250dae397ba0af02e833bb178631fe708
2014-05-24 14:40:05 -04:00
Fabrice Di Meglio
22807d93a2
am 7ca0cd41
: Merge "Make smooth transition between Search fragment and the others" into lmp-preview-dev
...
* commit '7ca0cd415c4d5069e4981a6d5e41e8aa9a43f23e':
Make smooth transition between Search fragment and the others
2014-05-24 01:34:11 +00:00
Fabrice Di Meglio
7ca0cd415c
Merge "Make smooth transition between Search fragment and the others" into lmp-preview-dev
2014-05-24 01:31:43 +00:00
Fabrice Di Meglio
0897f975c1
Add Indexing and Search for ChooseLockGenericFragment
...
- clean some imports
- add key and title to security_settings_picker.xml
- add ChooseLockGenericFragment in SearchIndexableResources
Change-Id: I867a1e11905cc4059d6eccabeab04d55cc3d799e
2014-05-23 18:17:09 -07:00
Dianne Hackborn
beb6088990
am 0171fdba
: Merge "Fix issue #15185822 : Stability: ArithmeticException: divide by zero" into lmp-preview-dev
...
* commit '0171fdba7bd9b5acdcf0d32ffa12e07c69045a5d':
Fix issue #15185822 : Stability: ArithmeticException: divide by zero
2014-05-24 00:02:05 +00:00
Dianne Hackborn
0171fdba7b
Merge "Fix issue #15185822 : Stability: ArithmeticException: divide by zero" into lmp-preview-dev
2014-05-23 23:59:24 +00:00
Fabrice Di Meglio
29b915d559
am 7e4855e8
: Update Search recents behavior
...
* commit '7e4855e8f644bdecf68ec65b8c1b7c08624a4876':
Update Search recents behavior
2014-05-23 23:48:57 +00:00