OSDN Git Service

android-x86/frameworks-base.git
10 years agoClean up IPackageManager install surface area.
Jeff Sharkey [Wed, 9 Jul 2014 00:10:32 +0000 (17:10 -0700)]
Clean up IPackageManager install surface area.

Also more removal of encryption support.

Change-Id: If525dc5a8422134515f225a8ac4731e968069468

10 years agoDerive library path for upgraded system apps.
Jeff Sharkey [Tue, 8 Jul 2014 21:57:34 +0000 (14:57 -0700)]
Derive library path for upgraded system apps.

Bug: 16156270
Change-Id: I368433063ff33d15129c8076ddc6f1e2a0963e54

10 years agoGracefully handle apps without native libraries.
Jeff Sharkey [Tue, 8 Jul 2014 15:59:49 +0000 (08:59 -0700)]
Gracefully handle apps without native libraries.

Bug: 16148014
Change-Id: Ida23545046387b567744ee520baa4713e8403f30

10 years agoOffer to scan cluster packages at boot.
Jeff Sharkey [Tue, 8 Jul 2014 08:04:51 +0000 (01:04 -0700)]
Offer to scan cluster packages at boot.

Bug: 14975160
Change-Id: Ib637f68354b3d4ce4b5b23d875d8e94ccd497fd2

10 years agoChange new file installs to be cluster-based!
Jeff Sharkey [Mon, 7 Jul 2014 03:44:55 +0000 (20:44 -0700)]
Change new file installs to be cluster-based!

Now that all the other pieces are in place, we're ready to start
installing new file-based packages as a cluster (the new unified
directory-based layout).  This greatly simplifies the renaming
process.

Also add helper methods to ApplicationInfo to give a much clearer
mapping between it and internal field names, since we can't change
the public API.

Add recursive restorecon().

Bug: 14975160
Change-Id: I72a63c5ddbc594c2fec4a91dd59f73ef253fbfd7

10 years agoMerge "Fix broken build."
Jungshik Jang [Tue, 8 Jul 2014 05:44:12 +0000 (05:44 +0000)]
Merge "Fix broken build."

10 years agoFix broken build.
Jungshik Jang [Tue, 8 Jul 2014 05:42:28 +0000 (14:42 +0900)]
Fix broken build.

Change-Id: I9b0fe05a090238f27f226111e344f68c119ef4f7

10 years agoHandle <Set Osd Name> in TV.
Jungshik Jang [Mon, 7 Jul 2014 06:02:47 +0000 (15:02 +0900)]
Handle <Set Osd Name> in TV.

When TV receives <Set Osd Name> it should update the name of
device and should notify them who are listening device changes.

Bug: 16115666
Change-Id: Ic3b60def8858ca5b7041202135d5dcaf47fa06e7

10 years agoAdd port number to hot plug event handler.
Jungshik Jang [Mon, 7 Jul 2014 08:40:25 +0000 (17:40 +0900)]
Add port number to hot plug event handler.

This is to remove a TODO about adding port number to
jni interface.

Bug: 15844074
Change-Id: I4dba0879527035a4cabad6cc80e359e6c1fd39b0

10 years agoMerge "Intent definition for HdmiControlService for OSD display"
Jinsuk Kim [Tue, 8 Jul 2014 05:03:58 +0000 (05:03 +0000)]
Merge "Intent definition for HdmiControlService for OSD display"

10 years agoRemove a TODO checking device power.
Jungshik Jang [Mon, 7 Jul 2014 09:04:39 +0000 (18:04 +0900)]
Remove a TODO checking device power.

Since we enforce to run poll devices when hot plug event is fired,
we don't need to have arc management triggered by separate +5 power change.

Bug: 15841645
Change-Id: I619f8975688f63cb09cb7a296de52b558b494901

10 years agoIntent definition for HdmiControlService for OSD display
Jinsuk Kim [Mon, 7 Jul 2014 05:18:02 +0000 (14:18 +0900)]
Intent definition for HdmiControlService for OSD display

Intent action/extra for TV app to show a message on screen about events
HdmiControlService need to report for user's attention. The app
needs system permission HDMI_CEC to receive the intent.

Change-Id: I4fbe4621efa20a17ca64a3ca8f2df64bee03c51b

10 years agoFix the initial values of HDMI HAL options.
Yuncheol Heo [Mon, 7 Jul 2014 12:12:43 +0000 (21:12 +0900)]
Fix the initial values of HDMI HAL options.

- We define the default value of OPTION_CEC_ENABLE as enabled, but OEM's
  default was disabled.
- Fix the initial value of OPTION_CEC_SERVICE_CONTROL as enabled.

Change-Id: If4a69fd2a87739b9f6f7b9a5a5a2a5cdd514d48f

10 years agoAdd vendor-specific command API for HdmiControl
Jinsuk Kim [Mon, 7 Jul 2014 09:48:10 +0000 (18:48 +0900)]
Add vendor-specific command API for HdmiControl

Vendor-specific commands are not handled by the service. This CL
opens an API for vendors to implement customized handling of
CEC commands specific to their needs.

Change-Id: I8bfa3b891bd7994a903b3b41d7c2b27464167afa

10 years agoMove ICallService.aidl to IConnectionService.aidl
Sailesh Nepal [Sat, 5 Jul 2014 00:21:07 +0000 (17:21 -0700)]
Move ICallService.aidl to IConnectionService.aidl

Change-Id: I5a082e50dafea0104174cb97d3ae8af168944fc3

10 years agoMerge "Query outline on background size change"
Chris Craik [Tue, 8 Jul 2014 03:41:41 +0000 (03:41 +0000)]
Merge "Query outline on background size change"

10 years agoQuery outline on background size change
Chris Craik [Tue, 8 Jul 2014 02:52:58 +0000 (19:52 -0700)]
Query outline on background size change

Background bounds are updated out of sync with View bounds, so query
as they change.

Change-Id: I9c94df17bac42dfcd4bb93b31903b59ebb58204b

10 years agoCut volume dialog timeout in half for media.
John Spurlock [Tue, 8 Jul 2014 01:29:48 +0000 (21:29 -0400)]
Cut volume dialog timeout in half for media.

Bug:15849635
Change-Id: I84078c62db082293fb0153e378055c0279989e3c

10 years agoIncrease touch feedback area for plus/minus buttons.
John Spurlock [Tue, 8 Jul 2014 01:05:31 +0000 (21:05 -0400)]
Increase touch feedback area for plus/minus buttons.

Bug:15831713
Change-Id: I6ae067eaf71c292be6cbeb0176131800d6486711

10 years agoApply user restrictions to SettingsProvider.
Julia Reynolds [Mon, 7 Jul 2014 20:07:01 +0000 (16:07 -0400)]
Apply user restrictions to SettingsProvider.

Change-Id: If68c715bc688bf0df63591e0b8f8bf8a2b6dd118

10 years agoAdd PreferenceFragment styling
Fabrice Di Meglio [Thu, 3 Jul 2014 00:28:20 +0000 (17:28 -0700)]
Add PreferenceFragment styling

- add the capability to specify a specific layout for PreferenceFragment

Change-Id: I2fa36b8fa8110e6cbc8006e1d000dc90ae6a5f0b

10 years agoMerge "Make the positive dialog button use accent color"
Alan Viverette [Tue, 8 Jul 2014 00:54:40 +0000 (00:54 +0000)]
Merge "Make the positive dialog button use accent color"

10 years agoMake the positive dialog button use accent color
Alan Viverette [Tue, 8 Jul 2014 00:53:57 +0000 (17:53 -0700)]
Make the positive dialog button use accent color

BUG: 16134401
Change-Id: Icada7415328cea16288824f75049a2952303841f

10 years agoMerge "Fix layer drawable inflation"
Alan Viverette [Tue, 8 Jul 2014 00:13:24 +0000 (00:13 +0000)]
Merge "Fix layer drawable inflation"

10 years agoFix layer drawable inflation
Alan Viverette [Tue, 8 Jul 2014 00:12:42 +0000 (17:12 -0700)]
Fix layer drawable inflation

Change-Id: I2f16e3ddea919c33dc7b62f457a994e6d8a66e5b

10 years agoNumberPicker fixes for Android TV.
Craig Stout [Mon, 23 Jun 2014 21:13:43 +0000 (14:13 -0700)]
NumberPicker fixes for Android TV.

Fixed stuck dpad navigation when end of range is reached.
Adds theme attribute 'hideWheelUntilFocused'.

b/15194230

Change-Id: I9a77c6ad29a1fd930a8920d9944ad1eb15ca6b96

10 years agoFix build
Alan Viverette [Mon, 7 Jul 2014 23:28:06 +0000 (16:28 -0700)]
Fix build

Change-Id: I20f3ae19bd6d7cdc6dd6b9e947bdfea38893a167

10 years agoMerge "Refactoring to support groups."
Winson Chung [Tue, 8 Jul 2014 00:36:30 +0000 (00:36 +0000)]
Merge "Refactoring to support groups."

10 years agoRefactoring to support groups.
Winson Chung [Thu, 3 Jul 2014 22:54:42 +0000 (15:54 -0700)]
Refactoring to support groups.

- Removing RecentService, determining animations just in time
- Fixing a few issues with animations of newly picked up tasks from the pool
- Moving helper classes into sub package

Change-Id: Ie10385d1f9ca79eea918b16932f56b60e2802304

10 years agoam 3bc1bafa: am 6d6d2189: am 08881385: Merge "[ActivityManager] Prevent potential...
Craig Mautner [Mon, 7 Jul 2014 21:30:57 +0000 (21:30 +0000)]
am 3bc1bafa: am 6d6d2189: am 08881385: Merge "[ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager."

* commit '3bc1bafabaedffede8963703cf3bfde2054ef91a':
  [ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager.

10 years agoam 6d6d2189: am 08881385: Merge "[ActivityManager] Prevent potential deadlock from...
Craig Mautner [Mon, 7 Jul 2014 21:24:41 +0000 (21:24 +0000)]
am 6d6d2189: am 08881385: Merge "[ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager."

* commit '6d6d2189625a679948920861b957948b505cb53f':
  [ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager.

10 years agoam 08881385: Merge "[ActivityManager] Prevent potential deadlock from system error...
Craig Mautner [Mon, 7 Jul 2014 21:19:45 +0000 (21:19 +0000)]
am 08881385: Merge "[ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager."

* commit '08881385a86bf887669a555ae03759c374ec9c50':
  [ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager.

10 years agoam b9c27e40: am fc55076b: Merge "docs: Minor fix in the Building Your Project with...
Ricardo Cervera [Mon, 7 Jul 2014 21:19:30 +0000 (21:19 +0000)]
am b9c27e40: am fc55076b: Merge "docs: Minor fix in the Building Your Project with Gradle guide" into klp-modular-dev

* commit 'b9c27e40addb72551dd1938a5a54aa1c56e2a6c5':
  docs: Minor fix in the Building Your Project with Gradle guide

10 years agoam fc55076b: Merge "docs: Minor fix in the Building Your Project with Gradle guide...
Ricardo Cervera [Mon, 7 Jul 2014 21:16:06 +0000 (21:16 +0000)]
am fc55076b: Merge "docs: Minor fix in the Building Your Project with Gradle guide" into klp-modular-dev

* commit 'fc55076b5899e67b0666e490bc56034b49a7a042':
  docs: Minor fix in the Building Your Project with Gradle guide

10 years agoam 044492e1: am 52a154fe: Merge "Remove"
Brian Carlstrom [Mon, 7 Jul 2014 21:00:07 +0000 (21:00 +0000)]
am 044492e1: am 52a154fe: Merge "Remove"

* commit '044492e1b710c1e604c02b08e0ec97cbb1d5d513':
  Remove

10 years agoam 52a154fe: Merge "Remove"
Brian Carlstrom [Mon, 7 Jul 2014 20:55:16 +0000 (20:55 +0000)]
am 52a154fe: Merge "Remove"

* commit '52a154febb7c06b142116235c368417dd5e542ba':
  Remove

10 years agoMerge "Remove"
Brian Carlstrom [Mon, 7 Jul 2014 20:48:48 +0000 (20:48 +0000)]
Merge "Remove"

10 years agoRemove
Brian Carlstrom [Tue, 17 Jun 2014 20:57:58 +0000 (13:57 -0700)]
Remove

(cherry picked from commit 9881203920c8445e9a4bdd9e4a90ba0014f34c5e)

Change-Id: Ib40823b7c03af4c71da902b0e5c504e074cf0dd9

10 years agoam d1e3afb5: Merge "docs: update device dashboard for july" into klp-modular-dev
Robert Ly [Mon, 7 Jul 2014 17:49:18 +0000 (17:49 +0000)]
am d1e3afb5: Merge "docs: update device dashboard for july" into klp-modular-dev

* commit 'd1e3afb5be9f983e4dfcbcbaf908261c6454992e':
  docs: update device dashboard for july

10 years agoam b50dd5a2: Merge "docs: fix links" into klp-modular-dev
Robert Ly [Mon, 7 Jul 2014 17:49:14 +0000 (17:49 +0000)]
am b50dd5a2: Merge "docs: fix links" into klp-modular-dev

* commit 'b50dd5a2f2018056bf3695685562a7e64bde17ad':
  docs: fix links

10 years agoMerge "docs: Minor fix in the Building Your Project with Gradle guide" into klp-modul...
Ricardo Cervera [Mon, 7 Jul 2014 21:05:53 +0000 (21:05 +0000)]
Merge "docs: Minor fix in the Building Your Project with Gradle guide" into klp-modular-dev

10 years agoam a7f02a5c: am ef2e7667: Merge "[ActivityManager] Avoid keeping restarting home...
Craig Mautner [Mon, 7 Jul 2014 17:26:20 +0000 (17:26 +0000)]
am a7f02a5c: am ef2e7667: Merge "[ActivityManager] Avoid keeping restarting home when only home activity exists."

* commit 'a7f02a5cda27147fe7076805187fb6fbc60fdcfb':
  [ActivityManager] Avoid keeping restarting home when only home activity exists.

10 years agodocs: Minor fix in the Building Your Project with Gradle guide
Ricardo Cervera [Mon, 7 Jul 2014 17:24:47 +0000 (10:24 -0700)]
docs: Minor fix in the Building Your Project with Gradle guide

Change-Id: Ibcb27f4f7cade4a69babd08d7273440a4554e79f

10 years agoam ef2e7667: Merge "[ActivityManager] Avoid keeping restarting home when only home...
Craig Mautner [Mon, 7 Jul 2014 17:23:06 +0000 (17:23 +0000)]
am ef2e7667: Merge "[ActivityManager] Avoid keeping restarting home when only home activity exists."

* commit 'ef2e76675a6c60a2a4764a2e19fdb2c4d9beb00e':
  [ActivityManager] Avoid keeping restarting home when only home activity exists.

10 years agoam af165529: Merge "docs: Fixed url pointing to Google Play Services 5.0 blog post...
Quddus Chong [Mon, 7 Jul 2014 16:10:13 +0000 (16:10 +0000)]
am af165529: Merge "docs: Fixed url pointing to Google Play Services 5.0  blog post." into klp-modular-dev

* commit 'af16552983d3d3015b85b73507d5a060d76a67cd':
  docs: Fixed url pointing to Google Play Services 5.0  blog post.

10 years agoam f6438653: Merge "docs: Removed early adopter text from app indexing training doc...
Quddus Chong [Mon, 7 Jul 2014 16:10:09 +0000 (16:10 +0000)]
am f6438653: Merge "docs: Removed early adopter text from app indexing training doc." into klp-modular-dev

* commit 'f6438653e193e5273a76ec910dff929a40871b8e':
  docs: Removed early adopter text from app indexing training doc.

10 years agoam 409b9ed7: Merge "docs: Added release notes and links for sdk/adt 23.0.2" into...
Ricardo Cervera [Mon, 7 Jul 2014 16:10:04 +0000 (16:10 +0000)]
am 409b9ed7: Merge "docs: Added release notes and links for sdk/adt 23.0.2" into klp-modular-dev

* commit '409b9ed7b8bee4af2832ccd1c6b76eedf6081a03':
  docs: Added release notes and links for sdk/adt 23.0.2

10 years agoam 09c1af5d: am c66da9d6: Merge "[ActivityManager] Prevent kill a restarted process...
Craig Mautner [Mon, 7 Jul 2014 15:41:55 +0000 (15:41 +0000)]
am 09c1af5d: am c66da9d6: Merge "[ActivityManager] Prevent kill a restarted process again."

* commit '09c1af5d5c43f716fb4093eae6cf5442e7bb88d1':
  [ActivityManager] Prevent kill a restarted process again.

10 years agoam c66da9d6: Merge "[ActivityManager] Prevent kill a restarted process again."
Craig Mautner [Mon, 7 Jul 2014 15:36:33 +0000 (15:36 +0000)]
am c66da9d6: Merge "[ActivityManager] Prevent kill a restarted process again."

* commit 'c66da9d606fa3091540bc4c51c2904cc949bf777':
  [ActivityManager] Prevent kill a restarted process again.

10 years agoam 7611a5d3: am 5acdd0f6: Merge "[ActivityManager] Ensure alive process is not killed...
Craig Mautner [Mon, 7 Jul 2014 15:06:41 +0000 (15:06 +0000)]
am 7611a5d3: am 5acdd0f6: Merge "[ActivityManager] Ensure alive process is not killedByAm."

* commit '7611a5d32889f54b1763cf076a442a0575c69b51':
  [ActivityManager] Ensure alive process is not killedByAm.

10 years agoam 5acdd0f6: Merge "[ActivityManager] Ensure alive process is not killedByAm."
Craig Mautner [Mon, 7 Jul 2014 15:00:47 +0000 (15:00 +0000)]
am 5acdd0f6: Merge "[ActivityManager] Ensure alive process is not killedByAm."

* commit '5acdd0f67db9b5f41a89dfb5200f37d6f5f984ec':
  [ActivityManager] Ensure alive process is not killedByAm.

10 years agoam e0849423: am 501bb0a5: Merge "Fix issue when converting fil->tl."
Narayan Kamath [Mon, 7 Jul 2014 10:11:23 +0000 (10:11 +0000)]
am e0849423: am 501bb0a5: Merge "Fix issue when converting fil->tl."

* commit 'e0849423214007d4377638fb42db15276e3ca575':
  Fix issue when converting fil->tl.

10 years agoam 501bb0a5: Merge "Fix issue when converting fil->tl."
Narayan Kamath [Mon, 7 Jul 2014 08:57:04 +0000 (08:57 +0000)]
am 501bb0a5: Merge "Fix issue when converting fil->tl."

* commit '501bb0a5e4a62a9e58efe2fa0a3f275c193872e7':
  Fix issue when converting fil->tl.

10 years agoam 8f0f930d: Merge "Fix incorrect link in Android Wear documentation." into klp-modul...
Robert Ly [Sun, 6 Jul 2014 22:31:00 +0000 (22:31 +0000)]
am 8f0f930d: Merge "Fix incorrect link in Android Wear documentation." into klp-modular-dev

* commit '8f0f930d3bf8d74c4680cc94a8def9e3db0989b8':
  Fix incorrect link in Android Wear documentation.

10 years agoam abef99cf: (-s ours) am 02c355d1: (-s ours) am 59db1767: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 19:49:37 +0000 (19:49 +0000)]
am abef99cf: (-s ours) am 02c355d1: (-s ours) am 59db1767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 11281de7: (-s ours) am 89523569: (-s ours) am 314bfe07: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 19:49:33 +0000 (19:49 +0000)]
am 11281de7: (-s ours) am 89523569: (-s ours) am 314bfe07: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '11281de7a2c335ed5410fa83b275173130714f52':
  Import translations. DO NOT MERGE

10 years agoam 02c355d1: (-s ours) am 59db1767: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 19:45:38 +0000 (19:45 +0000)]
am 02c355d1: (-s ours) am 59db1767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '02c355d10b3235b73d58ab54222721e32bec3f1f':
  Import translations. DO NOT MERGE

10 years agoam 89523569: (-s ours) am 314bfe07: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 19:45:34 +0000 (19:45 +0000)]
am 89523569: (-s ours) am 314bfe07: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '89523569e4c1be2e102b5fb991023d6696384d76':
  Import translations. DO NOT MERGE

10 years agoam 59db1767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 19:42:25 +0000 (19:42 +0000)]
am 59db1767: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '59db17673d9d2a5be386e9f324f8f2a7b455d0b1':
  Import translations. DO NOT MERGE

10 years agoam 314bfe07: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 19:42:22 +0000 (19:42 +0000)]
am 314bfe07: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '314bfe071011cc16d56a9c8bfb65000cd3597bf0':
  Import translations. DO NOT MERGE

10 years agoam de9bfb79: (-s ours) am 8e1bf9f1: (-s ours) am 43ba3ba4: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:44:06 +0000 (18:44 +0000)]
am de9bfb79: (-s ours) am 8e1bf9f1: (-s ours) am 43ba3ba4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 9c9223d9: (-s ours) am 2ea222e6: (-s ours) am 93360f02: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:44:02 +0000 (18:44 +0000)]
am 9c9223d9: (-s ours) am 2ea222e6: (-s ours) am 93360f02: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '9c9223d91eb57ba7f45532e551861696c55883ec':
  Import translations. DO NOT MERGE

10 years agoam 494d4005: (-s ours) am ab157d74: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:40:04 +0000 (18:40 +0000)]
am 494d4005: (-s ours) am ab157d74: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '494d4005d5bb1e23fceefa766dca95c3acfa610f':
  Import translations. DO NOT MERGE

10 years agoam 861beac4: (-s ours) am 87bcd150: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:40:00 +0000 (18:40 +0000)]
am 861beac4: (-s ours) am 87bcd150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '861beac4f3c04850a8f99fca0bafb002a5ddecdf':
  Import translations. DO NOT MERGE

10 years agoam 476a40e3: (-s ours) am f643d529: (-s ours) am b4600e79: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:39:57 +0000 (18:39 +0000)]
am 476a40e3: (-s ours) am f643d529: (-s ours) am b4600e79: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '476a40e33243c7c86859aa7fbadb8f24c0c32d3b':
  Import translations. DO NOT MERGE

10 years agoam 2353a8fc: (-s ours) am 2f689434: (-s ours) am f599be53: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:39:53 +0000 (18:39 +0000)]
am 2353a8fc: (-s ours) am 2f689434: (-s ours) am f599be53: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '2353a8fc5da7402e7bdd0b6eb54edb583fe27f8f':
  Import translations. DO NOT MERGE

10 years agoam 5195064e: (-s ours) am 6e90b3c0: (-s ours) am f1c1e725: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:39:49 +0000 (18:39 +0000)]
am 5195064e: (-s ours) am 6e90b3c0: (-s ours) am f1c1e725: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '5195064e8280c85fbda996df58e247e8a8509d1f':
  Import translations. DO NOT MERGE

10 years agoam 8e1bf9f1: (-s ours) am 43ba3ba4: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:39:28 +0000 (18:39 +0000)]
am 8e1bf9f1: (-s ours) am 43ba3ba4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 2ea222e6: (-s ours) am 93360f02: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:39:24 +0000 (18:39 +0000)]
am 2ea222e6: (-s ours) am 93360f02: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '2ea222e6615cef6977e40b0dbb7b58c2313e6976':
  Import translations. DO NOT MERGE

10 years agoam 03c248aa: (-s ours) am 51ad6520: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:33:33 +0000 (18:33 +0000)]
am 03c248aa: (-s ours) am 51ad6520: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '03c248aadece8459d2568dd8721d46cf748c7a56':
  Import translations. DO NOT MERGE

10 years agoam b140440e: (-s ours) am 6b7d2cf7: (-s ours) am f67d4baf: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:33:29 +0000 (18:33 +0000)]
am b140440e: (-s ours) am 6b7d2cf7: (-s ours) am f67d4baf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 75a54319: (-s ours) am 6df13287: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:33:26 +0000 (18:33 +0000)]
am 75a54319: (-s ours) am 6df13287: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '75a543193546525908c94981721a5d19f31fe285':
  Import translations. DO NOT MERGE

10 years agoam 3b7b9f95: (-s ours) am 334c84cf: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:33:22 +0000 (18:33 +0000)]
am 3b7b9f95: (-s ours) am 334c84cf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

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

10 years agoam ab157d74: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
Baligh Uddin [Sun, 6 Jul 2014 18:33:21 +0000 (18:33 +0000)]
am ab157d74: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

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

10 years agoam 87bcd150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
Baligh Uddin [Sun, 6 Jul 2014 18:33:17 +0000 (18:33 +0000)]
am 87bcd150: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '87bcd150a4122b78e98d3b859869b54e4546405d':
  Import translations. DO NOT MERGE

10 years agoam f643d529: (-s ours) am b4600e79: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:33:12 +0000 (18:33 +0000)]
am f643d529: (-s ours) am b4600e79: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 2f689434: (-s ours) am f599be53: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:33:08 +0000 (18:33 +0000)]
am 2f689434: (-s ours) am f599be53: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '2f6894345691af96d23952146bc3495758f84fbb':
  Import translations. DO NOT MERGE

10 years agoam 43ba3ba4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 18:33:07 +0000 (18:33 +0000)]
am 43ba3ba4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '43ba3ba479e3779db4f260eae55ddbfbf3dc30d8':
  Import translations. DO NOT MERGE

10 years agoam 6e90b3c0: (-s ours) am f1c1e725: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:33:04 +0000 (18:33 +0000)]
am 6e90b3c0: (-s ours) am f1c1e725: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 93360f02: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 18:33:04 +0000 (18:33 +0000)]
am 93360f02: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '93360f022ec67bb994f04f9799bfac32997f0d00':
  Import translations. DO NOT MERGE

10 years agoam b14aee38: (-s ours) am add3fb66: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:29:18 +0000 (18:29 +0000)]
am b14aee38: (-s ours) am add3fb66: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

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

10 years agoam bd9866d3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
Baligh Uddin [Sun, 6 Jul 2014 18:29:13 +0000 (18:29 +0000)]
am bd9866d3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

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

10 years agoam 51ad6520: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
Baligh Uddin [Sun, 6 Jul 2014 18:29:03 +0000 (18:29 +0000)]
am 51ad6520: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '51ad6520b6d7870dc26d20139cc3a934dfb994f6':
  Import translations. DO NOT MERGE

10 years agoam 6b7d2cf7: (-s ours) am f67d4baf: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:28:54 +0000 (18:28 +0000)]
am 6b7d2cf7: (-s ours) am f67d4baf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 6df13287: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
Baligh Uddin [Sun, 6 Jul 2014 18:28:50 +0000 (18:28 +0000)]
am 6df13287: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

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

10 years agoam 334c84cf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
Baligh Uddin [Sun, 6 Jul 2014 18:28:47 +0000 (18:28 +0000)]
am 334c84cf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

* commit '334c84cfe60cd938317d0a3ee1a47c5cc8331077':
  Import translations. DO NOT MERGE

10 years agoam b4600e79: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 18:26:05 +0000 (18:26 +0000)]
am b4600e79: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam f599be53: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 18:26:01 +0000 (18:26 +0000)]
am f599be53: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam f1c1e725: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 18:25:58 +0000 (18:25 +0000)]
am f1c1e725: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam f67d4baf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Sun, 6 Jul 2014 18:21:51 +0000 (18:21 +0000)]
am f67d4baf: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam c1f450dc: (-s ours) am fd5e4617: (-s ours) am f2e29071: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:21:24 +0000 (18:21 +0000)]
am c1f450dc: (-s ours) am fd5e4617: (-s ours) am f2e29071: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 16b3c375: am 026d5d21: Merge branch \'klp-ub-dev\' of https://googleplex-android...
Baligh Uddin [Sun, 6 Jul 2014 18:21:20 +0000 (18:21 +0000)]
am 16b3c375: am 026d5d21: Merge branch \'klp-ub-dev\' of https://googleplex-android.googlesource.com/_direct/platform/frameworks/base into klp-ub-dev

* commit '16b3c3750f9a6ea13f313eb5e76ae3adbfb6fc83':
  Import translations. DO NOT MERGE

10 years agoam ac572525: (-s ours) am e885a9ca: (-s ours) am eb17f6ab: (-s ours) Merge "Import...
Baligh Uddin [Sun, 6 Jul 2014 18:21:16 +0000 (18:21 +0000)]
am ac572525: (-s ours) am e885a9ca: (-s ours) am eb17f6ab: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam add3fb66: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
Baligh Uddin [Sun, 6 Jul 2014 18:21:15 +0000 (18:21 +0000)]
am add3fb66: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

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

10 years agoam 200e21c5: (-s ours) am 57a85cee: (-s ours) am 77c61120: (-s ours) Import translati...
Baligh Uddin [Sun, 6 Jul 2014 18:21:13 +0000 (18:21 +0000)]
am 200e21c5: (-s ours) am 57a85cee: (-s ours) am 77c61120: (-s ours) Import translations. DO NOT MERGE

* commit '200e21c58996d76eb16e85963ca6c44770f9db05':
  Import translations. DO NOT MERGE

10 years agoam ca78b88e: (-s ours) am b84a800c: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:15:28 +0000 (18:15 +0000)]
am ca78b88e: (-s ours) am b84a800c: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

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

10 years agoam f6020778: (-s ours) am 562d8cc7: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:15:24 +0000 (18:15 +0000)]
am f6020778: (-s ours) am 562d8cc7: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev

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

10 years agoam 037bcb40: (-s ours) am f617f4d0: (-s ours) Import translations. DO NOT MERGE
Baligh Uddin [Sun, 6 Jul 2014 18:15:20 +0000 (18:15 +0000)]
am 037bcb40: (-s ours) am f617f4d0: (-s ours) Import translations. DO NOT MERGE

* commit '037bcb4022432b6bee530964ae6b96c8e81c7768':
  Import translations. DO NOT MERGE

10 years agoam fd5e4617: (-s ours) am f2e29071: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Sun, 6 Jul 2014 18:13:04 +0000 (18:13 +0000)]
am fd5e4617: (-s ours) am f2e29071: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

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

10 years agoam 026d5d21: Merge branch \'klp-ub-dev\' of https://googleplex-android.googlesource...
Baligh Uddin [Sun, 6 Jul 2014 18:12:41 +0000 (18:12 +0000)]
am 026d5d21: Merge branch \'klp-ub-dev\' of https://googleplex-android.googlesource.com/_direct/platform/frameworks/base into klp-ub-dev

* commit '026d5d21e1de6ba1a085059bb9a6c959690dc994':
  Import translations. DO NOT MERGE