OSDN Git Service

android-x86/packages-apps-Settings.git
10 years agoam ce077b41: (-s ours) am 81ff7980: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Wed, 16 Apr 2014 15:47:56 +0000 (15:47 +0000)]
am ce077b41: (-s ours) am 81ff7980: (-s ours) Import translations. DO NOT MERGE

* commit 'ce077b417de0b40a622f3679552929968d9c63a5':
  Import translations. DO NOT MERGE

10 years agoam 81ff7980: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Wed, 16 Apr 2014 15:43:33 +0000 (15:43 +0000)]
am 81ff7980: (-s ours) Import translations. DO NOT MERGE

* commit '81ff798050d4223dec7038cc466847e0d2ef999b':
  Import translations. DO NOT MERGE

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Wed, 16 Apr 2014 15:40:22 +0000 (15:40 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Implement color palette in Settings"
Alan Viverette [Wed, 16 Apr 2014 01:25:07 +0000 (01:25 +0000)]
Merge "Implement color palette in Settings"

10 years agoImplement color palette in Settings
Alan Viverette [Wed, 16 Apr 2014 00:42:33 +0000 (17:42 -0700)]
Implement color palette in Settings

Change-Id: I83a4c8726408c253d8f075466c6f51f7c2083e23

10 years agoMerge "Use action bar widget context for accessibility toggle switches"
Alan Viverette [Wed, 16 Apr 2014 00:27:34 +0000 (00:27 +0000)]
Merge "Use action bar widget context for accessibility toggle switches"

10 years agoUse action bar widget context for accessibility toggle switches
Alan Viverette [Wed, 16 Apr 2014 00:08:47 +0000 (17:08 -0700)]
Use action bar widget context for accessibility toggle switches

Change-Id: I078968b3f4f59439743356e9fe241cdf385deef6

10 years agoSearch results - just show the first item of ListPreference entries
Fabrice Di Meglio [Tue, 15 Apr 2014 21:03:19 +0000 (14:03 -0700)]
Search results - just show the first item of ListPreference entries

- need to increment the database model version to force re-indexing
- change entries separator from SPACE to PIPE
- just show the first entries value in the Search results

Change-Id: I747218ff3528c3231c0209f8870c12f65e036070

10 years agoUpdate DynamicIndexableContentMonitor
Fabrice Di Meglio [Tue, 15 Apr 2014 02:49:18 +0000 (19:49 -0700)]
Update DynamicIndexableContentMonitor

- use factory for creating Intents
- add missing case in handlePackageUnavailable() for IMEs
- move DynamicIndexableContentMonitor to the "search" package

Change-Id: I8d74b28fb9183827db50c6de4b4543b4ff21acc0

10 years agoUpdate UI for Search results
Fabrice Di Meglio [Tue, 15 Apr 2014 02:44:31 +0000 (19:44 -0700)]
Update UI for Search results

- put the icon on the left
- just use the "summaryOn" ellipsized instead of the list
of values

Change-Id: I7250ff5b7c882b873cfe6bb0ec550a8eaf052d16

10 years agoAdding search for dynamic accessibility settings.
Svetoslav [Tue, 15 Apr 2014 00:14:59 +0000 (17:14 -0700)]
Adding search for dynamic accessibility settings.

The language and input settings are highly dynamic and this change adds search
support for that. This category depends on installed IMEs, input devices, user
dictionary configuration, etc. We not only compute the right preferences to be
indexed but also track related system state in the settings app to rebuild the
index if needed.

bug:14066763

Change-Id: Ia89d9e35bd79abf8d74614691aedf4ca9b11b6f2

10 years agoRebuild search index if dynamic setting packages change.
Svetoslav [Mon, 14 Apr 2014 17:10:25 +0000 (10:10 -0700)]
Rebuild search index if dynamic setting packages change.

We have some settings that are dynamically generated based on what packages are
installed. For example, accessibility services, etc. We now update the index when
the relevant installed packages change.

bug:14056852

Change-Id: I6143382bf2c7399d3c80abea0835d717935a9200

10 years agoSome code cleaning
Fabrice Di Meglio [Tue, 15 Apr 2014 00:01:02 +0000 (17:01 -0700)]
Some code cleaning

- use MatrixCursor var as in the other cases

Change-Id: Iba1163a851e62de9a0dd6e7c1c5d28f06452bdba

10 years agoAllow partial Index rebuilding thru updateFromClassNameResource(...)
Fabrice Di Meglio [Mon, 14 Apr 2014 20:31:14 +0000 (13:31 -0700)]
Allow partial Index rebuilding thru updateFromClassNameResource(...)

- add a new boolean parameter to ask for Index rebuilding:
passing "true" will delete first all the data corresponding to the
"className" and then apply the update.

Change-Id: Ifc42fc560a14f5470b466cf6982915d9207fa3c7

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 14 Apr 2014 19:45:30 +0000 (12:45 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ib2208cee6d0db28359ff978f70de7975b665c037
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 14 Apr 2014 19:41:44 +0000 (12:41 -0700)]
Import translations. DO NOT MERGE

Change-Id: I571889dbba0de412f258289e097ec510fbf02e05
Auto-generated-cl: translation import

10 years agoSearch - add support for deleting all preferences for a class name
Fabrice Di Meglio [Mon, 14 Apr 2014 18:24:16 +0000 (11:24 -0700)]
Search - add support for deleting all preferences for a class name

- modify SQL delete query for passing any column in the DELETE statement
- modify deleteIndexableData(...) for passing a SearchIndexableData

Change-Id: I4c58e38422e67b1d464b0e51201520ce8717a14d

10 years agoUpdate SettingsSearchIndexablesProvider for supporting queryNonIndexableKeys(...)
Fabrice Di Meglio [Sat, 12 Apr 2014 01:49:10 +0000 (18:49 -0700)]
Update SettingsSearchIndexablesProvider for supporting queryNonIndexableKeys(...)

- add the new requested method "queryNonIndexableKeys" from the contract

Change-Id: I72be47851a7e19e3f14960f4e2b60c3e952f1fac

10 years agoMerge "Search - add indexing of SecuritySettings"
Fabrice Di Meglio [Sat, 12 Apr 2014 00:54:55 +0000 (00:54 +0000)]
Merge "Search - add indexing of SecuritySettings"

10 years agoSearch - add indexing of SecuritySettings
Fabrice Di Meglio [Fri, 11 Apr 2014 23:09:11 +0000 (16:09 -0700)]
Search - add indexing of SecuritySettings

- implement a SearchIndexProvider for providing the data to index
- some code refactoring to extract some helper methods

Change-Id: Ia8818c17d1bead7306b528d242cdc24c863c17eb

10 years agoMerge "Adding search for dynamic print settings."
Svetoslav [Sat, 12 Apr 2014 00:36:45 +0000 (00:36 +0000)]
Merge "Adding search for dynamic print settings."

10 years agoAdding search for dynamic print settings.
Svetoslav [Fri, 11 Apr 2014 23:07:43 +0000 (16:07 -0700)]
Adding search for dynamic print settings.

The print service list is dynamically constructed, therefore we need
a local provider that will emit print service data to be indexed.

bug:13929163

Change-Id: I51d5ae40c00edc6be7b212dc8aa08fd7ebfbf349

10 years agoMerge "Adding search for dynamic accessibility settings."
Svetoslav [Sat, 12 Apr 2014 00:19:26 +0000 (00:19 +0000)]
Merge "Adding search for dynamic accessibility settings."

10 years agoAdding search for dynamic accessibility settings.
Svetoslav [Sat, 12 Apr 2014 00:06:17 +0000 (17:06 -0700)]
Adding search for dynamic accessibility settings.

The accessibility service list is dynamically constructed, therefore we
need a local provider that will emit accessibility service data to be
indexed.

bug:13928519

Change-Id: Idd29cd1698f36b54fabf013dfa36029412bbb8a9

10 years agoMerge "Fallback to the default values when indexing from local resource."
Svetoslav [Fri, 11 Apr 2014 23:38:09 +0000 (23:38 +0000)]
Merge "Fallback to the default values when indexing from local resource."

10 years agoFallback to the default values when indexing from local resource.
Svetoslav [Fri, 11 Apr 2014 22:59:17 +0000 (15:59 -0700)]
Fallback to the default values when indexing from local resource.

If we are indexing from a local resource and the indexable resource does
not provide icon or class name or rank we fall back to the defaults.

Change-Id: Ibbed8b2a92e28799c26f5f80b3f058737535739d

10 years agoSearch - fix remembered Bluetooth devices indexing
Fabrice Di Meglio [Fri, 11 Apr 2014 21:00:56 +0000 (14:00 -0700)]
Search - fix remembered Bluetooth devices indexing

We were indexing the remembered device names but we were missing the
informations for launching the correct Activity from the Search result.

- add the missing information: className and iconResId

Change-Id: Ib6781d4c492c296e822da1b5a8a2a76c92ecd586

10 years agoMerge "Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)"
Fabrice Di Meglio [Fri, 11 Apr 2014 18:18:09 +0000 (18:18 +0000)]
Merge "Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)"

10 years agoAdd Indexable.SearchIndexProvider.getNonIndexableKeys(Context)
Fabrice Di Meglio [Fri, 11 Apr 2014 02:25:42 +0000 (19:25 -0700)]
Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)

- getNonIndexableKeys(Context) allow a SearchIndexProvider to tell which data
he does not want to index by providing a list of the data keys
- use this new API for SoundSettings and removing KEY_EMERGENCY_TONE related
settings if the device is not CDMA
- add a BaseSearchIndexProvider for code simplification

Change-Id: I23633ace1d7e390ee05fac0a5458a33e04e72d8d

10 years agoMerge "Some code refactoring"
Fabrice Di Meglio [Fri, 11 Apr 2014 01:00:52 +0000 (01:00 +0000)]
Merge "Some code refactoring"

10 years agoSome code refactoring
Fabrice Di Meglio [Fri, 11 Apr 2014 00:58:27 +0000 (17:58 -0700)]
Some code refactoring

- use SearchIndexableResources.NO_DATA_RES_ID
- extract code for getting a SearchIndexProvider

Change-Id: I3d31cc58f70b9b0abfa6684d9d20b19534ec5e45

10 years agoMerge "Fix bug #13962001 Search - need to finish indexing "Data usage" Settings"
Fabrice Di Meglio [Thu, 10 Apr 2014 21:46:25 +0000 (21:46 +0000)]
Merge "Fix bug #13962001 Search - need to finish indexing "Data usage" Settings"

10 years agoFix bug #13962001 Search - need to finish indexing "Data usage" Settings
Fabrice Di Meglio [Thu, 10 Apr 2014 20:47:30 +0000 (13:47 -0700)]
Fix bug #13962001 Search - need to finish indexing "Data usage" Settings

- index missing strings

Change-Id: I015452b58bf7dc576bce8fee03b55b38c0094097

10 years agoam e38487bf: (-s ours) am b6b3172c: (-s ours) am 915ef6e3: (-s ours) am 52e3681f...
Baligh Uddin [Thu, 10 Apr 2014 16:09:59 +0000 (16:09 +0000)]
am e38487bf: (-s ours) am b6b3172c: (-s ours) am 915ef6e3: (-s ours) am 52e3681f: (-s ours) Import translations. DO NOT MERGE

* commit 'e38487bf720f729056a2281377dabda86dc46d56':
  Import translations. DO NOT MERGE

10 years agoam b6b3172c: (-s ours) am 915ef6e3: (-s ours) am 52e3681f: (-s ours) Import translati...
Baligh Uddin [Thu, 10 Apr 2014 16:06:37 +0000 (16:06 +0000)]
am b6b3172c: (-s ours) am 915ef6e3: (-s ours) am 52e3681f: (-s ours) Import translations. DO NOT MERGE

* commit 'b6b3172c35646a6292ae312fb23795afafb4c96b':
  Import translations. DO NOT MERGE

10 years agoam 119758c9: (-s ours) am 2632b25f: (-s ours) am fba8cd35: (-s ours) Import translati...
Baligh Uddin [Thu, 10 Apr 2014 16:06:25 +0000 (16:06 +0000)]
am 119758c9: (-s ours) am 2632b25f: (-s ours) am fba8cd35: (-s ours) Import translations. DO NOT MERGE

* commit '119758c972e786a538f5db6510b3e6ec3a2ea36c':
  Import translations. DO NOT MERGE

10 years agoam 2632b25f: (-s ours) am fba8cd35: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Apr 2014 16:03:05 +0000 (16:03 +0000)]
am 2632b25f: (-s ours) am fba8cd35: (-s ours) Import translations. DO NOT MERGE

* commit '2632b25fae55411ff4974d510d599af75d35045a':
  Import translations. DO NOT MERGE

10 years agoam bb58405f: (-s ours) am 8bec9dba: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Apr 2014 16:02:54 +0000 (16:02 +0000)]
am bb58405f: (-s ours) am 8bec9dba: (-s ours) Import translations. DO NOT MERGE

* commit 'bb58405fee2366802ad9f6cefec7808af1e36ebc':
  Import translations. DO NOT MERGE

10 years agoam 915ef6e3: (-s ours) am 52e3681f: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Apr 2014 16:02:35 +0000 (16:02 +0000)]
am 915ef6e3: (-s ours) am 52e3681f: (-s ours) Import translations. DO NOT MERGE

* commit '915ef6e3127b34c73d43e86149b9aabc23216e72':
  Import translations. DO NOT MERGE

10 years agoam 52e3681f: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Apr 2014 16:00:02 +0000 (16:00 +0000)]
am 52e3681f: (-s ours) Import translations. DO NOT MERGE

* commit '52e3681feb64afaefd5cffa5a9e88a97bca4d48d':
  Import translations. DO NOT MERGE

10 years agoam 8bec9dba: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Apr 2014 15:59:28 +0000 (15:59 +0000)]
am 8bec9dba: (-s ours) Import translations. DO NOT MERGE

* commit '8bec9dba479ba901c913f59c7585369af1bf639d':
  Import translations. DO NOT MERGE

10 years agoam fba8cd35: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Thu, 10 Apr 2014 15:57:44 +0000 (15:57 +0000)]
am fba8cd35: (-s ours) Import translations. DO NOT MERGE

* commit 'fba8cd35b71853118508eab15a3cbef96a539dec':
  Import translations. DO NOT MERGE

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Thu, 10 Apr 2014 15:54:28 +0000 (15:54 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Allow encryption when keyguard is set to pattern or no protection"
Paul Lawrence [Thu, 10 Apr 2014 14:31:03 +0000 (14:31 +0000)]
Merge "Allow encryption when keyguard is set to pattern or no protection"

10 years agoCode cleaning for the SettingsSearchIndexablesProvider
Fabrice Di Meglio [Thu, 10 Apr 2014 02:33:47 +0000 (19:33 -0700)]
Code cleaning for the SettingsSearchIndexablesProvider

- use the real constants SearchIndexablesContract.COLUMN_INDEX_XML_RES_XXX
for the colum names

Change-Id: I820ce9d3b048345365639fe049aedccaf3f203d8

10 years agoCode cleaning for DataUsageSummary
Fabrice Di Meglio [Thu, 10 Apr 2014 02:02:54 +0000 (19:02 -0700)]
Code cleaning for DataUsageSummary

- remove unused import
- remove dead code

Change-Id: I4e8f24e57fc4ca6d731e68da93ac7f748e709c26

10 years agoFix bug3 13933442 Search - for security reasons only index data...
Fabrice Di Meglio [Wed, 9 Apr 2014 23:24:10 +0000 (16:24 -0700)]
Fix bug3 13933442 Search - for security reasons only index data...
...from wellknown SearchIndexablesProvider

Check if the SearchIndexablesProvider is:

- having the correct android.permission.READ_SEARCH_INDEXABLES
read/write permissions
- a privileged one (like Settings App, Phone App)

Change-Id: I5fd1fef46716cca0e439196e24b607ff5506495c

10 years agoFix bug #13915380 Inconsistency in showing the action bar of Bluetooth settings.
Fabrice Di Meglio [Wed, 9 Apr 2014 20:57:09 +0000 (13:57 -0700)]
Fix bug #13915380 Inconsistency in showing the action bar of Bluetooth settings.

- remove those "splitActionBarWhenNarrow" in the AndroidManifest for all
the activities so that the ActionBar behavior is always consistent and
does not split.

Change-Id: I54cb10528ba3a751a7d2843cc9e9c518a5f3531a

10 years agoCode cleaning for Search Remote Provider queries
Fabrice Di Meglio [Wed, 9 Apr 2014 20:19:39 +0000 (13:19 -0700)]
Code cleaning for Search Remote Provider queries

- use colums indices that are now defined into SearchIndexablesContract
- ... and at the same time fix an issue with some wrong column indices
that were used

Change-Id: If72ddc7d7171329ca533cb2763431902099769b9

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 9 Apr 2014 19:51:17 +0000 (12:51 -0700)]
Import translations. DO NOT MERGE

Change-Id: I6fd74caf628d760ffcf191733d47b86ffb453864
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 9 Apr 2014 19:46:43 +0000 (12:46 -0700)]
Import translations. DO NOT MERGE

Change-Id: Iff7d2cccff323a2cfb7193d399e8910f226304d7
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 9 Apr 2014 19:43:07 +0000 (12:43 -0700)]
Import translations. DO NOT MERGE

Change-Id: I8cec72991260fa660991ca7423299bbf417df000
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 9 Apr 2014 19:41:44 +0000 (12:41 -0700)]
Import translations. DO NOT MERGE

Change-Id: I84d923dacf746299500503257fd925228b869e82
Auto-generated-cl: translation import

10 years agoFix bug #13928293 Search - remove "switchTextOn" / "switchTextOff" from indexing
Fabrice Di Meglio [Wed, 9 Apr 2014 19:09:42 +0000 (12:09 -0700)]
Fix bug #13928293 Search - remove "switchTextOn" / "switchTextOff" from indexing

- remove all related code
- update the Index database schema and its version

Change-Id: Iaa5219b77efe5db3a404708663fdf82f10d043d3

10 years agoFix Switch button creation for PrintService
Fabrice Di Meglio [Wed, 9 Apr 2014 01:58:33 +0000 (18:58 -0700)]
Fix Switch button creation for PrintService

- setup the ActionBar switch in the onStart()

Change-Id: I92d8bb34dd7925da79a10fe01790131d22f7d0d8

10 years agoFix issue about at which time Bluetooth devices name are indexed
Fabrice Di Meglio [Wed, 9 Apr 2014 00:42:29 +0000 (17:42 -0700)]
Fix issue about at which time Bluetooth devices name are indexed

- remembered devices name were only indexed when BT was turned on/off
- allow the same when they are paired
- remove device name from the Index if it is un-paired

Change-Id: I1206a591b0132789c3b003e52c7ffac630e80758

10 years agoFix bug #13880310 Toggle On/Off buttons disappear on hitting Search...
Fabrice Di Meglio [Tue, 8 Apr 2014 21:21:10 +0000 (14:21 -0700)]
Fix bug #13880310 Toggle On/Off buttons disappear on hitting Search...
... and back button in sub-settings

- move code managing the Switch from onCreate(...) to onStart()

Change-Id: I747180bea3880e84635134373bf4c681378f3ec8

10 years agoFix bug #13883976 Settings crash on long-tapping and swiping in Language & Input...
Fabrice Di Meglio [Tue, 8 Apr 2014 20:56:06 +0000 (13:56 -0700)]
Fix bug #13883976 Settings crash on long-tapping and swiping in Language & Input screen

- fix potential NPE

Change-Id: I12045f420d5b2a4f349e59a04141153cd2e46378

10 years agoFix bug #13744434 Stability: ISE in Settings: Can't switch to header...
Fabrice Di Meglio [Tue, 8 Apr 2014 20:35:06 +0000 (13:35 -0700)]
Fix bug #13744434 Stability: ISE in Settings: Can't switch to header...
..that has no Fragment nor Intent at SettingsActivity.onHeaderClick(SettingsActivity.java:654)

- satisfy the Monkeys has they were able to click on "WIRELESS &
NETWORK" header which is a Category and normally non clickable...
(so probably a race condition)

Change-Id: Ia33d2b6e55e910409a566e5f05c1e3bae8008807

10 years agoAdd support for saving and using the Preference's key value
Fabrice Di Meglio [Sat, 5 Apr 2014 02:07:50 +0000 (19:07 -0700)]
Add support for saving and using the Preference's key value

- modify the SQlite data model
- update Index code for managing the key value
- pass the key when launching a Fragment or and Activity
- implement a small animation for highlighting the Preference
from a Search result

Change-Id: I617643a4e5e3b752ece8f45ce7d5429037e479da

10 years agoam c5c89671: (-s ours) am ffa6f523: (-s ours) am f56d838a: (-s ours) am 2319553c...
Baligh Uddin [Tue, 8 Apr 2014 02:46:14 +0000 (02:46 +0000)]
am c5c89671: (-s ours) am ffa6f523: (-s ours) am f56d838a: (-s ours) am 2319553c: (-s ours) Import translations. DO NOT MERGE

* commit 'c5c896719998d30e29657a74372beb9c7bce9888':
  Import translations. DO NOT MERGE

10 years agoam 4193b7d1: (-s ours) am b282957b: (-s ours) am 0f2228a5: (-s ours) Import translati...
Baligh Uddin [Tue, 8 Apr 2014 02:39:06 +0000 (02:39 +0000)]
am 4193b7d1: (-s ours) am b282957b: (-s ours) am 0f2228a5: (-s ours) Import translations. DO NOT MERGE

* commit '4193b7d18cafa1571b3b153deec29be287c8650c':
  Import translations. DO NOT MERGE

10 years agoam ffa6f523: (-s ours) am f56d838a: (-s ours) am 2319553c: (-s ours) Import translati...
Baligh Uddin [Tue, 8 Apr 2014 02:39:05 +0000 (02:39 +0000)]
am ffa6f523: (-s ours) am f56d838a: (-s ours) am 2319553c: (-s ours) Import translations. DO NOT MERGE

* commit 'ffa6f52358f0f732d83decbfa6be558207969654':
  Import translations. DO NOT MERGE

10 years agoam f56d838a: (-s ours) am 2319553c: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 8 Apr 2014 02:31:59 +0000 (02:31 +0000)]
am f56d838a: (-s ours) am 2319553c: (-s ours) Import translations. DO NOT MERGE

* commit 'f56d838afe7f813fb2ed761d3ebeb79b79d910a0':
  Import translations. DO NOT MERGE

10 years agoam b282957b: (-s ours) am 0f2228a5: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 8 Apr 2014 02:31:50 +0000 (02:31 +0000)]
am b282957b: (-s ours) am 0f2228a5: (-s ours) Import translations. DO NOT MERGE

* commit 'b282957b48df3ede7a0628e2ef6a2ad5dbe73179':
  Import translations. DO NOT MERGE

10 years agoam 6163642d: (-s ours) am b9abc323: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 8 Apr 2014 02:31:46 +0000 (02:31 +0000)]
am 6163642d: (-s ours) am b9abc323: (-s ours) Import translations. DO NOT MERGE

* commit '6163642daf60c92aa793c4af77bcb9b3cff18a81':
  Import translations. DO NOT MERGE

10 years agoam 0f2228a5: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 8 Apr 2014 02:24:46 +0000 (02:24 +0000)]
am 0f2228a5: (-s ours) Import translations. DO NOT MERGE

* commit '0f2228a5480759551b1faf93d510fc9c1c16ea06':
  Import translations. DO NOT MERGE

10 years agoam 2319553c: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 8 Apr 2014 02:24:35 +0000 (02:24 +0000)]
am 2319553c: (-s ours) Import translations. DO NOT MERGE

* commit '2319553cdc644c4fae21ca3ad55564729f409cf4':
  Import translations. DO NOT MERGE

10 years agoam b9abc323: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Tue, 8 Apr 2014 02:24:35 +0000 (02:24 +0000)]
am b9abc323: (-s ours) Import translations. DO NOT MERGE

* commit 'b9abc323b95650e30589c957062fec790436ec0d':
  Import translations. DO NOT MERGE

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 7 Apr 2014 19:14:13 +0000 (12:14 -0700)]
Import translations. DO NOT MERGE

Change-Id: I3a6ce8a6f86819a4ab7bae336b299c640adf906d
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 7 Apr 2014 19:10:30 +0000 (12:10 -0700)]
Import translations. DO NOT MERGE

Change-Id: I9c4dadd6e7a78db976f67c0c494b06495a69e45b
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 7 Apr 2014 19:07:10 +0000 (12:07 -0700)]
Import translations. DO NOT MERGE

Change-Id: I4c9953f71809e215404a0e150abbba7bb098504a
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 7 Apr 2014 19:05:35 +0000 (12:05 -0700)]
Import translations. DO NOT MERGE

Change-Id: I933f503cae1b0ae72af3c9f3513ff86355d8e095
Auto-generated-cl: translation import

10 years agoMerge "Revert "Refactor IpConfiguration from WifiConfiguration""
Jaewan Kim [Mon, 7 Apr 2014 08:59:27 +0000 (08:59 +0000)]
Merge "Revert "Refactor IpConfiguration from WifiConfiguration""

10 years agoRevert "Refactor IpConfiguration from WifiConfiguration"
Jaewan Kim [Mon, 7 Apr 2014 08:55:02 +0000 (08:55 +0000)]
Revert "Refactor IpConfiguration from WifiConfiguration"

This reverts commit 16ff27d3f79cc90e6149a9d4982193b8e69dd3fa.

Change-Id: Ide9c9af358f63a6e73bb2172111929c2022f862b

10 years agoMerge "Refactor IpConfiguration from WifiConfiguration"
Jaewan Kim [Mon, 7 Apr 2014 04:40:47 +0000 (04:40 +0000)]
Merge "Refactor IpConfiguration from WifiConfiguration"

10 years agoMerge "Change Search icon asset in the ActionBar"
Fabrice Di Meglio [Sat, 5 Apr 2014 01:18:57 +0000 (01:18 +0000)]
Merge "Change Search icon asset in the ActionBar"

10 years agoChange Search icon asset in the ActionBar
Fabrice Di Meglio [Sat, 5 Apr 2014 01:17:02 +0000 (18:17 -0700)]
Change Search icon asset in the ActionBar

- use ic_search_api_holo_light and wait for the Quantum Paper asset

Related to bug #13818985 Settings using GB-style search icon

Change-Id: I6e550008b1ec89470c66bc83b55dec11f7a3f067

10 years agoMerge "Fix bug #13817456 User not take to previous sub setting screen when Home ...
Fabrice Di Meglio [Sat, 5 Apr 2014 00:57:49 +0000 (00:57 +0000)]
Merge "Fix bug #13817456 User not take to previous sub setting screen when Home ...affordance is tapped from second level sub settings page"

10 years agoFix bug #13817456 User not take to previous sub setting screen when Home
Fabrice Di Meglio [Sat, 5 Apr 2014 00:55:57 +0000 (17:55 -0700)]
Fix bug #13817456 User not take to previous sub setting screen when Home
...affordance is tapped from second level sub settings page

- start an Activity instead of switch Fragments

Change-Id: I0e47d6539a3a048d7aa25bdb125c4c99031f9e85

10 years agoam 70ce016f: am d2f56f07: am ac768973: am ce11881a: Allow VPN to stay connected for...
Xia Wang [Sat, 5 Apr 2014 00:54:54 +0000 (00:54 +0000)]
am 70ce016f: am d2f56f07: am ac768973: am ce11881a: Allow VPN to stay connected for some time before disconnecting it.

* commit '70ce016f84ce6c54b2c5f07adf86e415de5598cb':
  Allow VPN to stay connected for some time before disconnecting it.

10 years agoam d2f56f07: am ac768973: am ce11881a: Allow VPN to stay connected for some time...
Xia Wang [Sat, 5 Apr 2014 00:51:44 +0000 (00:51 +0000)]
am d2f56f07: am ac768973: am ce11881a: Allow VPN to stay connected for some time before disconnecting it.

* commit 'd2f56f07f97e72e62c51b82454d06de1e7b929a8':
  Allow VPN to stay connected for some time before disconnecting it.

10 years agoam ac768973: am ce11881a: Allow VPN to stay connected for some time before disconnect...
Xia Wang [Sat, 5 Apr 2014 00:48:38 +0000 (00:48 +0000)]
am ac768973: am ce11881a: Allow VPN to stay connected for some time before disconnecting it.

* commit 'ac768973bc23b9f8f266013c20d301554729fd70':
  Allow VPN to stay connected for some time before disconnecting it.

10 years agoam ce11881a: Allow VPN to stay connected for some time before disconnecting it.
Xia Wang [Sat, 5 Apr 2014 00:43:17 +0000 (00:43 +0000)]
am ce11881a: Allow VPN to stay connected for some time before disconnecting it.

* commit 'ce11881accf5db04e2a54b58176e24de49ef6917':
  Allow VPN to stay connected for some time before disconnecting it.

10 years agoAllow VPN to stay connected for some time before disconnecting it.
Xia Wang [Fri, 4 Apr 2014 23:23:38 +0000 (16:23 -0700)]
Allow VPN to stay connected for some time before disconnecting it.

Change-Id: I25994b8329514a32b5b6f383abef231d3decb4ec

10 years agoRe-enable the switch into Location Settings
Fabrice Di Meglio [Sat, 5 Apr 2014 00:02:46 +0000 (17:02 -0700)]
Re-enable the switch into Location Settings

- get rid of that onIsHidingHeaders()

Change-Id: If0b3fc6900f70cb6dfb54094d1b46b44aba6290f

10 years agoFix bug #13813608 Launcher back button does not take you to previous...
Fabrice Di Meglio [Fri, 4 Apr 2014 21:48:05 +0000 (14:48 -0700)]
Fix bug #13813608 Launcher back button does not take you to previous...
... settings after orientation change

- gasp, there were some issues in the way we were tracking if
a search result fragment was opened. Simplified that code.

Change-Id: I7f8efb3a5aab1a275193f7de15ac50ca33bdad16

10 years agoFix bug #13758772 Crash when hitting back after clicking on add a restricted...
Fabrice Di Meglio [Fri, 4 Apr 2014 18:32:28 +0000 (11:32 -0700)]
Fix bug #13758772 Crash when hitting back after clicking on add a restricted...
... profile under Users

- no need to show the dialog again when we have pressed on BACK

Change-Id: I76f155a488512689c5af40ff35b80ce034da4ffe

10 years agoMerge "Add more logging for onHeaderClick(...)"
Fabrice Di Meglio [Fri, 4 Apr 2014 17:18:22 +0000 (17:18 +0000)]
Merge "Add more logging for onHeaderClick(...)"

10 years agoAdd more logging for onHeaderClick(...)
Fabrice Di Meglio [Fri, 4 Apr 2014 17:16:59 +0000 (10:16 -0700)]
Add more logging for onHeaderClick(...)

- log Header title and position

Change-Id: I07f7e8c50613b97609a3ea462b7a8e8fcc415f70

10 years agoam 1c89073d: (-s ours) am 87132265: (-s ours) am 3f3469ae: (-s ours) am cc01536f...
Baligh Uddin [Fri, 4 Apr 2014 15:00:02 +0000 (15:00 +0000)]
am 1c89073d: (-s ours) am 87132265: (-s ours) am 3f3469ae: (-s ours) am cc01536f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '1c89073daee81ef5d3b4df89d9bcdd0a9daf01b7':
  Import translations. DO NOT MERGE

10 years agoam 87132265: (-s ours) am 3f3469ae: (-s ours) am cc01536f: (-s ours) Merge "Import...
Baligh Uddin [Fri, 4 Apr 2014 14:53:11 +0000 (14:53 +0000)]
am 87132265: (-s ours) am 3f3469ae: (-s ours) am cc01536f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '871322653c4109a9640b56374a246120c65f8241':
  Import translations. DO NOT MERGE

10 years agoam 31e51bab: (-s ours) am 44e3e56f: (-s ours) am 216b5c50: (-s ours) Merge "Import...
Baligh Uddin [Fri, 4 Apr 2014 14:52:31 +0000 (14:52 +0000)]
am 31e51bab: (-s ours) am 44e3e56f: (-s ours) am 216b5c50: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '31e51bab1530c93183467d7fa5371a725ed910d6':
  Import translations. DO NOT MERGE

10 years agoam 44e3e56f: (-s ours) am 216b5c50: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Fri, 4 Apr 2014 14:45:54 +0000 (14:45 +0000)]
am 44e3e56f: (-s ours) am 216b5c50: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '44e3e56fe20c2fc59d90b6ef6564458cffb1efa7':
  Import translations. DO NOT MERGE

10 years agoam 3f3469ae: (-s ours) am cc01536f: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Fri, 4 Apr 2014 14:45:45 +0000 (14:45 +0000)]
am 3f3469ae: (-s ours) am cc01536f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '3f3469aecc1da8bf72482ddae53e11d0245fddd9':
  Import translations. DO NOT MERGE

10 years agoam 6c87824b: (-s ours) am 457681d5: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Fri, 4 Apr 2014 14:44:36 +0000 (14:44 +0000)]
am 6c87824b: (-s ours) am 457681d5: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit '6c87824b86cd7e3420d3f600139648f6927b4b6c':
  Import translations. DO NOT MERGE

10 years agoam 216b5c50: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
Baligh Uddin [Fri, 4 Apr 2014 14:38:19 +0000 (14:38 +0000)]
am 216b5c50: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '216b5c501bb81977407b5977e6ee709b34f3a37d':
  Import translations. DO NOT MERGE

10 years agoam cc01536f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 4 Apr 2014 14:37:50 +0000 (14:37 +0000)]
am cc01536f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit 'cc01536f7755da6560a23057ac3dbdec10e3993f':
  Import translations. DO NOT MERGE

10 years agoam 457681d5: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Fri, 4 Apr 2014 14:37:19 +0000 (14:37 +0000)]
am 457681d5: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

* commit '457681d5f15aaa32edf76e0765d1e9e2b532893e':
  Import translations. DO NOT MERGE

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 4 Apr 2014 14:32:06 +0000 (14:32 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev